Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/gentoo-functions/
Date: Tue, 03 Oct 2017 20:45:25
Message-Id: 1507063507.0ca8cb036f6da3a10ab7365b10560ea7f5fbcc29.dilfridge@gentoo
1 commit: 0ca8cb036f6da3a10ab7365b10560ea7f5fbcc29
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 3 20:45:07 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 3 20:45:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ca8cb03
7
8 sys-apps/gentoo-functions: Drop old
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11
12 sys-apps/gentoo-functions/Manifest | 2 --
13 .../gentoo-functions/gentoo-functions-0.10.ebuild | 30 ----------------------
14 .../gentoo-functions/gentoo-functions-0.11.ebuild | 30 ----------------------
15 3 files changed, 62 deletions(-)
16
17 diff --git a/sys-apps/gentoo-functions/Manifest b/sys-apps/gentoo-functions/Manifest
18 index df76aeb6f1d..e99219d1888 100644
19 --- a/sys-apps/gentoo-functions/Manifest
20 +++ b/sys-apps/gentoo-functions/Manifest
21 @@ -1,3 +1 @@
22 -DIST gentoo-functions-0.10.tar.gz 11432 SHA256 709c8b22f404001a512e47a7a4d3192070b3e150fb9d0f943de09736d665b0db SHA512 2622cede032089c7b8a2dec576e848852f9964e0198ab161f0ff5c426c542d0849bd3d30a40c296805bfec90b533c419df43c7975ed85678471483c827ca4cdb WHIRLPOOL 6559c62083eca8a016f005d1003c8a0b6e2c89836c130cec9e0a40575e1604039f669313547c63f6cf84f1a40cdd7249d227c6f0b57f282764df8d20ef239051
23 -DIST gentoo-functions-0.11.tar.gz 11511 SHA256 e861e1fc4da45c07c62889d80e9d2d869ef92bba4f96d1b41aff119c3e9c8099 SHA512 eb9a0ee72c31ca18b6b71e08223b3c0ba822333f051947579e4f66b26082c5e6fc91c2da34967cf9fed9e2b5143690e0e1166282c26d122c5aaa24848b8418a3 WHIRLPOOL 37185f024b67ac0ba40ff5aff44e054f1b6ce4f657834d6f06bc95ccd3a3d8f74bc9faae54d1f386dfbb41e54e655f3023fda064cc3b30243ed58029765c024f
24 DIST gentoo-functions-0.12.tar.gz 11514 SHA256 4a6ddb1d8be7b52aae68761fb26546663b6b0e74b155df263cddfbfa72373965 SHA512 181e09216e1ed78f590e0bb50c60cfb0295bfeef335ed6c957ea7f2a1d6145d91c0a6dc4377bd6cd538fb4e5871e9a5ef8332d91bc91931792d5f05f62bc4705 WHIRLPOOL 18b10a8fab6c4bd4f206d752915d5a43ee21d60d0dec952b2c5db44c5b9e9abfa05aca34984750a3fbbdc48b159a017cb9923afd92b79e3e868da702ef8db267
25
26 diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild
27 deleted file mode 100644
28 index 3ab4bcd0c37..00000000000
29 --- a/sys-apps/gentoo-functions/gentoo-functions-0.10.ebuild
30 +++ /dev/null
31 @@ -1,30 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -if [[ ${PV} = 9999* ]]; then
38 - inherit git-r3
39 - EGIT_REPO_URI="https://github.com/gentoo/${PN}.git"
40 -else
41 - SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 - 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"
43 -fi
44 -
45 -inherit toolchain-funcs flag-o-matic
46 -
47 -DESCRIPTION="base functions required by all gentoo systems"
48 -HOMEPAGE="https://www.gentoo.org"
49 -
50 -LICENSE="GPL-2"
51 -SLOT="0"
52 -IUSE=""
53 -
54 -src_prepare() {
55 - tc-export CC
56 - append-lfs-flags
57 -}
58 -
59 -src_install() {
60 - emake install DESTDIR="${ED}"
61 -}
62
63 diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.11.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.11.ebuild
64 deleted file mode 100644
65 index e6bc35afed3..00000000000
66 --- a/sys-apps/gentoo-functions/gentoo-functions-0.11.ebuild
67 +++ /dev/null
68 @@ -1,30 +0,0 @@
69 -# Copyright 1999-2017 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI="5"
73 -
74 -if [[ ${PV} == 9999* ]]; then
75 - inherit git-r3
76 - EGIT_REPO_URI="https://github.com/gentoo/${PN}.git"
77 -else
78 - SRC_URI="https://github.com/gentoo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
79 - 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"
80 -fi
81 -
82 -inherit toolchain-funcs flag-o-matic
83 -
84 -DESCRIPTION="base functions required by all Gentoo systems"
85 -HOMEPAGE="https://www.gentoo.org"
86 -
87 -LICENSE="GPL-2"
88 -SLOT="0"
89 -IUSE=""
90 -
91 -src_prepare() {
92 - tc-export CC
93 - append-lfs-flags
94 -}
95 -
96 -src_install() {
97 - emake install DESTDIR="${ED}"
98 -}