summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Kryczek <mkay@gentoo.org>2005-09-21 12:24:16 +0000
committerMarcin Kryczek <mkay@gentoo.org>2005-09-21 12:24:16 +0000
commitd51e86bcf6710d7d7aed59c1b41c09f84650a64f (patch)
tree189ec542e5ef85a747ce96da246d9a4f7311ef69 /net-p2p/gnunet-gtk
parentstable on x86 and amd64 (diff)
downloadgentoo-2-d51e86bcf6710d7d7aed59c1b41c09f84650a64f.tar.gz
gentoo-2-d51e86bcf6710d7d7aed59c1b41c09f84650a64f.tar.bz2
gentoo-2-d51e86bcf6710d7d7aed59c1b41c09f84650a64f.zip
gnunet is now splitted and the gui is delivered in separate package. Initial version. Closing bug #67222
(Portage version: 1.589-cvs)
Diffstat (limited to 'net-p2p/gnunet-gtk')
-rw-r--r--net-p2p/gnunet-gtk/ChangeLog10
-rw-r--r--net-p2p/gnunet-gtk/Manifest2
-rw-r--r--net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.01
-rw-r--r--net-p2p/gnunet-gtk/gnunet-gtk-0.7.0.ebuild24
-rw-r--r--net-p2p/gnunet-gtk/metadata.xml5
5 files changed, 42 insertions, 0 deletions
diff --git a/net-p2p/gnunet-gtk/ChangeLog b/net-p2p/gnunet-gtk/ChangeLog
new file mode 100644
index 000000000000..59c87f327878
--- /dev/null
+++ b/net-p2p/gnunet-gtk/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-p2p/gnunet-gtk
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/ChangeLog,v 1.1 2005/09/21 12:24:16 mkay Exp $
+
+*gnunet-gtk-0.7.0 (21 Sep 2005)
+
+ 21 Sep 2005; <mkay@gentoo.org> +gnunet-gtk-0.7.0.ebuild:
+ gnunet is now splitted and the gui is delivered in separate package.
+ Initial version. Thanks Glenn L. McGrath for bug #67222
+
diff --git a/net-p2p/gnunet-gtk/Manifest b/net-p2p/gnunet-gtk/Manifest
new file mode 100644
index 000000000000..e7f4a25a2a63
--- /dev/null
+++ b/net-p2p/gnunet-gtk/Manifest
@@ -0,0 +1,2 @@
+MD5 7c4c1268a93481aa0d35f867295934d2 gnunet-gtk-0.7.0.ebuild 517
+MD5 1b5d9a62455927369d8025a1a193e73a files/digest-gnunet-gtk-0.7.0 69
diff --git a/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.0 b/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.0
new file mode 100644
index 000000000000..18e0786ae1b2
--- /dev/null
+++ b/net-p2p/gnunet-gtk/files/digest-gnunet-gtk-0.7.0
@@ -0,0 +1 @@
+MD5 88a67d48d3edbd1203ec710a1f842130 gnunet-gtk-0.7.0.tar.bz2 456987
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0.ebuild
new file mode 100644
index 000000000000..1222c7d0821a
--- /dev/null
+++ b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet-gtk/gnunet-gtk-0.7.0.ebuild,v 1.1 2005/09/21 12:24:16 mkay Exp $
+
+DESCRIPTION="Graphical front end for GNUnet."
+HOMEPAGE="http://www.gnu.org/software/GNUnet/"
+SRC_URI="mirror://gnu//gnunet/${P}.tar.bz2"
+
+KEYWORDS="~x86"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND=">=x11-libs/gtk+-2.6.0
+ >=net-p2p/gnunet-${PV}"
+
+src_compile() {
+ econf --with-gnunet=/usr || die "econf failed"
+ emake -j1 || die "emake failed"
+}
+
+src_install() {
+ make install DESTDIR=${D} install || die
+}
diff --git a/net-p2p/gnunet-gtk/metadata.xml b/net-p2p/gnunet-gtk/metadata.xml
new file mode 100644
index 000000000000..aa0f3664825f
--- /dev/null
+++ b/net-p2p/gnunet-gtk/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-p2p</herd>
+</pkgmetadata>