* [gentoo-commits] proj/qt:master commit in: app-portage/eix/
@ 2012-02-04 19:35 Johannes Huber
0 siblings, 0 replies; 2+ messages in thread
From: Johannes Huber @ 2012-02-04 19:35 UTC (permalink / raw
To: gentoo-commits
commit: aecd1539abe3e77b72009499c5ff70bb9066a8d3
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 4 19:39:01 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Feb 4 19:39:01 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=aecd1539
[app-portage/eix] EAPI 4.
(Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)
---
app-portage/eix/eix-9999.ebuild | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/app-portage/eix/eix-9999.ebuild b/app-portage/eix/eix-9999.ebuild
index f714c38..39ac4af 100644
--- a/app-portage/eix/eix-9999.ebuild
+++ b/app-portage/eix/eix-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.15.6.ebuild,v 1.2 2010/03/28 14:12:52 darkside Exp $
+# $Header: $
-EAPI="2"
-ESVN_REPO_URI="https://svn.gentooexperimental.org/eix/trunk"
+EAPI=4
+ESVN_REPO_URI="https://svn.gentooexperimental.org/${PN}/trunk"
ESVN_BOOTSTRAP="./autogen.sh"
inherit multilib subversion
@@ -20,7 +20,7 @@ IUSE="doc sqlite"
RDEPEND="sqlite? ( dev-db/sqlite:3 )
app-arch/bzip2
|| (
- app-arch/lzma-utils
+ app-arch/lzma
app-arch/xz-utils
)
dev-vcs/cvs"
@@ -34,7 +34,7 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install
dodoc AUTHORS ChangeLog doc/format.txt
use doc && dodoc doc/format.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/qt:master commit in: app-portage/eix/
@ 2012-06-13 14:37 Davide Pesavento
0 siblings, 0 replies; 2+ messages in thread
From: Davide Pesavento @ 2012-06-13 14:37 UTC (permalink / raw
To: gentoo-commits
commit: 4338cc4b3b4ca70e66dfb0527b757e2495e62f83
Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Wed Jun 13 14:19:35 2012 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Jun 13 14:19:35 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=4338cc4b
Delete unmaintained eix live ebuild.
---
app-portage/eix/eix-9999.ebuild | 56 ---------------------------------------
app-portage/eix/metadata.xml | 19 -------------
2 files changed, 0 insertions(+), 75 deletions(-)
diff --git a/app-portage/eix/eix-9999.ebuild b/app-portage/eix/eix-9999.ebuild
deleted file mode 100644
index 39ac4af..0000000
--- a/app-portage/eix/eix-9999.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-ESVN_REPO_URI="https://svn.gentooexperimental.org/${PN}/trunk"
-ESVN_BOOTSTRAP="./autogen.sh"
-
-inherit multilib subversion
-
-DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext.
-overlays, version changes, and more"
-HOMEPAGE="http://eix.sourceforge.net"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc sqlite"
-
-RDEPEND="sqlite? ( dev-db/sqlite:3 )
- app-arch/bzip2
- || (
- app-arch/lzma
- app-arch/xz-utils
- )
- dev-vcs/cvs"
-DEPEND="${RDEPEND}
- doc? ( dev-python/docutils )"
-
-src_configure() {
- econf --with-bzip2 $(use_with sqlite) $(use_with doc rst) \
- --with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \
- --with-portage-rootpath="${ROOTPATH}"
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-
- 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
-}
diff --git a/app-portage/eix/metadata.xml b/app-portage/eix/metadata.xml
deleted file mode 100644
index 6548fd9..0000000
--- a/app-portage/eix/metadata.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd></herd>
- <maintainer>
- <email>vaeth@mathematik.uni-wuerzburg.de</email>
- <name>Martin Väth</name>
- <description>Upstream developer, assign bugs</description>
- </maintainer>
- <maintainer>
- <email>darkside@gentoo.org</email>
- <name>Jeremy Olexa</name>
- <description>Proxy committer, CC bugs</description>
- </maintainer>
- <use>
- <flag name="doc">Create description of the eix cache file additionally in html format</flag>
- <flag name="sqlite">Compile in support for portage's sqlite backend; to actually use it you need additional configuration of portage and eix</flag>
- </use>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-13 14:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04 19:35 [gentoo-commits] proj/qt:master commit in: app-portage/eix/ Johannes Huber
-- strict thread matches above, loose matches on Subject: below --
2012-06-13 14:37 Davide Pesavento
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox