public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/xmw:master commit in: app-misc/pystopwatch/
@ 2011-11-15 21:12 Michael Weber
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber @ 2011-11-15 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     f472aee46b86557c3925d1db8adfb5875ce0443a
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 21:12:22 2011 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 21:12:22 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=f472aee4

Initial import.

(Portage version: 2.1.10.11/git/Linux x86_64, signed Manifest commit with key 62EEF090)

---
 app-misc/pystopwatch/ChangeLog                     |   10 ++++++
 app-misc/pystopwatch/Manifest                      |   14 ++++++++
 app-misc/pystopwatch/metadata.xml                  |   10 ++++++
 .../pystopwatch/pystopwatch-2010.10.02.1.ebuild    |   32 ++++++++++++++++++++
 4 files changed, 66 insertions(+), 0 deletions(-)

diff --git a/app-misc/pystopwatch/ChangeLog b/app-misc/pystopwatch/ChangeLog
new file mode 100644
index 0000000..ebec8da
--- /dev/null
+++ b/app-misc/pystopwatch/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-misc/pystopwatch
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*pystopwatch-2010.10.02.1 (15 Nov 2011)
+
+  15 Nov 2011; Michael Weber <xmw@gentoo.org> +pystopwatch-2010.10.02.1.ebuild,
+  +metadata.xml:
+  Initial import.
+

diff --git a/app-misc/pystopwatch/Manifest b/app-misc/pystopwatch/Manifest
new file mode 100644
index 0000000..24bf786
--- /dev/null
+++ b/app-misc/pystopwatch/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST pystopwatch-2010.10.02.1.tar.gz 14797 RMD160 041b39394cdc5c49def40962364fb294ab4e4770 SHA1 505aa7fcb2dd7d2848a4028fffecbf75f2cdb9cd SHA256 3154a65c3f278d5b253403cb861615e63821f3c96f68a3fc192b6e589f386549
+EBUILD pystopwatch-2010.10.02.1.ebuild 571 RMD160 228132d852c37a4190e2c80f3270e920e942b302 SHA1 7ff6739463542a9060a2be3aab5e0f071b219582 SHA256 df1ad822eaf2aa8917644181f7d19c3d11bb1549e5ab00a81b70c8406c3c1539
+MISC ChangeLog 278 RMD160 89a6df9b5eeb5f6863874efdd4da938d949c3466 SHA1 95f04b27403ef65b324283df1fbb8043af31321f SHA256 f1b228123ec5c66860fc18b07ac13cb1cf40c440c692af15b9274e73ee0eb018
+MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk7C1bYACgkQknrdDGLu8JA03gD+Kg4uG2QKJXYg+04AJiaqeag7
+3k0YV1rpzkZELQolvrcA/1QOnsUqt86ByyK42UCNJ7pu7K9IpIQbSXCVF+s4wHuh
+=cisv
+-----END PGP SIGNATURE-----

diff --git a/app-misc/pystopwatch/metadata.xml b/app-misc/pystopwatch/metadata.xml
new file mode 100644
index 0000000..02b909e
--- /dev/null
+++ b/app-misc/pystopwatch/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+<email>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>
+

diff --git a/app-misc/pystopwatch/pystopwatch-2010.10.02.1.ebuild b/app-misc/pystopwatch/pystopwatch-2010.10.02.1.ebuild
new file mode 100644
index 0000000..9a73a41
--- /dev/null
+++ b/app-misc/pystopwatch/pystopwatch-2010.10.02.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+PYTHON_DEPEND=2
+
+inherit python
+
+DESCRIPTION="stopwatch with clock and two countdown functions that can minimize to the tray"
+HOMEPAGE="http://xyne.archlinux.ca/projects/pystopwatch"
+SRC_URI="http://xyne.archlinux.ca/src/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-python/pygtk:2"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+	unpack ./man/${PN}.1.gz
+}
+
+src_install() {
+	dobin ${PN}
+	doman ${PN}.1
+}



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/xmw:master commit in: app-misc/pystopwatch/
@ 2011-11-15 21:44 Michael Weber
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber @ 2011-11-15 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     3d7cd3f054a295ba58311edb5acbe083aa88350b
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 15 21:44:00 2011 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 21:44:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=3d7cd3f0

app-misc/pystopwatch: version bump

(Portage version: 2.1.10.11/git/Linux x86_64, signed Manifest commit with key 62EEF090)

---
 app-misc/pystopwatch/ChangeLog                     |    6 ++++++
 app-misc/pystopwatch/Manifest                      |   12 ++++++------
 ...02.1.ebuild => pystopwatch-2011.04.04.1.ebuild} |    0
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/app-misc/pystopwatch/ChangeLog b/app-misc/pystopwatch/ChangeLog
index ebec8da..70cf21e 100644
--- a/app-misc/pystopwatch/ChangeLog
+++ b/app-misc/pystopwatch/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*pystopwatch-2011.04.04.1 (15 Nov 2011)
+
+  15 Nov 2011; Michael Weber <xmw@gentoo.org> -pystopwatch-2010.10.02.1.ebuild,
+  +pystopwatch-2011.04.04.1.ebuild:
+  Version bump
+
 *pystopwatch-2010.10.02.1 (15 Nov 2011)
 
   15 Nov 2011; Michael Weber <xmw@gentoo.org> +pystopwatch-2010.10.02.1.ebuild,

diff --git a/app-misc/pystopwatch/Manifest b/app-misc/pystopwatch/Manifest
index 24bf786..5af3adc 100644
--- a/app-misc/pystopwatch/Manifest
+++ b/app-misc/pystopwatch/Manifest
@@ -1,14 +1,14 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-DIST pystopwatch-2010.10.02.1.tar.gz 14797 RMD160 041b39394cdc5c49def40962364fb294ab4e4770 SHA1 505aa7fcb2dd7d2848a4028fffecbf75f2cdb9cd SHA256 3154a65c3f278d5b253403cb861615e63821f3c96f68a3fc192b6e589f386549
-EBUILD pystopwatch-2010.10.02.1.ebuild 571 RMD160 228132d852c37a4190e2c80f3270e920e942b302 SHA1 7ff6739463542a9060a2be3aab5e0f071b219582 SHA256 df1ad822eaf2aa8917644181f7d19c3d11bb1549e5ab00a81b70c8406c3c1539
-MISC ChangeLog 278 RMD160 89a6df9b5eeb5f6863874efdd4da938d949c3466 SHA1 95f04b27403ef65b324283df1fbb8043af31321f SHA256 f1b228123ec5c66860fc18b07ac13cb1cf40c440c692af15b9274e73ee0eb018
+DIST pystopwatch-2011.04.04.1.tar.gz 14938 RMD160 38246281338069e28a3093a93ae2814e8e6c7381 SHA1 d984f0df813245e7e0ce20b62690324a384469b9 SHA256 0f5fbb33d75004b5dfbdcd7f2d361ba145d53e579bbcdc82021e315d31b10ce3
+EBUILD pystopwatch-2011.04.04.1.ebuild 571 RMD160 228132d852c37a4190e2c80f3270e920e942b302 SHA1 7ff6739463542a9060a2be3aab5e0f071b219582 SHA256 df1ad822eaf2aa8917644181f7d19c3d11bb1549e5ab00a81b70c8406c3c1539
+MISC ChangeLog 451 RMD160 5af335eba54e290449a00b7337e90235d31f5f0f SHA1 741196bafaaf486caf23558211295f98c9030e18 SHA256 4e791808ae24f8b40057dd796507d0d52f6636759635744e28b6069a4dee5210
 MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk7C1bYACgkQknrdDGLu8JA03gD+Kg4uG2QKJXYg+04AJiaqeag7
-3k0YV1rpzkZELQolvrcA/1QOnsUqt86ByyK42UCNJ7pu7K9IpIQbSXCVF+s4wHuh
-=cisv
+iF4EAREIAAYFAk7C3SAACgkQknrdDGLu8JCMpwD/YII0ebwO+gd7jZO9XOH62hIg
+nGKpLBOgUrF+G1RAFwkA/jCTaMafLRB95watqiPVN/rNqmKIMvWSKwJDuSRZ4Vq9
+=n8T9
 -----END PGP SIGNATURE-----

diff --git a/app-misc/pystopwatch/pystopwatch-2010.10.02.1.ebuild b/app-misc/pystopwatch/pystopwatch-2011.04.04.1.ebuild
similarity index 100%
rename from app-misc/pystopwatch/pystopwatch-2010.10.02.1.ebuild
rename to app-misc/pystopwatch/pystopwatch-2011.04.04.1.ebuild



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] dev/xmw:master commit in: app-misc/pystopwatch/
@ 2012-02-07 23:04 Michael Weber
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber @ 2012-02-07 23:04 UTC (permalink / raw
  To: gentoo-commits

commit:     2567c772096a8fd122db4e728cf5d26ea7cdc884
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  7 22:28:28 2012 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Tue Feb  7 22:28:28 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=2567c772

app-misc/pystopwatch moved to tree

---
 app-misc/pystopwatch/ChangeLog                     |   16 ----------
 app-misc/pystopwatch/Manifest                      |   14 --------
 app-misc/pystopwatch/metadata.xml                  |   10 ------
 .../pystopwatch/pystopwatch-2011.04.04.1.ebuild    |   32 --------------------
 4 files changed, 0 insertions(+), 72 deletions(-)

diff --git a/app-misc/pystopwatch/ChangeLog b/app-misc/pystopwatch/ChangeLog
deleted file mode 100644
index 70cf21e..0000000
--- a/app-misc/pystopwatch/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-# ChangeLog for app-misc/pystopwatch
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*pystopwatch-2011.04.04.1 (15 Nov 2011)
-
-  15 Nov 2011; Michael Weber <xmw@gentoo.org> -pystopwatch-2010.10.02.1.ebuild,
-  +pystopwatch-2011.04.04.1.ebuild:
-  Version bump
-
-*pystopwatch-2010.10.02.1 (15 Nov 2011)
-
-  15 Nov 2011; Michael Weber <xmw@gentoo.org> +pystopwatch-2010.10.02.1.ebuild,
-  +metadata.xml:
-  Initial import.
-

diff --git a/app-misc/pystopwatch/Manifest b/app-misc/pystopwatch/Manifest
deleted file mode 100644
index 5af3adc..0000000
--- a/app-misc/pystopwatch/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST pystopwatch-2011.04.04.1.tar.gz 14938 RMD160 38246281338069e28a3093a93ae2814e8e6c7381 SHA1 d984f0df813245e7e0ce20b62690324a384469b9 SHA256 0f5fbb33d75004b5dfbdcd7f2d361ba145d53e579bbcdc82021e315d31b10ce3
-EBUILD pystopwatch-2011.04.04.1.ebuild 571 RMD160 228132d852c37a4190e2c80f3270e920e942b302 SHA1 7ff6739463542a9060a2be3aab5e0f071b219582 SHA256 df1ad822eaf2aa8917644181f7d19c3d11bb1549e5ab00a81b70c8406c3c1539
-MISC ChangeLog 451 RMD160 5af335eba54e290449a00b7337e90235d31f5f0f SHA1 741196bafaaf486caf23558211295f98c9030e18 SHA256 4e791808ae24f8b40057dd796507d0d52f6636759635744e28b6069a4dee5210
-MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iF4EAREIAAYFAk7C3SAACgkQknrdDGLu8JCMpwD/YII0ebwO+gd7jZO9XOH62hIg
-nGKpLBOgUrF+G1RAFwkA/jCTaMafLRB95watqiPVN/rNqmKIMvWSKwJDuSRZ4Vq9
-=n8T9
------END PGP SIGNATURE-----

diff --git a/app-misc/pystopwatch/metadata.xml b/app-misc/pystopwatch/metadata.xml
deleted file mode 100644
index 02b909e..0000000
--- a/app-misc/pystopwatch/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
-<email>xmw@gentoo.org</email>
-<name>Michael Weber</name>
-</maintainer>
-</pkgmetadata>
-

diff --git a/app-misc/pystopwatch/pystopwatch-2011.04.04.1.ebuild b/app-misc/pystopwatch/pystopwatch-2011.04.04.1.ebuild
deleted file mode 100644
index 9a73a41..0000000
--- a/app-misc/pystopwatch/pystopwatch-2011.04.04.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-PYTHON_DEPEND=2
-
-inherit python
-
-DESCRIPTION="stopwatch with clock and two countdown functions that can minimize to the tray"
-HOMEPAGE="http://xyne.archlinux.ca/projects/pystopwatch"
-SRC_URI="http://xyne.archlinux.ca/src/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="dev-python/pygtk:2"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-	unpack ./man/${PN}.1.gz
-}
-
-src_install() {
-	dobin ${PN}
-	doman ${PN}.1
-}



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-07 23:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-15 21:12 [gentoo-commits] dev/xmw:master commit in: app-misc/pystopwatch/ Michael Weber
  -- strict thread matches above, loose matches on Subject: below --
2011-11-15 21:44 Michael Weber
2012-02-07 23:04 Michael Weber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox