summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJurek Bartuszek <jurek@gentoo.org>2007-06-21 21:10:44 +0000
committerJurek Bartuszek <jurek@gentoo.org>2007-06-21 21:10:44 +0000
commit785a9ec612a54c3537f716b75841665fe6450076 (patch)
tree61991061e63997b0787b031eb7a9de4d6bdeeaa6 /app-text/gnopaster
parentPackage move app-emacs/ebuild-mode to app-emacs/gentoo-syntax. (diff)
downloadgentoo-2-785a9ec612a54c3537f716b75841665fe6450076.tar.gz
gentoo-2-785a9ec612a54c3537f716b75841665fe6450076.tar.bz2
gentoo-2-785a9ec612a54c3537f716b75841665fe6450076.zip
app-text/gnopaster: removed old version (0.0.7)
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-text/gnopaster')
-rw-r--r--app-text/gnopaster/ChangeLog5
-rw-r--r--app-text/gnopaster/files/digest-gnopaster-0.0.73
-rw-r--r--app-text/gnopaster/gnopaster-0.0.7.ebuild21
3 files changed, 4 insertions, 25 deletions
diff --git a/app-text/gnopaster/ChangeLog b/app-text/gnopaster/ChangeLog
index c8daad2ebce2..668451b5f796 100644
--- a/app-text/gnopaster/ChangeLog
+++ b/app-text/gnopaster/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/gnopaster
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnopaster/ChangeLog,v 1.5 2007/05/14 19:51:36 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/gnopaster/ChangeLog,v 1.6 2007/06/21 21:10:44 jurek Exp $
+
+ 21 Jun 2007; Jurek Bartuszek <jurek@gentoo.org> -gnopaster-0.0.7.ebuild:
+ Clean out old version.
*gnopaster-0.0.9 (14 May 2007)
diff --git a/app-text/gnopaster/files/digest-gnopaster-0.0.7 b/app-text/gnopaster/files/digest-gnopaster-0.0.7
deleted file mode 100644
index 402ebb671e08..000000000000
--- a/app-text/gnopaster/files/digest-gnopaster-0.0.7
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 2d077080d3e012d0e61fd45859969397 gnopaster-0.0.7.pl.gz 2738
-RMD160 12f6ca1a4778e8ca1228b4c1c27eb83fb0940854 gnopaster-0.0.7.pl.gz 2738
-SHA256 2caf05ad91abbb95fa50e46e1eb1d47843f9d247c0da568a4610ea12ac3737df gnopaster-0.0.7.pl.gz 2738
diff --git a/app-text/gnopaster/gnopaster-0.0.7.ebuild b/app-text/gnopaster/gnopaster-0.0.7.ebuild
deleted file mode 100644
index ad6bcdf6b17d..000000000000
--- a/app-text/gnopaster/gnopaster-0.0.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/gnopaster/gnopaster-0.0.7.ebuild,v 1.1 2007/04/25 22:02:20 jurek Exp $
-
-DESCRIPTION="A submitter for gnopaste, a nopaste service like http://nopaste.info"
-HOMEPAGE="http://gnopaste.sf.net"
-SRC_URI="mirror://sourceforge/gnopaste/${P}.pl.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~sparc ~x86 ~amd64"
-IUSE=""
-
-DEPEND="dev-lang/perl
- dev-perl/libwww-perl
- dev-perl/Config-Simple"
-
-src_install() {
- dobin ${WORKDIR}/${P}.pl
- dosym ${P}.pl /usr/bin/${PN}
-}