public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: net-nds/gq/
@ 2011-03-14 11:30 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2011-03-14 11:30 UTC (permalink / raw
  To: gentoo-commits

commit:     131f8d42bb39bc934ee6703dd15dafcfa73775da
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 11:23:36 2011 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 11:24:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=131f8d42

net-nds/gq: Copy from sunrise, work around --without-kerberos-prefix, quick-bump to 1.3.4

---
 net-nds/gq/gq-1.2.3-r1.ebuild |   44 ++++++++++++++++++++++++++++++++++++++++
 net-nds/gq/gq-1.3.4.ebuild    |   45 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 89 insertions(+), 0 deletions(-)

diff --git a/net-nds/gq/gq-1.2.3-r1.ebuild b/net-nds/gq/gq-1.2.3-r1.ebuild
new file mode 100644
index 0000000..85964b9
--- /dev/null
+++ b/net-nds/gq/gq-1.2.3-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+DESCRIPTION="A GTK+-based LDAP client"
+HOMEPAGE="http://www.gq-project.org/"
+SRC_URI="mirror://sourceforge/gqclient/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="kerberos"
+
+RDEPEND=">=x11-libs/gtk+-2.6
+	net-nds/openldap
+	kerberos? ( virtual/krb5 )
+	dev-libs/openssl
+	dev-libs/libxml2
+	>=dev-libs/glib-2.6
+	x11-libs/pango
+	dev-libs/cyrus-sasl
+	gnome-base/gnome-keyring
+	gnome-base/libglade
+	dev-libs/libgcrypt"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	dev-util/intltool"
+
+src_configure() {
+	local myconf="--enable-browser-dnd --enable-cache --disable-update-mimedb"
+
+	# --without-kerberos-prefix is broken, working around it
+	use kerberos && myconf="${myconf} --with-kerberos-prefix=/usr"
+
+	econf ${myconf} || die
+}
+
+src_install() {
+	rm -f "${D}"/usr/share/locale/locale.alias
+	emake DESTDIR="${D}" install || die "emake install failed"
+	dodoc AUTHORS ChangeLog NEWS README* TODO
+}

diff --git a/net-nds/gq/gq-1.3.4.ebuild b/net-nds/gq/gq-1.3.4.ebuild
new file mode 100644
index 0000000..9f3afcd
--- /dev/null
+++ b/net-nds/gq/gq-1.3.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+DESCRIPTION="A GTK+-based LDAP client"
+HOMEPAGE="http://www.gq-project.org/"
+SRC_URI="mirror://sourceforge/gqclient/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="kerberos"
+
+RDEPEND=">=x11-libs/gtk+-2.6
+	net-nds/openldap
+	kerberos? ( virtual/krb5 )
+	dev-libs/openssl
+	dev-libs/libxml2
+	>=dev-libs/glib-2.6
+	x11-libs/pango
+	dev-libs/cyrus-sasl
+	gnome-base/gnome-keyring
+	gnome-base/libglade
+	dev-libs/libgcrypt"
+DEPEND="${RDEPEND}
+	dev-util/pkgconfig
+	app-text/gnome-doc-utils
+	dev-util/intltool"
+
+src_configure() {
+	local myconf="--enable-browser-dnd --enable-cache --disable-update-mimedb"
+
+	# --without-kerberos-prefix is broken, working around it
+	use kerberos && myconf="${myconf} --with-kerberos-prefix=/usr"
+
+	econf ${myconf} || die
+}
+
+src_install() {
+	rm -f "${D}"/usr/share/locale/locale.alias
+	emake DESTDIR="${D}" install || die "emake install failed"
+	dodoc AUTHORS ChangeLog NEWS README* TODO
+}



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

* [gentoo-commits] proj/betagarden:master commit in: net-nds/gq/
@ 2012-05-03 11:41 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2012-05-03 11:41 UTC (permalink / raw
  To: gentoo-commits

commit:     7f39fbc44ba4b42fe4a8c9c9fe6cf4409b14cbb6
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu May  3 10:55:38 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu May  3 10:55:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=7f39fbc4

[net-nds/gq] Migrate to virtual/pkgconfig. Add missing metadata.xml.

(Portage version: 2.2.0_alpha101/git/Linux i686, signed Manifest commit with key F3CFD2BD)

---
 net-nds/gq/gq-1.2.3-r1.ebuild |    6 +++---
 net-nds/gq/gq-1.3.4.ebuild    |    6 +++---
 net-nds/gq/metadata.xml       |    5 +++++
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/net-nds/gq/gq-1.2.3-r1.ebuild b/net-nds/gq/gq-1.2.3-r1.ebuild
index 85964b9..2e69bad 100644
--- a/net-nds/gq/gq-1.2.3-r1.ebuild
+++ b/net-nds/gq/gq-1.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -25,8 +25,8 @@ RDEPEND=">=x11-libs/gtk+-2.6
 	gnome-base/libglade
 	dev-libs/libgcrypt"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
-	dev-util/intltool"
+	dev-util/intltool
+	virtual/pkgconfig"
 
 src_configure() {
 	local myconf="--enable-browser-dnd --enable-cache --disable-update-mimedb"

diff --git a/net-nds/gq/gq-1.3.4.ebuild b/net-nds/gq/gq-1.3.4.ebuild
index 9f3afcd..a1fba7a 100644
--- a/net-nds/gq/gq-1.3.4.ebuild
+++ b/net-nds/gq/gq-1.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -25,9 +25,9 @@ RDEPEND=">=x11-libs/gtk+-2.6
 	gnome-base/libglade
 	dev-libs/libgcrypt"
 DEPEND="${RDEPEND}
-	dev-util/pkgconfig
 	app-text/gnome-doc-utils
-	dev-util/intltool"
+	dev-util/intltool
+	virtual/pkgconfig"
 
 src_configure() {
 	local myconf="--enable-browser-dnd --enable-cache --disable-update-mimedb"

diff --git a/net-nds/gq/metadata.xml b/net-nds/gq/metadata.xml
new file mode 100644
index 0000000..31dc017
--- /dev/null
+++ b/net-nds/gq/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>



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

* [gentoo-commits] proj/betagarden:master commit in: net-nds/gq/
@ 2015-06-08 15:05 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-06-08 15:05 UTC (permalink / raw
  To: gentoo-commits

commit:     5e73f3c05998a79ce8dd86b4c6d600937f52631e
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 14:33:43 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 14:33:43 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=5e73f3c0

net-nds/gq: Updating remote-id in metadata.xml

Package-Manager: portage-2.2.20

 net-nds/gq/ChangeLog    | 2 ++
 net-nds/gq/metadata.xml | 7 ++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/net-nds/gq/ChangeLog b/net-nds/gq/ChangeLog
new file mode 100644
index 0000000..efdff21
--- /dev/null
+++ b/net-nds/gq/ChangeLog
@@ -0,0 +1,2 @@
+  08 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
+  net-nds/gq: Updating remote-id in metadata.xml

diff --git a/net-nds/gq/metadata.xml b/net-nds/gq/metadata.xml
index 31dc017..aea11ba 100644
--- a/net-nds/gq/metadata.xml
+++ b/net-nds/gq/metadata.xml
@@ -1,5 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+	<maintainer>
+		<email>maintainer-wanted@gentoo.org</email>
+	</maintainer>
+	<upstream>
+		<remote-id type="sourceforge">gqclient</remote-id>
+	</upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2015-06-08 15:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-08 15:05 [gentoo-commits] proj/betagarden:master commit in: net-nds/gq/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2012-05-03 11:41 Johannes Huber
2011-03-14 11:30 Sebastian Pipping

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