commit: 139cb8ddd206c051fc086ccd09720219f63672fc Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> AuthorDate: Thu Jan 26 17:35:34 2017 +0000 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> CommitDate: Thu Jan 26 17:35:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=139cb8dd
profiles: drop prefix/hpux/B.11.11, silently I've never heard of anyone using the 11.11 version besides myself in the early days, and I've completely given up on hpux anyway. profiles/prefix/hpux/B.11.11/eapi | 1 - profiles/prefix/hpux/B.11.11/hppa2.0/eapi | 1 - profiles/prefix/hpux/B.11.11/hppa2.0/make.defaults | 12 ------------ profiles/prefix/hpux/B.11.11/hppa2.0/parent | 1 - profiles/prefix/hpux/B.11.11/package.use.mask | 7 ------- profiles/prefix/hpux/B.11.11/parent | 1 - 6 files changed, 23 deletions(-) diff --git a/profiles/prefix/hpux/B.11.11/eapi b/profiles/prefix/hpux/B.11.11/eapi deleted file mode 100644 index 7ed6ff8..00000000 --- a/profiles/prefix/hpux/B.11.11/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/prefix/hpux/B.11.11/hppa2.0/eapi b/profiles/prefix/hpux/B.11.11/hppa2.0/eapi deleted file mode 100644 index 7ed6ff8..00000000 --- a/profiles/prefix/hpux/B.11.11/hppa2.0/eapi +++ /dev/null @@ -1 +0,0 @@ -5 diff --git a/profiles/prefix/hpux/B.11.11/hppa2.0/make.defaults b/profiles/prefix/hpux/B.11.11/hppa2.0/make.defaults deleted file mode 100644 index c163e4a..00000000 --- a/profiles/prefix/hpux/B.11.11/hppa2.0/make.defaults +++ /dev/null @@ -1,12 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -ARCH="hppa-hpux" -# config.guess tells for hpux11 on hppa2.0 cpu: -# "hppa2.0n-hp-hpux11.11" for 32bit kernel -# "hppa2.0w-hp-hpux11.11" for 64bit kernel and 32bit default compiler output -# "hppa64-hp-hpux11.11" for 64bit kernel and 64bit default compiler output -# This is the 32bit profile, so we use "hppa2.0n" -CHOST="hppa2.0n-hp-hpux11.11" -ACCEPT_KEYWORDS="~hppa-hpux" diff --git a/profiles/prefix/hpux/B.11.11/hppa2.0/parent b/profiles/prefix/hpux/B.11.11/hppa2.0/parent deleted file mode 100644 index f3229c5b..00000000 --- a/profiles/prefix/hpux/B.11.11/hppa2.0/parent +++ /dev/null @@ -1 +0,0 @@ -.. diff --git a/profiles/prefix/hpux/B.11.11/package.use.mask b/profiles/prefix/hpux/B.11.11/package.use.mask deleted file mode 100644 index 2ad2656..00000000 --- a/profiles/prefix/hpux/B.11.11/package.use.mask +++ /dev/null @@ -1,7 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -# Michael Haubenwallner <[email protected]> (28 Jul 2009) -# hpux11.11 has neither /dev/urandom nor /dev/random -dev-libs/apr urandom diff --git a/profiles/prefix/hpux/B.11.11/parent b/profiles/prefix/hpux/B.11.11/parent deleted file mode 100644 index f3229c5b..00000000 --- a/profiles/prefix/hpux/B.11.11/parent +++ /dev/null @@ -1 +0,0 @@ -..
