diff options
author | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-07-13 14:22:20 +0000 |
---|---|---|
committer | Karol Wojtaszek <sekretarz@gentoo.org> | 2005-07-13 14:22:20 +0000 |
commit | 245c99d2361d508451d317892bc5ba27c5283292 (patch) | |
tree | 4155e1da73fb567a6366ef682e11ed40e94ac820 /net-p2p/dchub | |
parent | QA: Use full atoms for best_version, has_version and built_with_use queries. (diff) | |
download | historical-245c99d2361d508451d317892bc5ba27c5283292.tar.gz historical-245c99d2361d508451d317892bc5ba27c5283292.tar.bz2 historical-245c99d2361d508451d317892bc5ba27c5283292.zip |
Fixed DEPEND and HOMEPAGE variable by aye, bug #58824. Added to ~amd64
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-p2p/dchub')
-rw-r--r-- | net-p2p/dchub/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/dchub/Manifest | 17 | ||||
-rw-r--r-- | net-p2p/dchub/dchub-0.5.2.ebuild | 23 | ||||
-rw-r--r-- | net-p2p/dchub/files/dchub-0.5.2-amd64.patch | 12 |
4 files changed, 48 insertions, 10 deletions
diff --git a/net-p2p/dchub/ChangeLog b/net-p2p/dchub/ChangeLog index 2a8040e595fa..e5bc1ff607a5 100644 --- a/net-p2p/dchub/ChangeLog +++ b/net-p2p/dchub/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/dchub # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.19 2005/06/27 07:20:49 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/ChangeLog,v 1.20 2005/07/13 14:22:20 sekretarz Exp $ + + 13 Jul 2005; <sekretarz@gentoo.org> +files/dchub-0.5.2-amd64.patch, + dchub-0.5.2.ebuild: + Fixed DEPEND and HOMEPAGE variable by aye, bug #58824. Added to ~amd64 27 Jun 2005; Markus Rothe <corsair@gentoo.org> dchub-0.5.2.ebuild: Stable on ppc64 diff --git a/net-p2p/dchub/Manifest b/net-p2p/dchub/Manifest index f611b201fe49..b7a50c0229b1 100644 --- a/net-p2p/dchub/Manifest +++ b/net-p2p/dchub/Manifest @@ -1,6 +1,17 @@ -MD5 ba64d7cfb73fbbc86dc7a92871e5b9f4 ChangeLog 2261 -MD5 53feeb1701d1f86a2cb0285867192f64 dchub-0.5.2.ebuild 879 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 484a1cde65a2e84549247ebf524f8875 dchub-0.5.2.ebuild 1025 +MD5 ba4eeb52b331d81aa3134359ec825b4a ChangeLog 2429 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 -MD5 3be14814c18259089fe0aa301a4eb6af files/dchub.conf.d 1610 MD5 8c69e07d3efd31080f8cd768d75dd7ad files/dchub.init.d 1018 +MD5 b2219de91d4f964a6cbb9a0939048c66 files/dchub-0.5.2-amd64.patch 458 MD5 592f7f777a42dffa24db7fde87dc2dcb files/digest-dchub-0.5.2 63 +MD5 3be14814c18259089fe0aa301a4eb6af files/dchub.conf.d 1610 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC1T2MZ/iYVBmujdURAsCBAKCK9iIR/3unCNHSPBQAnLAB3RH2KwCgg29M +Hpg/r1kDRMvHE8iYSVcfPkw= +=xayp +-----END PGP SIGNATURE----- diff --git a/net-p2p/dchub/dchub-0.5.2.ebuild b/net-p2p/dchub/dchub-0.5.2.ebuild index 985e47dc905b..0fd33520001f 100644 --- a/net-p2p/dchub/dchub-0.5.2.ebuild +++ b/net-p2p/dchub/dchub-0.5.2.ebuild @@ -1,25 +1,36 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.7 2005/06/27 07:20:49 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dchub/dchub-0.5.2.ebuild,v 1.8 2005/07/13 14:22:20 sekretarz Exp $ + +inherit eutils IUSE="" -HOMEPAGE="http://brainz.servebeer.com/dctc/#dchub" +HOMEPAGE="http://ac2i.homelinux.com/dctc/#dchub" DESCRIPTION="dchub (Direct Connect Hub), a linux hub for the p2p 'direct connect'" SRC_URI="http://brainz.servebeer.com/dctc/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc ppc64 x86" +KEYWORDS="ppc ppc64 x86 ~amd64" RDEPEND="virtual/libc - =dev-libs/glib-1* - dev-lang/perl - dev-db/edb" + =dev-libs/glib-2* + sys-devel/libperl + dev-libs/libxml2 + dev-libs/libgcrypt + sys-libs/zlib" DEPEND="${RDEPEND} dev-util/pkgconfig" +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/${P}-amd64.patch +} + src_install() { make DESTDIR=${D} install || die "install problem" diff --git a/net-p2p/dchub/files/dchub-0.5.2-amd64.patch b/net-p2p/dchub/files/dchub-0.5.2-amd64.patch new file mode 100644 index 000000000000..446b9ddc136f --- /dev/null +++ b/net-p2p/dchub/files/dchub-0.5.2-amd64.patch @@ -0,0 +1,12 @@ +diff -Naur dchub-0.5.2.orig/plugin/Makefile.am dchub-0.5.2/plugin/Makefile.am +--- dchub-0.5.2.orig/plugin/Makefile.am 2003-11-28 15:29:40.000000000 +0000 ++++ dchub-0.5.2/plugin/Makefile.am 2005-07-13 16:01:01.000000000 +0000 +@@ -6,7 +6,7 @@ + SUFFIXES = .c .o .so + + .c.o: +- $(CC) -c $(CFLAGS) $(CPPFLAGS) $(GLIB_CFLAGS) -o $@ $< ++ $(CC) -c $(CFLAGS) -fPIC $(CPPFLAGS) $(GLIB_CFLAGS) -o $@ $< + .o.so: + $(CC) -fPIC -shared $(CFLAGS) $(GLIB_CFLAGS) $< -o $@ + |