summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-12-04 21:18:14 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-12-04 21:18:14 +0000
commit6b32cc6ce34093adb96a069fe041a922eb51c475 (patch)
tree8d80904dce5a854c96397c8c744c42c3859167a4 /dev-python/python-daemon
parentVersion bump. Update init script to fix deprecated flag usage. (diff)
downloadhistorical-6b32cc6ce34093adb96a069fe041a922eb51c475.tar.gz
historical-6b32cc6ce34093adb96a069fe041a922eb51c475.tar.bz2
historical-6b32cc6ce34093adb96a069fe041a922eb51c475.zip
Update LICENSE. Patch by Arfrever.
Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64
Diffstat (limited to 'dev-python/python-daemon')
-rw-r--r--dev-python/python-daemon/ChangeLog7
-rw-r--r--dev-python/python-daemon/python-daemon-1.6.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/python-daemon/ChangeLog b/dev-python/python-daemon/ChangeLog
index acdc6ca197b2..4421d3db69e7 100644
--- a/dev-python/python-daemon/ChangeLog
+++ b/dev-python/python-daemon/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-daemon
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/ChangeLog,v 1.5 2010/06/28 08:46:35 phajdan.jr Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/ChangeLog,v 1.6 2011/12/04 21:18:14 hwoarang Exp $
+
+ 04 Dec 2011; Markos Chandras <hwoarang@gentoo.org> python-daemon-1.6.ebuild:
+ Update LICENSE. Patch by Arfrever.
28 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
python-daemon-1.6.ebuild:
diff --git a/dev-python/python-daemon/python-daemon-1.6.ebuild b/dev-python/python-daemon/python-daemon-1.6.ebuild
index eb3aceed5722..6f7beaaa98f0 100644
--- a/dev-python/python-daemon/python-daemon-1.6.ebuild
+++ b/dev-python/python-daemon/python-daemon-1.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/python-daemon-1.6.ebuild,v 1.4 2010/12/26 15:28:01 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-daemon/python-daemon-1.6.ebuild,v 1.5 2011/12/04 21:18:14 hwoarang Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@ DESCRIPTION="Library to implement a well-behaved Unix daemon process."
HOMEPAGE="http://pypi.python.org/pypi/python-daemon"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-LICENSE="PSF-2.2"
+LICENSE="PSF-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="test"