public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mgorny:master commit in: net-misc/npapi-sdk/
@ 2011-08-30 17:03 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2011-08-30 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     f893dc21d133597aee8e660d45fb29027b33ee01
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 30 17:04:51 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 30 17:04:51 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=f893dc21

net-misc/npapi-sdk: Add an initial ebuild for npapi-sdk experiment.

(Portage version: 2.2.0_alpha51_p49/git/Linux x86_64, signed Manifest commit with key 42B9401D)

---
 net-misc/npapi-sdk/Manifest              |   14 ++++++++++++
 net-misc/npapi-sdk/metadata.xml          |    9 ++++++++
 net-misc/npapi-sdk/npapi-sdk-9999.ebuild |   33 ++++++++++++++++++++++++++++++
 3 files changed, 56 insertions(+), 0 deletions(-)

diff --git a/net-misc/npapi-sdk/Manifest b/net-misc/npapi-sdk/Manifest
new file mode 100644
index 0000000..d59e9a1
--- /dev/null
+++ b/net-misc/npapi-sdk/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD npapi-sdk-9999.ebuild 620 RMD160 3ee22df2547dc41589fad679ac11c347a676f9d7 SHA1 e439e13f6e1983aa1a530858d3fd5462879aabb9 SHA256 65fefa794de9023de96ce4d070185169bc989f10e9f088a4f87f67179027a4c2
+MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SHA1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640acbe75500ca6067b5f565223f62fbd525bda216b972
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.18 (GNU/Linux)
+
+iJwEAQEIAAYFAk5dGDMACgkQfXuS5UK5QB1B1AP/WX+vrsHwpRQfIguQ+WcilqbN
+Lfm+0cshg9JsPHdmb7QaosLQQiyR+Czcpb+LPuO01ixD5IrEko5077eZaOTB7zvq
+EqKWkjWivT+7raNA9Ix092SoW1uUUhmACtCIVuOI4dNXRzKcvzkrVCTTrWf3hgiA
+VWFFAoIVWvwBa3I26NY=
+=aHQ6
+-----END PGP SIGNATURE-----

diff --git a/net-misc/npapi-sdk/metadata.xml b/net-misc/npapi-sdk/metadata.xml
new file mode 100644
index 0000000..af81389
--- /dev/null
+++ b/net-misc/npapi-sdk/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>no-herd</herd>
+	<maintainer>
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild
new file mode 100644
index 0000000..01d95ad
--- /dev/null
+++ b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+inherit autotools-utils
+
+#if LIVE
+EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
+	http://github.com/mgorny/${PN}.git"
+inherit autotools git-2
+#endif
+
+DESCRIPTION="NPAPI headers bundle"
+HOMEPAGE="https://github.com/mgorny/npapi-sdk/"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+
+LICENSE="MPL-1.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="!net-libs/xulrunner"
+#if LIVE
+
+KEYWORDS=
+SRC_URI=
+
+src_prepare() {
+	autotools-utils_src_prepare
+	eautoreconf
+}
+#endif



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

* [gentoo-commits] dev/mgorny:master commit in: net-misc/npapi-sdk/
@ 2011-09-13 16:36 Michał Górny
  0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2011-09-13 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     910f1ccfed8018e7c2bbbd31b450794c754c5e43
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 16:38:39 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 16:38:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=910f1ccf

net-misc/npapi-sdk: live ebuild is in gx86.

---
 net-misc/npapi-sdk/Manifest              |   14 ------------
 net-misc/npapi-sdk/metadata.xml          |    9 --------
 net-misc/npapi-sdk/npapi-sdk-9999.ebuild |   33 ------------------------------
 3 files changed, 0 insertions(+), 56 deletions(-)

diff --git a/net-misc/npapi-sdk/Manifest b/net-misc/npapi-sdk/Manifest
deleted file mode 100644
index d59e9a1..0000000
--- a/net-misc/npapi-sdk/Manifest
+++ /dev/null
@@ -1,14 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-EBUILD npapi-sdk-9999.ebuild 620 RMD160 3ee22df2547dc41589fad679ac11c347a676f9d7 SHA1 e439e13f6e1983aa1a530858d3fd5462879aabb9 SHA256 65fefa794de9023de96ce4d070185169bc989f10e9f088a4f87f67179027a4c2
-MISC metadata.xml 255 RMD160 b5f39d5799b7c36dbd279e5433753376c082afa8 SHA1 a4698c0973522834fc27ba7dc0757453338268af SHA256 fbdf23d280480a82b5640acbe75500ca6067b5f565223f62fbd525bda216b972
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.18 (GNU/Linux)
-
-iJwEAQEIAAYFAk5dGDMACgkQfXuS5UK5QB1B1AP/WX+vrsHwpRQfIguQ+WcilqbN
-Lfm+0cshg9JsPHdmb7QaosLQQiyR+Czcpb+LPuO01ixD5IrEko5077eZaOTB7zvq
-EqKWkjWivT+7raNA9Ix092SoW1uUUhmACtCIVuOI4dNXRzKcvzkrVCTTrWf3hgiA
-VWFFAoIVWvwBa3I26NY=
-=aHQ6
------END PGP SIGNATURE-----

diff --git a/net-misc/npapi-sdk/metadata.xml b/net-misc/npapi-sdk/metadata.xml
deleted file mode 100644
index af81389..0000000
--- a/net-misc/npapi-sdk/metadata.xml
+++ /dev/null
@@ -1,9 +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>mgorny@gentoo.org</email>
-		<name>Michał Górny</name>
-	</maintainer>
-</pkgmetadata>

diff --git a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild
deleted file mode 100644
index 01d95ad..0000000
--- a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-inherit autotools-utils
-
-#if LIVE
-EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
-	http://github.com/mgorny/${PN}.git"
-inherit autotools git-2
-#endif
-
-DESCRIPTION="NPAPI headers bundle"
-HOMEPAGE="https://github.com/mgorny/npapi-sdk/"
-SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
-
-LICENSE="MPL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="!net-libs/xulrunner"
-#if LIVE
-
-KEYWORDS=
-SRC_URI=
-
-src_prepare() {
-	autotools-utils_src_prepare
-	eautoreconf
-}
-#endif



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

end of thread, other threads:[~2011-09-13 16:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-30 17:03 [gentoo-commits] dev/mgorny:master commit in: net-misc/npapi-sdk/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2011-09-13 16:36 Michał Górny

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