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
commit2cd5402c9ebcc841b0c387d52d9a6831d73d5824 (patch)
treed0281d97d6dcb328810e4ff013d321be49b1d78b /net-p2p/gnunet-gtk
parentstable on x86 and amd64 (diff)
downloadhistorical-2cd5402c9ebcc841b0c387d52d9a6831d73d5824.tar.gz
historical-2cd5402c9ebcc841b0c387d52d9a6831d73d5824.tar.bz2
historical-2cd5402c9ebcc841b0c387d52d9a6831d73d5824.zip
gnunet is now splitted and the gui is delivered in separate package. Initial version. Closing bug #67222
Package-Manager: portage-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/Manifest4
-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, 44 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..4a58f0b3f399
--- /dev/null
+++ b/net-p2p/gnunet-gtk/Manifest
@@ -0,0 +1,4 @@
+MD5 d61c395f5c147b949b1d2ff386779691 gnunet-gtk-0.7.0.ebuild 627
+MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160
+MD5 890bee0f14dbfe8a07afcd4ecc12e2b4 ChangeLog 429
+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>