summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Perier <mrpouet@gentoo.org>2009-06-22 20:43:54 +0000
committerRomain Perier <mrpouet@gentoo.org>2009-06-22 20:43:54 +0000
commit146d62eac0ae6dab86e813a50db2b04b37f62be7 (patch)
tree62d3a83a19e7367eb8df7bcf69398084fb0f619b
parentapp-text/docbook2odf: Drop DEPEND and add ~amd64 into KEYWORDS (diff)
downloadsunrise-146d62eac0ae6dab86e813a50db2b04b37f62be7.tar.gz
sunrise-146d62eac0ae6dab86e813a50db2b04b37f62be7.tar.bz2
sunrise-146d62eac0ae6dab86e813a50db2b04b37f62be7.zip
dev-python/pottymouth: Unquoted ${S} and add ${MY_P}
svn path=/sunrise/; revision=8697
-rw-r--r--dev-python/pottymouth/ChangeLog4
-rw-r--r--dev-python/pottymouth/Manifest4
-rw-r--r--dev-python/pottymouth/pottymouth-1.1.4.ebuild5
3 files changed, 9 insertions, 4 deletions
diff --git a/dev-python/pottymouth/ChangeLog b/dev-python/pottymouth/ChangeLog
index 13a0fea44..cb29d63b0 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; Romain Perier (mrpouet) <mrpouet@gentoo.org>
+ pottymouth-1.1.4.ebuild:
+ Unquoted ${S} and add ${MY_P}
+
22 Jun 2009; Johan Bergström (jbergstroem) <bugs@bergstroem.nu>
pottymouth-1.1.4.ebuild:
Remove useless NEED_PYTHON
diff --git a/dev-python/pottymouth/Manifest b/dev-python/pottymouth/Manifest
index 896e2d528..c943625df 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 600 RMD160 50d3e3140a2bb0899763207f43a69bdef16e50df SHA1 66b5369c05ceab152393ebf0301d8cb78afed5c2 SHA256 d0e064f9ff5b1f4e58cb7093e84fc68e08b4b16b3f559c7b162cf244bbf34d6c
-MISC ChangeLog 547 RMD160 acb47dad3d7b1c1ae3c0e2e69a240683f0959c1b SHA1 82a2b198eaa93386b7cf7b9365d0746aac4a18e8 SHA256 bc5cfdc04c3f93c1e1c2e743b8f5c3aa820c7b9acf488c3c0dda02baaab980d5
+EBUILD pottymouth-1.1.4.ebuild 604 RMD160 d5c57cdd04e18a5a0b5a138aadfbb72eb2ed9011 SHA1 f21e586969330329bc42d7de124f920bb88224cd SHA256 0de92f508091fbb90959e1817cad092138ef21b561fc66aad2e38eb4a5af4ea1
+MISC ChangeLog 667 RMD160 4ee18a70805bcedb3928b747312d9962dcf1b4f4 SHA1 02757effe590c02eb9e3eca0f1b7f83523510ca6 SHA256 f09709d52d09ab99a56927ce365e43a6eb9d59d014b29da6ec59cf81225c4e07
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 02b69ab25..ced762b13 100644
--- a/dev-python/pottymouth/pottymouth-1.1.4.ebuild
+++ b/dev-python/pottymouth/pottymouth-1.1.4.ebuild
@@ -5,9 +5,10 @@
inherit distutils
MY_PN="PottyMouth"
+MY_P=${MY_PN}-${PV}
DESCRIPTION="A python library that scrubs untrusted text to valid, nice-looking, completely safe XHTML"
HOMEPAGE="http://devsuki.com/pottymouth/"
-SRC_URI="http://devsuki.com/${PN}/dist/${MY_PN}-${PV}.tar.gz"
+SRC_URI="http://devsuki.com/${PN}/dist/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@@ -17,7 +18,7 @@ IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND="dev-lang/python"
-S="${WORKDIR}/${MY_PN}-${PV}"
+S=${WORKDIR}/${MY_P}
src_test() {
distutils_python_version