public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gnap-ext/
@ 2016-01-21 22:13 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2016-01-21 22:13 UTC (permalink / raw
  To: gentoo-commits

commit:     701c1e602539b135eb16754d397c55d619eb031a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 22:11:01 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 22:13:44 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701c1e60

dev-embedded/gnap-ext: Move to maintainer-needed

The two other gnap packages are maintainer-needed@ already, and all
three were announced maintainer-needed on the mailing list. It seems
that this package was missed accidentally.

URL: http://article.gmane.org/gmane.linux.gentoo.devel/50444

 dev-embedded/gnap-ext/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/gnap-ext/metadata.xml b/dev-embedded/gnap-ext/metadata.xml
index 2d5a145..91f4e72 100644
--- a/dev-embedded/gnap-ext/metadata.xml
+++ b/dev-embedded/gnap-ext/metadata.xml
@@ -2,6 +2,6 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<maintainer>
-		<email>gnap@gentoo.org</email>
+		<email>maintainer-needed@gentoo.org</email>
 	</maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gnap-ext/
@ 2016-08-24 13:52 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-08-24 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     9902ec1c18b29e93c0746ea0a8dcd40f314aed0f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 13:32:53 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 13:51:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9902ec1c

dev-embedded/gnap-ext: Fix homepage (#533778), eapi bump, keyword on amd64

Package-Manager: portage-2.3.0

 dev-embedded/gnap-ext/gnap-ext-2.0.ebuild | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

diff --git a/dev-embedded/gnap-ext/gnap-ext-2.0.ebuild b/dev-embedded/gnap-ext/gnap-ext-2.0.ebuild
index b372830..649e0ea 100644
--- a/dev-embedded/gnap-ext/gnap-ext-2.0.ebuild
+++ b/dev-embedded/gnap-ext/gnap-ext-2.0.ebuild
@@ -1,22 +1,26 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
+EAPI=6
+
 MY_P="${P/gnap-ext/gnap-tools}"
 S="${WORKDIR}/${MY_P}"
 DESCRIPTION="Gentoo-based Network Appliance extensions and remastering tool"
-HOMEPAGE="https://embedded.gentoo.org/gnap.xml"
-
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
+SRC_URI="
+	mirror://gentoo/${MY_P}.tar.bz2
 	!minimal? ( mirror://gentoo/gnap-basefs-${PV}.tar.bz2
-				mirror://gentoo/gnap-extensions-${PV}.tar )"
+		mirror://gentoo/gnap-extensions-${PV}.tar )
+"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="minimal"
 
-RDEPEND="sys-fs/squashfs-tools"
+RDEPEND="sys-fs/squashfs-tools:0"
+DEPEND=""
 
 src_unpack() {
 	unpack ${MY_P}.tar.bz2


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

* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gnap-ext/
@ 2016-08-24 13:52 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-08-24 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     95e9b4e8065d4e463309fbd908f239e3053473cf
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 13:33:38 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 13:51:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e9b4e8

dev-embedded/gnap-ext: Make repoman more happy fixing the quotes

Package-Manager: portage-2.3.0

 dev-embedded/gnap-ext/gnap-ext-2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-embedded/gnap-ext/gnap-ext-2.0.ebuild b/dev-embedded/gnap-ext/gnap-ext-2.0.ebuild
index 649e0ea..132d138 100644
--- a/dev-embedded/gnap-ext/gnap-ext-2.0.ebuild
+++ b/dev-embedded/gnap-ext/gnap-ext-2.0.ebuild
@@ -36,9 +36,9 @@ src_install() {
 	if ! use minimal; then
 		dodir /usr/lib/gnap
 		insinto /usr/lib/gnap
-		newins ${DISTDIR}/gnap-basefs-${PV}.tar.bz2 gnap-basefs.tar.bz2
+		newins "${DISTDIR}/gnap-basefs-${PV}.tar.bz2" gnap-basefs.tar.bz2
 		dodir /usr/lib/gnap/extensions
 		insinto /usr/lib/gnap/extensions
-		doins ${WORKDIR}/gnapext_*.tbz2
+		doins "${WORKDIR}"/gnapext_*.tbz2
 	fi
 }


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

end of thread, other threads:[~2016-08-24 13:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-24 13:52 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gnap-ext/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2016-08-24 13:52 Pacho Ramos
2016-01-21 22:13 Michał Górny

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