public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in app-portage/eix: ChangeLog eix-0.14.2.ebuild
@ 2008-10-31  5:51 99% Stephanie J. Lockwood-Childs (wormo)
  0 siblings, 0 replies; 1+ results
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	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2008-10-31  5:51 99% [gentoo-commits] gentoo-x86 commit in app-portage/eix: ChangeLog eix-0.14.2.ebuild 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