delete eix
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1813 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
94d45ac17f
commit
4e4676cfc3
File diff suppressed because it is too large
Load Diff
@ -1,4 +0,0 @@
|
||||
DIST eix-0.19.1.tar.xz 404708 RMD160 af98712aaca4b9bf832978705dd92c4591f4e9dc SHA1 5c74344b8d78578cd5a2e5b749c2010a8e630a94 SHA256 840d536f52465cce2cb84e06d9a376449652f0da4e9450a61a434130c8f5d27c
|
||||
EBUILD eix-0.19.1.ebuild 1877 RMD160 d9e4d12e1324b1b79e80c03c03275fe3d6b93e13 SHA1 a34da9da565305700bedf335f91cb1a2079cb57d SHA256 aa88536f303e57e6262a6fa0a4741edc26406bed785c9c9bf39c4d8c5493c3c1
|
||||
MISC ChangeLog 39358 RMD160 3765ca2ff9f7b23dbb3e7ff61bf9aaba146a2a90 SHA1 132ddd90dcd218225606b9a7da5a9339d3b625ae SHA256 5dae43ed3f6041ec87157a325e46f5633356ea04b22328df7c2076a8d962a43b
|
||||
MISC metadata.xml 2053 RMD160 8d9e1bfd160496ddfb623b772cbcf61cfe2cf7ac SHA1 c16d293920e8622bd98c3c0b88f2a9f854d4a509 SHA256 b2857be5434aa7b1a0552b055030dec841f61eb7988f294d360c94e09c275d30
|
@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.19.1.ebuild,v 1.1 2009/12/19 15:50:12 darkside Exp $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit multilib
|
||||
|
||||
DESCRIPTION="Search and query ebuilds, portage incl. local settings, ext. overlays, version changes, and more"
|
||||
HOMEPAGE="http://eix.sourceforge.net"
|
||||
SRC_URI="mirror://sourceforge/eix/${P}.tar.xz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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"
|
||||
IUSE="+bzip2 debug doc hardened nls optimization strong-optimization sqlite tools"
|
||||
|
||||
RDEPEND="sqlite? ( >=dev-db/sqlite-3 )
|
||||
nls? ( virtual/libintl )
|
||||
bzip2? ( app-arch/bzip2 )"
|
||||
DEPEND="${RDEPEND}
|
||||
|| ( app-arch/xz-utils app-arch/lzma-utils )
|
||||
doc? ( dev-python/docutils )
|
||||
nls? ( sys-devel/gettext )"
|
||||
|
||||
src_unpack() {
|
||||
local i s
|
||||
for i in ${A}
|
||||
do
|
||||
s="${DISTDIR%/}/${i}"
|
||||
einfo "Unpacking ${s} to ${PWD}"
|
||||
test -s "${s}" || die "${s} does not exist"
|
||||
lzma -dc -- "${s}" | tar xof - || die "Unpacking ${s} failed"
|
||||
done
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf $(use_with bzip2) $(use_with sqlite) $(use_with doc rst) \
|
||||
$(use_enable nls) $(use_enable tools separate-tools) \
|
||||
$(use_enable hardened security) $(use_enable optimization) \
|
||||
$(use_enable strong-optimization) $(use_enable debug debugging) \
|
||||
--with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \
|
||||
--with-portage-rootpath="${ROOTPATH}" \
|
||||
--with-eprefix-default="${EPREFIX}" \
|
||||
--docdir="${EPREFIX}/usr/share/doc/${PF}" \
|
||||
--htmldir="${EPREFIX}/usr/share/doc/${PF}/html"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
prepalldocs
|
||||
}
|
@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>no-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="bzip2">Support for parsing of environment.bz2 to guess repository name of packages installed with ancient portage versions (requires <pkg>app-arch/bbzip2</pkg>). This flag is safe to disable for portage users that have re-merged all packages since 2007. This flag will be phased out.</flag>
|
||||
<flag name="debug">Build with CXXFLAGS/LDFLAGS for debugging support. Only makes sense in combination with FEATURES=nostrip.</flag>
|
||||
<flag name="deprecated">Installs wrapper scripts for all the previous executable names that will soon be going away. Enabled by default in 0.17.0, optional in 0.18.0, removed in next major release.</flag>
|
||||
<flag name="doc">Create description of the eix cache file additionally in html format</flag>
|
||||
<flag name="hardened">Add CXXFLAGS/LDFLAGS enhancing security at the cost of a slight speed loss. If a hardened gcc is used, these flags should not make a difference.</flag>
|
||||
<flag name="nls">Support foreign language messages (experimental; currently only de)</flag>
|
||||
<flag name="optimization">Add several CXXFLAGS/LDFLAGS for optimization.</flag>
|
||||
<flag name="strong-optimization">Add more CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions.</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>
|
||||
<flag name="tools">Create separate binary for script helper tools (currently only: versionsort); useful if they are called extremely often</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user