Gentoo Archives: gentoo-commits

From: "Ian Stakenvicius (axs)" <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/eix: ChangeLog eix-0.27.4.ebuild eix-0.27.2.ebuild eix-0.26.4.ebuild eix-0.27.1.ebuild
Date: Sun, 25 Nov 2012 03:09:33
Message-Id: 20121125030922.CF28320BF4@flycatcher.gentoo.org
1 axs 12/11/25 03:09:22
2
3 Modified: ChangeLog
4 Added: eix-0.27.4.ebuild
5 Removed: eix-0.27.2.ebuild eix-0.26.4.ebuild
6 eix-0.27.1.ebuild
7 Log:
8 Upstream version bump, fixes to zsh completions and fix a reversion for solaris; remove old
9
10 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
11
12 Revision Changes Path
13 1.434 app-portage/eix/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.434&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.434&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?r1=1.433&r2=1.434
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
22 retrieving revision 1.433
23 retrieving revision 1.434
24 diff -u -r1.433 -r1.434
25 --- ChangeLog 9 Oct 2012 20:36:06 -0000 1.433
26 +++ ChangeLog 25 Nov 2012 03:09:22 -0000 1.434
27 @@ -1,6 +1,13 @@
28 # ChangeLog for app-portage/eix
29 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.433 2012/10/09 20:36:06 axs Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.434 2012/11/25 03:09:22 axs Exp $
32 +
33 +*eix-0.27.4 (25 Nov 2012)
34 +
35 + 25 Nov 2012; Ian Stakenvicius <axs@g.o> -eix-0.26.4.ebuild,
36 + -eix-0.27.1.ebuild, -eix-0.27.2.ebuild, +eix-0.27.4.ebuild:
37 + Upstream version bump, fixes to zsh completions and fix a reversion for
38 + solaris; remove old
39
40 *eix-0.27.2 (09 Oct 2012)
41
42
43
44
45 1.1 app-portage/eix/eix-0.27.4.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.27.4.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.27.4.ebuild?rev=1.1&content-type=text/plain
49
50 Index: eix-0.27.4.ebuild
51 ===================================================================
52 # Copyright 1999-2012 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.27.4.ebuild,v 1.1 2012/11/25 03:09:22 axs Exp $
55
56 EAPI=5
57
58 PLOCALES="de ru"
59 inherit bash-completion-r1 eutils multilib l10n
60
61 DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more"
62 HOMEPAGE="http://eix.berlios.de"
63 SRC_URI="mirror://berlios/${PN}/${P}.tar.xz"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
68 IUSE="clang debug +dep doc nls optimization security strong-optimization sqlite tools zsh-completion"
69
70 RDEPEND="app-shells/push
71 sqlite? ( >=dev-db/sqlite-3 )
72 nls? ( virtual/libintl )"
73 DEPEND="${RDEPEND}
74 app-arch/xz-utils
75 clang? ( sys-devel/clang )
76 nls? ( sys-devel/gettext )"
77
78 pkg_setup() {
79 if [[ ${REPLACING_VERSIONS//./} -lt 0253 ]]; then
80 local eixcache="${EROOT}"/var/cache/${PN}
81 [[ -f ${eixcache} ]] && rm -f "${eixcache}"
82 fi
83 }
84
85 src_prepare() {
86 epatch_user
87 # consider inheriting autotools.eclass and adding eautoreconf here
88 }
89
90 src_configure() {
91 econf $(use_with sqlite) $(use_with doc extra-doc) \
92 $(use_with zsh-completion) \
93 $(use_enable nls) $(use_enable tools separate-tools) \
94 $(use_enable security) $(use_enable optimization) \
95 $(use_enable strong-optimization) $(use_enable debug debugging) \
96 $(use_with prefix always-accept-keywords) \
97 $(use_with dep dep-default) \
98 $(use_with clang nongnu-cxx clang++) \
99 --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \
100 --with-portage-rootpath="${ROOTPATH}" \
101 --with-eprefix-default="${EPREFIX}" \
102 --docdir="${EPREFIX}/usr/share/doc/${PF}" \
103 --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
104 }
105
106 src_install() {
107 default
108 dobashcomp bash/eix
109 keepdir "/var/cache/${PN}"
110 fowners portage:portage "/var/cache/${PN}"
111 fperms 775 "/var/cache/${PN}"
112 }
113
114 pkg_postinst() {
115 # fowners in src_install doesn't work for owner/group portage:
116 # merging changes this owner/group back to root.
117 use prefix || chown portage:portage "${EROOT}var/cache/${PN}"
118 local obs="${EROOT}var/cache/eix.previous"
119 ! test -f "${obs}" || ewarn "Found obsolete ${obs}, please remove it"
120 }