summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-04-30 18:00:19 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-04-30 18:00:19 +0000
commit99313816e32b3e34af720cc050a2936e84fe38ad (patch)
tree065e4e11764fc0868a752225489addb3d281d5b4 /dev-python/clientform
parentRemove old (diff)
downloadgentoo-2-99313816e32b3e34af720cc050a2936e84fe38ad.tar.gz
gentoo-2-99313816e32b3e34af720cc050a2936e84fe38ad.tar.bz2
gentoo-2-99313816e32b3e34af720cc050a2936e84fe38ad.zip
Remove old
(Portage version: 2.2_rc31/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/clientform')
-rw-r--r--dev-python/clientform/ChangeLog7
-rw-r--r--dev-python/clientform/clientform-0.1.16.ebuild21
2 files changed, 5 insertions, 23 deletions
diff --git a/dev-python/clientform/ChangeLog b/dev-python/clientform/ChangeLog
index 2a1a7b145caa..7ea4f8746bee 100644
--- a/dev-python/clientform/ChangeLog
+++ b/dev-python/clientform/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/clientform
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/clientform/ChangeLog,v 1.23 2008/12/07 10:51:32 patrick Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/clientform/ChangeLog,v 1.24 2009/04/30 18:00:19 patrick Exp $
+
+ 30 Apr 2009; Patrick Lauer <patrick@gentoo.org> -clientform-0.1.16.ebuild:
+ Remove old
07 Dec 2008; Patrick Lauer <patrick@gentoo.org> +clientform-0.2.10.ebuild:
Oops. Correcting keywords.
diff --git a/dev-python/clientform/clientform-0.1.16.ebuild b/dev-python/clientform/clientform-0.1.16.ebuild
deleted file mode 100644
index fa974ec20a25..000000000000
--- a/dev-python/clientform/clientform-0.1.16.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/clientform/clientform-0.1.16.ebuild,v 1.5 2005/02/01 06:11:13 pythonhead Exp $
-
-inherit distutils
-
-MY_P="ClientForm-${PV}"
-S="${WORKDIR}/${MY_P}"
-DESCRIPTION="Parse, fill out, and return HTML forms on the client side"
-HOMEPAGE="http://wwwsearch.sourceforge.net/ClientForm/"
-SRC_URI=http://wwwsearch.sourceforge.net/ClientForm/src/${MY_P}.tar.gz
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="x86 ~ppc"
-IUSE=""
-DOCS="COPYING README.txt PKG-INFO MANIFEST.in ChangeLog"
-
-src_install() {
- distutils_src_install
- dohtml README.html
-}