diff options
author | Torsten Veller <tove@gentoo.org> | 2008-12-30 16:35:02 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-12-30 16:35:02 +0000 |
commit | abca50f9426448e7591e468d3971c292a886060a (patch) | |
tree | 7e5b34025cfe8be823e217f1ae706e226c1554af /dev-perl/MogileFS-Client | |
parent | Stable on sparc, bug #251309 (diff) | |
download | historical-abca50f9426448e7591e468d3971c292a886060a.tar.gz historical-abca50f9426448e7591e468d3971c292a886060a.tar.bz2 historical-abca50f9426448e7591e468d3971c292a886060a.zip |
Cleanup
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.27-tuxonice i686
Diffstat (limited to 'dev-perl/MogileFS-Client')
-rw-r--r-- | dev-perl/MogileFS-Client/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/MogileFS-Client/MogileFS-Client-1.06.ebuild | 23 | ||||
-rw-r--r-- | dev-perl/MogileFS-Client/MogileFS-Client-1.07.ebuild | 23 |
3 files changed, 6 insertions, 48 deletions
diff --git a/dev-perl/MogileFS-Client/ChangeLog b/dev-perl/MogileFS-Client/ChangeLog index 088194b83875..f59baaeb27bb 100644 --- a/dev-perl/MogileFS-Client/ChangeLog +++ b/dev-perl/MogileFS-Client/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/MogileFS-Client -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog,v 1.3 2007/10/27 01:26:30 robbat2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/ChangeLog,v 1.4 2008/12/30 16:14:52 tove Exp $ + + 30 Dec 2008; Torsten Veller <tove@gentoo.org> + -MogileFS-Client-1.06.ebuild, -MogileFS-Client-1.07.ebuild: + Cleanup *MogileFS-Client-1.08 (27 Oct 2007) diff --git a/dev-perl/MogileFS-Client/MogileFS-Client-1.06.ebuild b/dev-perl/MogileFS-Client/MogileFS-Client-1.06.ebuild deleted file mode 100644 index b66359a6bcf0..000000000000 --- a/dev-perl/MogileFS-Client/MogileFS-Client-1.06.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/MogileFS-Client-1.06.ebuild,v 1.1 2007/04/30 06:05:25 robbat2 Exp $ - -inherit perl-module - -DESCRIPTION="Client library for the MogileFS distributed file system" -HOMEPAGE="http://search.cpan.org/search?query=MogileFS-Client&mode=dist" -SRC_URI="mirror://cpan/authors/id/B/BR/BRADFITZ/${P}.tar.gz" - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~ppc ~x86" - -DEPEND=">=dev-perl/IO-stringy-2.110 - dev-perl/libwww-perl - dev-lang/perl" - -# Tests only available if you have a local mogilefsd on 127.0.0.1:7001 -#SRC_TEST="do" -mydoc="CHANGES TODO" diff --git a/dev-perl/MogileFS-Client/MogileFS-Client-1.07.ebuild b/dev-perl/MogileFS-Client/MogileFS-Client-1.07.ebuild deleted file mode 100644 index d25455981ac5..000000000000 --- a/dev-perl/MogileFS-Client/MogileFS-Client-1.07.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/MogileFS-Client/MogileFS-Client-1.07.ebuild,v 1.1 2007/05/09 07:45:08 robbat2 Exp $ - -inherit perl-module - -DESCRIPTION="Client library for the MogileFS distributed file system" -HOMEPAGE="http://search.cpan.org/search?query=MogileFS-Client&mode=dist" -SRC_URI="mirror://cpan/authors/id/B/BR/BRADFITZ/${P}.tar.gz" - -IUSE="" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~ppc ~x86" - -DEPEND=">=dev-perl/IO-stringy-2.110 - dev-perl/libwww-perl - dev-lang/perl" - -# Tests only available if you have a local mogilefsd on 127.0.0.1:7001 -#SRC_TEST="do" -mydoc="CHANGES TODO" |