summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-01-26 04:58:44 +0000
committerSteve Dibb <beandog@gentoo.org>2007-01-26 04:58:44 +0000
commitc9d851d8e16699276596c19d97e70795f8d9709b (patch)
tree9b03b99082434af9f35e8452c1f84ecede230d54 /dev-python/pyosd
parentamd64 stable, bug 163802 (diff)
downloadgentoo-2-c9d851d8e16699276596c19d97e70795f8d9709b.tar.gz
gentoo-2-c9d851d8e16699276596c19d97e70795f8d9709b.tar.bz2
gentoo-2-c9d851d8e16699276596c19d97e70795f8d9709b.zip
add ~amd64, bug 162947
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-python/pyosd')
-rw-r--r--dev-python/pyosd/ChangeLog8
-rw-r--r--dev-python/pyosd/files/digest-pyosd-0.2.122
-rw-r--r--dev-python/pyosd/files/digest-pyosd-0.2.142
-rw-r--r--dev-python/pyosd/pyosd-0.2.12.ebuild9
-rw-r--r--dev-python/pyosd/pyosd-0.2.14.ebuild9
5 files changed, 20 insertions, 10 deletions
diff --git a/dev-python/pyosd/ChangeLog b/dev-python/pyosd/ChangeLog
index 8f2e01f2ebd4..ea9db1b437ba 100644
--- a/dev-python/pyosd/ChangeLog
+++ b/dev-python/pyosd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyosd
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/ChangeLog,v 1.11 2006/04/01 18:47:28 agriffis Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/ChangeLog,v 1.12 2007/01/26 04:58:44 beandog Exp $
+
+ 26 Jan 2007; Steve Dibb <beandog@gentoo.org> pyosd-0.2.12.ebuild,
+ pyosd-0.2.14.ebuild:
+ add ~amd64, bug 162947
01 Apr 2006; Aron Griffis <agriffis@gentoo.org> pyosd-0.2.14.ebuild:
Mark 0.2.14 ~ia64
diff --git a/dev-python/pyosd/files/digest-pyosd-0.2.12 b/dev-python/pyosd/files/digest-pyosd-0.2.12
index 73aef2b70a33..db2615317d8a 100644
--- a/dev-python/pyosd/files/digest-pyosd-0.2.12
+++ b/dev-python/pyosd/files/digest-pyosd-0.2.12
@@ -1 +1,3 @@
MD5 6a88296a7194c2f76cc8aaa0f2d35331 pyosd-0.2.12.tar.gz 19337
+RMD160 aedf909a5fb6d3072294579127167264cd5a73b1 pyosd-0.2.12.tar.gz 19337
+SHA256 c8641fc6ffd9fceb7889127d51660ccb777230cf6797e1877ebaa00ddb55a6ee pyosd-0.2.12.tar.gz 19337
diff --git a/dev-python/pyosd/files/digest-pyosd-0.2.14 b/dev-python/pyosd/files/digest-pyosd-0.2.14
index 84694193e055..22fb9b43de31 100644
--- a/dev-python/pyosd/files/digest-pyosd-0.2.14
+++ b/dev-python/pyosd/files/digest-pyosd-0.2.14
@@ -1 +1,3 @@
MD5 3beb6692c4d76b3318e7876a6dd03bdf pyosd-0.2.14.tar.gz 20845
+RMD160 b9c8fcee64784216d7e9059f55c606c192a2558b pyosd-0.2.14.tar.gz 20845
+SHA256 a8a52357845f9c84faeab2983f4042b91bbcbb3355d4e70783de7a97aeb3564c pyosd-0.2.14.tar.gz 20845
diff --git a/dev-python/pyosd/pyosd-0.2.12.ebuild b/dev-python/pyosd/pyosd-0.2.12.ebuild
index 236299c2acd1..83f68580dc34 100644
--- a/dev-python/pyosd/pyosd-0.2.12.ebuild
+++ b/dev-python/pyosd/pyosd-0.2.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/pyosd-0.2.12.ebuild,v 1.3 2005/04/24 13:09:39 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/pyosd-0.2.12.ebuild,v 1.4 2007/01/26 04:58:44 beandog Exp $
inherit distutils
@@ -10,7 +10,7 @@ SRC_URI="http://repose.cx/pyosd/${P}.tar.gz"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="~amd64 ppc x86"
DEPEND="virtual/python
>=x11-libs/xosd-2.2.4"
@@ -19,6 +19,7 @@ src_install() {
distutils_src_install
dohtml pyosd.html
dodoc AUTHORS
- cp -r modules ${D}/usr/share/doc/${PF}
+ docinto modules
+ dodoc modules/*
}
diff --git a/dev-python/pyosd/pyosd-0.2.14.ebuild b/dev-python/pyosd/pyosd-0.2.14.ebuild
index bcacca42c3b8..8f703e12c54b 100644
--- a/dev-python/pyosd/pyosd-0.2.14.ebuild
+++ b/dev-python/pyosd/pyosd-0.2.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/pyosd-0.2.14.ebuild,v 1.2 2006/04/01 18:47:28 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyosd/pyosd-0.2.14.ebuild,v 1.3 2007/01/26 04:58:44 beandog Exp $
inherit distutils
@@ -10,7 +10,7 @@ SRC_URI="http://repose.cx/pyosd/${P}.tar.gz"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
DEPEND="virtual/python
>=x11-libs/xosd-2.2.4"
@@ -19,7 +19,8 @@ src_install() {
distutils_src_install
dohtml pyosd.html
dodoc AUTHORS
- cp -r modules ${D}/usr/share/doc/${PF}
+ docinto modules
+ dodoc modules/*
}
pkg_postinst() {