public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/xmw:master commit in: app-arch/pxz/
@ 2011-08-08 19:58 Michael Weber
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber @ 2011-08-08 19:58 UTC (permalink / raw
  To: gentoo-commits

commit:     5a5d4587ab4658f25c6af1f5e300dcb4c5566f71
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 19:57:49 2011 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 19:57:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=5a5d4587

app-arch/pxz: Initial import

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

---
 app-arch/pxz/ChangeLog       |    9 +++++++++
 app-arch/pxz/Manifest        |   13 +++++++++++++
 app-arch/pxz/metadata.xml    |   10 ++++++++++
 app-arch/pxz/pxz-9999.ebuild |   30 ++++++++++++++++++++++++++++++
 4 files changed, 62 insertions(+), 0 deletions(-)

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

diff --git a/app-arch/pxz/Manifest b/app-arch/pxz/Manifest
new file mode 100644
index 0000000..5b0136b
--- /dev/null
+++ b/app-arch/pxz/Manifest
@@ -0,0 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD pxz-9999.ebuild 503 RMD160 888026e988d44f1a6dd9a0bf048741bf31e12849 SHA1 c96d4936423ee8a3f65171f21b343f8fbfdcef7d SHA256 c519116a64a7969e7aa5cd28c6721b40c1bf885fa16d22456b7592d088a533f8
+MISC ChangeLog 236 RMD160 bd57984f7e29148bc5c5243ab76205d8993e8df8 SHA1 ccc30991364b7a40ed180156ad0cf64dc5f815ed SHA256 926baeba1eefdbaae6aed93439b8a256d6f5310610d0878a82ec218d098a84b9
+MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk5AP70ACgkQknrdDGLu8JBuQwD8DwO8tR6vScGQOSSxFFHjtb6L
+5SkyUD1U/ZqpE54VTiMA/0x0TFvDthlLjXYKSKsKsRPcn9YOwzNo0iyBqH5/xSU1
+=PsVI
+-----END PGP SIGNATURE-----

diff --git a/app-arch/pxz/metadata.xml b/app-arch/pxz/metadata.xml
new file mode 100644
index 0000000..02b909e
--- /dev/null
+++ b/app-arch/pxz/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-arch/pxz/pxz-9999.ebuild b/app-arch/pxz/pxz-9999.ebuild
new file mode 100644
index 0000000..da2bb2e
--- /dev/null
+++ b/app-arch/pxz/pxz-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+EGIT_REPO_URI="git://github.com/jnovy/pxz.git"
+
+inherit git-2 toolchain-funcs
+
+DESCRIPTION="Parallel LZMA compressor/decompressor"
+HOMEPAGE="http://jnovy.fedorapeople.org/pxz"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="app-arch/xz-utils"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+	tc-export CC
+}
+
+src_install() {
+	dobin ${PN} || die
+	doman ${PN}.1 || die
+}



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

* [gentoo-commits] dev/xmw:master commit in: app-arch/pxz/
@ 2012-07-19  6:47 Michael Weber
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Weber @ 2012-07-19  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     e20b7fd83e93504297e4a9b620dcca4b0e3bba6e
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 19 06:46:34 2012 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Thu Jul 19 06:46:34 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=e20b7fd8

app-arch/pxz: superseeded by tree

---
 app-arch/pxz/ChangeLog       |    9 ---------
 app-arch/pxz/Manifest        |   13 -------------
 app-arch/pxz/metadata.xml    |   10 ----------
 app-arch/pxz/pxz-9999.ebuild |   30 ------------------------------
 4 files changed, 0 insertions(+), 62 deletions(-)

diff --git a/app-arch/pxz/ChangeLog b/app-arch/pxz/ChangeLog
deleted file mode 100644
index c401aa6..0000000
--- a/app-arch/pxz/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for app-arch/pxz
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*pxz-9999 (08 Aug 2011)
-
-  08 Aug 2011; Michael Weber <xmw@gentoo.org> +pxz-9999.ebuild, +metadata.xml:
-  Initial import.
-

diff --git a/app-arch/pxz/Manifest b/app-arch/pxz/Manifest
deleted file mode 100644
index 5b0136b..0000000
--- a/app-arch/pxz/Manifest
+++ /dev/null
@@ -1,13 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-EBUILD pxz-9999.ebuild 503 RMD160 888026e988d44f1a6dd9a0bf048741bf31e12849 SHA1 c96d4936423ee8a3f65171f21b343f8fbfdcef7d SHA256 c519116a64a7969e7aa5cd28c6721b40c1bf885fa16d22456b7592d088a533f8
-MISC ChangeLog 236 RMD160 bd57984f7e29148bc5c5243ab76205d8993e8df8 SHA1 ccc30991364b7a40ed180156ad0cf64dc5f815ed SHA256 926baeba1eefdbaae6aed93439b8a256d6f5310610d0878a82ec218d098a84b9
-MISC metadata.xml 245 RMD160 6b03982a4d5f32d9fa6b9259ae36f9fcb07c8404 SHA1 fb16c7b4c5ab071dd979f761b8bb075f5396b737 SHA256 375a1da02cd2c393ce2378a73c1ce08134bc030b3bb378c6a4d6ca9cd5be1f8d
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iF4EAREIAAYFAk5AP70ACgkQknrdDGLu8JBuQwD8DwO8tR6vScGQOSSxFFHjtb6L
-5SkyUD1U/ZqpE54VTiMA/0x0TFvDthlLjXYKSKsKsRPcn9YOwzNo0iyBqH5/xSU1
-=PsVI
------END PGP SIGNATURE-----

diff --git a/app-arch/pxz/metadata.xml b/app-arch/pxz/metadata.xml
deleted file mode 100644
index 02b909e..0000000
--- a/app-arch/pxz/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-arch/pxz/pxz-9999.ebuild b/app-arch/pxz/pxz-9999.ebuild
deleted file mode 100644
index da2bb2e..0000000
--- a/app-arch/pxz/pxz-9999.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-EGIT_REPO_URI="git://github.com/jnovy/pxz.git"
-
-inherit git-2 toolchain-funcs
-
-DESCRIPTION="Parallel LZMA compressor/decompressor"
-HOMEPAGE="http://jnovy.fedorapeople.org/pxz"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-RDEPEND="app-arch/xz-utils"
-DEPEND="${RDEPEND}"
-
-pkg_setup() {
-	tc-export CC
-}
-
-src_install() {
-	dobin ${PN} || die
-	doman ${PN}.1 || die
-}



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

end of thread, other threads:[~2012-07-19  6:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08 19:58 [gentoo-commits] dev/xmw:master commit in: app-arch/pxz/ Michael Weber
  -- strict thread matches above, loose matches on Subject: below --
2012-07-19  6:47 Michael Weber

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