public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-portage/pms-test-suite: pms-test-suite-9999.ebuild ChangeLog
@ 2012-12-15 12:40 Michal Gorny (mgorny)
  0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2012-12-15 12:40 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/12/15 12:40:08

  Modified:             ChangeLog
  Added:                pms-test-suite-9999.ebuild
  Log:
  Import the live ebuild.
  
  (Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)

Revision  Changes    Path
1.11                 app-portage/pms-test-suite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pms-test-suite/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pms-test-suite/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pms-test-suite/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/pms-test-suite/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	31 Aug 2012 09:06:53 -0000	1.10
+++ ChangeLog	15 Dec 2012 12:40:08 -0000	1.11
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/pms-test-suite
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/pms-test-suite/ChangeLog,v 1.10 2012/08/31 09:06:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/pms-test-suite/ChangeLog,v 1.11 2012/12/15 12:40:08 mgorny Exp $
+
+*pms-test-suite-9999 (15 Dec 2012)
+
+  15 Dec 2012; Michał Górny <mgorny@gentoo.org> +pms-test-suite-9999.ebuild:
+  Import the live ebuild.
 
   31 Aug 2012; Michał Górny <mgorny@gentoo.org> -pms-test-suite-0.1.ebuild,
   metadata.xml, pms-test-suite-0.2.ebuild:



1.1                  app-portage/pms-test-suite/pms-test-suite-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pms-test-suite/pms-test-suite-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pms-test-suite/pms-test-suite-9999.ebuild?rev=1.1&content-type=text/plain

Index: pms-test-suite-9999.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/pms-test-suite/pms-test-suite-9999.ebuild,v 1.1 2012/12/15 12:40:07 mgorny Exp $

EAPI=4

PYTHON_DEPEND='2:2.6'
# Python ABIs are not supported by pkgcore
#SUPPORT_PYTHON_ABIS=1
# Python3 is not supported by dbus & gobject
RESTRICT_PYTHON_ABIS='2.4 2.5 3.*'
DISTUTILS_SRC_TEST=setup.py

inherit base distutils

#if LIVE
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/${PN}.git
	http://git.overlays.gentoo.org/gitroot/proj/${PN}.git
	http://bitbucket.org/mgorny/${PN}.git"
inherit git-2
#endif

DESCRIPTION="A test suite for Package Manager PMS compliance"
HOMEPAGE="http://www.gentoo.org/proj/en/qa/pms/pms-test-suite.xml"
SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"

LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

RDEPEND=">=app-portage/gentoopm-0.1.5
	dev-python/dbus-python
	dev-python/pygobject:2"
DEPEND="doc? ( dev-python/epydoc )
	test? ( >=sys-apps/portage-2.1.10.3
		sys-apps/pkgcore
		>=sys-apps/paludis-0.64.2[python-bindings] )"

PYTHON_MODNAME=pmstestsuite

#if LIVE
KEYWORDS=
SRC_URI=
#endif

pkg_setup() {
	python_set_active_version 2
	python_pkg_setup
}

src_prepare() {
	base_src_prepare
	distutils_src_prepare
}

src_compile() {
	distutils_src_compile

	if use doc; then
		"$(PYTHON)" setup.py "${_DISTUTILS_GLOBAL_OPTIONS[@]}" doc || die
	fi
}

src_install() {
	distutils_src_install

	if use doc; then
		dohtml -r doc/*
	fi
}





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-portage/pms-test-suite: pms-test-suite-9999.ebuild ChangeLog
@ 2015-04-25 16:25 Mike Gilbert (floppym)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2015-04-25 16:25 UTC (permalink / raw
  To: gentoo-commits

floppym     15/04/25 16:25:44

  Modified:             pms-test-suite-9999.ebuild ChangeLog
  Log:
  Replace links pointing at git.overlays.gentoo.org.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.3                  app-portage/pms-test-suite/pms-test-suite-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pms-test-suite/pms-test-suite-9999.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pms-test-suite/pms-test-suite-9999.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pms-test-suite/pms-test-suite-9999.ebuild?r1=1.2&r2=1.3

Index: pms-test-suite-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/pms-test-suite/pms-test-suite-9999.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pms-test-suite-9999.ebuild	6 Jul 2014 13:16:14 -0000	1.2
+++ pms-test-suite-9999.ebuild	25 Apr 2015 16:25:44 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/pms-test-suite/pms-test-suite-9999.ebuild,v 1.2 2014/07/06 13:16:14 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/pms-test-suite/pms-test-suite-9999.ebuild,v 1.3 2015/04/25 16:25:44 floppym Exp $
 
 EAPI=4
 
@@ -14,8 +14,8 @@
 inherit base distutils
 
 #if LIVE
-EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/${PN}.git
-	http://git.overlays.gentoo.org/gitroot/proj/${PN}.git
+EGIT_REPO_URI="git://anongit.gentoo.org/proj/${PN}.git
+	http://anongit.gentoo.org/git/proj/${PN}.git
 	http://bitbucket.org/mgorny/${PN}.git"
 inherit git-2
 #endif



1.13                 app-portage/pms-test-suite/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pms-test-suite/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pms-test-suite/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/pms-test-suite/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/pms-test-suite/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	6 Jul 2014 13:16:14 -0000	1.12
+++ ChangeLog	25 Apr 2015 16:25:44 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for app-portage/pms-test-suite
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/pms-test-suite/ChangeLog,v 1.12 2014/07/06 13:16:14 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/pms-test-suite/ChangeLog,v 1.13 2015/04/25 16:25:44 floppym Exp $
+
+  25 Apr 2015; Mike Gilbert <floppym@gentoo.org> pms-test-suite-9999.ebuild:
+  Replace links pointing at git.overlays.gentoo.org.
 
   06 Jul 2014; Michał Górny <mgorny@gentoo.org> pms-test-suite-0.2.ebuild,
   pms-test-suite-9999.ebuild:





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-25 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-25 16:25 [gentoo-commits] gentoo-x86 commit in app-portage/pms-test-suite: pms-test-suite-9999.ebuild ChangeLog Mike Gilbert (floppym)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-15 12:40 Michal Gorny (mgorny)

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