diff options
author | 2008-02-04 15:29:27 +0000 | |
---|---|---|
committer | 2008-02-04 15:29:27 +0000 | |
commit | fdb39c3512052f8f3f309c1378d0efd6002745ac (patch) | |
tree | 484e7b93895d39962baba6a016c1a4f7c2803a2b /net-p2p/dclib | |
parent | Drop old. Quoting. (diff) | |
download | historical-fdb39c3512052f8f3f309c1378d0efd6002745ac.tar.gz historical-fdb39c3512052f8f3f309c1378d0efd6002745ac.tar.bz2 historical-fdb39c3512052f8f3f309c1378d0efd6002745ac.zip |
amd64 stable
Package-Manager: portage-2.1.4.1
Diffstat (limited to 'net-p2p/dclib')
-rw-r--r-- | net-p2p/dclib/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/dclib/dclib-0.3.10.ebuild | 21 | ||||
-rw-r--r-- | net-p2p/dclib/dclib-0.3.11.ebuild | 21 | ||||
-rw-r--r-- | net-p2p/dclib/dclib-0.3.12.ebuild | 15 |
4 files changed, 12 insertions, 51 deletions
diff --git a/net-p2p/dclib/ChangeLog b/net-p2p/dclib/ChangeLog index 9ae7f9a8289d..ce90d62bed68 100644 --- a/net-p2p/dclib/ChangeLog +++ b/net-p2p/dclib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/dclib # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.94 2008/01/19 14:13:15 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.95 2008/02/04 15:26:30 drac Exp $ + + 04 Feb 2008; Samuli Suominen <drac@gentoo.org> -dclib-0.3.10.ebuild, + -dclib-0.3.11.ebuild, dclib-0.3.12.ebuild: + amd64 stable 19 Jan 2008; nixnut <nixnut@gentoo.org> dclib-0.3.12.ebuild: Stable on ppc wrt bug 202615 diff --git a/net-p2p/dclib/dclib-0.3.10.ebuild b/net-p2p/dclib/dclib-0.3.10.ebuild deleted file mode 100644 index 98e8a771ad88..000000000000 --- a/net-p2p/dclib/dclib-0.3.10.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.10.ebuild,v 1.6 2007/09/09 16:51:52 corsair Exp $ - -inherit eutils - -DESCRIPTION="DirectConnect client library" -HOMEPAGE="http://sourceforge.net/projects/wxdcgui/" -SRC_URI="mirror://sourceforge/wxdcgui/${P}.tar.bz2" -IUSE="" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 x86" - -DEPEND=">=app-arch/bzip2-1.0.2 - >=dev-libs/libxml2-2.4.22" - -src_install() { - emake DESTDIR=${D} install || die "emake install failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO -} diff --git a/net-p2p/dclib/dclib-0.3.11.ebuild b/net-p2p/dclib/dclib-0.3.11.ebuild deleted file mode 100644 index 12af181e6bff..000000000000 --- a/net-p2p/dclib/dclib-0.3.11.ebuild +++ /dev/null @@ -1,21 +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/dclib/dclib-0.3.11.ebuild,v 1.5 2008/01/04 00:58:19 ranger Exp $ - -inherit eutils - -DESCRIPTION="DirectConnect client library" -HOMEPAGE="http://sourceforge.net/projects/wxdcgui/" -SRC_URI="mirror://sourceforge/wxdcgui/${P}.tar.bz2" -IUSE="" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 x86" - -DEPEND=">=app-arch/bzip2-1.0.2 - >=dev-libs/libxml2-2.4.22" - -src_install() { - emake DESTDIR=${D} install || die "emake install failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO -} diff --git a/net-p2p/dclib/dclib-0.3.12.ebuild b/net-p2p/dclib/dclib-0.3.12.ebuild index e2e7bee2c272..b950704e1f14 100644 --- a/net-p2p/dclib/dclib-0.3.12.ebuild +++ b/net-p2p/dclib/dclib-0.3.12.ebuild @@ -1,21 +1,20 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.12.ebuild,v 1.6 2008/01/19 14:13:15 nixnut Exp $ - -inherit eutils +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.12.ebuild,v 1.7 2008/02/04 15:26:30 drac Exp $ DESCRIPTION="DirectConnect client library" -HOMEPAGE="http://sourceforge.net/projects/wxdcgui/" +HOMEPAGE="http://sourceforge.net/projects/wxdcgui" SRC_URI="mirror://sourceforge/wxdcgui/${P}.tar.bz2" -IUSE="" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha ~amd64 hppa ia64 ppc ppc64 x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 x86" +IUSE="" DEPEND=">=app-arch/bzip2-1.0.2 >=dev-libs/libxml2-2.4.22" src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog INSTALL NEWS README TODO + emake DESTDIR="${D}" install || die "emake install failed." + dodoc AUTHORS ChangeLog NEWS README TODO } |