diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 15:29:43 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 15:29:43 +0000 |
commit | 22d685d49bedc2aac4ce5202905dd7619a6f142b (patch) | |
tree | b134135dd9fb36355cd4ed98eeba921841c987c3 /dev-python/twill | |
parent | media-libs/mesa: bump to 7.5.1 (diff) | |
download | gentoo-2-22d685d49bedc2aac4ce5202905dd7619a6f142b.tar.gz gentoo-2-22d685d49bedc2aac4ce5202905dd7619a6f142b.tar.bz2 gentoo-2-22d685d49bedc2aac4ce5202905dd7619a6f142b.zip |
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/twill')
-rw-r--r-- | dev-python/twill/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twill/twill-0.9_beta1.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/dev-python/twill/ChangeLog b/dev-python/twill/ChangeLog index ef106cacb9f3..b3cd9ccec03a 100644 --- a/dev-python/twill/ChangeLog +++ b/dev-python/twill/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twill # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/ChangeLog,v 1.3 2009/02/15 14:24:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/ChangeLog,v 1.4 2009/09/04 15:29:43 patrick Exp $ + + 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -twill-0.9_beta1.ebuild: + Remove old *twill-0.9 (15 Feb 2009) diff --git a/dev-python/twill/twill-0.9_beta1.ebuild b/dev-python/twill/twill-0.9_beta1.ebuild deleted file mode 100644 index 1bf4c7fb4234..000000000000 --- a/dev-python/twill/twill-0.9_beta1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/twill-0.9_beta1.ebuild,v 1.3 2008/01/23 15:58:26 beandog Exp $ - -inherit distutils - -MY_PV="${PV/_beta/b}" -MY_P="${PN}-${MY_PV}" - -DESCRIPTION="Simple scripting language for web browsing with Python API." -HOMEPAGE="http://twill.idyll.org/" -SRC_URI="http://darcs.idyll.org/~t/projects/${MY_P}.tar.gz" -LICENSE="MIT" -KEYWORDS="~amd64 ~x86" -SLOT="0" -IUSE="doc" - -S=${WORKDIR}/${MY_P} - -src_install() { - distutils_src_install - if use doc; then - dodir /usr/share/doc/${PF}/examples - cp -R doc/* ${D}/usr/share/doc/${PF}/ - cp examples/* ${D}/usr/share/doc/${PF}/examples/ - fi -} - -src_test() { - elog "Testing disabled due to sandbox prolems opening" - elog "a port on a server. Unpack the ebuild and run the" - elog "tests manually with 'nosetests' (dev-python/nose)" - elog "in the unpacked directory." -} |