* [gentoo-commits] gentoo-x86 commit in app-portage/eix: ChangeLog eix-0.14.2.ebuild
@ 2008-11-03 18:35 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2008-11-03 18:35 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 08/11/03 18:35:54
Modified: ChangeLog eix-0.14.2.ebuild
Log:
inherit goes near the top
(Portage version: 2.1.4.5)
Revision Changes Path
1.253 app-portage/eix/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.253&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.253&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?r1=1.252&r2=1.253
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- ChangeLog 31 Oct 2008 15:54:45 -0000 1.252
+++ ChangeLog 3 Nov 2008 18:35:54 -0000 1.253
@@ -1,6 +1,9 @@
# ChangeLog for app-portage/eix
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.252 2008/10/31 15:54:45 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.253 2008/11/03 18:35:54 mr_bones_ Exp $
+
+ 03 Nov 2008; Michael Sterrett <mr_bones_@gentoo.org> eix-0.14.2.ebuild:
+ inherit goes near the top
31 Oct 2008; Jeremy Olexa <darkside@gentoo.org> metadata.xml:
I will be proxy commiting eix now.
1.2 app-portage/eix/eix-0.14.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.14.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.14.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.14.2.ebuild?r1=1.1&r2=1.2
Index: eix-0.14.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.14.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- eix-0.14.2.ebuild 31 Oct 2008 05:51:39 -0000 1.1
+++ eix-0.14.2.ebuild 3 Nov 2008 18:35:54 -0000 1.2
@@ -1,6 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.14.2.ebuild,v 1.1 2008/10/31 05:51:39 wormo Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.14.2.ebuild,v 1.2 2008/11/03 18:35:54 mr_bones_ Exp $
+
+inherit multilib
DESCRIPTION="Small utility for searching ebuilds with indexing for fast results"
HOMEPAGE="http://eix.sourceforge.net"
@@ -17,8 +19,6 @@
app-arch/lzma-utils
doc? ( dev-python/docutils )"
-inherit multilib
-
src_compile() {
econf --with-bzip2 $(use_with sqlite) $(use_with doc rst) \
--with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-portage/eix: ChangeLog eix-0.14.2.ebuild
@ 2008-10-31 5:51 Stephanie J. Lockwood-Childs (wormo)
0 siblings, 0 replies; 2+ messages in thread
From: Stephanie J. Lockwood-Childs (wormo) @ 2008-10-31 5:51 UTC (permalink / raw
To: gentoo-commits
wormo 08/10/31 05:51:39
Modified: ChangeLog
Added: eix-0.14.2.ebuild
Log:
version bump on behalf of Martin (bug #243398)
(Portage version: 2.1.4.5)
Revision Changes Path
1.251 app-portage/eix/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.251&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.251&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?r1=1.250&r2=1.251
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -r1.250 -r1.251
--- ChangeLog 11 Oct 2008 15:06:39 -0000 1.250
+++ ChangeLog 31 Oct 2008 05:51:39 -0000 1.251
@@ -1,6 +1,12 @@
# ChangeLog for app-portage/eix
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.250 2008/10/11 15:06:39 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.251 2008/10/31 05:51:39 wormo Exp $
+
+*eix-0.14.2 (30 Oct 2008)
+
+ 30 Oct 2008; Stephanie Lockwood-Childs <wormo@gentoo.org>
+ +eix-0.14.2.ebuild:
+ version bump on behalf of Martin Väth (bug #243398)
*eix-0.14.1 (11 Oct 2008)
1.1 app-portage/eix/eix-0.14.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.14.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.14.2.ebuild?rev=1.1&content-type=text/plain
Index: eix-0.14.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.14.2.ebuild,v 1.1 2008/10/31 05:51:39 wormo Exp $
DESCRIPTION="Small utility for searching ebuilds with indexing for fast results"
HOMEPAGE="http://eix.sourceforge.net"
SRC_URI="mirror://sourceforge/eix/${P}.tar.lzma"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE="doc sqlite"
RDEPEND="sqlite? ( >=dev-db/sqlite-3 )
app-arch/bzip2"
DEPEND="${RDEPEND}
app-arch/lzma-utils
doc? ( dev-python/docutils )"
inherit multilib
src_compile() {
econf --with-bzip2 $(use_with sqlite) $(use_with doc rst) \
--with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS ChangeLog doc/format.txt
use doc && dodoc doc/format.html
}
pkg_postinst() {
ewarn
ewarn "Security Warning:"
ewarn
ewarn "Since >=eix-0.12.0, eix uses by default OVERLAY_CACHE_METHOD=\"parse|ebuild*\""
ewarn "This is rather reliable, but ebuilds may be executed by user \"portage\". Set"
ewarn "OVERLAY_CACHE_METHOD=parse in /etc/eixrc if you do not trust the ebuilds."
if test -d /var/log && ! test -x /var/log || test -e /var/log/eix-sync.log
then
einfo
einfo "eix-sync no longer supports redirection to /var/log/eix-sync.log"
einfo "You can remove that file."
fi
}
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-03 18:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-03 18:35 [gentoo-commits] gentoo-x86 commit in app-portage/eix: ChangeLog eix-0.14.2.ebuild Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2008-10-31 5:51 Stephanie J. Lockwood-Childs (wormo)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox