diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-07-25 00:27:42 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-07-25 00:27:42 +0000 |
commit | 6ea72aa5ddef072311fc8a182b613db62db19a9d (patch) | |
tree | a73bc9f8f29958f2fac2dec0d66ef4fa826e6358 /www-client | |
parent | Initial import, for future OpenSMTPD snapshots which will require this. (diff) | |
download | gentoo-2-6ea72aa5ddef072311fc8a182b613db62db19a9d.tar.gz gentoo-2-6ea72aa5ddef072311fc8a182b613db62db19a9d.tar.bz2 gentoo-2-6ea72aa5ddef072311fc8a182b613db62db19a9d.zip |
Mark stable; Drop old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/w3mir/ChangeLog | 6 | ||||
-rw-r--r-- | www-client/w3mir/w3mir-1.0.10-r1.ebuild | 26 | ||||
-rw-r--r-- | www-client/w3mir/w3mir-1.0.10-r2.ebuild | 4 |
3 files changed, 7 insertions, 29 deletions
diff --git a/www-client/w3mir/ChangeLog b/www-client/w3mir/ChangeLog index ca6f22b00895..8f50a985f998 100644 --- a/www-client/w3mir/ChangeLog +++ b/www-client/w3mir/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/w3mir # Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/w3mir/ChangeLog,v 1.17 2014/07/15 09:14:10 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/w3mir/ChangeLog,v 1.18 2014/07/25 00:27:42 zlogene Exp $ + + 25 Jul 2014; Mikle Kolyada <zlogene@gentoo.org> -w3mir-1.0.10-r1.ebuild, + w3mir-1.0.10-r2.ebuild: + Mark stable; Drop old. *w3mir-1.0.10-r2 (15 Jul 2014) diff --git a/www-client/w3mir/w3mir-1.0.10-r1.ebuild b/www-client/w3mir/w3mir-1.0.10-r1.ebuild deleted file mode 100644 index 3a09945f8fd4..000000000000 --- a/www-client/w3mir/w3mir-1.0.10-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/w3mir/w3mir-1.0.10-r1.ebuild,v 1.6 2013/02/23 20:29:32 zmedico Exp $ - -inherit perl-app eutils - -DESCRIPTION="w3mir is a all purpose HTTP copying and mirroring tool" -SRC_URI="http://langfeldt.net/w3mir/${P}.tar.gz" -HOMEPAGE="http://langfeldt.net/w3mir/" -IUSE="" - -SLOT="0" -LICENSE="Artistic" -KEYWORDS="alpha ~amd64 ppc ~sparc x86 ~arm-linux ~x86-linux" - -DEPEND="${DEPEND} - >=dev-perl/URI-1.0.9 - >=dev-perl/libwww-perl-5.64-r1 - >=virtual/perl-MIME-Base64-2.12" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch "${FILESDIR}/${P}-cwd.diff" -} diff --git a/www-client/w3mir/w3mir-1.0.10-r2.ebuild b/www-client/w3mir/w3mir-1.0.10-r2.ebuild index 43b1d5f5606e..18a924382835 100644 --- a/www-client/w3mir/w3mir-1.0.10-r2.ebuild +++ b/www-client/w3mir/w3mir-1.0.10-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/w3mir/w3mir-1.0.10-r2.ebuild,v 1.1 2014/07/15 09:14:10 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/w3mir/w3mir-1.0.10-r2.ebuild,v 1.2 2014/07/25 00:27:42 zlogene Exp $ EAPI=5 @@ -12,7 +12,7 @@ HOMEPAGE="http://langfeldt.net/w3mir/" SLOT="0" LICENSE="Artistic" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~arm-linux ~x86-linux" +KEYWORDS="alpha ~amd64 ppc ~sparc x86 ~arm-linux ~x86-linux" DEPEND="${DEPEND} >=dev-perl/URI-1.0.9 |