public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/p11-kit/
@ 2011-07-26  3:17 Alexandre Restovtsev
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2011-07-26  3:17 UTC (permalink / raw
  To: gentoo-commits

commit:     0e9fae1b854fe61096e389df733914bcf2ac463a
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Jul 26 00:01:16 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Jul 26 00:34:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0e9fae1b

dev-libs/p11-kit: new package

Add Collabora's p11-kit (needed by gnome-keyring-3.1.4).

---
 dev-libs/p11-kit/p11-kit-0.2.ebuild  |   52 ++++++++++++++++++++++++++++++++++
 dev-libs/p11-kit/p11-kit-9999.ebuild |   52 ++++++++++++++++++++++++++++++++++
 2 files changed, 104 insertions(+), 0 deletions(-)

diff --git a/dev-libs/p11-kit/p11-kit-0.2.ebuild b/dev-libs/p11-kit/p11-kit-0.2.ebuild
new file mode 100644
index 0000000..d02e70a
--- /dev/null
+++ b/dev-libs/p11-kit/p11-kit-0.2.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+if [[ ${PV} = 9999 ]]; then
+	GCONF_DEBUG="no"
+	inherit gnome2-live # to avoid duplicating hacks from gnome2-live_src_prepare
+fi
+
+DESCRIPTION="Library and proxy module for loading and sharing PKCS#11 modules"
+HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html"
+if [[ ${PV} = 9999 ]]; then
+	EGIT_REPO_URI="git://anongit.freedesktop.org/p11-glue/p11-kit"
+else
+	SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz"
+fi
+
+LICENSE="BSD Apache-2.0"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+IUSE="doc"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	sys-devel/gettext
+	doc? (
+		app-text/docbook-xml-dtd:4.1.2
+		>=dev-util/gtk-doc-1.15
+	)
+"
+
+DOCS=(AUTHORS ChangeLog NEWS) # README is empty
+
+src_configure() {
+	econf \
+		--disable-coverage \
+		--disable-maintainer-mode \
+		--with-pkcs11-dir="${EROOT}etc/pkcs11" \
+		$(use_enable doc gtk-doc)
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
+}

diff --git a/dev-libs/p11-kit/p11-kit-9999.ebuild b/dev-libs/p11-kit/p11-kit-9999.ebuild
new file mode 100644
index 0000000..d02e70a
--- /dev/null
+++ b/dev-libs/p11-kit/p11-kit-9999.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+if [[ ${PV} = 9999 ]]; then
+	GCONF_DEBUG="no"
+	inherit gnome2-live # to avoid duplicating hacks from gnome2-live_src_prepare
+fi
+
+DESCRIPTION="Library and proxy module for loading and sharing PKCS#11 modules"
+HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html"
+if [[ ${PV} = 9999 ]]; then
+	EGIT_REPO_URI="git://anongit.freedesktop.org/p11-glue/p11-kit"
+else
+	SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz"
+fi
+
+LICENSE="BSD Apache-2.0"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64 ~x86"
+fi
+IUSE="doc"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	sys-devel/gettext
+	doc? (
+		app-text/docbook-xml-dtd:4.1.2
+		>=dev-util/gtk-doc-1.15
+	)
+"
+
+DOCS=(AUTHORS ChangeLog NEWS) # README is empty
+
+src_configure() {
+	econf \
+		--disable-coverage \
+		--disable-maintainer-mode \
+		--with-pkcs11-dir="${EROOT}etc/pkcs11" \
+		$(use_enable doc gtk-doc)
+}
+
+src_install() {
+	default
+	find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
+}



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

* [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/p11-kit/
@ 2011-08-02  2:59 Alexandre Restovtsev
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2011-08-02  2:59 UTC (permalink / raw
  To: gentoo-commits

commit:     a07faa8dd22461d1aebab731d9ef3ccf6f096756
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Aug  2 02:47:34 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Aug  2 02:55:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a07faa8d

dev-libs/p11-kit: 0.2 → 0.3

Version bump, no longer includes Apache-licensed code.

---
 .../{p11-kit-0.2.ebuild => p11-kit-0.3.ebuild}     |    4 ++--
 dev-libs/p11-kit/p11-kit-9999.ebuild               |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/p11-kit/p11-kit-0.2.ebuild b/dev-libs/p11-kit/p11-kit-0.3.ebuild
similarity index 93%
rename from dev-libs/p11-kit/p11-kit-0.2.ebuild
rename to dev-libs/p11-kit/p11-kit-0.3.ebuild
index d02e70a..1187aa8 100644
--- a/dev-libs/p11-kit/p11-kit-0.2.ebuild
+++ b/dev-libs/p11-kit/p11-kit-0.3.ebuild
@@ -17,7 +17,7 @@ else
 	SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz"
 fi
 
-LICENSE="BSD Apache-2.0"
+LICENSE="BSD"
 SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
@@ -36,7 +36,7 @@ DEPEND="${RDEPEND}
 	)
 "
 
-DOCS=(AUTHORS ChangeLog NEWS) # README is empty
+DOCS=(AUTHORS ChangeLog NEWS README)
 
 src_configure() {
 	econf \

diff --git a/dev-libs/p11-kit/p11-kit-9999.ebuild b/dev-libs/p11-kit/p11-kit-9999.ebuild
index d02e70a..1187aa8 100644
--- a/dev-libs/p11-kit/p11-kit-9999.ebuild
+++ b/dev-libs/p11-kit/p11-kit-9999.ebuild
@@ -17,7 +17,7 @@ else
 	SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz"
 fi
 
-LICENSE="BSD Apache-2.0"
+LICENSE="BSD"
 SLOT="0"
 if [[ ${PV} = 9999 ]]; then
 	KEYWORDS=""
@@ -36,7 +36,7 @@ DEPEND="${RDEPEND}
 	)
 "
 
-DOCS=(AUTHORS ChangeLog NEWS) # README is empty
+DOCS=(AUTHORS ChangeLog NEWS README)
 
 src_configure() {
 	econf \



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

* [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/p11-kit/
@ 2011-08-22 19:00 Alexandre Restovtsev
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2011-08-22 19:00 UTC (permalink / raw
  To: gentoo-commits

commit:     c7023913ca59d55f74e01bcc429a41fd9ca708b2
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Mon Aug 22 18:40:29 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Aug 22 18:40:29 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c7023913

dev-libs/p11-kit: 0.3 → 0.4

Version bump, fixes an infinite loop. Also, use EPREFIX instead of EROOT
for specifying an installation directory in src_configure.

---
 .../{p11-kit-0.3.ebuild => p11-kit-0.4.ebuild}     |    2 +-
 dev-libs/p11-kit/p11-kit-9999.ebuild               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/p11-kit/p11-kit-0.3.ebuild b/dev-libs/p11-kit/p11-kit-0.4.ebuild
similarity index 95%
rename from dev-libs/p11-kit/p11-kit-0.3.ebuild
rename to dev-libs/p11-kit/p11-kit-0.4.ebuild
index 1187aa8..7da9ced 100644
--- a/dev-libs/p11-kit/p11-kit-0.3.ebuild
+++ b/dev-libs/p11-kit/p11-kit-0.4.ebuild
@@ -42,7 +42,7 @@ src_configure() {
 	econf \
 		--disable-coverage \
 		--disable-maintainer-mode \
-		--with-pkcs11-dir="${EROOT}etc/pkcs11" \
+		--with-pkcs11-dir="${EPREFIX}/etc/pkcs11" \
 		$(use_enable doc gtk-doc)
 }
 

diff --git a/dev-libs/p11-kit/p11-kit-9999.ebuild b/dev-libs/p11-kit/p11-kit-9999.ebuild
index 1187aa8..7da9ced 100644
--- a/dev-libs/p11-kit/p11-kit-9999.ebuild
+++ b/dev-libs/p11-kit/p11-kit-9999.ebuild
@@ -42,7 +42,7 @@ src_configure() {
 	econf \
 		--disable-coverage \
 		--disable-maintainer-mode \
-		--with-pkcs11-dir="${EROOT}etc/pkcs11" \
+		--with-pkcs11-dir="${EPREFIX}/etc/pkcs11" \
 		$(use_enable doc gtk-doc)
 }
 



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

* [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/p11-kit/
@ 2011-09-28  0:43 Alexandre Restovtsev
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Restovtsev @ 2011-09-28  0:43 UTC (permalink / raw
  To: gentoo-commits

commit:     f82d8596b468cac465ab7445d011724a908c50d6
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Tue Sep 27 23:55:37 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Tue Sep 27 23:55:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f82d8596

dev-libs/p11-kit: 0.4 → 0.7

Bump with assorted improvements. The --with-pkcs11-dir configure switch
was renamed.

---
 .../{p11-kit-0.4.ebuild => p11-kit-0.7.ebuild}     |    2 +-
 dev-libs/p11-kit/p11-kit-9999.ebuild               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/p11-kit/p11-kit-0.4.ebuild b/dev-libs/p11-kit/p11-kit-0.7.ebuild
similarity index 95%
rename from dev-libs/p11-kit/p11-kit-0.4.ebuild
rename to dev-libs/p11-kit/p11-kit-0.7.ebuild
index 7da9ced..2a2b5d6 100644
--- a/dev-libs/p11-kit/p11-kit-0.4.ebuild
+++ b/dev-libs/p11-kit/p11-kit-0.7.ebuild
@@ -42,7 +42,7 @@ src_configure() {
 	econf \
 		--disable-coverage \
 		--disable-maintainer-mode \
-		--with-pkcs11-dir="${EPREFIX}/etc/pkcs11" \
+		--with-system-config="${EPREFIX}/etc/pkcs11" \
 		$(use_enable doc gtk-doc)
 }
 

diff --git a/dev-libs/p11-kit/p11-kit-9999.ebuild b/dev-libs/p11-kit/p11-kit-9999.ebuild
index 7da9ced..2a2b5d6 100644
--- a/dev-libs/p11-kit/p11-kit-9999.ebuild
+++ b/dev-libs/p11-kit/p11-kit-9999.ebuild
@@ -42,7 +42,7 @@ src_configure() {
 	econf \
 		--disable-coverage \
 		--disable-maintainer-mode \
-		--with-pkcs11-dir="${EPREFIX}/etc/pkcs11" \
+		--with-system-config="${EPREFIX}/etc/pkcs11" \
 		$(use_enable doc gtk-doc)
 }
 



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

end of thread, other threads:[~2011-09-28  0:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26  3:17 [gentoo-commits] proj/gnome:gnome-next commit in: dev-libs/p11-kit/ Alexandre Restovtsev
  -- strict thread matches above, loose matches on Subject: below --
2011-08-02  2:59 Alexandre Restovtsev
2011-08-22 19:00 Alexandre Restovtsev
2011-09-28  0:43 Alexandre Restovtsev

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