summaryrefslogtreecommitdiff
path: root/net-p2p/gnunet-gtk
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/gnunet-gtk')
-rw-r--r--net-p2p/gnunet-gtk/ChangeLog21
-rw-r--r--net-p2p/gnunet-gtk/Manifest9
-rw-r--r--net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild27
-rw-r--r--net-p2p/gnunet-gtk/gnunet-gtk-0.8.0.ebuild39
-rw-r--r--net-p2p/gnunet-gtk/gnunet-gtk-0.8.0_pre0.ebuild38
-rw-r--r--net-p2p/gnunet-gtk/gnunet-gtk-0.8.0_pre1.ebuild39
-rw-r--r--net-p2p/gnunet-gtk/gnunet-gtk-0.8.0a.ebuild39
-rw-r--r--net-p2p/gnunet-gtk/gnunet-gtk-0.8.0c.ebuild39
-rw-r--r--net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild39
-rw-r--r--net-p2p/gnunet-gtk/gnunet-gtk-0.8.1a.ebuild39
-rw-r--r--net-p2p/gnunet-gtk/gnunet-gtk-0.9.0_pre1.ebuild39
-rw-r--r--net-p2p/gnunet-gtk/metadata.xml11
12 files changed, 0 insertions, 379 deletions
diff --git a/net-p2p/gnunet-gtk/ChangeLog b/net-p2p/gnunet-gtk/ChangeLog
deleted file mode 100644
index ec7fd339..00000000
--- a/net-p2p/gnunet-gtk/ChangeLog
+++ /dev/null
@@ -1,21 +0,0 @@
-# ChangeLog for net-p2p/gnunet-gtk
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*gnunet-gtk-0.8.1a (16 Feb 2010)
-
- 16 Feb 2010; Ycarus <ycarus@zugaina.org> +gnunet-gtk-0.8.1a.ebuild:
- Bump to 0.8.1a
-
-*gnunet-gtk-0.8.1 (01 Jan 2010)
-
- 01 Jan 2010; Ycarus <ycarus@zugaina.org> +gnunet-gtk-0.8.1.ebuild:
- Bump to 0.8.1
-
- 30 Jul 2008; Ycarus <ycarus@zugaina.org> +gnunet-gtk-0.8.0a.ebuild:
- Bump to version 0.8.0a
-
- 15 Jun 2008; <ycarus@zugaina.org> +gnunet-gtk-0.8.0_pre1.ebuild,
- +gnunet-gtk-0.8.0.ebuild:
- Bump to version 0.8.0
-
diff --git a/net-p2p/gnunet-gtk/Manifest b/net-p2p/gnunet-gtk/Manifest
deleted file mode 100644
index 46d7bac5..00000000
--- a/net-p2p/gnunet-gtk/Manifest
+++ /dev/null
@@ -1,9 +0,0 @@
-DIST gnunet-gtk-0.7.3.tar.bz2 709939 SHA256 034e21a130d1dcfb1a27d57a7e0f879b8a58a3d739c1c5ee6d2c0b3865896e1d
-DIST gnunet-gtk-0.8.0.tar.bz2 804666 SHA256 8c367f3ec77dcb44571eb840a5209deb7d160ef31639b338b655b8944fb83786
-DIST gnunet-gtk-0.8.0a.tar.bz2 804612 SHA256 7956637db0a2504f250a2870830be00bd71700d5854efd7f2885ed8271c3eaa7
-DIST gnunet-gtk-0.8.0c.tar.bz2 682748 SHA256 f67d06f3af4e72890326592254de68668c0d80c1e6196fa6d2430823f01ef837
-DIST gnunet-gtk-0.8.0pre0.tar.bz2 749479 SHA256 26f1d785df4260372bab5a3e0062b32c5510a47e25f14315f82a88f88a5871d6
-DIST gnunet-gtk-0.8.0pre1.tar.bz2 792185 SHA256 dc629d7cedb0910aeb031d0619210fc884eb5afd3c7a9b8d276179d7071d2e6c
-DIST gnunet-gtk-0.8.1.tar.gz 1090644 SHA256 b4eec2c2f06a5893172d7d344466c56325ec17040552289d8853abdf5650be43
-DIST gnunet-gtk-0.8.1a.tar.gz 1091669 SHA256 0e9d317352ad991c6e66ad7619a3df3f1b24637f50ccaf3df2acb54c9d13736f
-DIST gnunet-gtk-0.9.0pre1.tar.gz 703337 SHA256 1a9e20d7ddb5aeed253924988f5f4172b6cb86f6f3573a600168b15cd534bdc3
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild
deleted file mode 100644
index f2688923..00000000
--- a/net-p2p/gnunet-gtk/gnunet-gtk-0.7.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-# Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/
-# This ebuild is a small modification of the official gnunet ebuild
-
-DESCRIPTION="Graphical front end for GNUnet."
-HOMEPAGE="http://gnunet.org/"
-SRC_URI="http://gnunet.org/download/${P}.tar.bz2"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.6.0
- >=net-p2p/gnunet-${PV}
- >=gnome-base/libglade-2.0"
-
-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/gnunet-gtk-0.8.0.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0.ebuild
deleted file mode 100644
index 4432582b..00000000
--- a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-# Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/
-# This ebuild is a small modification of the official gnunet-gtk ebuild
-
-inherit eutils autotools
-
-MY_PV=${PV/_pre/pre}
-DESCRIPTION="Graphical front end for GNUnet."
-HOMEPAGE="http://gnunet.org/"
-SRC_URI="http://gnunet.org/download/${PN}-${MY_PV}.tar.bz2"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.6.0
- >=net-p2p/gnunet-${PV}
- >=gnome-base/libglade-2.0"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- AT_M4DIR="${S}/m4" eautoreconf
-}
-
-src_compile() {
- econf --with-gnunet=/usr || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0_pre0.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0_pre0.ebuild
deleted file mode 100644
index bbc2a165..00000000
--- a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0_pre0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-# Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/
-# This ebuild is a small modification of the official gnunet-gtk ebuild
-
-inherit eutils autotools
-
-MY_PV=${PV/_pre/pre}
-DESCRIPTION="Graphical front end for GNUnet."
-HOMEPAGE="http://gnunet.org/"
-SRC_URI="http://gnunet.org/download/${PN}-${MY_PV}.tar.bz2"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.6.0
- >=net-p2p/gnunet-${PV}
- >=gnome-base/libglade-2.0"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- AT_M4DIR="${S}/m4" eautoreconf
-}
-
-src_compile() {
- econf --with-gnunet=/usr || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0_pre1.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0_pre1.ebuild
deleted file mode 100644
index 4432582b..00000000
--- a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0_pre1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-# Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/
-# This ebuild is a small modification of the official gnunet-gtk ebuild
-
-inherit eutils autotools
-
-MY_PV=${PV/_pre/pre}
-DESCRIPTION="Graphical front end for GNUnet."
-HOMEPAGE="http://gnunet.org/"
-SRC_URI="http://gnunet.org/download/${PN}-${MY_PV}.tar.bz2"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.6.0
- >=net-p2p/gnunet-${PV}
- >=gnome-base/libglade-2.0"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- AT_M4DIR="${S}/m4" eautoreconf
-}
-
-src_compile() {
- econf --with-gnunet=/usr || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0a.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0a.ebuild
deleted file mode 100644
index 4432582b..00000000
--- a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0a.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-# Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/
-# This ebuild is a small modification of the official gnunet-gtk ebuild
-
-inherit eutils autotools
-
-MY_PV=${PV/_pre/pre}
-DESCRIPTION="Graphical front end for GNUnet."
-HOMEPAGE="http://gnunet.org/"
-SRC_URI="http://gnunet.org/download/${PN}-${MY_PV}.tar.bz2"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.6.0
- >=net-p2p/gnunet-${PV}
- >=gnome-base/libglade-2.0"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- AT_M4DIR="${S}/m4" eautoreconf
-}
-
-src_compile() {
- econf --with-gnunet=/usr || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0c.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0c.ebuild
deleted file mode 100644
index 4432582b..00000000
--- a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.0c.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-# Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/
-# This ebuild is a small modification of the official gnunet-gtk ebuild
-
-inherit eutils autotools
-
-MY_PV=${PV/_pre/pre}
-DESCRIPTION="Graphical front end for GNUnet."
-HOMEPAGE="http://gnunet.org/"
-SRC_URI="http://gnunet.org/download/${PN}-${MY_PV}.tar.bz2"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.6.0
- >=net-p2p/gnunet-${PV}
- >=gnome-base/libglade-2.0"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- AT_M4DIR="${S}/m4" eautoreconf
-}
-
-src_compile() {
- econf --with-gnunet=/usr || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild
deleted file mode 100644
index f6e8df91..00000000
--- a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-# Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/
-# This ebuild is a small modification of the official gnunet-gtk ebuild
-
-inherit eutils autotools
-
-MY_PV=${PV/_pre/pre}
-DESCRIPTION="Graphical front end for GNUnet."
-HOMEPAGE="http://gnunet.org/"
-SRC_URI="http://gnunet.org/download/${PN}-${MY_PV}.tar.gz"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.6.0
- >=net-p2p/gnunet-${PV}
- >=gnome-base/libglade-2.0"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- AT_M4DIR="${S}/m4" eautoreconf
-}
-
-src_compile() {
- econf --with-gnunet=/usr || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1a.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1a.ebuild
deleted file mode 100644
index f6e8df91..00000000
--- a/net-p2p/gnunet-gtk/gnunet-gtk-0.8.1a.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-# Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/
-# This ebuild is a small modification of the official gnunet-gtk ebuild
-
-inherit eutils autotools
-
-MY_PV=${PV/_pre/pre}
-DESCRIPTION="Graphical front end for GNUnet."
-HOMEPAGE="http://gnunet.org/"
-SRC_URI="http://gnunet.org/download/${PN}-${MY_PV}.tar.gz"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.6.0
- >=net-p2p/gnunet-${PV}
- >=gnome-base/libglade-2.0"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- AT_M4DIR="${S}/m4" eautoreconf
-}
-
-src_compile() {
- econf --with-gnunet=/usr || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-
diff --git a/net-p2p/gnunet-gtk/gnunet-gtk-0.9.0_pre1.ebuild b/net-p2p/gnunet-gtk/gnunet-gtk-0.9.0_pre1.ebuild
deleted file mode 100644
index 69ed2efa..00000000
--- a/net-p2p/gnunet-gtk/gnunet-gtk-0.9.0_pre1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-# Nonofficial ebuild by Ycarus. For new version look here : http://gentoo.zugaina.org/
-# This ebuild is a small modification of the official gnunet-gtk ebuild
-
-inherit eutils autotools
-
-MY_PV=${PV/_pre/pre}
-DESCRIPTION="Graphical front end for GNUnet."
-HOMEPAGE="http://gnunet.org/"
-SRC_URI="ftp://ftp.gnu.org/gnu/gnunet/${PN}-${MY_PV}.tar.gz"
-
-KEYWORDS="~amd64 ~ppc64 ~x86"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=x11-libs/gtk+-2.20.0
- >=net-p2p/gnunet-${PV}
- >=gnome-base/libglade-2.0"
-
-S=${WORKDIR}/${PN}-${MY_PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- AT_M4DIR="${S}/m4" eautoreconf
-}
-
-src_compile() {
- econf --with-gnunet=/usr || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-
diff --git a/net-p2p/gnunet-gtk/metadata.xml b/net-p2p/gnunet-gtk/metadata.xml
deleted file mode 100644
index ea536337..00000000
--- a/net-p2p/gnunet-gtk/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>net-p2p</herd>
-<maintainer>
- <email>ycarus@zugaina.org</email>
- <description>This ebuild come from http://gentoo.zugaina.org/</description>
-</maintainer>
- <longdescription lang="en">Graphical front end for GNUnet.</longdescription>
- <longdescription lang="fr">Interface graphique pour GNUnet.</longdescription>
-</pkgmetadata>