public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/clientform: clientform-0.2.10.ebuild ChangeLog
Date: Sun, 07 Dec 2008 10:51:32 +0000	[thread overview]
Message-ID: <E1L9HEa-0003m7-OE@stork.gentoo.org> (raw)

patrick     08/12/07 10:51:32

  Modified:             ChangeLog
  Added:                clientform-0.2.10.ebuild
  Log:
  Oops. Correcting keywords.
  (Portage version: 2.2_rc17/cvs/Linux 2.6.26.5 x86_64)

Revision  Changes    Path
1.23                 dev-python/clientform/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/clientform/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/clientform/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/clientform/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/clientform/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	28 Sep 2008 12:41:00 -0000	1.22
+++ ChangeLog	7 Dec 2008 10:51:32 -0000	1.23
@@ -1,6 +1,14 @@
 # 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.22 2008/09/28 12:41:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/clientform/ChangeLog,v 1.23 2008/12/07 10:51:32 patrick Exp $
+
+  07 Dec 2008; Patrick Lauer <patrick@gentoo.org> +clientform-0.2.10.ebuild:
+  Oops. Correcting keywords.
+
+*clientform-0.2.10 (07 Dec 2008)
+
+  07 Dec 2008; Patrick Lauer <patrick@gentoo.org> +clientform-0.2.10.ebuild:
+  Bump to 0.2.10. Closes #249772
 
   22 Sep 2007; nixnut <nixnut@gentoo.org> clientform-0.2.7.ebuild:
   Stable on ppc wrt bug 191489



1.1                  dev-python/clientform/clientform-0.2.10.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/clientform/clientform-0.2.10.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/clientform/clientform-0.2.10.ebuild?rev=1.1&content-type=text/plain

Index: clientform-0.2.10.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/clientform/clientform-0.2.10.ebuild,v 1.1 2008/12/07 10:51:32 patrick Exp $

inherit distutils

MY_P="ClientForm-${PV}"
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="~amd64 ~ia64 ~ppc ~x86"
IUSE="examples"

S="${WORKDIR}/${MY_P}"
DOCS="*.txt"

src_unpack() {
	unpack ${A}
	cd "${S}"

	# use distutils instead of setuptools
	sed -i \
		-e 's/not hasattr(sys, "version_info")/1/' \
		setup.py || die "sed failed"
}

src_test() {
	"${python}" test.py || die "test.py failed"
}

src_install() {
	# remove to prevent distutils_src_install from installing it
	dohtml *.html
	rm README.html*

	distutils_src_install

	if use examples; then
		insinto /usr/share/doc/${PF}
		doins -r examples
	fi
}






             reply	other threads:[~2008-12-07 10:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-07 10:51 Patrick Lauer (patrick) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-10 12:41 [gentoo-commits] gentoo-x86 commit in dev-python/clientform: clientform-0.2.10.ebuild ChangeLog Fabian Groffen (grobian)
2009-10-18 18:35 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-10-24 14:28 Gysbert Wassenaar (nixnut)
2009-10-30 10:57 Markus Meier (maekke)
2010-02-14 18:47 Raul Porcel (armin76)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1L9HEa-0003m7-OE@stork.gentoo.org \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox