summaryrefslogtreecommitdiff
path: root/net-p2p/gnunet-qt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-02-26 23:50:05 +0000
committerV3n3RiX <venerix@rogentos.ro>2016-02-26 23:50:05 +0000
commited40676841e317a2aafa04c4c804bb6043864740 (patch)
tree91c5e4b12acc09eabb2b1234eb633aa78af224d2 /net-p2p/gnunet-qt
parentdc106bfbeb980942a8490753d6883eb34b13ea12 (diff)
repo cleanup...drop old ebuilds, drop ebuilds already in portage tree
Diffstat (limited to 'net-p2p/gnunet-qt')
-rw-r--r--net-p2p/gnunet-qt/ChangeLog14
-rw-r--r--net-p2p/gnunet-qt/Manifest2
-rw-r--r--net-p2p/gnunet-qt/gnunet-qt-0.8.1.ebuild49
-rw-r--r--net-p2p/gnunet-qt/gnunet-qt-0.8.1a.ebuild29
4 files changed, 0 insertions, 94 deletions
diff --git a/net-p2p/gnunet-qt/ChangeLog b/net-p2p/gnunet-qt/ChangeLog
deleted file mode 100644
index 1543af7e..00000000
--- a/net-p2p/gnunet-qt/ChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-# ChangeLog for net-p2p/gnunet-qt
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*gnunet-qt-0.8.1a (23 Feb 2010)
-
- 23 Feb 2010; Ycarus <ycarus@zugaina.org> +gnunet-qt-0.8.1a.ebuild:
- Bump to 0.8.1a
-
-*gnunet-qt-0.8.1 (01 Jan 2010)
-
- 01 Jan 2010; Ycarus <ycarus@zugaina.org> +gnunet-qt-0.8.1.ebuild:
- Add gnunet-qt 0.8.1
-
diff --git a/net-p2p/gnunet-qt/Manifest b/net-p2p/gnunet-qt/Manifest
deleted file mode 100644
index 95075318..00000000
--- a/net-p2p/gnunet-qt/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST gnunet-qt-0.8.1.tar.gz 459492 SHA256 e646be6837efee4b701d86f15331e35cec20fe4ad4e0be9065b3043b9db579da
-DIST gnunet-qt-0.8.1a.tar.gz 459571 SHA256 e7ff781e3b7d41b2db11dabcee0bc1f81fbccf87e220f12fa738ca78e091ba17
diff --git a/net-p2p/gnunet-qt/gnunet-qt-0.8.1.ebuild b/net-p2p/gnunet-qt/gnunet-qt-0.8.1.ebuild
deleted file mode 100644
index 4990812a..00000000
--- a/net-p2p/gnunet-qt/gnunet-qt-0.8.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit eutils multilib qt4-r2
-
-DESCRIPTION="QT Graphical front end for GNUnet."
-HOMEPAGE="http://www.gnunet.org/"
-SRC_URI="http://gnunet.org/download/${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/qt-gui:4
- >=net-p2p/gnunet-${PV}"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf --with-gnunet=/usr || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}
-
-# cd "${S}"/Qt${myqtver}
-# eqmake${myqtver} qscintilla.pro
-#
-# cd "${S}"/designer-Qt${myqtver}
-# eqmake${myqtver} designer.pro
-#}
-
-#src_compile() {
-# cd "${S}"/Qt${myqtver}
-# emake all staticlib || die "emake failed"
-#
-# cd "${S}"/designer-Qt${myqtver}
-# emake || die "failed to build designer plugin"
-#}
-
-#src_install() {
-# emake INSTALL_ROOT="${D}" install || die "designer plugin installation failed"
-# dodoc ChangeLog NEWS
-#}
diff --git a/net-p2p/gnunet-qt/gnunet-qt-0.8.1a.ebuild b/net-p2p/gnunet-qt/gnunet-qt-0.8.1a.ebuild
deleted file mode 100644
index 64e8d308..00000000
--- a/net-p2p/gnunet-qt/gnunet-qt-0.8.1a.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit eutils multilib qt4-r2
-
-DESCRIPTION="QT Graphical front end for GNUnet."
-HOMEPAGE="http://www.gnunet.org/"
-SRC_URI="http://gnunet.org/download/${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 GPL-3 )"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND="x11-libs/qt-gui:4
- >=net-p2p/gnunet-${PV}"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- econf --with-gnunet=/usr || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}