diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-09-24 19:59:13 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-09-24 19:59:13 +0000 |
commit | ff885629ccf5e2a606900c9d8c61ff8805218601 (patch) | |
tree | 81701037f38525cb738805e212cf32c63d7cce6e /net-p2p | |
parent | Split out aa c and lame configure flags, to fix bug 236229. Remove old ~arch ... (diff) | |
download | gentoo-2-ff885629ccf5e2a606900c9d8c61ff8805218601.tar.gz gentoo-2-ff885629ccf5e2a606900c9d8c61ff8805218601.tar.bz2 gentoo-2-ff885629ccf5e2a606900c9d8c61ff8805218601.zip |
Version bump
(Portage version: 2.2_rc9/cvs/Linux 2.6.25-gentoo-r7 i686)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dclib/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/dclib/dclib-0.3.21.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/net-p2p/dclib/ChangeLog b/net-p2p/dclib/ChangeLog index 4a64600c2540..3bb5101fe9f9 100644 --- a/net-p2p/dclib/ChangeLog +++ b/net-p2p/dclib/ChangeLog @@ -1,6 +1,11 @@ # 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.106 2008/08/23 17:34:23 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/ChangeLog,v 1.107 2008/09/24 19:59:13 armin76 Exp $ + +*dclib-0.3.21 (24 Sep 2008) + + 24 Sep 2008; Raúl Porcel <armin76@gentoo.org> +dclib-0.3.21.ebuild: + Version bump 23 Aug 2008; Markus Meier <maekke@gentoo.org> dclib-0.3.18.ebuild: amd64 stable, bug #234660 diff --git a/net-p2p/dclib/dclib-0.3.21.ebuild b/net-p2p/dclib/dclib-0.3.21.ebuild new file mode 100644 index 000000000000..454fb70ecfb4 --- /dev/null +++ b/net-p2p/dclib/dclib-0.3.21.ebuild @@ -0,0 +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.21.ebuild,v 1.1 2008/09/24 19:59:13 armin76 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 +} |