Version bump
authorMarkos Chandras <hwoarang@gentoo.org>
Tue, 13 Sep 2011 14:51:59 +0000 (14:51 +0000)
committerMarkos Chandras <hwoarang@gentoo.org>
Tue, 13 Sep 2011 14:51:59 +0000 (14:51 +0000)
Package-Manager: portage-2.2.0_alpha55/cvs/Linux x86_64

dev-python/hcs-utils/ChangeLog
dev-python/hcs-utils/hcs-utils-1.2.ebuild [new file with mode: 0644]
dev-python/py-notify/ChangeLog
dev-python/py-notify/py-notify-0.3.1.ebuild [new file with mode: 0644]

index 94ccdf9b8a84569ab5590f3cf98851a6e54cb618..8df05a48c29c19149edc308af6ce9a92e633b1d1 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/hcs-utils
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/hcs-utils/ChangeLog,v 1.1 2010/08/29 18:52:39 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hcs-utils/ChangeLog,v 1.2 2011/09/13 14:49:03 hwoarang Exp $
+
+*hcs-utils-1.2 (13 Sep 2011)
+
+  13 Sep 2011; Markos Chandras <hwoarang@gentoo.org> +hcs-utils-1.2.ebuild:
+  Version bump
 
 *hcs-utils-1.1.1 (29 Aug 2010)
 
diff --git a/dev-python/hcs-utils/hcs-utils-1.2.ebuild b/dev-python/hcs-utils/hcs-utils-1.2.ebuild
new file mode 100644 (file)
index 0000000..7f36f52
--- /dev/null
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/hcs-utils/hcs-utils-1.2.ebuild,v 1.1 2011/09/13 14:49:03 hwoarang Exp $
+
+EAPI="2"
+PYTHON_DEPEND="2:2.5"
+SUPPORT_PYTHON_ABIS="1"
+inherit distutils
+
+DESCRIPTION="A library containing some useful snippets"
+HOMEPAGE="http://pypi.python.org/pypi/hcs_utils"
+SRC_URI="mirror://pypi/h/${PN/-/_}/${P/-/_}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=""
+
+RESTRICT_PYTHON_ABIS="3.*"
+
+S="${WORKDIR}/${P/-/_}"
index 28231b776bcc0ac80243960d4eca46a4cb9d7464..1376b8feecf5c29a9718f5c626b189ad97ac7c63 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/py-notify
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/py-notify/ChangeLog,v 1.1 2010/08/20 09:37:43 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py-notify/ChangeLog,v 1.2 2011/09/13 14:51:59 hwoarang Exp $
+
+*py-notify-0.3.1 (13 Sep 2011)
+
+  13 Sep 2011; Markos Chandras <hwoarang@gentoo.org> +py-notify-0.3.1.ebuild:
+  Version bump
 
 *py-notify-0.2.1 (20 Aug 2010)
 
diff --git a/dev-python/py-notify/py-notify-0.3.1.ebuild b/dev-python/py-notify/py-notify-0.3.1.ebuild
new file mode 100644 (file)
index 0000000..5e46d82
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/py-notify/py-notify-0.3.1.ebuild,v 1.1 2011/09/13 14:51:59 hwoarang Exp $
+
+EAPI=2
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit python distutils
+
+DESCRIPTION="Tools for implementing the Observer programming pattern in Python"
+HOMEPAGE="http://home.gna.org/py-notify"
+SRC_URI="http://download.gna.org/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""