Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: dev-vcs/git/, profiles/hardened/linux/uclibc/
Date: Sat, 31 Dec 2011 18:31:14
Message-Id: 98210a7d7dc6e1326b0b15c8a345a66782f9372f.blueness@gentoo
1 commit: 98210a7d7dc6e1326b0b15c8a345a66782f9372f
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 31 18:30:57 2011 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 31 18:30:57 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-dev.git;a=commit;h=98210a7d
7
8 dev-vcs/git: removed and masked all versions of git above 1.7
9
10 ---
11 dev-vcs/git/git-1.7.0.4.ebuild | 56 ---------------------------
12 dev-vcs/git/metadata.xml | 8 ----
13 profiles/hardened/linux/uclibc/package.mask | 2 +-
14 3 files changed, 1 insertions(+), 65 deletions(-)
15
16 diff --git a/dev-vcs/git/git-1.7.0.4.ebuild b/dev-vcs/git/git-1.7.0.4.ebuild
17 deleted file mode 100644
18 index 9ab3105..0000000
19 --- a/dev-vcs/git/git-1.7.0.4.ebuild
20 +++ /dev/null
21 @@ -1,56 +0,0 @@
22 -# Copyright 1999-2010 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/Attic/git-1.7.0.4.ebuild,v 1.4 2010/07/30 21:01:32 robbat2 dead $
25 -
26 -EAPI="4"
27 -
28 -inherit toolchain-funcs
29 -
30 -DESCRIPTION="GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team"
31 -HOMEPAGE="http://www.git-scm.com/"
32 -SRC_URI="http://dev.gentoo.org/~blueness/misc/${P}.tgz"
33 -KEYWORDS="amd64 x86"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -IUSE=""
38 -
39 -RDEPEND="sys-libs/zlib"
40 -DEPEND="${RDEPEND}
41 - app-arch/cpio"
42 -
43 -src_prepare() {
44 - sed -i \
45 - -e 's:^\(CFLAGS =\).*$:\1 $(OPTCFLAGS) -Wall:' \
46 - -e 's:^\(LDFLAGS =\).*$:\1 $(OPTLDFLAGS):' \
47 - -e 's:^\(CC = \).*$:\1$(OPTCC):' \
48 - -e 's:^\(AR = \).*$:\1$(OPTAR):' \
49 - Makefile || die "sed failed"
50 -
51 - sed -i \
52 - -e '/private-Error.pm/s,^,#,' \
53 - perl/Makefile.PL
54 -
55 - sed -i 's/DOCBOOK2X_TEXI=docbook2x-texi/DOCBOOK2X_TEXI=docbook2texi.pl/' \
56 - Documentation/Makefile || die "sed failed"
57 -
58 -}
59 -
60 -git_emake() {
61 - emake "NO_NSEC=YesPlease NO_ICONV=YesPlease" \
62 - DESTDIR="${D}" \
63 - OPTCFLAGS="${CFLAGS}" \
64 - OPTLDFLAGS="${LDFLAGS}" \
65 - OPTCC="$(tc-getCC)" \
66 - OPTAR="$(tc-getAR)" \
67 - prefix=/usr \
68 - "$@"
69 -}
70 -
71 -src_compile() {
72 - git_emake
73 -}
74 -
75 -src_install() {
76 - git_emake install
77 -}
78
79 diff --git a/dev-vcs/git/metadata.xml b/dev-vcs/git/metadata.xml
80 deleted file mode 100644
81 index 8944b17..0000000
82 --- a/dev-vcs/git/metadata.xml
83 +++ /dev/null
84 @@ -1,8 +0,0 @@
85 -<?xml version="1.0" encoding="UTF-8"?>
86 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
87 -<pkgmetadata>
88 - <maintainer>
89 - <email>blueness@g.o</email>
90 - <name>Anthony G. Basile</name>
91 - </maintainer>
92 -</pkgmetadata>
93
94 diff --git a/profiles/hardened/linux/uclibc/package.mask b/profiles/hardened/linux/uclibc/package.mask
95 index df94406..c1f9b07 100644
96 --- a/profiles/hardened/linux/uclibc/package.mask
97 +++ b/profiles/hardened/linux/uclibc/package.mask
98 @@ -7,7 +7,7 @@ dev-libs/glib
99 >app-admin/sudo-1.7.4_p5
100 >app-text/tree-1.5.3
101 >dev-util/pkgconfig-0.25-r2
102 ->dev-vcs/git-1.7.0.4
103 +>dev-vcs/git-1.7
104 >net-misc/dhcp-3.1.2_p1
105 >sys-apps/coreutils-8.5-r1
106 >sys-apps/util-linux-2.18-r1