diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-08-14 10:00:37 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-08-14 10:00:37 +0000 |
commit | 1ffdf4d59ce798537d6d29b43e91c9720409cfb9 (patch) | |
tree | f6e425337b7dc70e141e95f0ca2f43e91f7c0376 /net-p2p/dclib | |
parent | Version bump (diff) | |
download | historical-1ffdf4d59ce798537d6d29b43e91c9720409cfb9.tar.gz historical-1ffdf4d59ce798537d6d29b43e91c9720409cfb9.tar.bz2 historical-1ffdf4d59ce798537d6d29b43e91c9720409cfb9.zip |
alpha/ia64/x86 stable
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-p2p/dclib')
-rw-r--r-- | net-p2p/dclib/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/dclib/dclib-0.3.12.ebuild | 20 | ||||
-rw-r--r-- | net-p2p/dclib/dclib-0.3.18.ebuild | 4 |
3 files changed, 7 insertions, 23 deletions
diff --git a/net-p2p/dclib/ChangeLog b/net-p2p/dclib/ChangeLog index f783c786cf9e..dca3a9d0a226 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.104 2008/08/14 09:44:19 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.105 2008/08/14 09:58:22 armin76 Exp $ + + 14 Aug 2008; Raúl Porcel <armin76@gentoo.org> -dclib-0.3.12.ebuild, + dclib-0.3.18.ebuild: + alpha/ia64/x86 stable *dclib-0.3.19 (14 Aug 2008) diff --git a/net-p2p/dclib/dclib-0.3.12.ebuild b/net-p2p/dclib/dclib-0.3.12.ebuild deleted file mode 100644 index b950704e1f14..000000000000 --- a/net-p2p/dclib/dclib-0.3.12.ebuild +++ /dev/null @@ -1,20 +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.12.ebuild,v 1.7 2008/02/04 15:26:30 drac Exp $ - -DESCRIPTION="DirectConnect client library" -HOMEPAGE="http://sourceforge.net/projects/wxdcgui" -SRC_URI="mirror://sourceforge/wxdcgui/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -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 NEWS README TODO -} diff --git a/net-p2p/dclib/dclib-0.3.18.ebuild b/net-p2p/dclib/dclib-0.3.18.ebuild index c5be7afa4aac..81d6a844e089 100644 --- a/net-p2p/dclib/dclib-0.3.18.ebuild +++ b/net-p2p/dclib/dclib-0.3.18.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/dclib/dclib-0.3.18.ebuild,v 1.1 2008/07/11 18:25:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.18.ebuild,v 1.2 2008/08/14 09:58:22 armin76 Exp $ DESCRIPTION="DirectConnect client library" HOMEPAGE="http://sourceforge.net/projects/wxdcgui" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/wxdcgui/${P}.tar.bz2" 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 |