summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-11-29 15:25:17 +0000
committerMichał Górny <mgorny@gentoo.org>2012-11-29 15:25:17 +0000
commit126f8c777387425e362d83255692d9ff1e97af9b (patch)
tree95a00d2fe101fb4d61179491f599475d728dc529 /dev-python/pymountboot
parentRemove old. (diff)
downloadgentoo-2-126f8c777387425e362d83255692d9ff1e97af9b.tar.gz
gentoo-2-126f8c777387425e362d83255692d9ff1e97af9b.tar.bz2
gentoo-2-126f8c777387425e362d83255692d9ff1e97af9b.zip
Remove old.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'dev-python/pymountboot')
-rw-r--r--dev-python/pymountboot/ChangeLog5
-rw-r--r--dev-python/pymountboot/pymountboot-0.2.ebuild24
2 files changed, 4 insertions, 25 deletions
diff --git a/dev-python/pymountboot/ChangeLog b/dev-python/pymountboot/ChangeLog
index ed17154628e4..8c2b95b721d7 100644
--- a/dev-python/pymountboot/ChangeLog
+++ b/dev-python/pymountboot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pymountboot
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.3 2012/10/15 13:47:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/ChangeLog,v 1.4 2012/11/29 15:25:17 mgorny Exp $
+
+ 29 Nov 2012; Michał Górny <mgorny@gentoo.org> -pymountboot-0.2.ebuild:
+ Remove old.
*pymountboot-0.2.1 (15 Oct 2012)
diff --git a/dev-python/pymountboot/pymountboot-0.2.ebuild b/dev-python/pymountboot/pymountboot-0.2.ebuild
deleted file mode 100644
index 383fce483e3f..000000000000
--- a/dev-python/pymountboot/pymountboot-0.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pymountboot/pymountboot-0.2.ebuild,v 1.1 2012/05/16 20:48:01 mgorny Exp $
-
-EAPI=4
-PYTHON_COMPAT='python2_6 python2_7'
-
-inherit base python-distutils-ng
-
-DESCRIPTION="Python extension module to (re)mount /boot"
-HOMEPAGE="https://bitbucket.org/mgorny/pymountboot/"
-SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=sys-apps/util-linux-2.20"
-DEPEND="${RDEPEND}"
-
-python_prepare_all() {
- base_src_prepare
-}