diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-17 16:03:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-17 16:03:15 +0000 |
commit | 6b3fb42399fc9c95899cb7bc268de27216a641b6 (patch) | |
tree | 7b14d9a1745c67bf0af9a25ffd74e53d7b5e7dce /app-portage | |
parent | Marking mtd-utils-1.4.8 ppc for bug 404863 (diff) | |
download | gentoo-2-6b3fb42399fc9c95899cb7bc268de27216a641b6.tar.gz gentoo-2-6b3fb42399fc9c95899cb7bc268de27216a641b6.tar.bz2 gentoo-2-6b3fb42399fc9c95899cb7bc268de27216a641b6.zip |
Quickly remove the new version, it's broken all the way.
(Portage version: 2.2.0_alpha100_p9/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/smart-live-rebuild/ChangeLog | 6 | ||||
-rw-r--r-- | app-portage/smart-live-rebuild/smart-live-rebuild-1.2.2.ebuild | 40 |
2 files changed, 5 insertions, 41 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index 518db0c6acf6..015ec30810a2 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.35 2012/04/17 15:58:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.36 2012/04/17 16:03:14 mgorny Exp $ + + 17 Apr 2012; Michał Górny <mgorny@gentoo.org> + -smart-live-rebuild-1.2.2.ebuild: + Quickly remove the new version, it's broken all the way. *smart-live-rebuild-1.2.2 (17 Apr 2012) diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.2.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.2.ebuild deleted file mode 100644 index 7879246ace38..000000000000 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.2.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.2.ebuild,v 1.1 2012/04/17 15:58:50 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 -} |