public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2017-08-18 19:14 Patrice Clement
  0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2017-08-18 19:14 UTC (permalink / raw
  To: gentoo-commits

commit:     faa91718d710261c140e1ff64ed0af187e685f02
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 19:14:37 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 19:14:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa91718

app-arch/afio: EAPI 6 bump.

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-arch/afio/afio-2.5.1-r1.ebuild | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/app-arch/afio/afio-2.5.1-r1.ebuild b/app-arch/afio/afio-2.5.1-r1.ebuild
new file mode 100644
index 00000000000..e885c29a430
--- /dev/null
+++ b/app-arch/afio/afio-2.5.1-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="cpio-format archives"
+HOMEPAGE="http://members.chello.nl/k.holtman/afio.html"
+SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz"
+
+LICENSE="Artistic LGPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+
+PATCHES=( "${FILESDIR}"/Makefile-r1.patch )
+
+src_prepare() {
+	default
+	tc-export CC
+}
+
+src_install() {
+	dobin "${PN}"
+	doman "${PN}.1"
+	dodoc ANNOUNCE-* HISTORY README SCRIPTS
+
+	local i
+	for i in {1..4}; do
+		docinto "script$i"
+		dodoc "script$i"/*
+	done
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2017-11-17 23:20 Jonas Stein
  0 siblings, 0 replies; 15+ messages in thread
From: Jonas Stein @ 2017-11-17 23:20 UTC (permalink / raw
  To: gentoo-commits

commit:     1d802a632614c896eb2875e9ebc11764e93a49db
Author:     Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 23:19:53 2017 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 23:20:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d802a63

app-arch/afio: Update HOMEPAGE

Set HOMEPAGE to up to date value.
Set same HOMEPAGE and DESCRIPTION for all ebuilds.

Package-Manager: Portage-2.3.14, Repoman-2.3.5

 app-arch/afio/afio-2.5.1-r1.ebuild | 4 ++--
 app-arch/afio/afio-2.5.1.ebuild    | 4 ++--
 app-arch/afio/afio-2.5.ebuild      | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-arch/afio/afio-2.5.1-r1.ebuild b/app-arch/afio/afio-2.5.1-r1.ebuild
index e885c29a430..0c3a74af973 100644
--- a/app-arch/afio/afio-2.5.1-r1.ebuild
+++ b/app-arch/afio/afio-2.5.1-r1.ebuild
@@ -5,8 +5,8 @@ EAPI=6
 
 inherit toolchain-funcs
 
-DESCRIPTION="cpio-format archives"
-HOMEPAGE="http://members.chello.nl/k.holtman/afio.html"
+DESCRIPTION="Afio creates cpio-format archives."
+HOMEPAGE="http://members.chello.nl/k.holtman/afio.html https://github.com/kholtman/afio"
 SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz"
 
 LICENSE="Artistic LGPL-2"

diff --git a/app-arch/afio/afio-2.5.1.ebuild b/app-arch/afio/afio-2.5.1.ebuild
index 45ade45c2dd..b61f9aa8241 100644
--- a/app-arch/afio/afio-2.5.1.ebuild
+++ b/app-arch/afio/afio-2.5.1.ebuild
@@ -5,8 +5,8 @@ EAPI=4
 
 inherit eutils toolchain-funcs
 
-DESCRIPTION="Makes cpio-format archives and deals gracefully with input data corruption"
-HOMEPAGE="http://members.chello.nl/k.holtman/afio.html"
+DESCRIPTION="Afio creates cpio-format archives."
+HOMEPAGE="http://members.chello.nl/k.holtman/afio.html https://github.com/kholtman/afio"
 SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz"
 
 LICENSE="Artistic LGPL-2"

diff --git a/app-arch/afio/afio-2.5.ebuild b/app-arch/afio/afio-2.5.ebuild
index d7c76737bf2..e5b6eea24f2 100644
--- a/app-arch/afio/afio-2.5.ebuild
+++ b/app-arch/afio/afio-2.5.ebuild
@@ -3,8 +3,8 @@
 
 inherit eutils toolchain-funcs
 
-DESCRIPTION="Makes cpio-format archives and deals gracefully with input data corruption"
-HOMEPAGE="http://freshmeat.net/projects/afio/"
+DESCRIPTION="Afio creates cpio-format archives."
+HOMEPAGE="http://members.chello.nl/k.holtman/afio.html https://github.com/kholtman/afio"
 SRC_URI="http://members.brabant.chello.nl/~k.holtman/${P}.tgz"
 
 LICENSE="Artistic LGPL-2"


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

* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2017-12-29 17:49 Thomas Deutschmann
  0 siblings, 0 replies; 15+ messages in thread
From: Thomas Deutschmann @ 2017-12-29 17:49 UTC (permalink / raw
  To: gentoo-commits

commit:     6820f7f7d495dfdaa93eb9fec548c3603f1f9b0a
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 17:46:05 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 17:48:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6820f7f7

app-arch/afio: x86 stable (bug #429360)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 app-arch/afio/afio-2.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/afio/afio-2.5.1-r1.ebuild b/app-arch/afio/afio-2.5.1-r1.ebuild
index a3e6e5c082e..d5037ac66c3 100644
--- a/app-arch/afio/afio-2.5.1-r1.ebuild
+++ b/app-arch/afio/afio-2.5.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz"
 
 LICENSE="Artistic LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc x86"
 
 PATCHES=( "${FILESDIR}"/${PN}-2.5.1-fix-build-system.patch )
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2017-12-30 11:02 Sergei Trofimovich
  0 siblings, 0 replies; 15+ messages in thread
From: Sergei Trofimovich @ 2017-12-30 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     72c8ed39626e6ea77f0bf4cec9004323a5784427
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Dec 29 18:49:11 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 11:01:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c8ed39

app-arch/afio: stable 2.5.1-r1 for sparc, bug #429360

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 app-arch/afio/afio-2.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/afio/afio-2.5.1-r1.ebuild b/app-arch/afio/afio-2.5.1-r1.ebuild
index d5037ac66c3..25f3a1dd310 100644
--- a/app-arch/afio/afio-2.5.1-r1.ebuild
+++ b/app-arch/afio/afio-2.5.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz"
 
 LICENSE="Artistic LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc sparc x86"
 
 PATCHES=( "${FILESDIR}"/${PN}-2.5.1-fix-build-system.patch )
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2018-01-04 20:22 Mikle Kolyada
  0 siblings, 0 replies; 15+ messages in thread
From: Mikle Kolyada @ 2018-01-04 20:22 UTC (permalink / raw
  To: gentoo-commits

commit:     5a0e030ba4c5658155be64b4cf013653eb9f85be
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  4 20:22:14 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 20:22:43 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0e030b

app-arch/afio: amd64 stable wrt bug #429360

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-arch/afio/afio-2.5.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/afio/afio-2.5.1-r1.ebuild b/app-arch/afio/afio-2.5.1-r1.ebuild
index 25f3a1dd310..4b2061f89c3 100644
--- a/app-arch/afio/afio-2.5.1-r1.ebuild
+++ b/app-arch/afio/afio-2.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz"
 
 LICENSE="Artistic LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ppc sparc x86"
 
 PATCHES=( "${FILESDIR}"/${PN}-2.5.1-fix-build-system.patch )
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2018-01-28 16:59 Tobias Klausmann
  0 siblings, 0 replies; 15+ messages in thread
From: Tobias Klausmann @ 2018-01-28 16:59 UTC (permalink / raw
  To: gentoo-commits

commit:     66c53ec88ad831a0900110458645333fc72e2869
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 16:58:26 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 16:58:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c53ec8

app-arch/afio-2.5.1-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/429360

 app-arch/afio/afio-2.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/afio/afio-2.5.1-r1.ebuild b/app-arch/afio/afio-2.5.1-r1.ebuild
index 4b2061f89c3..78e8fe79b2f 100644
--- a/app-arch/afio/afio-2.5.1-r1.ebuild
+++ b/app-arch/afio/afio-2.5.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz"
 
 LICENSE="Artistic LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~ppc sparc x86"
 
 PATCHES=( "${FILESDIR}"/${PN}-2.5.1-fix-build-system.patch )
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2018-02-27 20:02 Sergei Trofimovich
  0 siblings, 0 replies; 15+ messages in thread
From: Sergei Trofimovich @ 2018-02-27 20:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c839e38e916f8160a948e819e20615db41791a35
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 20:02:09 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Feb 27 20:02:30 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c839e38e

app-arch/afio: stable 2.5.1-r1 for ppc, bug #429360

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 app-arch/afio/afio-2.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/afio/afio-2.5.1-r1.ebuild b/app-arch/afio/afio-2.5.1-r1.ebuild
index 78e8fe79b2f..3f2b5791d5f 100644
--- a/app-arch/afio/afio-2.5.1-r1.ebuild
+++ b/app-arch/afio/afio-2.5.1-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz"
 
 LICENSE="Artistic LGPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ppc sparc x86"
+KEYWORDS="alpha amd64 ~hppa ppc sparc x86"
 
 PATCHES=( "${FILESDIR}"/${PN}-2.5.1-fix-build-system.patch )
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2019-01-27  9:49 Sergei Trofimovich
  0 siblings, 0 replies; 15+ messages in thread
From: Sergei Trofimovich @ 2019-01-27  9:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e8052e7eef876657b0dbfa66145a7657342d2b7e
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Jan 27 07:56:32 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jan 27 09:49:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8052e7e

app-arch/afio: stable 2.5.1-r2 for sparc, bug #676342

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 app-arch/afio/afio-2.5.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/afio/afio-2.5.1-r2.ebuild b/app-arch/afio/afio-2.5.1-r2.ebuild
index fced7417de8..06ecd6346ba 100644
--- a/app-arch/afio/afio-2.5.1-r2.ebuild
+++ b/app-arch/afio/afio-2.5.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz"
 
 LICENSE="Artistic LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc sparc ~x86"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-2.5.1-fix-build-system.patch


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

* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2019-01-31 18:58 Tobias Klausmann
  0 siblings, 0 replies; 15+ messages in thread
From: Tobias Klausmann @ 2019-01-31 18:58 UTC (permalink / raw
  To: gentoo-commits

commit:     d3a55373ea1ee11f85a2d56035c9f789e57dc903
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 31 18:57:44 2019 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Jan 31 18:57:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3a55373

app-arch/afio-2.5.1-r2: alpha stable

Bug: http://bugs.gentoo.org/676342
Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>

 app-arch/afio/afio-2.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/afio/afio-2.5.1-r2.ebuild b/app-arch/afio/afio-2.5.1-r2.ebuild
index c835101a27b..b485c3d2544 100644
--- a/app-arch/afio/afio-2.5.1-r2.ebuild
+++ b/app-arch/afio/afio-2.5.1-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz"
 
 LICENSE="Artistic LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ppc sparc ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ppc sparc ~x86"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-2.5.1-fix-build-system.patch


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

* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2019-02-25 15:12 Mikle Kolyada
  0 siblings, 0 replies; 15+ messages in thread
From: Mikle Kolyada @ 2019-02-25 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     839039231734d35cd63be04449191962664ad70a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 25 15:11:50 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Feb 25 15:11:50 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83903923

app-arch/afio: amd64 stable wrt bug #676342

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 app-arch/afio/afio-2.5.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/afio/afio-2.5.1-r2.ebuild b/app-arch/afio/afio-2.5.1-r2.ebuild
index 1442fd45f03..eda334fa029 100644
--- a/app-arch/afio/afio-2.5.1-r2.ebuild
+++ b/app-arch/afio/afio-2.5.1-r2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz"
 
 LICENSE="Artistic LGPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ppc sparc x86"
+KEYWORDS="alpha amd64 ~hppa ppc sparc x86"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-2.5.1-fix-build-system.patch


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

* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2019-03-02 19:44 Pacho Ramos
  0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2019-03-02 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     309d8676a2806ae89ecb06d4c443e9827c30039b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 19:12:25 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 19:44:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=309d8676

app-arch/afio: Drop old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 app-arch/afio/afio-2.5.1-r1.ebuild | 32 --------------------------------
 1 file changed, 32 deletions(-)

diff --git a/app-arch/afio/afio-2.5.1-r1.ebuild b/app-arch/afio/afio-2.5.1-r1.ebuild
deleted file mode 100644
index 3f2b5791d5f..00000000000
--- a/app-arch/afio/afio-2.5.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Afio creates cpio-format archives."
-HOMEPAGE="http://members.chello.nl/k.holtman/afio.html https://github.com/kholtman/afio"
-SRC_URI="http://members.chello.nl/k.holtman/${P}.tgz"
-
-LICENSE="Artistic LGPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc sparc x86"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.5.1-fix-build-system.patch )
-
-src_configure() {
-	tc-export CC
-}
-
-src_install() {
-	dobin "${PN}"
-	doman "${PN}.1"
-	dodoc ANNOUNCE-* HISTORY README SCRIPTS
-
-	local i
-	for i in {1..4}; do
-		docinto "script${i}"
-		dodoc -r "script${i}"/.
-	done
-}


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

* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2024-09-24  1:36 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-09-24  1:36 UTC (permalink / raw
  To: gentoo-commits

commit:     91143efe8152fe8fef8369bfecd114dbf5d46ff3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 24 01:36:19 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 01:36:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91143efe

app-arch/afio: Stabilize 2.5.2 ppc, #940179

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/afio/afio-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/afio/afio-2.5.2.ebuild b/app-arch/afio/afio-2.5.2.ebuild
index d646d4a7b503..0930722e74cd 100644
--- a/app-arch/afio/afio-2.5.2.ebuild
+++ b/app-arch/afio/afio-2.5.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/kholtman/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="Artistic LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ppc ~sparc ~x86"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-2.5.2-fix-build-system.patch


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

* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2024-09-24  5:50 Arthur Zamarin
  0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2024-09-24  5:50 UTC (permalink / raw
  To: gentoo-commits

commit:     b715ec7e4b78da2b7118cb54c969d3d6c1e4b47b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 24 05:49:57 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 05:49:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b715ec7e

app-arch/afio: Stabilize 2.5.2 x86, #940179

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-arch/afio/afio-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/afio/afio-2.5.2.ebuild b/app-arch/afio/afio-2.5.2.ebuild
index 0930722e74cd..9cd3d5ad0308 100644
--- a/app-arch/afio/afio-2.5.2.ebuild
+++ b/app-arch/afio/afio-2.5.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/kholtman/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="Artistic LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ppc ~sparc x86"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-2.5.2-fix-build-system.patch


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

* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2024-09-24  5:50 Arthur Zamarin
  0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2024-09-24  5:50 UTC (permalink / raw
  To: gentoo-commits

commit:     17fba53e66ca2152011784ff597397ef161be845
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 24 05:49:57 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 05:49:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17fba53e

app-arch/afio: Stabilize 2.5.2 amd64, #940179

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-arch/afio/afio-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/afio/afio-2.5.2.ebuild b/app-arch/afio/afio-2.5.2.ebuild
index 9cd3d5ad0308..883691d9501f 100644
--- a/app-arch/afio/afio-2.5.2.ebuild
+++ b/app-arch/afio/afio-2.5.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/kholtman/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="Artistic LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-2.5.2-fix-build-system.patch


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

* [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/
@ 2024-09-24 17:51 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-09-24 17:51 UTC (permalink / raw
  To: gentoo-commits

commit:     8e6fdd18f840b31b178a11731adbf9e7a4e62a6c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 24 17:50:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 17:50:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e6fdd18

app-arch/afio: Stabilize 2.5.2 sparc, #940179

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/afio/afio-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/afio/afio-2.5.2.ebuild b/app-arch/afio/afio-2.5.2.ebuild
index 883691d9501f..ad20fd244a3c 100644
--- a/app-arch/afio/afio-2.5.2.ebuild
+++ b/app-arch/afio/afio-2.5.2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://github.com/kholtman/${PN}/archive/refs/tags/v${PV}.tar.gz
 
 LICENSE="Artistic LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ppc sparc x86"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-2.5.2-fix-build-system.patch


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

end of thread, other threads:[~2024-09-24 17:51 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-28 16:59 [gentoo-commits] repo/gentoo:master commit in: app-arch/afio/ Tobias Klausmann
  -- strict thread matches above, loose matches on Subject: below --
2024-09-24 17:51 Sam James
2024-09-24  5:50 Arthur Zamarin
2024-09-24  5:50 Arthur Zamarin
2024-09-24  1:36 Sam James
2019-03-02 19:44 Pacho Ramos
2019-02-25 15:12 Mikle Kolyada
2019-01-31 18:58 Tobias Klausmann
2019-01-27  9:49 Sergei Trofimovich
2018-02-27 20:02 Sergei Trofimovich
2018-01-04 20:22 Mikle Kolyada
2017-12-30 11:02 Sergei Trofimovich
2017-12-29 17:49 Thomas Deutschmann
2017-11-17 23:20 Jonas Stein
2017-08-18 19:14 Patrice Clement

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