Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/powerpc-utils/
Date: Thu, 06 Jun 2019 10:05:18
Message-Id: 1559815513.83ed7809dc651ca28d705aa64c55ff0e9d592252.jer@gentoo
1 commit: 83ed7809dc651ca28d705aa64c55ff0e9d592252
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 6 10:04:52 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 6 10:05:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ed7809
7
8 sys-apps/powerpc-utils: Old
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 .../powerpc-utils/powerpc-utils-1.1.3.18-r2.ebuild | 52 ----------------------
14 1 file changed, 52 deletions(-)
15
16 diff --git a/sys-apps/powerpc-utils/powerpc-utils-1.1.3.18-r2.ebuild b/sys-apps/powerpc-utils/powerpc-utils-1.1.3.18-r2.ebuild
17 deleted file mode 100644
18 index c356821dabf..00000000000
19 --- a/sys-apps/powerpc-utils/powerpc-utils-1.1.3.18-r2.ebuild
20 +++ /dev/null
21 @@ -1,52 +0,0 @@
22 -# Copyright 1999-2009 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="2"
26 -
27 -inherit eutils versionator toolchain-funcs
28 -
29 -BASEVER=$(get_version_component_range 1-3)
30 -DEBREV=$(get_version_component_range 4)
31 -
32 -DESCRIPTION="PowerPC utilities including nvsetenv, and additional OldWorld apps"
33 -SRC_URI="http://http.us.debian.org/debian/pool/main/p/powerpc-utils/${PN}_${BASEVER}.orig.tar.gz
34 - http://http.us.debian.org/debian/pool/main/p/powerpc-utils/${PN}_${BASEVER}-${DEBREV}.diff.gz
35 - mirror://gentoo/${PN}-cleanup.patch.bz2"
36 -
37 -HOMEPAGE="http://http.us.debian.org/debian/pool/main/p/powerpc-utils/"
38 -KEYWORDS="-* ppc ppc64"
39 -IUSE=""
40 -DEPEND=""
41 -RDEPEND="${DEPEND}"
42 -SLOT="0"
43 -LICENSE="GPL-2"
44 -
45 -S="${WORKDIR}/pmac-utils"
46 -
47 -src_prepare() {
48 - epatch "${WORKDIR}"/${PN}_${BASEVER}-${DEBREV}.diff
49 - epatch "${WORKDIR}"/${PN}-cleanup.patch
50 -
51 - # use users CFLAGS, LDFLAGS and CC, bug 280400
52 - sed -i -e "/LDFLAGS =/d" -e "/CC\t=/d" -e "s/CFLAGS\t=/CFLAGS +=/" \
53 - -e "s/-g -O2/-Wstrict-prototypes/" Makefile || die "sed failed"
54 -}
55 -
56 -src_compile() {
57 - tc-export CC
58 - emake || die "emake failed"
59 -}
60 -
61 -src_install() {
62 - into /usr
63 - dosbin autoboot backlight bootsched clock fblevel fdeject fnset \
64 - || die "dosbin failed"
65 - dosbin macos mousemode nvsetenv nvsetvol nvvideo sndvolmix trackpad \
66 - || die "dosbin failed"
67 - doman autoboot.8 bootsched.8 clock.8 fblevel.8 fdeject.8 macos.8 \
68 - || die "doman failed"
69 - doman mousemode.8 nvsetenv.8 nvsetvol.8 nvvideo.8 sndvolmix.8 trackpad.8 \
70 - || die "doman failed"
71 -
72 - ewarn "The lsprop utility has been moved into the ibm-powerpc-utils package."
73 -}