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 | e7de37eab0ad47951eabe2567135d497d67fe8ca (patch) | |
tree | 36184b6e195d135b7ecce8ac59c0dfa108ec022b /net-p2p/mhxd | |
parent | gaim-0.80 stable, removing old versions and plugins (diff) | |
download | historical-e7de37eab0ad47951eabe2567135d497d67fe8ca.tar.gz historical-e7de37eab0ad47951eabe2567135d497d67fe8ca.tar.bz2 historical-e7de37eab0ad47951eabe2567135d497d67fe8ca.zip |
inherit eutils
Diffstat (limited to 'net-p2p/mhxd')
-rw-r--r-- | net-p2p/mhxd/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/mhxd/Manifest | 8 | ||||
-rw-r--r-- | net-p2p/mhxd/mhxd-0.4.10.ebuild | 4 |
3 files changed, 11 insertions, 6 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/Manifest b/net-p2p/mhxd/Manifest index d6688c994085..f143cfc31334 100644 --- a/net-p2p/mhxd/Manifest +++ b/net-p2p/mhxd/Manifest @@ -1,7 +1,7 @@ -MD5 4c80a328afc724eabbec779a403c2664 metadata.xml 512 MD5 84f4e89bc540dff955d998288e2ac0cf mhxd-0.4.9.ebuild 2074 -MD5 9ee6520cc81d9fbd816f8c5d652709d0 mhxd-0.4.10.ebuild 2045 -MD5 94a28fd68bd8150871e8b1f8cecfd72d ChangeLog 915 -MD5 3fd74d28e2f7311b6bd55accaf024e5b files/digest-mhxd-0.4.9 62 +MD5 2a9a87cdd0721d42c5d488ff26753379 mhxd-0.4.10.ebuild 2066 +MD5 8a896ed5b8c334e64bee4bc84a43deea ChangeLog 1006 +MD5 4c80a328afc724eabbec779a403c2664 metadata.xml 512 MD5 e56412a973ad481315ba909cb7abb86c files/hxd.rc 405 +MD5 3fd74d28e2f7311b6bd55accaf024e5b files/digest-mhxd-0.4.9 62 MD5 0dd23d068f2203e3539c8379ca838188 files/digest-mhxd-0.4.10 64 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" |