summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2013-01-23 18:29:12 +0000
committerMichael Weber <xmw@gentoo.org>2013-01-23 18:29:12 +0000
commita7646bf8945f8dd9d0ad5e609994a30a510e434b (patch)
tree62189e8b3f86d30df26aca0a36a564214f534ed2 /app-misc/pystopwatch
parentCleanup. (diff)
downloadgentoo-2-a7646bf8945f8dd9d0ad5e609994a30a510e434b.tar.gz
gentoo-2-a7646bf8945f8dd9d0ad5e609994a30a510e434b.tar.bz2
gentoo-2-a7646bf8945f8dd9d0ad5e609994a30a510e434b.zip
Version bump
(Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Diffstat (limited to 'app-misc/pystopwatch')
-rw-r--r--app-misc/pystopwatch/ChangeLog9
-rw-r--r--app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild30
2 files changed, 37 insertions, 2 deletions
diff --git a/app-misc/pystopwatch/ChangeLog b/app-misc/pystopwatch/ChangeLog
index 31783be55864..203930a908b7 100644
--- a/app-misc/pystopwatch/ChangeLog
+++ b/app-misc/pystopwatch/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/pystopwatch
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v 1.3 2012/05/05 12:23:16 xmw Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/ChangeLog,v 1.4 2013/01/23 18:29:12 xmw Exp $
+
+*pystopwatch-2012.12.24.1 (23 Jan 2013)
+
+ 23 Jan 2013; Michael Weber <xmw@gentoo.org> +pystopwatch-2012.12.24.1.ebuild:
+ Version bump
*pystopwatch-2012.02.17.84795 (05 May 2012)
diff --git a/app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild b/app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild
new file mode 100644
index 000000000000..129ab48b8943
--- /dev/null
+++ b/app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.12.24.1.ebuild,v 1.1 2013/01/23 18:29:12 xmw Exp $
+
+EAPI=4
+
+PYTHON_DEPEND=2
+
+inherit python
+
+DESCRIPTION="clock and two countdown functions that can minimize to the tray"
+HOMEPAGE="http://xyne.archlinux.ca/projects/pystopwatch"
+SRC_URI="http://xyne.archlinux.ca/projects/${PN}/src/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-python/pygtk:2"
+DEPEND=""
+
+src_prepare() {
+ unpack ./man/${PN}.1.gz
+}
+
+src_install() {
+ dobin ${PN}
+ doman ${PN}.1
+}