summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-26 13:49:53 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-26 13:49:53 +0000
commit876ac94b3c2e2126b7c9d514f1f301c1d7a80b42 (patch)
tree6572bccd24139864f7665a20939ec7dbdae89a1d
parentRemove old. (diff)
downloadgentoo-2-876ac94b3c2e2126b7c9d514f1f301c1d7a80b42.tar.gz
gentoo-2-876ac94b3c2e2126b7c9d514f1f301c1d7a80b42.tar.bz2
gentoo-2-876ac94b3c2e2126b7c9d514f1f301c1d7a80b42.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r--dev-python/pynut/ChangeLog8
-rw-r--r--dev-python/pynut/pynut-1.1.ebuild41
2 files changed, 5 insertions, 44 deletions
diff --git a/dev-python/pynut/ChangeLog b/dev-python/pynut/ChangeLog
index 814c145705fc..bb479241e261 100644
--- a/dev-python/pynut/ChangeLog
+++ b/dev-python/pynut/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pynut
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pynut/ChangeLog,v 1.3 2011/12/04 14:04:53 jlec Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pynut/ChangeLog,v 1.4 2015/01/26 13:49:53 mrueg Exp $
+
+ 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -pynut-1.1.ebuild:
+ Remove old.
*pynut-1.2 (04 Dec 2011)
@@ -15,4 +18,3 @@
13 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> +pynut-1.1.ebuild:
Initial commit (required by nut-monitor).
-
diff --git a/dev-python/pynut/pynut-1.1.ebuild b/dev-python/pynut/pynut-1.1.ebuild
deleted file mode 100644
index d84d8559f8e3..000000000000
--- a/dev-python/pynut/pynut-1.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pynut/pynut-1.1.ebuild,v 1.2 2009/11/14 22:52:00 arfrever Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit python
-
-DESCRIPTION="An abstraction class written in Python to access NUT (Network UPS Tools) server"
-HOMEPAGE="http://www.lestat.st/informatique/projets/pynut-en/"
-SRC_URI="http://www.lestat.st/_media/informatique/projets/pynut/python-${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-RESTRICT_PYTHON_ABIS="3.*"
-
-S="${WORKDIR}/python-${P}"
-
-src_install() {
- installation() {
- insinto $(python_get_sitedir)
- doins PyNUT.py
- }
- python_execute_function -q installation
-
- dodoc README
-}
-
-pkg_postinst() {
- python_mod_optimize PyNUT.py
-}
-
-pkg_postrm() {
- python_mod_cleanup PyNUT.py
-}