summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-03-23 18:07:54 +0000
committerMichał Górny <mgorny@gentoo.org>2014-03-23 18:07:54 +0000
commit39c4f96a818d3c3ca20d41b8bdeda7b682410851 (patch)
treef6309cf756dca390c291cd0667a87dc18be43100 /app-portage
parentVersion bump with minor fixes. (diff)
downloadgentoo-2-39c4f96a818d3c3ca20d41b8bdeda7b682410851.tar.gz
gentoo-2-39c4f96a818d3c3ca20d41b8bdeda7b682410851.tar.bz2
gentoo-2-39c4f96a818d3c3ca20d41b8bdeda7b682410851.zip
Remove old.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/smart-live-rebuild/ChangeLog6
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-1.3.2.ebuild32
-rw-r--r--app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild32
3 files changed, 5 insertions, 65 deletions
diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog
index 36e5fddb655c..9f30c0cdb02e 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-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.61 2014/03/23 18:04:32 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.62 2014/03/23 18:07:53 mgorny Exp $
+
+ 23 Mar 2014; Michał Górny <mgorny@gentoo.org>
+ -smart-live-rebuild-1.3.2.ebuild, -smart-live-rebuild-1.3.ebuild:
+ Remove old.
*smart-live-rebuild-1.3.4 (23 Mar 2014)
diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.2.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.2.ebuild
deleted file mode 100644
index 6dc6fce15d70..000000000000
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 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.3.2.ebuild,v 1.1 2013/10/01 17:52:00 mgorny Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
-
-inherit distutils-r1
-
-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 ~arm ~mips ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"
-
-python_test() {
- "${PYTHON}" setup.py test || die
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- 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.3.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild
deleted file mode 100644
index 9886744440a5..000000000000
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2013 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.3.ebuild,v 1.8 2013/09/05 18:24:59 mgorny Exp $
-
-EAPI=5
-PYTHON_COMPAT=(python2_6 python2_7 python3_2 python3_3)
-
-inherit distutils-r1
-
-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 arm ~mips x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"
-
-python_test() {
- "${PYTHON}" setup.py test || die
-}
-
-python_install_all() {
- distutils-r1_python_install_all
-
- insinto /etc/portage
- newins smart-live-rebuild.conf{.example,}
- insinto /usr/share/portage/config/sets
- newins sets.conf.example ${PN}.conf
-}