commit:     0ca8cb036f6da3a10ab7365b10560ea7f5fbcc29
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 20:45:07 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 20:45:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca8cb03

sys-apps/gentoo-functions: Drop old

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 sys-apps/gentoo-functions/Manifest                 |  2 --
 .../gentoo-functions/gentoo-functions-0.10.ebuild  | 30 ----------------------
 .../gentoo-functions/gentoo-functions-0.11.ebuild  | 30 ----------------------
 3 files changed, 62 deletions(-)

diff --git a/sys-apps/gentoo-functions/Manifest 
b/sys-apps/gentoo-functions/Manifest
index df76aeb6f1d..e99219d1888 100644
--- a/sys-apps/gentoo-functions/Manifest
+++ b/sys-apps/gentoo-functions/Manifest
@@ -1,3 +1 @@
-DIST gentoo-functions-0.10.tar.gz 11432 SHA256 
709c8b22f404001a512e47a7a4d3192070b3e150fb9d0f943de09736d665b0db SHA512 
2622cede032089c7b8a2dec576e848852f9964e0198ab161f0ff5c426c542d0849bd3d30a40c296805bfec90b533c419df43c7975ed85678471483c827ca4cdb
 WHIRLPOOL 
6559c62083eca8a016f005d1003c8a0b6e2c89836c130cec9e0a40575e1604039f669313547c63f6cf84f1a40cdd7249d227c6f0b57f282764df8d20ef239051
-DIST gentoo-functions-0.11.tar.gz 11511 SHA256 
e861e1fc4da45c07c62889d80e9d2d869ef92bba4f96d1b41aff119c3e9c8099 SHA512 
eb9a0ee72c31ca18b6b71e08223b3c0ba822333f051947579e4f66b26082c5e6fc91c2da34967cf9fed9e2b5143690e0e1166282c26d122c5aaa24848b8418a3
 WHIRLPOOL 
37185f024b67ac0ba40ff5aff44e054f1b6ce4f657834d6f06bc95ccd3a3d8f74bc9faae54d1f386dfbb41e54e655f3023fda064cc3b30243ed58029765c024f
 DIST gentoo-functions-0.12.tar.gz 11514 SHA256 
4a6ddb1d8be7b52aae68761fb26546663b6b0e74b155df263cddfbfa72373965 SHA512 
181e09216e1ed78f590e0bb50c60cfb0295bfeef335ed6c957ea7f2a1d6145d91c0a6dc4377bd6cd538fb4e5871e9a5ef8332d91bc91931792d5f05f62bc4705
 WHIRLPOOL 
18b10a8fab6c4bd4f206d752915d5a43ee21d60d0dec952b2c5db44c5b9e9abfa05aca34984750a3fbbdc48b159a017cb9923afd92b79e3e868da702ef8db267

diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild 
b/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild
deleted file mode 100644
index 3ab4bcd0c37..00000000000
--- a/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-if [[ ${PV} = 9999* ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/gentoo/${PN}.git";
-else
-       SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-fi
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="base functions required by all gentoo systems"
-HOMEPAGE="https://www.gentoo.org";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-src_prepare() {
-       tc-export CC
-       append-lfs-flags
-}
-
-src_install() {
-       emake install DESTDIR="${ED}"
-}

diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.11.ebuild 
b/sys-apps/gentoo-functions/gentoo-functions-0.11.ebuild
deleted file mode 100644
index e6bc35afed3..00000000000
--- a/sys-apps/gentoo-functions/gentoo-functions-0.11.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-if [[ ${PV} == 9999* ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/gentoo/${PN}.git";
-else
-       SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd 
~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
-fi
-
-inherit toolchain-funcs flag-o-matic
-
-DESCRIPTION="base functions required by all Gentoo systems"
-HOMEPAGE="https://www.gentoo.org";
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-src_prepare() {
-       tc-export CC
-       append-lfs-flags
-}
-
-src_install() {
-       emake install DESTDIR="${ED}"
-}

Reply via email to