public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher (jlec)" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/freshmeat-submit: ChangeLog freshmeat-submit-1.6.ebuild
Date: Thu, 17 Jun 2010 10:53:41 +0000 (UTC)	[thread overview]
Message-ID: <20100617105341.DD48D2CE14@corvid.gentoo.org> (raw)

jlec        10/06/17 10:53:41

  Modified:             ChangeLog freshmeat-submit-1.6.ebuild
  Log:
  Fixes for python ABI support #324395, some QA, keyworded for amd64
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-util/freshmeat-submit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/freshmeat-submit/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/freshmeat-submit/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/freshmeat-submit/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/freshmeat-submit/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	1 Aug 2009 19:08:22 -0000	1.9
+++ ChangeLog	17 Jun 2010 10:53:41 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/freshmeat-submit
-# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/freshmeat-submit/ChangeLog,v 1.9 2009/08/01 19:08:22 darkside Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/freshmeat-submit/ChangeLog,v 1.10 2010/06/17 10:53:41 jlec Exp $
+
+  17 Jun 2010; Justin Lecher <jlec@gentoo.org> freshmeat-submit-1.6.ebuild:
+  Fixes for python ABI support #324395, some QA, keyworded for amd64
 
   01 Aug 2009; Jeremy Olexa <darkside@gentoo.org>
   -freshmeat-submit-1.4.ebuild:



1.5                  dev-util/freshmeat-submit/freshmeat-submit-1.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/freshmeat-submit/freshmeat-submit-1.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/freshmeat-submit/freshmeat-submit-1.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/freshmeat-submit/freshmeat-submit-1.6.ebuild?r1=1.4&r2=1.5

Index: freshmeat-submit-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/freshmeat-submit/freshmeat-submit-1.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- freshmeat-submit-1.6.ebuild	12 Oct 2009 20:08:13 -0000	1.4
+++ freshmeat-submit-1.6.ebuild	17 Jun 2010 10:53:41 -0000	1.5
@@ -1,23 +1,32 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/freshmeat-submit/freshmeat-submit-1.6.ebuild,v 1.4 2009/10/12 20:08:13 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/freshmeat-submit/freshmeat-submit-1.6.ebuild,v 1.5 2010/06/17 10:53:41 jlec Exp $
 
-DESCRIPTION="A utility for submitting version updates to freshmeat.net, designed to run from within a project release script, using freshmeat.net's XML- RPC interface."
+PYTHON_DEPEND="2"
+
+inherit python
+
+DESCRIPTION="A utility for submitting version updates to freshmeat.net, designed to run from within a project release script, using freshmeat.net's XML- RPC interface"
 HOMEPAGE="http://www.catb.org/~esr/freshmeat-submit/"
 SRC_URI="http://www.catb.org/~esr/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="ppc x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
-RDEPEND="virtual/python"
-DEPEND="${RDEPEND}"
+pkg_setup() {
+	python_set_active_version 2
+}
+
+src_prepare() {
+	python_convert_shebangs 2 ${PN}
+}
 
 src_compile() { :; }
 
 src_install() {
-	doman freshmeat-submit.1 || die "doman failed"
+	doman ${PN}.1 || die "doman failed"
 	dodoc AUTHORS README || die "dodoc failed"
-	dobin freshmeat-submit || die "dobin failed"
+	dobin ${PN} || die "dobin failed"
 }






             reply	other threads:[~2010-06-17 10:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-17 10:53 Justin Lecher (jlec) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-01-07 18:21 [gentoo-commits] gentoo-x86 commit in dev-util/freshmeat-submit: ChangeLog freshmeat-submit-1.6.ebuild Markos Chandras (hwoarang)

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=20100617105341.DD48D2CE14@corvid.gentoo.org \
    --to=jlec@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