public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/aix-miscutils/
@ 2017-04-14  7:29 Fabian Groffen
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen @ 2017-04-14  7:29 UTC (permalink / raw
  To: gentoo-commits

commit:     0c6cdeb42147564f3e4aca603d170b785972aaaf
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 14 07:26:51 2017 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Apr 14 07:28:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c6cdeb4

sys-apps/aix-miscutils: bump to EAPI=6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild b/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild
index 6be665e5a6d..f41232735e0 100644
--- a/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild
+++ b/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild
@@ -1,15 +1,13 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
+EAPI=6
+
 DESCRIPTION="Miscellaneous helpers for AIX (currently just ldd)"
-HOMEPAGE="https://www.gentoo.org/proj/en/gentoo-alt/prefix/"
+HOMEPAGE="https://prefix.gentoo.org"
 SRC_URI="https://dev.gentoo.org/~haubi/distfiles/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~ppc-aix"
 IUSE=""
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-apps/aix-miscutils/
@ 2020-12-22 21:09 Fabian Groffen
  0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen @ 2020-12-22 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     a5458328110b4992945f5fb128a308ddd59f176a
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 21:08:11 2020 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 21:09:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5458328

sys-apps/aix-miscutils: drop package (AIX is no longer supported)

The only keyword this package has (~ppc-aix) is dropped, thus remove the
entire package instead.

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 sys-apps/aix-miscutils/Manifest                      |  1 -
 sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild | 13 -------------
 sys-apps/aix-miscutils/metadata.xml                  | 11 -----------
 3 files changed, 25 deletions(-)

diff --git a/sys-apps/aix-miscutils/Manifest b/sys-apps/aix-miscutils/Manifest
deleted file mode 100644
index ea28a5aeaa3..00000000000
--- a/sys-apps/aix-miscutils/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST aix-miscutils-0.1.1671.tar.bz2 84825 BLAKE2B 9949f964b9e4127cce02b87c5d913efee12cd401aae6f798ee81e091ed8cb8e2665ec6bdb9f2abb2f92ad9738a3a9eb1380bf1775c9673ac0caa7132e7afaf36 SHA512 36808b2618471a7daa4599f1df3af509351465a9339ca23e11ad5da3fa4a617e9a17746cb72c4ae96c39d505ebb595a5a7293fe8cc876976e96cdcc5749fa914

diff --git a/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild b/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild
deleted file mode 100644
index f41232735e0..00000000000
--- a/sys-apps/aix-miscutils/aix-miscutils-0.1.1671.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Miscellaneous helpers for AIX (currently just ldd)"
-HOMEPAGE="https://prefix.gentoo.org"
-SRC_URI="https://dev.gentoo.org/~haubi/distfiles/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc-aix"
-IUSE=""

diff --git a/sys-apps/aix-miscutils/metadata.xml b/sys-apps/aix-miscutils/metadata.xml
deleted file mode 100644
index 22206137f6f..00000000000
--- a/sys-apps/aix-miscutils/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-  <email>haubi@gentoo.org</email>
-</maintainer>
-<maintainer type="project">
-  <email>prefix@gentoo.org</email>
-  <name>Gentoo Prefix</name>
-</maintainer>
-</pkgmetadata>


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

end of thread, other threads:[~2020-12-22 21:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-14  7:29 [gentoo-commits] repo/gentoo:master commit in: sys-apps/aix-miscutils/ Fabian Groffen
  -- strict thread matches above, loose matches on Subject: below --
2020-12-22 21:09 Fabian Groffen

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