summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2009-06-27 14:40:12 +0000
committerRaúl Porcel <armin76@gentoo.org>2009-06-27 14:40:12 +0000
commitd58c6023d5d4cdcf8499a4c7242645db3666f82e (patch)
tree42b8be3e46998b7f444a002c8431e7f9b97750cf /net-p2p/linuxdcpp
parentFixed typo in ChangeLog (diff)
downloadgentoo-2-d58c6023d5d4cdcf8499a4c7242645db3666f82e.tar.gz
gentoo-2-d58c6023d5d4cdcf8499a4c7242645db3666f82e.tar.bz2
gentoo-2-d58c6023d5d4cdcf8499a4c7242645db3666f82e.zip
Fix HOMEPAGE, bug #268397
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'net-p2p/linuxdcpp')
-rw-r--r--net-p2p/linuxdcpp/ChangeLog6
-rw-r--r--net-p2p/linuxdcpp/linuxdcpp-1.0.1-r2.ebuild57
-rw-r--r--net-p2p/linuxdcpp/linuxdcpp-1.0.2.ebuild49
-rw-r--r--net-p2p/linuxdcpp/linuxdcpp-9999.ebuild4
4 files changed, 7 insertions, 109 deletions
diff --git a/net-p2p/linuxdcpp/ChangeLog b/net-p2p/linuxdcpp/ChangeLog
index 97526e8e370a..cb28e66e6d45 100644
--- a/net-p2p/linuxdcpp/ChangeLog
+++ b/net-p2p/linuxdcpp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/linuxdcpp
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.38 2009/05/02 23:07:08 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/ChangeLog,v 1.39 2009/06/27 14:40:12 armin76 Exp $
+
+ 27 Jun 2009; Raúl Porcel <armin76@gentoo.org> -linuxdcpp-1.0.1-r2.ebuild,
+ -linuxdcpp-1.0.2.ebuild, linuxdcpp-9999.ebuild:
+ Fix HOMEPAGE, bug #268397
02 May 2009; Thomas Anderson <gentoofan23@gentoo.org>
linuxdcpp-1.0.3.ebuild:
diff --git a/net-p2p/linuxdcpp/linuxdcpp-1.0.1-r2.ebuild b/net-p2p/linuxdcpp/linuxdcpp-1.0.1-r2.ebuild
deleted file mode 100644
index 313f6bb69afe..000000000000
--- a/net-p2p/linuxdcpp/linuxdcpp-1.0.1-r2.ebuild
+++ /dev/null
@@ -1,57 +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-r2.ebuild,v 1.5 2008/07/03 12:01:52 coldwind 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 ~ppc ~ppc64 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_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}"/${P}-fix-remote-vulnerability.patch
- epatch "${FILESDIR}"/${PV}-gcc-4.3.patch
-}
-
-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
-}
diff --git a/net-p2p/linuxdcpp/linuxdcpp-1.0.2.ebuild b/net-p2p/linuxdcpp/linuxdcpp-1.0.2.ebuild
deleted file mode 100644
index 232630c440b3..000000000000
--- a/net-p2p/linuxdcpp/linuxdcpp-1.0.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-1.0.2.ebuild,v 1.3 2009/03/07 02:53:26 darkside 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 ~ppc ~ppc64 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
-}
diff --git a/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild b/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild
index db37c1942693..e576f77a3f18 100644
--- a/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild
+++ b/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.11 2009/04/27 18:26:45 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/linuxdcpp/linuxdcpp-9999.ebuild,v 1.12 2009/06/27 14:40:12 armin76 Exp $
inherit bzr eutils
DESCRIPTION="Direct connect client, looks and works like famous DC++"
-HOMEPAGE="http://linuxdcpp.berlios.de"
+HOMEPAGE="https://launchpad.net/linuxdcpp"
SRC_URI=""
LICENSE="GPL-2"
SLOT="0"