public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/xmw:master commit in: app-shells/zshdb/
@ 2011-09-25 22:30 Michael Weber
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber @ 2011-09-25 22:30 UTC (permalink / raw
  To: gentoo-commits

commit:     986ee78279c8fcbeb0196721ab09688c731df39e
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 25 22:29:23 2011 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 22:29:23 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=986ee782

Initial import

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

---
 app-shells/zshdb/ChangeLog         |   10 ++++++++++
 app-shells/zshdb/Manifest          |   13 +++++++++++++
 app-shells/zshdb/metadata.xml      |   10 ++++++++++
 app-shells/zshdb/zshdb-9999.ebuild |   33 +++++++++++++++++++++++++++++++++
 4 files changed, 66 insertions(+), 0 deletions(-)

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

diff --git a/app-shells/zshdb/Manifest b/app-shells/zshdb/Manifest
new file mode 100644
index 0000000..30053e1
--- /dev/null
+++ b/app-shells/zshdb/Manifest
@@ -0,0 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD zshdb-9999.ebuild 618 RMD160 c47312cfbf33b758f15d72f65dac4e7e207d7f7c SHA1 11985eb9f17d0e132463c737314a2f760abd12a7 SHA256 5d522ae9e557544663b026d15a78687988b3758c14cb62895e17d5427d543e3c
+MISC ChangeLog 245 RMD160 02d084a254bf7fa3faffe097085b98253d6298f6 SHA1 1c3bc15280978e4df7510ef2e6250438290b9a58 SHA256 3da821066dc756bef07213d20af45db9f92cebcbdfa771765071f9dccae3dea8
+MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk5/q0MACgkQknrdDGLu8JAXqAD+IgxiywjNEQOTNXwUG+AGmhYH
+7uLXwhZKcj0XKe9tjdUA/1aJS3fpXLNPcUGgr4uGfl5Pyt7LPpfSiFOmX6a/9ZMO
+=XWmG
+-----END PGP SIGNATURE-----

diff --git a/app-shells/zshdb/metadata.xml b/app-shells/zshdb/metadata.xml
new file mode 100644
index 0000000..02b909e
--- /dev/null
+++ b/app-shells/zshdb/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-shells/zshdb/zshdb-9999.ebuild b/app-shells/zshdb/zshdb-9999.ebuild
new file mode 100644
index 0000000..4b32444
--- /dev/null
+++ b/app-shells/zshdb/zshdb-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+EGIT_REPO_URI="https://github.com/rocky/${PN}.git"
+inherit autotools git-2
+
+DESCRIPTION="Debugger for zsh"
+HOMEPAGE="https://github.com/rocky/zshdb#"
+SRC_URI=""
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="app-shells/zsh"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	sed -e '/test-run.sh/s:\\::' \
+		-e '/test-tty.sh/d' \
+		-i test/unit/Makefile.am || die
+
+	eautoreconf
+}
+
+src_install() {
+	emake DESTDIR="${D}" install || die
+	dodoc AUTHORS ChangeLog NEWS README THANKS || die
+}



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

* [gentoo-commits] dev/xmw:master commit in: app-shells/zshdb/
@ 2011-09-25 22:30 Michael Weber
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber @ 2011-09-25 22:30 UTC (permalink / raw
  To: gentoo-commits

commit:     e17e88b9c8ce87ebf34d99ca566b68488d2d7917
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 25 22:30:44 2011 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 22:30:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=e17e88b9

app-shells/zshdb: Initial import

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

---
 app-shells/zshdb/ChangeLog         |   10 ++++++++++
 app-shells/zshdb/Manifest          |   23 +++++++++++++++++++++++
 app-shells/zshdb/metadata.xml      |   10 ++++++++++
 app-shells/zshdb/zshdb-9999.ebuild |   33 +++++++++++++++++++++++++++++++++
 4 files changed, 76 insertions(+), 0 deletions(-)

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

diff --git a/app-shells/zshdb/Manifest b/app-shells/zshdb/Manifest
new file mode 100644
index 0000000..e086e5f
--- /dev/null
+++ b/app-shells/zshdb/Manifest
@@ -0,0 +1,23 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+- -----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD zshdb-9999.ebuild 618 RMD160 c47312cfbf33b758f15d72f65dac4e7e207d7f7c SHA1 11985eb9f17d0e132463c737314a2f760abd12a7 SHA256 5d522ae9e557544663b026d15a78687988b3758c14cb62895e17d5427d543e3c
+MISC ChangeLog 245 RMD160 02d084a254bf7fa3faffe097085b98253d6298f6 SHA1 1c3bc15280978e4df7510ef2e6250438290b9a58 SHA256 3da821066dc756bef07213d20af45db9f92cebcbdfa771765071f9dccae3dea8
+MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
+- -----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk5/q0MACgkQknrdDGLu8JAXqAD+IgxiywjNEQOTNXwUG+AGmhYH
+7uLXwhZKcj0XKe9tjdUA/1aJS3fpXLNPcUGgr4uGfl5Pyt7LPpfSiFOmX6a/9ZMO
+=XWmG
+- -----END PGP SIGNATURE-----
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk5/q5QACgkQknrdDGLu8JBTOgD+LWf4IH98ZmRWVx+2qurpK7YY
+/GtM6d0rT7tmhNGZOWkA/ROfXGdoGMsHXjBPbMT9YGuxObNHjp3A/8M5kimAKMCY
+=LzU4
+-----END PGP SIGNATURE-----

diff --git a/app-shells/zshdb/metadata.xml b/app-shells/zshdb/metadata.xml
new file mode 100644
index 0000000..02b909e
--- /dev/null
+++ b/app-shells/zshdb/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-shells/zshdb/zshdb-9999.ebuild b/app-shells/zshdb/zshdb-9999.ebuild
new file mode 100644
index 0000000..4b32444
--- /dev/null
+++ b/app-shells/zshdb/zshdb-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+EGIT_REPO_URI="https://github.com/rocky/${PN}.git"
+inherit autotools git-2
+
+DESCRIPTION="Debugger for zsh"
+HOMEPAGE="https://github.com/rocky/zshdb#"
+SRC_URI=""
+
+LICENSE="as-is"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="app-shells/zsh"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	sed -e '/test-run.sh/s:\\::' \
+		-e '/test-tty.sh/d' \
+		-i test/unit/Makefile.am || die
+
+	eautoreconf
+}
+
+src_install() {
+	emake DESTDIR="${D}" install || die
+	dodoc AUTHORS ChangeLog NEWS README THANKS || die
+}



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

* [gentoo-commits] dev/xmw:master commit in: app-shells/zshdb/
@ 2011-09-25 22:43 Michael Weber
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Weber @ 2011-09-25 22:43 UTC (permalink / raw
  To: gentoo-commits

commit:     da3f982e2bbd44f4662ec27f16a5c630e294e7ac
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 25 22:42:28 2011 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun Sep 25 22:42:28 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=da3f982e

app-shells/zshdb: fixed keywords, added released version

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

---
 app-shells/zshdb/ChangeLog                         |    6 +++++
 app-shells/zshdb/Manifest                          |   22 ++++++-------------
 .../zshdb/{zshdb-9999.ebuild => zshdb-0.08.ebuild} |    9 ++++---
 app-shells/zshdb/zshdb-9999.ebuild                 |    4 +-
 4 files changed, 20 insertions(+), 21 deletions(-)

diff --git a/app-shells/zshdb/ChangeLog b/app-shells/zshdb/ChangeLog
index e124f10..f6bbbfb 100644
--- a/app-shells/zshdb/ChangeLog
+++ b/app-shells/zshdb/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*zshdb-0.08 (25 Sep 2011)
+
+  25 Sep 2011; Michael Weber <xmw@gentoo.org> +zshdb-0.08.ebuild,
+  zshdb-9999.ebuild:
+  fixed keywords, added released version
+
 *zshdb-9999 (25 Sep 2011)
 
   25 Sep 2011; Michael Weber <xmw@gentoo.org> +zshdb-9999.ebuild,

diff --git a/app-shells/zshdb/Manifest b/app-shells/zshdb/Manifest
index e086e5f..bad4007 100644
--- a/app-shells/zshdb/Manifest
+++ b/app-shells/zshdb/Manifest
@@ -1,23 +1,15 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA256
 
-- -----BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-EBUILD zshdb-9999.ebuild 618 RMD160 c47312cfbf33b758f15d72f65dac4e7e207d7f7c SHA1 11985eb9f17d0e132463c737314a2f760abd12a7 SHA256 5d522ae9e557544663b026d15a78687988b3758c14cb62895e17d5427d543e3c
-MISC ChangeLog 245 RMD160 02d084a254bf7fa3faffe097085b98253d6298f6 SHA1 1c3bc15280978e4df7510ef2e6250438290b9a58 SHA256 3da821066dc756bef07213d20af45db9f92cebcbdfa771765071f9dccae3dea8
+DIST zshdb-0.08.tar.gz 140400 RMD160 4d266c534cb39f000fceb929c087597c85bb6437 SHA1 b4f8d47985f009c6044892e31e9062c9aa47d913 SHA256 9d49597819af9f6b1661fa67727fca987ace6bab982d41d2f91242dd6f5be3c0
+EBUILD zshdb-0.08.ebuild 660 RMD160 e3487df8890021aa36a6793a2c9ee04e6a90b97c SHA1 5af64798388cdbb430de0acf61b9d545b6e94ee8 SHA256 7c53100c442fd20d13c1b80a2d11f32efd3e94b95dbc7b27f7fc9343e37838d9
+EBUILD zshdb-9999.ebuild 611 RMD160 1d265290c02a3a8ee695938b04232eee49d22503 SHA1 f894fef5e1f4ef25eac7e11c864d0491ee42f782 SHA256 eea27257f6783085d29280439c07b7dc9bcfdd74761993ce9e7ce687ddc5759f
+MISC ChangeLog 401 RMD160 37b5c8d5600bdab0d96e4884851cc42b602221fe SHA1 f75de67cb0fd5afc4df2a804adf257803019673b SHA256 8199a5c0283b6606d43bd6b12f18eb7f8915764dc97d7bae98ec72baac6e8af0
 MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
-- -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iF4EAREIAAYFAk5/q0MACgkQknrdDGLu8JAXqAD+IgxiywjNEQOTNXwUG+AGmhYH
-7uLXwhZKcj0XKe9tjdUA/1aJS3fpXLNPcUGgr4uGfl5Pyt7LPpfSiFOmX6a/9ZMO
-=XWmG
-- -----END PGP SIGNATURE-----
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v2.0.17 (GNU/Linux)
 
-iF4EAREIAAYFAk5/q5QACgkQknrdDGLu8JBTOgD+LWf4IH98ZmRWVx+2qurpK7YY
-/GtM6d0rT7tmhNGZOWkA/ROfXGdoGMsHXjBPbMT9YGuxObNHjp3A/8M5kimAKMCY
-=LzU4
+iF4EAREIAAYFAk5/rlQACgkQknrdDGLu8JDnEQD/W1hnbWELcS26BGXBP9EOcLXq
+9u7L6tWo/KTF0RacVhUA/0+35DA20ejLAghmNXNu6h5nhLGo5F14WXe2jy1FIVmt
+=aqJ2
 -----END PGP SIGNATURE-----

diff --git a/app-shells/zshdb/zshdb-9999.ebuild b/app-shells/zshdb/zshdb-0.08.ebuild
similarity index 74%
copy from app-shells/zshdb/zshdb-9999.ebuild
copy to app-shells/zshdb/zshdb-0.08.ebuild
index 4b32444..cbea682 100644
--- a/app-shells/zshdb/zshdb-9999.ebuild
+++ b/app-shells/zshdb/zshdb-0.08.ebuild
@@ -4,12 +4,11 @@
 
 EAPI=3
 
-EGIT_REPO_URI="https://github.com/rocky/${PN}.git"
-inherit autotools git-2
+inherit autotools
 
 DESCRIPTION="Debugger for zsh"
-HOMEPAGE="https://github.com/rocky/zshdb#"
-SRC_URI=""
+HOMEPAGE="https://github.com/rocky/zshdb"
+SRC_URI="https://github.com/rocky/zshdb/tarball/release-0.08 -> ${P}.tar.gz"
 
 LICENSE="as-is"
 SLOT="0"
@@ -19,6 +18,8 @@ IUSE=""
 RDEPEND="app-shells/zsh"
 DEPEND="${RDEPEND}"
 
+S=${WORKDIR}/rocky-zshdb-47f9ada
+
 src_prepare() {
 	sed -e '/test-run.sh/s:\\::' \
 		-e '/test-tty.sh/d' \

diff --git a/app-shells/zshdb/zshdb-9999.ebuild b/app-shells/zshdb/zshdb-9999.ebuild
index 4b32444..8bae021 100644
--- a/app-shells/zshdb/zshdb-9999.ebuild
+++ b/app-shells/zshdb/zshdb-9999.ebuild
@@ -8,12 +8,12 @@ EGIT_REPO_URI="https://github.com/rocky/${PN}.git"
 inherit autotools git-2
 
 DESCRIPTION="Debugger for zsh"
-HOMEPAGE="https://github.com/rocky/zshdb#"
+HOMEPAGE="https://github.com/rocky/zshdb"
 SRC_URI=""
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS=""
 IUSE=""
 
 RDEPEND="app-shells/zsh"



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

end of thread, other threads:[~2011-09-25 22:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-25 22:30 [gentoo-commits] dev/xmw:master commit in: app-shells/zshdb/ Michael Weber
  -- strict thread matches above, loose matches on Subject: below --
2011-09-25 22:30 Michael Weber
2011-09-25 22:43 Michael Weber

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