From e410f3ddd41b0933cb150aa17de3a770021f289a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 31 Aug 2012 09:03:46 +0000 Subject: Drop old. (Portage version: 2.2.0_alpha120_p33/cvs/Linux x86_64) --- app-portage/smart-live-rebuild/ChangeLog | 7 ++-- .../smart-live-rebuild-1.2.1.ebuild | 40 ---------------------- .../smart-live-rebuild-1.2.3.ebuild | 40 ---------------------- 3 files changed, 5 insertions(+), 82 deletions(-) delete mode 100644 app-portage/smart-live-rebuild/smart-live-rebuild-1.2.1.ebuild delete mode 100644 app-portage/smart-live-rebuild/smart-live-rebuild-1.2.3.ebuild diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index 8223f65bf120..1df279659a6b 100644 --- a/app-portage/smart-live-rebuild/ChangeLog +++ b/app-portage/smart-live-rebuild/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/smart-live-rebuild # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.38 2012/05/26 10:15:09 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.39 2012/08/31 09:03:46 mgorny Exp $ + + 31 Aug 2012; Michał Górny + -smart-live-rebuild-1.2.1.ebuild, -smart-live-rebuild-1.2.3.ebuild: + Drop old. *smart-live-rebuild-1.2.3-r1 (26 May 2012) @@ -216,4 +220,3 @@ 04 Oct 2010; Michał Górny +smart-live-rebuild-0.6.1.1.ebuild, +metadata.xml: Import from the Sunrise overlay, per bug #310975. - diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.1.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.1.ebuild deleted file mode 100644 index 802683def80b..000000000000 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.1.ebuild,v 1.4 2012/02/09 23:56:08 mattst88 Exp $ - -EAPI=4 - -PYTHON_DEPEND='2:2.6' -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS='2.4 2.5 3.*' -DISTUTILS_SRC_TEST=setup.py - -inherit base distutils - -DESCRIPTION="Check live packages for updates and emerge them as necessary" -HOMEPAGE="https://github.com/mgorny/smart-live-rebuild/" -SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=app-portage/gentoopm-0.2.1 - !sys-apps/portage[python3]" - -PYTHON_MODNAME=smartliverebuild - -src_prepare() { - base_src_prepare - distutils_src_prepare -} - -src_install() { - distutils_src_install - - insinto /etc/portage - newins smart-live-rebuild.conf{.example,} - insinto /usr/share/portage/config/sets - newins sets.conf.example ${PN}.conf -} diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.3.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.3.ebuild deleted file mode 100644 index 52d7af8fc819..000000000000 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.3.ebuild,v 1.1 2012/04/17 16:07:52 mgorny Exp $ - -EAPI=4 - -PYTHON_DEPEND='2:2.6' -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS='2.4 2.5 3.*' -DISTUTILS_SRC_TEST=setup.py - -inherit base distutils - -DESCRIPTION="Check live packages for updates and emerge them as necessary" -HOMEPAGE="https://bitbucket.org/mgorny/smart-live-rebuild/" -SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=app-portage/gentoopm-0.2.1 - !sys-apps/portage[python3]" - -PYTHON_MODNAME=smartliverebuild - -src_prepare() { - base_src_prepare - distutils_src_prepare -} - -src_install() { - distutils_src_install - - insinto /etc/portage - newins smart-live-rebuild.conf{.example,} - insinto /usr/share/portage/config/sets - newins sets.conf.example ${PN}.conf -} -- cgit v1.2.3-65-gdbad