diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-09-14 13:00:02 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-09-14 13:00:02 +0000 |
commit | 2b0e9fb64043d27062fc7d034f3666c1524f39fd (patch) | |
tree | f2ea3c1d0b0536cb3d3f007158cbad57c978e34f /app-text | |
parent | Stable on ppc64; bug #190104 (diff) | |
download | gentoo-2-2b0e9fb64043d27062fc7d034f3666c1524f39fd.tar.gz gentoo-2-2b0e9fb64043d27062fc7d034f3666c1524f39fd.tar.bz2 gentoo-2-2b0e9fb64043d27062fc7d034f3666c1524f39fd.zip |
Version bump to fix bug #191548 internally
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/wgetpaste/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/wgetpaste/files/digest-wgetpaste-2.2 | 3 | ||||
-rw-r--r-- | app-text/wgetpaste/files/digest-wgetpaste-2.5 | 3 | ||||
-rw-r--r-- | app-text/wgetpaste/wgetpaste-2.5.ebuild (renamed from app-text/wgetpaste/wgetpaste-2.2.ebuild) | 17 |
4 files changed, 16 insertions, 15 deletions
diff --git a/app-text/wgetpaste/ChangeLog b/app-text/wgetpaste/ChangeLog index 9e7fd6ca3b77..a8bb32ad686c 100644 --- a/app-text/wgetpaste/ChangeLog +++ b/app-text/wgetpaste/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/wgetpaste # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.39 2007/07/05 03:41:02 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/ChangeLog,v 1.40 2007/09/14 13:00:02 jokey Exp $ + +*wgetpaste-2.5 (14 Sep 2007) + + 14 Sep 2007; Markus Ullmann <jokey@gentoo.org> -wgetpaste-2.2.ebuild, + +wgetpaste-2.5.ebuild: + Version bump to fix bug #191548 internally 04 Jul 2007; Tom Gall <tgall@gentoo.org> wgetpaste-2.4.ebuild: stable on ppc64, bug #183835 diff --git a/app-text/wgetpaste/files/digest-wgetpaste-2.2 b/app-text/wgetpaste/files/digest-wgetpaste-2.2 deleted file mode 100644 index 8b1e8a98ac07..000000000000 --- a/app-text/wgetpaste/files/digest-wgetpaste-2.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a689249e4584412e6c6cfabc2735245e wgetpaste-2.2.bz2 6416 -RMD160 9d06a259b0bbb138a116186f861de3a62a79953c wgetpaste-2.2.bz2 6416 -SHA256 0eabb287757d94855bb5e9f05ddd2dc008999c1b3c26fdc08e115038f59ff5dc wgetpaste-2.2.bz2 6416 diff --git a/app-text/wgetpaste/files/digest-wgetpaste-2.5 b/app-text/wgetpaste/files/digest-wgetpaste-2.5 new file mode 100644 index 000000000000..910be0541029 --- /dev/null +++ b/app-text/wgetpaste/files/digest-wgetpaste-2.5 @@ -0,0 +1,3 @@ +MD5 ab52bdcad173fece7e0cd7317a10464c wgetpaste-2.5.bz2 6577 +RMD160 450c0ec75c786b2d4be217a3e1bc1782622c9b7c wgetpaste-2.5.bz2 6577 +SHA256 96e32d4b4b9da50b5652aa473d5628b0769805ad1fb0c4852c7f8207701d6398 wgetpaste-2.5.bz2 6577 diff --git a/app-text/wgetpaste/wgetpaste-2.2.ebuild b/app-text/wgetpaste/wgetpaste-2.5.ebuild index b99e5881b9da..1bce89cc5ccc 100644 --- a/app-text/wgetpaste/wgetpaste-2.2.ebuild +++ b/app-text/wgetpaste/wgetpaste-2.5.ebuild @@ -1,26 +1,21 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.2.ebuild,v 1.11 2007/05/14 16:26:15 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.5.ebuild,v 1.1 2007/09/14 13:00:02 jokey Exp $ DESCRIPTION="Command-line interface to various pastebins" HOMEPAGE="http://wgetpaste.zlin.dk/" -SRC_URI="${HOMEPAGE}/${PF}.bz2" +SRC_URI="http://wgetpaste.zlin.dk/${PF}.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 mips ppc ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" DEPEND="" -RDEPEND="sys-apps/sed - net-misc/wget" +RDEPEND="" -S="${WORKDIR}" - -src_compile() { - sed -i "s|@VERSION@|${PV}|" "${P}" || die "Failed to insert version." -} +S=${WORKDIR} src_install() { - newbin "${P}" "${PN}" + newbin ${P} ${PN} } |