diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 23:58:06 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 23:58:06 +0000 |
commit | 9a80601aaa26b671250741ba705fba165a43f388 (patch) | |
tree | a431938c6b4418834cb9c91c503824f6cfa85809 /dev-python/twisted | |
parent | bump to stable (diff) | |
download | gentoo-2-9a80601aaa26b671250741ba705fba165a43f388.tar.gz gentoo-2-9a80601aaa26b671250741ba705fba165a43f388.tar.bz2 gentoo-2-9a80601aaa26b671250741ba705fba165a43f388.zip |
can't remove and add ebuilds at the same time with repoman
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/twisted-1.0.1.ebuild | 35 | ||||
-rw-r--r-- | dev-python/twisted/twisted-1.0.2_alpha4.ebuild | 33 |
2 files changed, 0 insertions, 68 deletions
diff --git a/dev-python/twisted/twisted-1.0.1.ebuild b/dev-python/twisted/twisted-1.0.1.ebuild deleted file mode 100644 index 40f4eb312aef..000000000000 --- a/dev-python/twisted/twisted-1.0.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later - -S=${WORKDIR}/Twisted-${PV} -DESCRIPTION="Twisted is a collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included." -SRC_URI="http://twisted.sourceforge.net/Twisted-${PV}.tar.bz2" -HOMEPAGE="http://www.twistedmatrix.com/" -LICENSE="LGPL-2.1" -SLOT="0" -DEPEND="virtual/python" -RDEPEND="$DEPEND" -KEYWORDS="x86 alpha sparc " - -inherit distutils - -src_install() { - distutils_src_install - - # next few lines will install docs: 9.4 megs! - dodir /usr/share/doc/${PF} - # of course it's documentation! - doman doc/man/*.[0-9n] - rm -rf doc/man # don't dupe the man pages - cd doc - cp -r . ${D}/usr/share/doc/${PF} - cd ../ -# should be taken care of by the distutils install -# dodoc README TODO CREDITS -} - -pkg_postinst() { - echo - einfo "Don't forget to check your .tap files if you upgrade from prior 0.99.4 otherwise you will get only errors." - echo -} diff --git a/dev-python/twisted/twisted-1.0.2_alpha4.ebuild b/dev-python/twisted/twisted-1.0.2_alpha4.ebuild deleted file mode 100644 index 68570d03d80b..000000000000 --- a/dev-python/twisted/twisted-1.0.2_alpha4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.0.2_alpha4.ebuild,v 1.3 2003/02/13 11:39:47 vapier Exp $ - -S=${WORKDIR}/Twisted-1.0.2alpha4 -DESCRIPTION="Twisted is a collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included." -SRC_URI="http://twisted.sourceforge.net/Twisted-1.0.2alpha4.tar.bz2" -HOMEPAGE="http://www.twistedmatrix.com/" -LICENSE="LGPL-2.1" -SLOT="0" -DEPEND="virtual/python - >=dev-python/pycrypto-1.9_alpha4" -RDEPEND="$DEPEND" -KEYWORDS="~x86 ~alpha ~sparc " -IUSE="" - -inherit distutils - -src_install() { - distutils_src_install - - # next few lines will install docs: 9.4 megs! - dodir /usr/share/doc/${PF} - # of course it's documentation! - doman doc/man/*.[0-9n] - rm -rf doc/man # don't dupe the man pages - cd doc - cp -r . ${D}/usr/share/doc/${PF} - cd ../ -# should be taken care of by the distutils install -# dodoc README TODO CREDITS -} - |