public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-portage/eix: ChangeLog eix-0.9.12.ebuild
@ 2007-09-12 20:58 Stefan Schweizer (genstef)
  0 siblings, 0 replies; only message in thread
From: Stefan Schweizer (genstef) @ 2007-09-12 20:58 UTC (permalink / raw
  To: gentoo-commits

genstef     07/09/12 20:58:09

  Modified:             ChangeLog
  Added:                eix-0.9.12.ebuild
  Log:
  version bump
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.184                app-portage/eix/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.184&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.184&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?r1=1.183&r2=1.184

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog	12 Sep 2007 12:34:22 -0000	1.183
+++ ChangeLog	12 Sep 2007 20:58:08 -0000	1.184
@@ -1,6 +1,11 @@
 # ChangeLog for app-portage/eix
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.183 2007/09/12 12:34:22 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.184 2007/09/12 20:58:08 genstef Exp $
+
+*eix-0.9.12 (12 Sep 2007)
+
+  12 Sep 2007; Stefan Schweizer <genstef@gentoo.org> +eix-0.9.12.ebuild:
+  version bump
 
   12 Sep 2007; Christoph Mende <angelos@gentoo.org> eix-0.9.10.ebuild:
   Stable on amd64



1.1                  app-portage/eix/eix-0.9.12.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.9.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/eix-0.9.12.ebuild?rev=1.1&content-type=text/plain

Index: eix-0.9.12.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.9.12.ebuild,v 1.1 2007/09/12 20:58:08 genstef Exp $

DESCRIPTION="Small utility for searching ebuilds with indexing for fast results"
HOMEPAGE="http://eix.sourceforge.net"
SRC_URI="mirror://sourceforge/eix/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="sqlite"

DEPEND="sqlite? ( >=dev-db/sqlite-3 )
	app-arch/bzip2"
RDEPEND="${DEPEND}"

src_compile() {
	econf --with-bzip2 $(use_with sqlite) || die "econf failed"
	emake || die "emake failed"
	src/eix --dump-defaults >eixrc || die "generating eixrc failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	dodoc AUTHORS ChangeLog TODO

	insinto /etc
	doins eixrc
}

pkg_postinst() {
	elog "As of >=eix-0.5.4, \"metadata\" is the new default cache."
	elog "It's independent of the portage-version and the cache used by portage."
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-12 21:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-12 20:58 [gentoo-commits] gentoo-x86 commit in app-portage/eix: ChangeLog eix-0.9.12.ebuild Stefan Schweizer (genstef)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox