diff options
author | 2014-11-09 17:41:32 +0000 | |
---|---|---|
committer | 2014-11-09 17:41:32 +0000 | |
commit | 03e43c497f6caceb0b99e6a85ed799ab0be16f6a (patch) | |
tree | 5e45c63f9fc28c5bdbc18dba14aa627c2f71383c /dev-perl/SVN-Simple | |
parent | tuprolog-2.7.2.ebuild (diff) | |
download | gentoo-2-03e43c497f6caceb0b99e6a85ed799ab0be16f6a.tar.gz gentoo-2-03e43c497f6caceb0b99e6a85ed799ab0be16f6a.tar.bz2 gentoo-2-03e43c497f6caceb0b99e6a85ed799ab0be16f6a.zip |
Remove old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'dev-perl/SVN-Simple')
-rw-r--r-- | dev-perl/SVN-Simple/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild | 18 |
2 files changed, 5 insertions, 19 deletions
diff --git a/dev-perl/SVN-Simple/ChangeLog b/dev-perl/SVN-Simple/ChangeLog index 7b80de03956b..f0a1121d0167 100644 --- a/dev-perl/SVN-Simple/ChangeLog +++ b/dev-perl/SVN-Simple/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/SVN-Simple # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.32 2014/08/24 12:55:29 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.33 2014/11/09 17:41:32 dilfridge Exp $ + + 09 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + -SVN-Simple-0.270.0.ebuild: + Remove old *SVN-Simple-0.280.0-r1 (24 Aug 2014) diff --git a/dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild b/dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild deleted file mode 100644 index 27ceff0d4511..000000000000 --- a/dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.270.0.ebuild,v 1.2 2011/09/03 21:05:05 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=CLKAO -MODULE_VERSION=0.27 -inherit perl-module - -DESCRIPTION="SVN::Simple::Edit - Simple interface to SVN::Delta::Editor" - -SLOT="0" -KEYWORDS="amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -RDEPEND=">=dev-vcs/subversion-0.31[perl]" -DEPEND="${RDEPEND}" |