diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-08-02 18:27:52 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-08-02 18:27:52 +0000 |
commit | feef34a66f33ba1591a977e249e3c72f6685bf6a (patch) | |
tree | 3383ee451cca716dcbf193a205d5aafe56fc65d9 /net-p2p | |
parent | gaim-0.80 stable, removing old versions and plugins (Manifest recommit) (diff) | |
download | gentoo-2-feef34a66f33ba1591a977e249e3c72f6685bf6a.tar.gz gentoo-2-feef34a66f33ba1591a977e249e3c72f6685bf6a.tar.bz2 gentoo-2-feef34a66f33ba1591a977e249e3c72f6685bf6a.zip |
inherit eutils
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mhxd/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/mhxd/mhxd-0.4.10.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-p2p/mhxd/ChangeLog b/net-p2p/mhxd/ChangeLog index b66cb6ad5fda..55e55a71e972 100644 --- a/net-p2p/mhxd/ChangeLog +++ b/net-p2p/mhxd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/mhxd # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mhxd/ChangeLog,v 1.6 2004/07/28 12:26:05 kang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mhxd/ChangeLog,v 1.7 2004/08/02 18:27:52 squinky86 Exp $ + + 02 Aug 2004; Jon Hood <squinky86@gentoo.org> mhxd-0.4.10.ebuild: + Inherit eutils. *mhxd-0.4.10 (28 Jul 2004) diff --git a/net-p2p/mhxd/mhxd-0.4.10.ebuild b/net-p2p/mhxd/mhxd-0.4.10.ebuild index 3c7ba1b42de1..691e62d0ff6f 100644 --- a/net-p2p/mhxd/mhxd-0.4.10.ebuild +++ b/net-p2p/mhxd/mhxd-0.4.10.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/mhxd/mhxd-0.4.10.ebuild,v 1.1 2004/07/28 12:26:05 kang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/mhxd/mhxd-0.4.10.ebuild,v 1.2 2004/08/02 18:27:52 squinky86 Exp $ + +inherit eutils LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc" |