public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/npapi-sdk: metadata.xml npapi-sdk-0.27.2.ebuild npapi-sdk-9999.ebuild ChangeLog
@ 2012-06-18 14:57 Michal Gorny (mgorny)
  0 siblings, 0 replies; only message in thread
From: Michal Gorny (mgorny) @ 2012-06-18 14:57 UTC (permalink / raw
  To: gentoo-commits

mgorny      12/06/18 14:57:57

  Modified:             metadata.xml npapi-sdk-9999.ebuild ChangeLog
  Added:                npapi-sdk-0.27.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha110_p30/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-misc/npapi-sdk/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/metadata.xml?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/metadata.xml?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/metadata.xml?r1=1.1&r2=1.2

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	5 Sep 2011 15:52:14 -0000	1.1
+++ metadata.xml	18 Jun 2012 14:57:57 -0000	1.2
@@ -7,7 +7,7 @@
 		<name>Michał Górny</name>
 	</maintainer>
 	<maintainer>
-                <email>anarchy@gentoo.org</email>
-                <name>Jory A. Pratt</name>
-        </maintainer>
+		<email>anarchy@gentoo.org</email>
+		<name>Jory A. Pratt</name>
+	</maintainer>
 </pkgmetadata>



1.7                  net-misc/npapi-sdk/npapi-sdk-9999.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-9999.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-9999.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-9999.ebuild?r1=1.6&r2=1.7

Index: npapi-sdk-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- npapi-sdk-9999.ebuild	7 May 2012 17:07:10 -0000	1.6
+++ npapi-sdk-9999.ebuild	18 Jun 2012 14:57:57 -0000	1.7
@@ -1,19 +1,21 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-9999.ebuild,v 1.6 2012/05/07 17:07:10 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-9999.ebuild,v 1.7 2012/06/18 14:57:57 mgorny Exp $
 
 EAPI=4
-inherit autotools-utils
 
 #if LIVE
-EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
-	http://github.com/mgorny/${PN}.git"
-inherit autotools git-2
+AUTOTOOLS_AUTORECONF=yes
+EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+
+inherit git-2
 #endif
 
+inherit autotools-utils
+
 DESCRIPTION="NPAPI headers bundle"
-HOMEPAGE="https://github.com/mgorny/npapi-sdk/"
-SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://bitbucket.org/mgorny/npapi-sdk/"
+SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
 
 LICENSE="MPL-1.1"
 SLOT="0"
@@ -23,9 +25,4 @@
 
 KEYWORDS=""
 SRC_URI=
-
-src_prepare() {
-	autotools-utils_src_prepare
-	eautoreconf
-}
 #endif



1.16                 net-misc/npapi-sdk/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	2 Jun 2012 06:33:27 -0000	1.15
+++ ChangeLog	18 Jun 2012 14:57:57 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for net-misc/npapi-sdk
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/ChangeLog,v 1.15 2012/06/02 06:33:27 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/ChangeLog,v 1.16 2012/06/18 14:57:57 mgorny Exp $
+
+*npapi-sdk-0.27.2 (18 Jun 2012)
+
+  18 Jun 2012; Michał Górny <mgorny@gentoo.org> +npapi-sdk-0.27.2.ebuild,
+  metadata.xml, npapi-sdk-9999.ebuild:
+  Version bump.
 
   02 Jun 2012; Naohiro Aota <naota@gentoo.org> npapi-sdk-0.27.1.ebuild:
   Add ~x86-fbsd.
@@ -56,4 +62,3 @@
   05 Sep 2011; Jory A. Pratt <anarchy@gentoo.org> +npapi-sdk-9999.ebuild,
   +metadata.xml:
   Install only headers needed to build npapi plugins for all browsers
-



1.1                  net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild?rev=1.1&content-type=text/plain

Index: npapi-sdk-0.27.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-0.27.2.ebuild,v 1.1 2012/06/18 14:57:57 mgorny Exp $

EAPI=4

inherit autotools-utils

DESCRIPTION="NPAPI headers bundle"
HOMEPAGE="https://bitbucket.org/mgorny/npapi-sdk/"
SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"

LICENSE="MPL-1.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""






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

only message in thread, other threads:[~2012-06-18 14:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-18 14:57 [gentoo-commits] gentoo-x86 commit in net-misc/npapi-sdk: metadata.xml npapi-sdk-0.27.2.ebuild npapi-sdk-9999.ebuild ChangeLog 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