From 71df5e860fb9988dcae7433ba4c6f6433d1384a8 Mon Sep 17 00:00:00 2001 From: "Nathan Phillip Brink (binki)" Date: Tue, 15 Mar 2011 12:22:31 +0000 Subject: www-misc/reflector: bump to reflector-2011.01.24.2. (Portage version: 2.2.0_alpha26-r1/svn/Linux x86_64) svn path=/sunrise/; revision=11819 --- www-misc/reflector/ChangeLog | 8 +++++++- www-misc/reflector/reflector-2010.08.24.1.ebuild | 25 ------------------------ www-misc/reflector/reflector-2011.01.24.2.ebuild | 25 ++++++++++++++++++++++++ 3 files changed, 32 insertions(+), 26 deletions(-) delete mode 100644 www-misc/reflector/reflector-2010.08.24.1.ebuild create mode 100644 www-misc/reflector/reflector-2011.01.24.2.ebuild (limited to 'www-misc') diff --git a/www-misc/reflector/ChangeLog b/www-misc/reflector/ChangeLog index f96543115..b4d4a75d2 100644 --- a/www-misc/reflector/ChangeLog +++ b/www-misc/reflector/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for www-misc/reflector -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*reflector-2011.01.24.2 (15 Mar 2011) + + 15 Mar 2011; Nathan Phillip Brink (binki) + -reflector-2010.08.24.1.ebuild, +reflector-2011.01.24.2.ebuild: + bump to reflector-2011.01.24.2. + *reflector-2010.08.24.1 (22 Sep 2010) 22 Sep 2010; Nathan Phillip Brink (ohnobinki) diff --git a/www-misc/reflector/reflector-2010.08.24.1.ebuild b/www-misc/reflector/reflector-2010.08.24.1.ebuild deleted file mode 100644 index fa039f94a..000000000 --- a/www-misc/reflector/reflector-2010.08.24.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -DESCRIPTION="archlinux's take on mirrorselect" -HOMEPAGE="http://xyne.archlinux.ca/projects/reflector/" -SRC_URI="http://xyne.archlinux.ca/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="dev-lang/perl - dev-perl/perl-xyne-arch" - -S=${WORKDIR}/${PN} - -src_install() { - dobin ${PN} || die - - doman man/* || die -} diff --git a/www-misc/reflector/reflector-2011.01.24.2.ebuild b/www-misc/reflector/reflector-2011.01.24.2.ebuild new file mode 100644 index 000000000..5f30536a0 --- /dev/null +++ b/www-misc/reflector/reflector-2011.01.24.2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=2 + +DESCRIPTION="archlinux's take on mirrorselect" +HOMEPAGE="http://xyne.archlinux.ca/projects/reflector/" +SRC_URI="http://xyne.archlinux.ca/src/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="dev-lang/perl + dev-perl/perl-xyne-arch" + +S=${WORKDIR}/${PN} + +src_install() { + dobin ${PN} || die + + doman man/* || die +} -- cgit v1.2.3-65-gdbad