summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-03-04 19:56:40 +0000
committerMichał Górny <mgorny@gentoo.org>2012-03-04 19:56:40 +0000
commit87e4748421e6699f936acededcd52779e0af8de2 (patch)
tree700f2aca687b842db6313ee12e847b23c056ccf7
parentFixed patch version. (diff)
downloadgentoo-2-87e4748421e6699f936acededcd52779e0af8de2.tar.gz
gentoo-2-87e4748421e6699f936acededcd52779e0af8de2.tar.bz2
gentoo-2-87e4748421e6699f936acededcd52779e0af8de2.zip
Fix broken SRC_URI.
(Portage version: 2.2.0_alpha89_p5/cvs/Linux x86_64)
-rw-r--r--net-misc/npapi-sdk/ChangeLog6
-rw-r--r--net-misc/npapi-sdk/npapi-sdk-0.27.1.ebuild4
-rw-r--r--net-misc/npapi-sdk/npapi-sdk-9999.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/npapi-sdk/ChangeLog b/net-misc/npapi-sdk/ChangeLog
index 4aa45ff9561c..1088bec3df52 100644
--- a/net-misc/npapi-sdk/ChangeLog
+++ b/net-misc/npapi-sdk/ChangeLog
@@ -1,6 +1,10 @@
# 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.11 2012/02/21 16:32:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/ChangeLog,v 1.12 2012/03/04 19:56:40 mgorny Exp $
+
+ 04 Mar 2012; Michał Górny <mgorny@gentoo.org> npapi-sdk-0.27.1.ebuild,
+ npapi-sdk-9999.ebuild:
+ Fix broken SRC_URI.
*npapi-sdk-0.27.1 (21 Feb 2012)
diff --git a/net-misc/npapi-sdk/npapi-sdk-0.27.1.ebuild b/net-misc/npapi-sdk/npapi-sdk-0.27.1.ebuild
index 307269c89790..73edeb24e2aa 100644
--- a/net-misc/npapi-sdk/npapi-sdk-0.27.1.ebuild
+++ b/net-misc/npapi-sdk/npapi-sdk-0.27.1.ebuild
@@ -1,13 +1,13 @@
# 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.1.ebuild,v 1.1 2012/02/21 16:32:20 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-0.27.1.ebuild,v 1.2 2012/03/04 19:56:40 mgorny Exp $
EAPI=4
inherit autotools-utils
DESCRIPTION="NPAPI headers bundle"
HOMEPAGE="https://github.com/mgorny/npapi-sdk/"
-SRC_URI="mirror://mgorny/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
LICENSE="MPL-1.1"
SLOT="0"
diff --git a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild
index a0d28a816860..e7ddff083782 100644
--- a/net-misc/npapi-sdk/npapi-sdk-9999.ebuild
+++ b/net-misc/npapi-sdk/npapi-sdk-9999.ebuild
@@ -1,6 +1,6 @@
# 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.4 2012/02/21 16:32:21 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/npapi-sdk/npapi-sdk-9999.ebuild,v 1.5 2012/03/04 19:56:40 mgorny Exp $
EAPI=4
inherit autotools-utils
@@ -13,7 +13,7 @@ inherit autotools git-2
DESCRIPTION="NPAPI headers bundle"
HOMEPAGE="https://github.com/mgorny/npapi-sdk/"
-SRC_URI="mirror://mgorny/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
LICENSE="MPL-1.1"
SLOT="0"