summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Bergström (jbergstroem) <bugs@bergstroem.nu>2009-06-22 19:52:21 +0000
committerJohan Bergström (jbergstroem) <bugs@bergstroem.nu>2009-06-22 19:52:21 +0000
commit2fb22613f52aef1ebd7a5d2b43cac5bf5b4dfe11 (patch)
treead47bf9b44849a8b8a074ca3e5111aed60bda001
parentAdhere to coding standards (diff)
downloadsunrise-2fb22613f52aef1ebd7a5d2b43cac5bf5b4dfe11.tar.gz
sunrise-2fb22613f52aef1ebd7a5d2b43cac5bf5b4dfe11.tar.bz2
sunrise-2fb22613f52aef1ebd7a5d2b43cac5bf5b4dfe11.zip
dev-python/pottymouth: Remove useless NEED_PYTHON
svn path=/sunrise/; revision=8691
-rw-r--r--dev-python/pottymouth/ChangeLog4
-rw-r--r--dev-python/pottymouth/Manifest4
-rw-r--r--dev-python/pottymouth/pottymouth-1.1.4.ebuild2
3 files changed, 6 insertions, 4 deletions
diff --git a/dev-python/pottymouth/ChangeLog b/dev-python/pottymouth/ChangeLog
index 9782c3d62..13a0fea44 100644
--- a/dev-python/pottymouth/ChangeLog
+++ b/dev-python/pottymouth/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 22 Jun 2009; Johan Bergström (jbergstroem) <bugs@bergstroem.nu>
+ pottymouth-1.1.4.ebuild:
+ Remove useless NEED_PYTHON
+
19 Jun 2009; Christian Ruppert <idl0r@gentoo.org> pottymouth-1.1.4.ebuild:
Add RDEPEND. Fix python call in src_test. Use PN in SRC_URI.
diff --git a/dev-python/pottymouth/Manifest b/dev-python/pottymouth/Manifest
index dbd751902..896e2d528 100644
--- a/dev-python/pottymouth/Manifest
+++ b/dev-python/pottymouth/Manifest
@@ -1,4 +1,4 @@
DIST PottyMouth-1.1.4.tar.gz 24691 RMD160 283b3cf11f00c0cb9fecfd5b57224629d4ea9035 SHA1 b3f1687bb26eb5209e66700f6de2af8f073e7b9c SHA256 a9b9a5586e667d07167b8b3b65fad06bdb111d84e90228643e6366b342e025d6
-EBUILD pottymouth-1.1.4.ebuild 617 RMD160 722557414d7166e6f361aa8c285f966d8f00d4b2 SHA1 f03c97a15d9bcbf298cc698ca3b596ec57fbaffb SHA256 5dc7ee2fb4f6f975e2ee78298e3f1586d16c80098b2142f9353e1b3217b1e9e6
-MISC ChangeLog 423 RMD160 bb75c16cbc997a6590d1c6c8e6262f824413f3a4 SHA1 b7b92919d85653616fcf9f7cdea36294eac3b8d4 SHA256 153b4e3a66724a4ac216e9eb2001e1708d1a99a3b1c5900b067286eef28c10a8
+EBUILD pottymouth-1.1.4.ebuild 600 RMD160 50d3e3140a2bb0899763207f43a69bdef16e50df SHA1 66b5369c05ceab152393ebf0301d8cb78afed5c2 SHA256 d0e064f9ff5b1f4e58cb7093e84fc68e08b4b16b3f559c7b162cf244bbf34d6c
+MISC ChangeLog 547 RMD160 acb47dad3d7b1c1ae3c0e2e69a240683f0959c1b SHA1 82a2b198eaa93386b7cf7b9365d0746aac4a18e8 SHA256 bc5cfdc04c3f93c1e1c2e743b8f5c3aa820c7b9acf488c3c0dda02baaab980d5
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/dev-python/pottymouth/pottymouth-1.1.4.ebuild b/dev-python/pottymouth/pottymouth-1.1.4.ebuild
index fa322bf3d..02b69ab25 100644
--- a/dev-python/pottymouth/pottymouth-1.1.4.ebuild
+++ b/dev-python/pottymouth/pottymouth-1.1.4.ebuild
@@ -2,8 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-NEED_PYTHON=2.4
-
inherit distutils
MY_PN="PottyMouth"