summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-07-03 12:01:52 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-07-03 12:01:52 +0000
commit4fd2cc094646b3ff7f33afc3f8becd91ebd61beb (patch)
tree13382f7ef8da56fcee2189ebb71088d6fcf3db2b /net-p2p/linuxdcpp
parentx86 stable, remove old (diff)
downloadgentoo-2-4fd2cc094646b3ff7f33afc3f8becd91ebd61beb.tar.gz
gentoo-2-4fd2cc094646b3ff7f33afc3f8becd91ebd61beb.tar.bz2
gentoo-2-4fd2cc094646b3ff7f33afc3f8becd91ebd61beb.zip
amd64 stable wrt security bug #230075, remove old.
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r6 x86_64)
Diffstat (limited to 'net-p2p/linuxdcpp')
-rw-r--r--net-p2p/linuxdcpp/ChangeLog6
-rw-r--r--net-p2p/linuxdcpp/linuxdcpp-1.0.1-r2.ebuild4
-rw-r--r--net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild49
3 files changed, 7 insertions, 52 deletions
diff --git a/net-p2p/linuxdcpp/ChangeLog b/net-p2p/linuxdcpp/ChangeLog
index 17a58f8e7af5..0929a23dc793 100644
--- a/net-p2p/linuxdcpp/ChangeLog
+++ b/net-p2p/linuxdcpp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/linuxdcpp
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.30 2008/06/30 12:55:11 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.31 2008/07/03 12:01:52 coldwind Exp $
+
+ 03 Jul 2008; Santiago M. Mola <coldwind@gentoo.org>
+ -linuxdcpp-1.0.1.ebuild, linuxdcpp-1.0.1-r2.ebuild:
+ amd64 stable wrt security bug #230075, remove old.
30 Jun 2008; Markus Rothe <corsair@gentoo.org> linuxdcpp-1.0.1-r2.ebuild:
Added ~ppc/~ppc64
diff --git a/net-p2p/linuxdcpp/linuxdcpp-1.0.1-r2.ebuild b/net-p2p/linuxdcpp/linuxdcpp-1.0.1-r2.ebuild
index 85c32d48b7c6..313f6bb69afe 100644
--- a/net-p2p/linuxdcpp/linuxdcpp-1.0.1-r2.ebuild
+++ b/net-p2p/linuxdcpp/linuxdcpp-1.0.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1-r2.ebuild,v 1.4 2008/06/30 12:55:11 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1-r2.ebuild,v 1.5 2008/07/03 12:01:52 coldwind Exp $
inherit eutils
@@ -9,7 +9,7 @@ HOMEPAGE="http://linuxdcpp.berlios.de"
SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-fbsd"
IUSE="debug"
RDEPEND=">=gnome-base/libglade-2.4
diff --git a/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild b/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild
deleted file mode 100644
index f47f5624b144..000000000000
--- a/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.1.ebuild,v 1.5 2008/05/02 16:07:19 armin76 Exp $
-
-inherit eutils
-
-DESCRIPTION="Direct connect client, looks and works like famous DC++"
-HOMEPAGE="http://linuxdcpp.berlios.de"
-SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE="debug"
-
-RDEPEND=">=gnome-base/libglade-2.4
- >=x11-libs/gtk+-2.6
- app-arch/bzip2
- dev-libs/openssl"
-DEPEND="${RDEPEND}
- media-libs/fontconfig
- >=dev-util/scons-0.96
- dev-util/pkgconfig"
-
-src_compile() {
- local myconf=""
- use debug && myconf="${myconf} debug=1"
-
- scons ${myconf} ${MAKEOPTS} CXXFLAGS="${CXXFLAGS}" PREFIX=/usr || die "scons failed"
-}
-
-src_install() {
- insinto /usr/share/${PN}
- doins -r ${PN} pixmaps glade
-
- dodoc Readme.txt Changelog.txt Credits.txt
-
- dosym /usr/share/${PN}/${PN} /usr/bin/${PN}
- fperms +x /usr/share/${PN}/${PN}
-
- doicon pixmaps/${PN}.png
-
- make_desktop_entry ${PN} "${PN}" ${PN}
-}
-
-pkg_postinst() {
- elog
- elog "After adding first directory to shares you might need to restart linuxdcpp."
- elog
-}