public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-portage/mirrorselect: ChangeLog mirrorselect-2.1.0.ebuild
@ 2009-12-08  4:53 Christian Ruppert (idl0r)
  0 siblings, 0 replies; only message in thread
From: Christian Ruppert (idl0r) @ 2009-12-08  4:53 UTC (permalink / raw
  To: gentoo-commits

idl0r       09/12/08 04:53:44

  Modified:             ChangeLog
  Added:                mirrorselect-2.1.0.ebuild
  Log:
  Version bump to 2.1.0.
  (Portage version: 2.2_rc56/cvs/Linux x86_64)

Revision  Changes    Path
1.88                 app-portage/mirrorselect/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	26 Oct 2009 19:40:21 -0000	1.87
+++ ChangeLog	8 Dec 2009 04:53:44 -0000	1.88
@@ -1,6 +1,12 @@
 # ChangeLog for app-portage/mirrorselect
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.87 2009/10/26 19:40:21 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.88 2009/12/08 04:53:44 idl0r Exp $
+
+*mirrorselect-2.1.0 (08 Dec 2009)
+
+  08 Dec 2009; Christian Ruppert <idl0r@gentoo.org>
+  +mirrorselect-2.1.0.ebuild:
+  Version bump to 2.1.0.
 
   26 Oct 2009; Christian Ruppert <idl0r@gentoo.org>
   -mirrorselect-0.89.ebuild, -mirrorselect-1.1.7.ebuild,



1.1                  app-portage/mirrorselect/mirrorselect-2.1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.1.0.ebuild?rev=1.1&content-type=text/plain

Index: mirrorselect-2.1.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-2.1.0.ebuild,v 1.1 2009/12/08 04:53:44 idl0r Exp $

EAPI="2"
SUPPORT_PYTHON_ABIS="1"

inherit python

DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""

RDEPEND="dev-lang/python[xml]
	dev-util/dialog
	net-analyzer/netselect"

RESTRICT_PYTHON_ABIS="3*"

src_install() {
	newsbin main.py ${PN} || die

	installation() {
		insinto $(python_get_sitedir)
		doins -r ${PN}/
	}
	python_execute_function installation

	doman ${PN}.8 || die
}

pkg_postinst() {
	python_mod_optimize ${PN}
}

pkg_postrm() {
	python_mod_cleanup ${PN}
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-08  4:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-08  4:53 [gentoo-commits] gentoo-x86 commit in app-portage/mirrorselect: ChangeLog mirrorselect-2.1.0.ebuild Christian Ruppert (idl0r)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox