summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2005-02-18 21:07:45 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2005-02-18 21:07:45 +0000
commit1f53abc8892b882dce4b73984ebd2ec60aab564e (patch)
tree69de4fd1703d1e0237f82141c8048716afe5cb60
parent~amd64 (diff)
downloadhistorical-1f53abc8892b882dce4b73984ebd2ec60aab564e.tar.gz
historical-1f53abc8892b882dce4b73984ebd2ec60aab564e.tar.bz2
historical-1f53abc8892b882dce4b73984ebd2ec60aab564e.zip
Add in 1.3, 1.2 in stable x86.
Package-Manager: portage-2.0.51.16
-rw-r--r--dev-python/python-mhash/ChangeLog7
-rw-r--r--dev-python/python-mhash/Manifest17
-rw-r--r--dev-python/python-mhash/files/digest-python-mhash-1.31
-rw-r--r--dev-python/python-mhash/python-mhash-1.2.ebuild6
-rw-r--r--dev-python/python-mhash/python-mhash-1.3.ebuild32
5 files changed, 56 insertions, 7 deletions
diff --git a/dev-python/python-mhash/ChangeLog b/dev-python/python-mhash/ChangeLog
index 8cad3078e24d..f5b43346ed5c 100644
--- a/dev-python/python-mhash/ChangeLog
+++ b/dev-python/python-mhash/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-mhash
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mhash/ChangeLog,v 1.2 2004/06/25 01:46:25 agriffis Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mhash/ChangeLog,v 1.3 2005/02/18 21:07:45 robbat2 Exp $
+
+ 18 Feb 2005; Robin H. Johnson <robbat2@gentoo.org> :
+ Add in 1.3, 1.2 in stable x86.
*python-mhash-1.2 (23 May 2004)
diff --git a/dev-python/python-mhash/Manifest b/dev-python/python-mhash/Manifest
index 205c1805808d..179f4e48b4ba 100644
--- a/dev-python/python-mhash/Manifest
+++ b/dev-python/python-mhash/Manifest
@@ -1,4 +1,17 @@
-MD5 6e39dfed570910661b71c268967fcf9c python-mhash-1.2.ebuild 665
-MD5 b6d2ce79042f5101c279b0285fda4859 ChangeLog 379
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 b182f1ad9b2e72bcf2bd2f3e3e8f395a python-mhash-1.3.ebuild 906
+MD5 07665d7f6b31029861a70ee22d2a6892 python-mhash-1.2.ebuild 663
+MD5 8f40372169ed1c9c306524418e5e2673 ChangeLog 467
MD5 44961c613f0cb57d9691674769131003 metadata.xml 257
MD5 9417a3d58c7f0afd909ef0a77a022d31 files/digest-python-mhash-1.2 67
+MD5 99c7931120e2b7915e4dd6f3784673ed files/digest-python-mhash-1.3 67
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+Comment: Robbat2 @ Orbis-Terrarum Networks
+
+iD8DBQFCFlktPpIsIjIzwiwRAhvqAJ9LmqyKF5o1JxroAONHRjfmrS2HJwCaA1Qx
+W+ZR6fEtp47gfO47aqvW62E=
+=PabG
+-----END PGP SIGNATURE-----
diff --git a/dev-python/python-mhash/files/digest-python-mhash-1.3 b/dev-python/python-mhash/files/digest-python-mhash-1.3
new file mode 100644
index 000000000000..7b965c92755c
--- /dev/null
+++ b/dev-python/python-mhash/files/digest-python-mhash-1.3
@@ -0,0 +1 @@
+MD5 64e02a97b44c488bfba96316ec294ecc python-mhash-1.3.tar.gz 17866
diff --git a/dev-python/python-mhash/python-mhash-1.2.ebuild b/dev-python/python-mhash/python-mhash-1.2.ebuild
index da45ffb7b4be..ba41b2c9ddd0 100644
--- a/dev-python/python-mhash/python-mhash-1.2.ebuild
+++ b/dev-python/python-mhash/python-mhash-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mhash/python-mhash-1.2.ebuild,v 1.2 2004/06/25 01:46:25 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mhash/python-mhash-1.2.ebuild,v 1.3 2005/02/18 21:07:45 robbat2 Exp $
inherit distutils
@@ -11,7 +11,7 @@ DEPEND="virtual/python
app-crypt/mhash"
IUSE=""
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
LICENSE="GPL-2"
src_unpack() {
diff --git a/dev-python/python-mhash/python-mhash-1.3.ebuild b/dev-python/python-mhash/python-mhash-1.3.ebuild
new file mode 100644
index 000000000000..c49be0e7ce42
--- /dev/null
+++ b/dev-python/python-mhash/python-mhash-1.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-mhash/python-mhash-1.3.ebuild,v 1.1 2005/02/18 21:07:45 robbat2 Exp $
+
+inherit distutils
+
+DESCRIPTION="Python interface to libmhash"
+SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz"
+HOMEPAGE="http://mhash.sourceforge.net/"
+RDEPEND="virtual/python
+ app-crypt/mhash"
+DEPEND="${RDEPEND}
+ sys-apps/sed"
+IUSE=""
+SLOT="0"
+KEYWORDS="x86"
+LICENSE="GPL-2"
+
+src_unpack() {
+ unpack ${A}
+ # fix a glitch for gcc3.3 compiling
+ sed '231s/$/\\/' -i ${S}/mhash.c
+ # fix typo in MHASH_WHIRLPOOL definition
+ sed -i -e 's/MHSH_WHIRLPOOL/MHASH_WHIRLPOOL/' ${S}/mhash.c
+ # fix typo in package setup.py definition
+ sed -i -e 's/VERSION = "1.2"/VERSION = "1.3"/' ${S}/setup.py
+}
+
+src_install() {
+ mydoc="AUTHORS LICENSE NEWS PKG-INFO README"
+ distutils_src_install
+}