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: eix-0.28.5.ebuild ChangeLog
Date: Thu, 23 May 2013 18:12:59
Message-Id: 20130523181256.086A22171D@flycatcher.gentoo.org
1 axs 13/05/23 18:12:55
2
3 Modified: ChangeLog
4 Added: eix-0.28.5.ebuild
5 Log:
6 version bump, adds support for /etc/portage/make.conf and /etc/eixrc being directories
7
8 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
9
10 Revision Changes Path
11 1.449 app-portage/eix/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.449&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?rev=1.449&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/ChangeLog?r1=1.448&r2=1.449
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
20 retrieving revision 1.448
21 retrieving revision 1.449
22 diff -u -r1.448 -r1.449
23 --- ChangeLog 16 Apr 2013 14:01:40 -0000 1.448
24 +++ ChangeLog 23 May 2013 18:12:55 -0000 1.449
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-portage/eix
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.448 2013/04/16 14:01:40 axs Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.449 2013/05/23 18:12:55 axs Exp $
30 +
31 +*eix-0.28.5 (23 May 2013)
32 +
33 + 23 May 2013; Ian Stakenvicius <axs@g.o> +eix-0.28.5.ebuild:
34 + version bump, adds support for /etc/portage/make.conf and /etc/eixrc being
35 + directories
36
37 *eix-0.28.4 (16 Apr 2013)
38
39
40
41
42 1.1 app-portage/eix/eix-0.28.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.28.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-portage/eix/eix-0.28.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: eix-0.28.5.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.28.5.ebuild,v 1.1 2013/05/23 18:12:55 axs Exp $
52
53 EAPI=5
54
55 PLOCALES="de ru"
56 inherit bash-completion-r1 eutils multilib l10n
57
58 DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more"
59 HOMEPAGE="http://eix.berlios.de"
60 SRC_URI="mirror://berlios/${PN}/${P}.tar.xz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~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"
65 IUSE="clang debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools zsh-completion"
66
67 RDEPEND="app-shells/push
68 sqlite? ( >=dev-db/sqlite-3 )
69 nls? ( virtual/libintl )"
70 DEPEND="${RDEPEND}
71 app-arch/xz-utils
72 clang? ( sys-devel/clang )
73 nls? ( sys-devel/gettext )"
74
75 pkg_setup() {
76 case " ${REPLACING_VERSIONS}" in
77 *\ 0.[0-9].*|*\ 0.1[0-9].*|*\ 0.2[0-4].*|*\ 0.25.0*)
78 local eixcache="${EROOT}/var/cache/${PN}"
79 test -f "${eixcache}" && rm -f -- "${eixcache}";;
80 esac
81 }
82
83 src_prepare() {
84 epatch_user
85 }
86
87 src_configure() {
88 econf $(use_with sqlite) $(use_with doc extra-doc) \
89 $(use_with zsh-completion) \
90 $(use_enable nls) $(use_enable tools separate-tools) \
91 $(use_enable security) $(use_enable optimization) \
92 $(use_enable strong-security) \
93 $(use_enable strong-optimization) $(use_enable debug debugging) \
94 $(use_enable swap-remote) \
95 $(use_with prefix always-accept-keywords) \
96 $(use_with dep dep-default) \
97 $(use_with clang nongnu-cxx clang++) \
98 --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \
99 --with-portage-rootpath="${ROOTPATH}" \
100 --with-eprefix-default="${EPREFIX}" \
101 --docdir="${EPREFIX}/usr/share/doc/${PF}" \
102 --htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
103 }
104
105 src_install() {
106 default
107 dobashcomp bash/eix
108 keepdir "/var/cache/${PN}"
109 fowners portage:portage "/var/cache/${PN}"
110 fperms 775 "/var/cache/${PN}"
111 }
112
113 pkg_postinst() {
114 # fowners in src_install doesn't work for owner/group portage:
115 # merging changes this owner/group back to root.
116 use prefix || chown portage:portage "${EROOT}var/cache/${PN}"
117 local obs="${EROOT}var/cache/eix.previous"
118 ! test -f "${obs}" || ewarn "Found obsolete ${obs}, please remove it"
119 }