diff options
author | Torsten Veller <tove@gentoo.org> | 2007-04-13 14:15:52 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2007-04-13 14:15:52 +0000 |
commit | a7bae20639cb7d93bf713d56f05453d5ff425a5d (patch) | |
tree | 8605cad0120a26904b3cdc29c18ec3f79dc6d60f /app-text/nopaste | |
parent | We don't support pciutils pci.ids files gzipped (diff) | |
download | gentoo-2-a7bae20639cb7d93bf713d56f05453d5ff425a5d.tar.gz gentoo-2-a7bae20639cb7d93bf713d56f05453d5ff425a5d.tar.bz2 gentoo-2-a7bae20639cb7d93bf713d56f05453d5ff425a5d.zip |
Fixed HOMEPAGE (#174445) and removed old version.
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-text/nopaste')
-rw-r--r-- | app-text/nopaste/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/nopaste/files/digest-nopaste-1252 | 3 | ||||
-rw-r--r-- | app-text/nopaste/metadata.xml | 3 | ||||
-rw-r--r-- | app-text/nopaste/nopaste-1252.ebuild | 23 | ||||
-rw-r--r-- | app-text/nopaste/nopaste-1992.ebuild | 6 |
5 files changed, 10 insertions, 32 deletions
diff --git a/app-text/nopaste/ChangeLog b/app-text/nopaste/ChangeLog index 9011e49ffa87..4bee5f6cd12a 100644 --- a/app-text/nopaste/ChangeLog +++ b/app-text/nopaste/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/nopaste # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/ChangeLog,v 1.14 2007/04/08 12:42:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/ChangeLog,v 1.15 2007/04/13 14:15:51 tove Exp $ + + 13 Apr 2007; Torsten Veller <tove@gentoo.org> -nopaste-1252.ebuild, + nopaste-1992.ebuild: + Fixed HOMEPAGE. Reported by Charles Clément in #174445. + Removed old version. 08 Apr 2007; Markus Rothe <corsair@gentoo.org> nopaste-1992.ebuild: Added ~ppc64; bug #173258 diff --git a/app-text/nopaste/files/digest-nopaste-1252 b/app-text/nopaste/files/digest-nopaste-1252 deleted file mode 100644 index a1e2ed1dc3d4..000000000000 --- a/app-text/nopaste/files/digest-nopaste-1252 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2cf3d4ad54200fa65bd92a00af84e67d nopaste-1252 2462 -RMD160 bd79a44eef95b661d2b6cc63be5bd44bce290f47 nopaste-1252 2462 -SHA256 d374fec843954f39185f85c7f316a0d55f52792a0ab6b66685ea8d7df0bc59b5 nopaste-1252 2462 diff --git a/app-text/nopaste/metadata.xml b/app-text/nopaste/metadata.xml index 242de99115c9..73420b6cf0f0 100644 --- a/app-text/nopaste/metadata.xml +++ b/app-text/nopaste/metadata.xml @@ -3,7 +3,6 @@ <pkgmetadata> <herd>no-herd</herd> <maintainer> - <email>agriffis@gentoo.org</email> - <name>Aron Griffis</name> + <email>maintainer-needed@gentoo.org</email> </maintainer> </pkgmetadata> diff --git a/app-text/nopaste/nopaste-1252.ebuild b/app-text/nopaste/nopaste-1252.ebuild deleted file mode 100644 index 0f4ca471ee73..000000000000 --- a/app-text/nopaste/nopaste-1252.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/nopaste-1252.ebuild,v 1.9 2006/09/08 18:44:40 agriffis Exp $ - -DESCRIPTION="command-line interface to rafb.net/paste" -HOMEPAGE="http://gentoo.org/~agriffis/nopaste/" -SRC_URI="${HOMEPAGE}/${P}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc x86 ~x86-fbsd" -IUSE="X" - -DEPEND="" -RDEPEND="${DEPEND} - dev-lang/ruby - X? ( || ( x11-misc/xclip x11-misc/xcut ) )" - -S=${WORKDIR} - -src_install() { - newbin ${DISTDIR}/${P} ${PN} -} diff --git a/app-text/nopaste/nopaste-1992.ebuild b/app-text/nopaste/nopaste-1992.ebuild index 94b37c8afa10..e661258008e8 100644 --- a/app-text/nopaste/nopaste-1992.ebuild +++ b/app-text/nopaste/nopaste-1992.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/nopaste-1992.ebuild,v 1.5 2007/04/08 12:42:24 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/nopaste-1992.ebuild,v 1.6 2007/04/13 14:15:51 tove Exp $ DESCRIPTION="command-line interface to rafb.net/paste" -HOMEPAGE="http://gentoo.org/~agriffis/nopaste/" +HOMEPAGE="http://n01se.net/agriffis/nopaste/" SRC_URI="${HOMEPAGE}/${P}" LICENSE="GPL-2" @@ -19,5 +19,5 @@ RDEPEND="${DEPEND} S=${WORKDIR} src_install() { - newbin ${DISTDIR}/${P} ${PN} + newbin "${DISTDIR}"/${P} ${PN} } |