diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-25 18:24:41 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-25 18:24:41 +0000 |
commit | d13a1b02f6c2958e067025accc2c042012666bae (patch) | |
tree | 993820fc0f7e950b421037622da6bfa61012a1ed /net-irc | |
parent | Added proper dependencies and use flag iodbc, mysql and gmp. Fixed license. C... (diff) | |
download | gentoo-2-d13a1b02f6c2958e067025accc2c042012666bae.tar.gz gentoo-2-d13a1b02f6c2958e067025accc2c042012666bae.tar.bz2 gentoo-2-d13a1b02f6c2958e067025accc2c042012666bae.zip |
amd64 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/rhapsody/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/rhapsody/rhapsody-0.28b.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-irc/rhapsody/ChangeLog b/net-irc/rhapsody/ChangeLog index 9e0aa5782eb5..8e450b89ebc4 100644 --- a/net-irc/rhapsody/ChangeLog +++ b/net-irc/rhapsody/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/rhapsody -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rhapsody/ChangeLog,v 1.7 2007/02/20 12:24:55 armin76 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/rhapsody/ChangeLog,v 1.8 2008/03/25 18:24:41 coldwind Exp $ + + 25 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> rhapsody-0.28b.ebuild: + amd64 stable 20 Feb 2007; Raúl Porcel <armin76@gentoo.org> -rhapsody-0.25b.ebuild, -rhapsody-0.26b.ebuild, rhapsody-0.28b.ebuild: diff --git a/net-irc/rhapsody/rhapsody-0.28b.ebuild b/net-irc/rhapsody/rhapsody-0.28b.ebuild index abf0152151dc..d8aeb62db824 100644 --- a/net-irc/rhapsody/rhapsody-0.28b.ebuild +++ b/net-irc/rhapsody/rhapsody-0.28b.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rhapsody/rhapsody-0.28b.ebuild,v 1.2 2007/02/20 12:24:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rhapsody/rhapsody-0.28b.ebuild,v 1.3 2008/03/25 18:24:41 coldwind Exp $ inherit toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" DEPEND=">=sys-libs/ncurses-5.0" |