Sync with portage [Sat Nov 19 15:40:57 MSK 2011].
This commit is contained in:
parent
4cdf2ca87c
commit
3e995cfff2
246 changed files with 3437 additions and 2168 deletions
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-2.32.0-r2.ebuild,v 1.1 2011/11/05 01:35:21 ssuominen Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-2.32.0-r2.ebuild,v 1.2 2011/11/18 22:21:59 ssuominen Exp $
|
||||
|
||||
EAPI="3"
|
||||
GCONF_DEBUG="no"
|
||||
|
@ -28,7 +28,7 @@ RDEPEND="
|
|||
samba? ( >=net-fs/samba-3 )
|
||||
policykit? (
|
||||
>=sys-auth/polkit-0.92
|
||||
gnome-extra/polkit-gnome:obsolete
|
||||
|| ( gnome-extra/polkit-gnome:obsolete <gnome-extra/polkit-gnome-0.102 )
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
app-text/docbook-xml-dtd:4.1.2
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-admin/logsurfer+/logsurfer+-1.8.ebuild,v 1.2 2011/11/17 18:52:46 phajdan.jr Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-admin/logsurfer+/logsurfer+-1.8.ebuild,v 1.3 2011/11/19 10:00:32 hwoarang Exp $
|
||||
|
||||
EAPI="4"
|
||||
inherit toolchain-funcs
|
||||
|
@ -13,7 +13,7 @@ SRC_URI="http://kerryt.orcon.net.nz/${MY_P}.tar.gz
|
|||
|
||||
LICENSE="as-is"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 x86"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE=""
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
DIST p11-kit-0.6.tar.gz 519899 RMD160 c7c61f864867c3d0d8b17bb9e454402791f5951e SHA1 eb27b00fd947b503ad6f5c0abd215e5f3d2c3054 SHA256 ac0f55ff8d4df2b791260ae00b0e33ed20b46caaebe1a411426643d1417188bc
|
||||
DIST p11-kit-0.7.tar.gz 521602 RMD160 21210b4e68a31e861b74f337f59c78973657f988 SHA1 a1f202e94047f09b707c2df25d7a142ead6a5723 SHA256 965220495d9db38a1f5f8a50812f19f04cd2091f394f5516952de478d83448ee
|
||||
DIST p11-kit-0.8.tar.gz 528732 RMD160 208e9934312358f3365ab142a7d6275dda38cbe6 SHA1 83a4e83bcc8719eb28479f993955a1b3575130de SHA256 45eeaa8b397280a9536967c7a04c0353b0a0eff822ae53e6449288ca91d911bf
|
||||
DIST p11-kit-0.9.tar.gz 526395 RMD160 bfffaa7cdeac0529afcc77950c2a2d33990cf1ca SHA1 214bd4e0d99ed7c8f448efdb1583f61a0dba1015 SHA256 96486f971111f976743be05f2f88b75ced7f14954fad42861b54480c889c66d0
|
||||
|
|
|
@ -1,28 +1,21 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.6.ebuild,v 1.2 2011/09/20 17:41:23 jer Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-crypt/p11-kit/p11-kit-0.9.ebuild,v 1.1 2011/11/19 09:37:49 radhermit Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit autotools-utils
|
||||
|
||||
DESCRIPTION="Provides a standard configuration setup for installing PKCS#11."
|
||||
HOMEPAGE="http://p11-glue.freedesktop.org/p11-kit.html"
|
||||
SRC_URI="http://p11-glue.freedesktop.org/releases/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~hppa ~x86"
|
||||
KEYWORDS="~amd64 ~arm ~hppa ~x86"
|
||||
IUSE="debug"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable debug)
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
find "${ED}" -name '*.la' -exec rm -f {} +
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild,v 1.1 2011/11/16 23:38:44 nirbheek Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt-glib/libvirt-glib-0.0.1.ebuild,v 1.3 2011/11/18 19:17:54 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
GCONF_DEBUG="no"
|
||||
|
@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
|
|||
vala? ( dev-lang/vala:0.14 )"
|
||||
|
||||
pkg_setup() {
|
||||
DOCS="AUTHORS ChangeLog HACKING NEWS README"
|
||||
DOCS="AUTHORS ChangeLog NEWS README"
|
||||
G2CONF="--disable-test-coverage
|
||||
VAPIGEN=$(type -P vapigen-0.14)
|
||||
$(use_enable introspection)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.4 2011/11/14 09:06:35 scarabeus Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.5 2011/11/18 23:11:14 scarabeus Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -69,8 +69,8 @@ unset EXT_URI
|
|||
unset ADDONS_SRC
|
||||
|
||||
IUSE="binfilter +branding dbus debug eds gnome +graphite gstreamer +gtk
|
||||
+jemalloc kde mysql +nsplugin odk opengl pdfimport svg test +vba +webdav
|
||||
+xmlsec"
|
||||
+jemalloc kde mysql +nsplugin odk opengl pdfimport postgres svg test +vba
|
||||
+webdav +xmlsec"
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
[[ ${PV} == *9999* ]] || KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
|
||||
|
@ -135,6 +135,7 @@ COMMON_DEPEND="
|
|||
mysql? ( >=dev-db/mysql-connector-c++-1.1.0 )
|
||||
opengl? ( virtual/opengl )
|
||||
pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] )
|
||||
postgres? ( >=dev-db/postgresql-base-8.4.0 )
|
||||
svg? ( gnome-base/librsvg )
|
||||
webdav? ( net-libs/neon )
|
||||
xmlsec? ( ${NSS_DEPEND} )
|
||||
|
@ -200,6 +201,8 @@ REQUIRED_USE="
|
|||
S="${WORKDIR}/${PN}-core-${PV}"
|
||||
|
||||
pkg_pretend() {
|
||||
local pgslot
|
||||
|
||||
if [[ ${MERGE_TYPE} != binary ]]; then
|
||||
CHECKREQS_MEMORY="1G"
|
||||
use debug && CHECKREQS_DISK_BUILD="15G" || CHECKREQS_DISK_BUILD="9G"
|
||||
|
@ -210,6 +213,16 @@ pkg_pretend() {
|
|||
die "Too old gcc found."
|
||||
fi
|
||||
fi
|
||||
|
||||
# ensure pg version
|
||||
if use postgres; then
|
||||
pgslot=$(postgresql-config show)
|
||||
if [[ ${pgslot//.} < 84 ]] ; then
|
||||
eerror "PostgreSQL slot must be set to 8.4 or higher."
|
||||
eerror " postgresql-config set 8.4"
|
||||
die "PostgreSQL slot is not set to 8.4 or higher."
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
|
@ -423,6 +436,7 @@ src_configure() {
|
|||
$(use_enable odk) \
|
||||
$(use_enable opengl) \
|
||||
$(use_enable pdfimport ext-pdfimport) \
|
||||
$(use_enable postgres ext-postgresql-sdbc) \
|
||||
$(use_enable svg librsvg system) \
|
||||
$(use_enable test linkoo) \
|
||||
$(use_enable vba) \
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
DIST landslide-1.0.0.tar.gz 101107 RMD160 37f72d02446af9b49ef05ebbde2e0f518e85e4b8 SHA1 f78f6082848d2efd5287050adcc1c50000716910 SHA256 18768aaf33a18274a907cdeb1e6ee5ad9fc4667328b33933a8500ec0e42ca55c
|
||||
DIST landslide-1.0.1.tar.gz 101203 RMD160 ae7c203a9ac2d5706e8276902a38a9f05ed512f3 SHA1 6c22fb26e3ba81bebdc1cf3722c26676ab2e0e4a SHA256 07ac7acf3b9f04230cbabffe3dfd8edc225d584e0c64ddc3dfbaa0db1e21455a
|
||||
|
|
27
app-text/landslide/landslide-1.0.1.ebuild
Normal file
27
app-text/landslide/landslide-1.0.1.ebuild
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-text/landslide/landslide-1.0.1.ebuild,v 1.1 2011/11/19 08:56:26 naota Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="Landslide generates a slideshow using the slides that power the html5-slides presentation"
|
||||
HOMEPAGE="https://github.com/adamzap/landslide"
|
||||
SRC_URI="https://github.com/adamzap/landslide/tarball/v${PV} -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/docutils
|
||||
dev-python/jinja
|
||||
dev-python/markdown
|
||||
dev-python/pygments"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
mv adamzap-landslide-* ${P} || die
|
||||
}
|
|
@ -1,10 +1,10 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.10.4.ebuild,v 1.2 2011/11/08 23:47:31 mr_bones_ Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-6.1.10.4.ebuild,v 1.3 2011/11/18 21:32:23 sera Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit java-vm-2
|
||||
inherit java-vm-2 pax-utils
|
||||
|
||||
dist="http://dev.gentoo.org/~caster/distfiles/"
|
||||
DESCRIPTION="A Gentoo-made binary build of the Icedtea6 JDK"
|
||||
|
@ -68,6 +68,13 @@ src_install() {
|
|||
# doins can't handle symlinks.
|
||||
cp -pRP bin include jre lib man "${ddest}" || die "failed to copy"
|
||||
|
||||
# Remove on next bump as the needed marks are already set by icedtea ebuild.
|
||||
# Set PaX markings on all JDK/JRE executables to allow code-generation on
|
||||
# the heap by the JIT compiler.
|
||||
local marks="m"
|
||||
use x86 && marks="msp"
|
||||
pax-mark ${marks} $(list-paxables "${ddest}"{,/jre}/bin/*)
|
||||
|
||||
dodoc ../doc/{ASSEMBLY_EXCEPTION,THIRD_PARTY_README}
|
||||
if use doc ; then
|
||||
dohtml -r ../doc/html/*
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.0-r1.ebuild,v 1.1 2011/11/15 09:21:36 sera Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea-bin/icedtea-bin-7.2.0-r1.ebuild,v 1.3 2011/11/18 21:32:23 sera Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit java-vm-2
|
||||
inherit java-vm-2 pax-utils
|
||||
|
||||
dist="http://dev.gentoo.org/~caster/distfiles/"
|
||||
DESCRIPTION="A Gentoo-made binary build of the Icedtea6 JDK"
|
||||
|
@ -34,26 +34,26 @@ RDEPEND=">=sys-devel/gcc-4.3
|
|||
>=sys-libs/glibc-2.11.2
|
||||
>=media-libs/giflib-4.1.6-r1
|
||||
virtual/jpeg
|
||||
media-libs/lcms:2
|
||||
>=media-libs/libpng-1.5
|
||||
>=sys-libs/zlib-1.2.3-r1
|
||||
"
|
||||
PDEPEND="
|
||||
alsa? ( >=media-libs/alsa-lib-1.0.20 )
|
||||
X? (
|
||||
>=media-libs/freetype-2.3.9:2
|
||||
>=media-libs/fontconfig-2.6.0-r2:1.0
|
||||
>=x11-libs/libXext-1.1
|
||||
>=x11-libs/libXi-1.3
|
||||
>=x11-libs/libXtst-1.1
|
||||
>=x11-libs/libX11-1.3
|
||||
x11-libs/libXt
|
||||
)
|
||||
nsplugin? (
|
||||
>=dev-libs/atk-1.30.0
|
||||
>=dev-libs/glib-2.20.5:2
|
||||
>=dev-libs/nspr-4.8
|
||||
>=media-libs/fontconfig-2.6.0-r2:1.0
|
||||
>=media-libs/freetype-2.3.9:2
|
||||
>=net-print/cups-1.4
|
||||
>=x11-libs/cairo-1.8.8
|
||||
x11-libs/gdk-pixbuf:2
|
||||
>=x11-libs/gtk+-2.20.1:2
|
||||
>=x11-libs/libXext-1.1
|
||||
>=x11-libs/libXi-1.3
|
||||
x11-libs/libXrender
|
||||
>=x11-libs/libXtst-1.1
|
||||
>=x11-libs/libX11-1.3
|
||||
>=x11-libs/pango-1.24.5
|
||||
)"
|
||||
DEPEND=""
|
||||
|
@ -68,6 +68,13 @@ src_install() {
|
|||
# doins can't handle symlinks.
|
||||
cp -pRP bin include jre lib man "${ddest}" || die "failed to copy"
|
||||
|
||||
# Remove on next bump as the needed marks are already set by icedtea ebuild.
|
||||
# Set PaX markings on all JDK/JRE executables to allow code-generation on
|
||||
# the heap by the JIT compiler.
|
||||
local marks="m"
|
||||
use x86 && marks="msp"
|
||||
pax-mark ${marks} $(list-paxables "${ddest}"{,/jre}/bin/*)
|
||||
|
||||
dodoc ../doc/{ASSEMBLY_EXCEPTION,THIRD_PARTY_README}
|
||||
if use doc ; then
|
||||
dohtml -r ../doc/html/*
|
||||
|
|
|
@ -5,12 +5,9 @@ DIST 948e734135ea.tar.gz 3985662 RMD160 52725423b92b5e6f5a6d80525732c8bb1c4ff2be
|
|||
DIST 9b85f1265346.tar.gz 2276207 RMD160 39bad7830bb5848efae424192ba54811f6285dbe SHA1 0ccfa5cc21437854e081aa1c5bf87fd272f3232d SHA256 03a256afc7371b3b0fbbbfd80a318e22984f6cbff26082948e8d5845ba193aee
|
||||
DIST a2ebfdc9db7e.tar.gz 2760030 RMD160 b1e678045ed8f8c4047760799bc25f94083a76f3 SHA1 830de9e94c710eb38f2ca029de4166fd5672412c SHA256 6edd17ac49c33a32538262486c0b8147954100cab43a6ee7023789f3840f22a8
|
||||
DIST b28ae681bae0.tar.gz 9000397 RMD160 0044bc2978f1eab6fb81b5181049f52a5447522d SHA1 4bbcfed2cec6e34bd6c3880d272be742c058c019 SHA256 dcb5a8d4a0a466e3673f891cea40ce163c02f26b0054dfc41c30e0f87c5c2f64
|
||||
DIST c7bf150bfa46.tar.gz 4210056 RMD160 f0afca5b073dba922eebbbbd6a9be1725ccaf86e SHA1 d192a1f7ba73346c86e71a295587381f8a4b2bce SHA256 73629f5ac9514afbcf63b6cdf58556e889a5f6a22d4bd70de1dd2816c6500aee
|
||||
DIST f0f676c5a2c6.tar.gz 8506038 RMD160 e00e7b602758eaa6cfdd04b109d99694ce2ae94c SHA1 bdc450f5a1b75b2445c960f43dbc7f605042a3c8 SHA256 aaa322239c181e50a61ec71869843eee7a0a82a9b80f113d32faf2a59d7ba5c4
|
||||
DIST icedtea-2.0.tar.gz 4516180 RMD160 91e75405713ead34c7831fd23ce66871bf888427 SHA1 aa2399f951044b82f5ecf7318a8358eb08413afb SHA256 2485d5e7807658bc3488c7e6d4720ef1261a31dd698ce2641f541119e0c2387a
|
||||
DIST icedtea6-1.10.4.tar.gz 6821129 RMD160 4de37c2086ddcebd2e48004aaa6035870394265c SHA1 b38818a80f2635e21457c6230031e5f7493e6acd SHA256 15491d7f2f81436aaf87f964d923b95b4bda8f6689198b4999961070b6c68851
|
||||
DIST jamvm-310c491ddc14e92a6ffff27030a1a1821e6395a8.tar.gz 293833 RMD160 b34f4684e0c918c36d9fb9316a4ae7737b712296 SHA1 60d5782ccb9707699f9dfbfcf647a5c862ef4691 SHA256 b5174f59371017087139fd43d51074ad837ae29340220206ca06769c8329881a
|
||||
DIST jamvm-a95ca049d3bb257d730535a5d5ec3f73a943d0aa.tar.gz 288269 RMD160 9f0dafecf766ae27ad19ed1b6d12fdd59104fbd3 SHA1 b5e304b60f274d0ed59c7888e2340a2f043df4f5 SHA256 18bb5c97c03fb73f70b481440e3e11803448d327c024d4570a338b899693fefd
|
||||
DIST jaxp144_01.zip 5964803 RMD160 6844ae747a7e7de289ce263ed06050a512416aec SHA1 4f11f9525a83e7842cbd14cc47d967abde093c27 SHA256 d72c2e27a479e7e78e0141cfcf3a9c5dbc5677495bd21b2d52dce85d21322186
|
||||
DIST jdk6-jaf-b20.zip 71243 RMD160 40b49d12c39b7010ee917eb671f3c38cd16f271c SHA1 69a54373e169bd7b04a45de6a310a199260424b9 SHA256 78c7b5c9d6271e88ee46abadd018a61f1e9645f8936cc8df1617e5f4f5074012
|
||||
DIST jdk6-jaxws-b20.zip 5513069 RMD160 47b2d4fe528d770391e8926299df45cc6f68e9b5 SHA1 08366a70c9e2baa516afc77bb69f9e108e906aa9 SHA256 0c460583898b968a58bf88eb53f90a0e34369e2562d65fb3a143512dfcaeb3eb
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild,v 1.6 2011/11/18 16:41:38 caster Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-6.1.10.4-r1.ebuild,v 1.10 2011/11/18 22:00:16 sera Exp $
|
||||
# Build written by Andrew John Hughes (gnu_andrew@member.fsf.org)
|
||||
|
||||
# *********************************************************
|
||||
|
@ -25,22 +25,18 @@ JAXP_TARBALL="jaxp144_01.zip"
|
|||
JAXWS_TARBALL="jdk6-jaxws-b20.zip"
|
||||
JAF_TARBALL="jdk6-jaf-b20.zip"
|
||||
HOTSPOT_TARBALL="f0f676c5a2c6.tar.gz"
|
||||
CACAO_TARBALL="c7bf150bfa46.tar.gz"
|
||||
JAMVM_TARBALL="jamvm-a95ca049d3bb257d730535a5d5ec3f73a943d0aa.tar.gz"
|
||||
SRC_URI="http://icedtea.classpath.org/download/source/${ICEDTEA_PKG}.tar.gz
|
||||
http://download.java.net/openjdk/jdk6/promoted/b${OPENJDK_BUILD}/${OPENJDK_TARBALL}
|
||||
http://icedtea.classpath.org/download/drops/${JAXWS_TARBALL}
|
||||
http://icedtea.classpath.org/download/drops/${JAF_TARBALL}
|
||||
http://icedtea.classpath.org/download/drops/${JAXP_TARBALL}
|
||||
hs20? ( http://hg.openjdk.java.net/hsx/hsx20/master/archive/${HOTSPOT_TARBALL} )
|
||||
cacao? ( http://icedtea.classpath.org/download/drops/cacao/${CACAO_TARBALL} )
|
||||
jamvm? ( http://icedtea.classpath.org/download/drops/jamvm/${JAMVM_TARBALL} )"
|
||||
hs20? ( http://hg.openjdk.java.net/hsx/hsx20/master/archive/${HOTSPOT_TARBALL} )"
|
||||
HOMEPAGE="http://icedtea.classpath.org"
|
||||
S=${WORKDIR}/${ICEDTEA_PKG}
|
||||
|
||||
# Missing options:
|
||||
# shark - needs adding
|
||||
IUSE="cacao debug doc examples +hs20 jamvm javascript nio2 +nsplugin +nss pulseaudio systemtap +webstart +xrender zero"
|
||||
IUSE="debug doc examples +hs20 javascript nio2 +nsplugin +nss pulseaudio systemtap +webstart +xrender"
|
||||
|
||||
# JTReg doesn't pass at present
|
||||
RESTRICT="test"
|
||||
|
@ -64,7 +60,8 @@ RDEPEND=">=net-print/cups-1.2.12
|
|||
x11-proto/xineramaproto
|
||||
pulseaudio? ( >=media-sound/pulseaudio-0.9.11 )
|
||||
javascript? ( dev-java/rhino:1.6 )
|
||||
zero? ( virtual/libffi )
|
||||
ppc? ( virtual/libffi )
|
||||
ppc64? ( virtual/libffi )
|
||||
xrender? ( >=x11-libs/libXrender-0.9.4 )
|
||||
systemtap? ( >=dev-util/systemtap-1 )
|
||||
!dev-java/icedtea6
|
||||
|
@ -82,7 +79,6 @@ RDEPEND=">=net-print/cups-1.2.12
|
|||
DEPEND="${RDEPEND}
|
||||
|| (
|
||||
( >=dev-java/gcj-jdk-4.3 >=app-admin/eselect-ecj-0.5-r1 )
|
||||
( >=dev-java/cacao-0.99.2 >=app-admin/eselect-ecj-0.5-r1 )
|
||||
dev-java/icedtea-bin:6
|
||||
dev-java/icedtea:${SLOT}
|
||||
)
|
||||
|
@ -94,15 +90,11 @@ DEPEND="${RDEPEND}
|
|||
app-misc/ca-certificates
|
||||
dev-lang/perl
|
||||
dev-libs/openssl
|
||||
|| (
|
||||
(
|
||||
>=x11-libs/libXext-1.1.1
|
||||
>=x11-proto/xextproto-7.1.1
|
||||
x11-proto/xproto
|
||||
)
|
||||
<x11-libs/libXext-1.1.1
|
||||
)
|
||||
sys-apps/lsb-release"
|
||||
>=x11-libs/libXext-1.1.1
|
||||
>=x11-proto/xextproto-7.1.1
|
||||
x11-proto/xproto
|
||||
sys-apps/lsb-release
|
||||
app-arch/cpio"
|
||||
|
||||
PDEPEND="webstart? ( dev-java/icedtea-web:6 )
|
||||
nsplugin? ( dev-java/icedtea-web:6[nsplugin] )"
|
||||
|
@ -113,19 +105,6 @@ JAVA_PKG_WANT_SOURCE="1.5"
|
|||
JAVA_PKG_WANT_TARGET="1.5"
|
||||
|
||||
pkg_setup() {
|
||||
# Shark support disabled for now - still experimental and needs sys-devel/llvm
|
||||
# if use shark ; then
|
||||
# if ( ! use x86 && ! use sparc && ! use ppc ) ; then
|
||||
# eerror "The Shark JIT has known issues on 64-bit platforms. Please rebuild"
|
||||
# errror "without the shark USE flag turned on."
|
||||
# die "Rebuild without the shark USE flag on."
|
||||
# fi
|
||||
# if ( ! use zero ) ; then
|
||||
# eerror "The use of the Shark JIT is only applicable when used with the zero assembler port.";
|
||||
# die "Rebuild without the shark USE flag on or with the zero USE flag turned on."
|
||||
# fi
|
||||
# fi
|
||||
|
||||
if use nsplugin && ! use webstart ; then
|
||||
elog "Note that the nsplugin flag implies the webstart flag. Enable it to remove this message."
|
||||
fi
|
||||
|
@ -151,8 +130,6 @@ pkg_setup() {
|
|||
JAVA_PKG_FORCE_VM="icedtea-bin-6"
|
||||
elif has_version dev-java/gcj-jdk; then
|
||||
JAVA_PKG_FORCE_VM="gcj-jdk"
|
||||
elif has_version dev-java/cacao; then
|
||||
JAVA_PKG_FORCE_VM="cacao"
|
||||
else
|
||||
die "Unable to find a supported VM for building"
|
||||
fi
|
||||
|
@ -180,13 +157,13 @@ src_configure() {
|
|||
if has "${vm}" icedtea6 icedtea-6 icedtea6-bin icedtea-bin-6; then
|
||||
# If we are upgrading icedtea, then we don't need to bootstrap.
|
||||
config="${config} --with-jdk-home=$(java-config -O) --disable-bootstrap"
|
||||
elif has "${vm}" gcj-jdk cacao; then
|
||||
# For other 1.5 JDKs e.g. GCJ, CACAO.
|
||||
elif has "${vm}" gcj-jdk; then
|
||||
# For other 1.5 JDKs e.g. GCJ
|
||||
config="${config} --with-ecj-jar=/usr/share/eclipse-ecj/ecj.jar" \
|
||||
config="${config} --with-jdk-home=${vmhome}"
|
||||
else
|
||||
eerror "IcedTea${SLOT} must be built with either a JDK based on GNU Classpath or an existing build of IcedTea${SLOT}."
|
||||
die "Install a GNU Classpath JDK (gcj-jdk, cacao)"
|
||||
die "Install a GNU Classpath JDK (gcj-jdk)"
|
||||
fi
|
||||
|
||||
# OpenJDK-specific parallelism support. Bug #389791, #337827
|
||||
|
@ -196,7 +173,7 @@ src_configure() {
|
|||
config="${config} --with-parallel-jobs=${procs}";
|
||||
einfo "Configuring using --with-parallel-jobs=${procs}"
|
||||
|
||||
if use_zero ; then
|
||||
if need_zero ; then
|
||||
config="${config} --enable-zero"
|
||||
else
|
||||
config="${config} --disable-zero"
|
||||
|
@ -210,14 +187,6 @@ src_configure() {
|
|||
config="${config} --with-hotspot-build=hs20 --with-hotspot-src-zip=${DISTDIR}/${HOTSPOT_TARBALL}"
|
||||
fi
|
||||
|
||||
if use cacao ; then
|
||||
config="${config} --with-cacao-src-zip=${DISTDIR}/${CACAO_TARBALL}"
|
||||
fi
|
||||
|
||||
if use jamvm ; then
|
||||
config="${config} --with-jamvm-src-zip=${DISTDIR}/${JAMVM_TARBALL}"
|
||||
fi
|
||||
|
||||
unset_vars
|
||||
|
||||
econf ${config} \
|
||||
|
@ -229,8 +198,8 @@ src_configure() {
|
|||
$(use_enable !debug optimizations) \
|
||||
$(use_enable doc docs) \
|
||||
$(use_with javascript rhino ${rhino_jar}) \
|
||||
$(use_enable cacao) \
|
||||
$(use_enable jamvm) \
|
||||
--disable-cacao \
|
||||
--disable-jamvm \
|
||||
$(use_enable pulseaudio pulse-java) \
|
||||
$(use_enable xrender) \
|
||||
$(use_enable systemtap) \
|
||||
|
@ -269,7 +238,9 @@ src_install() {
|
|||
|
||||
# Set PaX markings on all JDK/JRE executables to allow code-generation on
|
||||
# the heap by the JIT compiler.
|
||||
pax-mark m $(list-paxables "${ddest}"{,/jre}/bin/*)
|
||||
local marks="m"
|
||||
use x86 && marks="msp"
|
||||
pax-mark ${marks} $(list-paxables "${ddest}"{,/jre}/bin/*)
|
||||
|
||||
dodoc ASSEMBLY_EXCEPTION THIRD_PARTY_README
|
||||
|
||||
|
@ -301,8 +272,8 @@ src_install() {
|
|||
set_java_env "${T}/icedtea.env"
|
||||
}
|
||||
|
||||
use_zero() {
|
||||
use zero || ( ! use amd64 && ! use x86 && ! use sparc )
|
||||
need_zero() {
|
||||
! use amd64 && ! use x86 && ! use sparc
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
|
@ -316,8 +287,3 @@ pkg_preinst() {
|
|||
elog "and the same holds for any user VM settings. Sorry for the inconvenience."
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
# Set as default VM if none exists
|
||||
java-vm-2_pkg_postinst
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild,v 1.13 2011/11/18 16:41:38 caster Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-java/icedtea/icedtea-7.2.0-r1.ebuild,v 1.17 2011/11/18 22:00:15 sera Exp $
|
||||
# Build written by Andrew John Hughes (gnu_andrew@member.fsf.org)
|
||||
|
||||
# *********************************************************
|
||||
|
@ -25,8 +25,6 @@ JAXP_TARBALL="948e734135ea.tar.gz"
|
|||
JAXWS_TARBALL="a2ebfdc9db7e.tar.gz"
|
||||
JDK_TARBALL="2054526dd141.tar.gz"
|
||||
LANGTOOLS_TARBALL="9b85f1265346.tar.gz"
|
||||
CACAO_TARBALL="4549072ab2de.tar.gz"
|
||||
JAMVM_TARBALL="310c491ddc14e92a6ffff27030a1a1821e6395a8.tar.gz"
|
||||
SRC_URI="http://icedtea.classpath.org/download/source/${ICEDTEA_PKG}.tar.gz
|
||||
http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/archive/${OPENJDK_TARBALL}
|
||||
http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/corba/archive/${CORBA_TARBALL}
|
||||
|
@ -34,14 +32,13 @@ SRC_URI="http://icedtea.classpath.org/download/source/${ICEDTEA_PKG}.tar.gz
|
|||
http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/jaxws/archive/${JAXWS_TARBALL}
|
||||
http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/jdk/archive/${JDK_TARBALL}
|
||||
http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/hotspot/archive/${HOTSPOT_TARBALL}
|
||||
http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/langtools/archive/${LANGTOOLS_TARBALL}
|
||||
jamvm? ( http://icedtea.classpath.org/download/drops/jamvm/jamvm-${JAMVM_TARBALL} )"
|
||||
http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/langtools/archive/${LANGTOOLS_TARBALL}"
|
||||
HOMEPAGE="http://icedtea.classpath.org"
|
||||
S=${WORKDIR}/${ICEDTEA_PKG}
|
||||
|
||||
# Missing options:
|
||||
# shark - needs adding
|
||||
IUSE="debug doc examples jamvm javascript +nsplugin pulseaudio systemtap +webstart zero"
|
||||
IUSE="debug doc examples javascript +nsplugin pulseaudio systemtap +webstart"
|
||||
|
||||
RDEPEND=">=net-print/cups-1.2.12
|
||||
>=x11-libs/libX11-1.1.3
|
||||
|
@ -54,6 +51,7 @@ RDEPEND=">=net-print/cups-1.2.12
|
|||
>=x11-libs/libXau-1.0.3
|
||||
>=x11-libs/libXdmcp-1.0.2
|
||||
>=x11-libs/libXtst-1.0.3
|
||||
>=x11-libs/libXext-1.1.1
|
||||
virtual/jpeg
|
||||
>=media-libs/libpng-1.2
|
||||
>=media-libs/giflib-4.1.6
|
||||
|
@ -63,7 +61,8 @@ RDEPEND=">=net-print/cups-1.2.12
|
|||
x11-proto/xineramaproto
|
||||
pulseaudio? ( >=media-sound/pulseaudio-0.9.11 )
|
||||
javascript? ( dev-java/rhino:1.6 )
|
||||
zero? ( virtual/libffi )
|
||||
ppc? ( virtual/libffi )
|
||||
ppc64? ( virtual/libffi )
|
||||
>=x11-libs/libXrender-0.9.4
|
||||
systemtap? ( >=dev-util/systemtap-1 )
|
||||
!dev-java/icedtea:0
|
||||
|
@ -81,7 +80,6 @@ RDEPEND=">=net-print/cups-1.2.12
|
|||
DEPEND="${RDEPEND}
|
||||
|| (
|
||||
>=dev-java/gcj-jdk-4.3
|
||||
>=dev-java/cacao-0.99.2
|
||||
dev-java/icedtea-bin:7
|
||||
dev-java/icedtea-bin:6
|
||||
dev-java/icedtea:7
|
||||
|
@ -89,6 +87,8 @@ DEPEND="${RDEPEND}
|
|||
)
|
||||
app-arch/zip
|
||||
>=dev-libs/libxslt-1.1.26
|
||||
>=x11-proto/xextproto-7.1.1
|
||||
x11-proto/xproto
|
||||
>=dev-java/ant-core-1.8.1
|
||||
dev-java/ant-nodeps
|
||||
app-misc/ca-certificates
|
||||
|
@ -107,19 +107,6 @@ JAVA_PKG_WANT_SOURCE="1.5"
|
|||
JAVA_PKG_WANT_TARGET="1.5"
|
||||
|
||||
pkg_setup() {
|
||||
# Shark support disabled for now - still experimental and needs sys-devel/llvm
|
||||
# if use shark ; then
|
||||
# if ( ! use x86 && ! use sparc && ! use ppc ) ; then
|
||||
# eerror "The Shark JIT has known issues on 64-bit platforms. Please rebuild"
|
||||
# errror "without the shark USE flag turned on."
|
||||
# die "Rebuild without the shark USE flag on."
|
||||
# fi
|
||||
# if ( ! use zero ) ; then
|
||||
# eerror "The use of the Shark JIT is only applicable when used with the zero assembler port.";
|
||||
# die "Rebuild without the shark USE flag on or with the zero USE flag turned on."
|
||||
# fi
|
||||
# fi
|
||||
|
||||
if use nsplugin && ! use webstart ; then
|
||||
elog "Note that the nsplugin flag implies the webstart flag. Enable it to remove this message."
|
||||
fi
|
||||
|
@ -151,8 +138,6 @@ pkg_setup() {
|
|||
JAVA_PKG_FORCE_VM="icedtea-bin-6"
|
||||
elif has_version dev-java/gcj-jdk; then
|
||||
JAVA_PKG_FORCE_VM="gcj-jdk"
|
||||
elif has_version dev-java/cacao; then
|
||||
JAVA_PKG_FORCE_VM="cacao"
|
||||
else
|
||||
die "Unable to find a supported VM for building"
|
||||
fi
|
||||
|
@ -193,7 +178,7 @@ src_configure() {
|
|||
elif has "${vm}" icedtea7 icedtea-7 icedtea-bin-7; then
|
||||
# We can't currently bootstrap with a PaX enabled kernel :(
|
||||
host-is-pax && config="${config} --disable-bootstrap"
|
||||
elif has "${vm}" gcj-jdk cacao; then
|
||||
elif has "${vm}" gcj-jdk ; then
|
||||
if host-is-pax; then
|
||||
eerror "Can't currently bootstrap IcedTea using gcj-jdk or cacao on a PaX enabled host"
|
||||
eerror "Sorry for the inconvenience"
|
||||
|
@ -201,7 +186,7 @@ src_configure() {
|
|||
fi
|
||||
else
|
||||
eerror "IcedTea must be built with either a JDK based on GNU Classpath or an existing build of IcedTea."
|
||||
die "Install a GNU Classpath JDK (gcj-jdk, cacao)"
|
||||
die "Install a GNU Classpath JDK (gcj-jdk)"
|
||||
fi
|
||||
|
||||
# OpenJDK-specific parallelism support. Bug #389791, #337827
|
||||
|
@ -211,7 +196,7 @@ src_configure() {
|
|||
config="${config} --with-parallel-jobs=${procs}";
|
||||
einfo "Configuring using --with-parallel-jobs=${procs}"
|
||||
|
||||
if use_zero ; then
|
||||
if need_zero ; then
|
||||
config="${config} --enable-zero"
|
||||
else
|
||||
config="${config} --disable-zero"
|
||||
|
@ -221,15 +206,6 @@ src_configure() {
|
|||
rhino_jar=$(java-pkg_getjar rhino:1.6 js.jar);
|
||||
fi
|
||||
|
||||
# CACAO disabled until it has OpenJDK7 support
|
||||
# if use cacao ; then
|
||||
# config="${config} --with-cacao-src-zip=${DISTDIR}/${CACAO_TARBALL}";
|
||||
# fi
|
||||
|
||||
if use jamvm ; then
|
||||
config="${config} --with-jamvm-src-zip=${DISTDIR}/${JAMVM_TARBALL}";
|
||||
fi
|
||||
|
||||
unset_vars
|
||||
|
||||
econf ${config} \
|
||||
|
@ -246,7 +222,8 @@ src_configure() {
|
|||
$(use_enable !debug optimizations) \
|
||||
$(use_enable doc docs) \
|
||||
$(use_with javascript rhino ${rhino_jar}) \
|
||||
$(use_enable zero) \
|
||||
--disable-cacao \
|
||||
--disable-jamvm \
|
||||
$(use_enable pulseaudio pulse-java) \
|
||||
$(use_enable systemtap)
|
||||
}
|
||||
|
@ -287,7 +264,9 @@ src_install() {
|
|||
|
||||
# Set PaX markings on all JDK/JRE executables to allow code-generation on
|
||||
# the heap by the JIT compiler.
|
||||
pax-mark m $(list-paxables "${ddest}"{,/jre}/bin/*)
|
||||
local marks="m"
|
||||
use x86 && marks="msp"
|
||||
pax-mark ${marks} $(list-paxables "${ddest}"{,/jre}/bin/*)
|
||||
|
||||
dodoc ASSEMBLY_EXCEPTION THIRD_PARTY_README
|
||||
|
||||
|
@ -321,8 +300,8 @@ src_install() {
|
|||
java-vm_sandbox-predict /dev/random /proc/self/coredump_filter
|
||||
}
|
||||
|
||||
use_zero() {
|
||||
use zero || ( ! use amd64 && ! use x86 && ! use sparc )
|
||||
need_zero() {
|
||||
! use amd64 && ! use x86 && ! use sparc
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
|
@ -336,8 +315,3 @@ pkg_preinst() {
|
|||
elog "and the same holds for any user VM settings. Sorry for the inconvenience."
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
# Set as default VM if none exists
|
||||
java-vm-2_pkg_postinst
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jdk/sun-jdk-1.6.0.29.ebuild,v 1.5 2011/11/05 10:08:24 hwoarang Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jdk/sun-jdk-1.6.0.29.ebuild,v 1.6 2011/11/18 22:11:13 sera Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
|
@ -68,7 +68,9 @@ src_unpack() {
|
|||
src_compile() {
|
||||
# Set PaX markings on all JDK/JRE executables to allow code-generation on
|
||||
# the heap by the JIT compiler. This needs to be done before CDS - #215225
|
||||
pax-mark m $(list-paxables "${S}"{,/jre}/bin/*)
|
||||
local marks="m"
|
||||
use x86 && marks="msp"
|
||||
pax-mark ${marks} $(list-paxables "${S}"{,/jre}/bin/*)
|
||||
|
||||
# see bug #207282
|
||||
einfo "Creating the Class Data Sharing archives"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
DIST qp8.12.tar.gz 1459424 RMD160 d67b99a79e449bea7aefd43b841996373fb88717 SHA1 08e16e10b6ba4053c49a7c733ef955e18d6f941b SHA256 a184a9bf7feae32340c923fb74de84b0154abe665b1708d6fb9ee644cc0ad706
|
||||
DIST qp9.0.tar.gz 1460127 RMD160 fe2e6dcde878e2b17e56cddfaf64f956800c58c7 SHA1 291529c79964737990d901948f615d45905cce5a SHA256 0694c8f5c894e86bab252badec4394c37cdd800648c521bae6a2d7ad7470f32c
|
||||
|
|
41
dev-lang/qu-prolog/files/qu-prolog-9.0-cerr-ptr.patch
Normal file
41
dev-lang/qu-prolog/files/qu-prolog-9.0-cerr-ptr.patch
Normal file
|
@ -0,0 +1,41 @@
|
|||
diff -ur qp9.0.orig/src/gc.cc qp9.0/src/gc.cc
|
||||
--- qp9.0.orig/src/gc.cc 2011-07-14 14:48:03.000000000 +1200
|
||||
+++ qp9.0/src/gc.cc 2011-11-19 09:55:20.000000000 +1300
|
||||
@@ -152,7 +152,7 @@
|
||||
{
|
||||
cerr << size << endl;
|
||||
heapobject* ptr = reinterpret_cast<heapobject*>(term);
|
||||
- cerr << hex << (u_int)(ptr) << " : " << *ptr << " " << *(ptr+1) << dec << endl;
|
||||
+ cerr << hex << (wordptr)(ptr) << " : " << *ptr << " " << *(ptr+1) << dec << endl;
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
diff -ur qp9.0.orig/src/objects.h qp9.0/src/objects.h
|
||||
--- qp9.0.orig/src/objects.h 2011-07-14 14:48:03.000000000 +1200
|
||||
+++ qp9.0/src/objects.h 2011-11-19 09:55:20.000000000 +1300
|
||||
@@ -1242,18 +1242,12 @@
|
||||
<< this->getName() << "\" ";
|
||||
|
||||
#ifndef WIN32
|
||||
- switch (hasAssociatedItem())
|
||||
- {
|
||||
- case AssociatedNone:
|
||||
- std::cerr << "(no info)";
|
||||
- break;
|
||||
- case AssociatedInteger:
|
||||
- std::cerr << "int: " << getAssociatedInteger();
|
||||
- break;
|
||||
- case AssociatedAtom:
|
||||
- std::cerr << "atom: [" << std::hex << (wordptr) getAssociatedAtom() << std::dec << "]";
|
||||
- break;
|
||||
- }
|
||||
+ if (hasAssociatedInteger())
|
||||
+ std::cerr << "int: " << getAssociatedInteger();
|
||||
+ else if (hasAssociatedAtom())
|
||||
+ std::cerr << "atom: [" << std::hex << (wordptr) getAssociatedAtom() << std::dec << "]";
|
||||
+ else
|
||||
+ std::cerr << "(no info)";
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
Only in qp9.0/src: objects.h.orig
|
22
dev-lang/qu-prolog/files/qu-prolog-9.0-cflags.patch
Normal file
22
dev-lang/qu-prolog/files/qu-prolog-9.0-cflags.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
diff -ur qp9.0.orig/src/Makefile.in qp9.0/src/Makefile.in
|
||||
--- qp9.0.orig/src/Makefile.in 2011-07-14 14:48:14.000000000 +1200
|
||||
+++ qp9.0/src/Makefile.in 2011-11-19 09:51:48.000000000 +1300
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
#export DEBUGGING=
|
||||
|
||||
-export CXXFLAGS = @GCC_ALIAS_FLAG@ -Wall -D_GNU_SOURCE=1 $(OPTIMISATION) @DEBUGGING@ @GCCINCLUDES@ -Wno-uninitialized
|
||||
+#export CXXFLAGS = @GCC_ALIAS_FLAG@ -Wall -D_GNU_SOURCE=1 $(OPTIMISATION) @DEBUGGING@ @GCCINCLUDES@ -Wno-uninitialized
|
||||
export QACXXFLAGS = -Wall -D_GNU_SOURCE=1 @DEBUGGING@ @GCCINCLUDES@ -Wno-uninitialized
|
||||
|
||||
.PHONY: all
|
||||
@@ -79,6 +79,9 @@
|
||||
|
||||
# Targets
|
||||
|
||||
+.cc.o:
|
||||
+ $(CXX) $(CXXFLAGS) @GCC_ALIAS_FLAG@ -Wall -D_GNU_SOURCE=1 @DEBUGGING@ @GCCINCLUDES@ -Wno-uninitialized -c $<
|
||||
+
|
||||
.PHONY: commands
|
||||
commands: $(GENERATED) $(LIBRARIES) $(BIG_LIBRARY)
|
||||
@$(MAKE) $(ALL_COMMANDS)
|
32
dev-lang/qu-prolog/files/qu-prolog-9.0-portage.patch
Normal file
32
dev-lang/qu-prolog/files/qu-prolog-9.0-portage.patch
Normal file
|
@ -0,0 +1,32 @@
|
|||
diff -ur qp9.0.orig/bin/qc.in qp9.0/bin/qc.in
|
||||
--- qp9.0.orig/bin/qc.in 2011-07-14 14:47:48.000000000 +1200
|
||||
+++ qp9.0/bin/qc.in 2011-11-19 09:50:05.000000000 +1300
|
||||
@@ -27,13 +27,13 @@
|
||||
|
||||
##############################
|
||||
|
||||
-preprocess='@QPHOME@/bin/qppp'
|
||||
-expand='@QPHOME@/bin/qg'
|
||||
-qpcompile='@QPHOME@/bin/qc1'
|
||||
+preprocess='qppp'
|
||||
+expand='qg'
|
||||
+qpcompile='qc1'
|
||||
compversion='qup'
|
||||
-assemble='@QPHOME@/bin/qa'
|
||||
-link='@QPHOME@/bin/ql'
|
||||
-execute='@QPHOME@/bin/qem'
|
||||
+assemble='qa'
|
||||
+link='ql'
|
||||
+execute='qem'
|
||||
libqofiles="@QPHOME@/prolog/compiler/*.qo @QPHOME@/prolog/library/*.qo"
|
||||
|
||||
##############################
|
||||
diff -ur qp9.0.orig/prolog/Makefile.in qp9.0/prolog/Makefile.in
|
||||
--- qp9.0.orig/prolog/Makefile.in 2006-04-06 16:01:45.000000000 +1200
|
||||
+++ qp9.0/prolog/Makefile.in 2011-11-19 09:50:05.000000000 +1300
|
||||
@@ -1,3 +1,5 @@
|
||||
+PATH:=$(PATH):@QPHOME@/bin
|
||||
+
|
||||
.DEFAULT:
|
||||
@$(MAKE) -C compiler $@
|
||||
@$(MAKE) -C library $@
|
101
dev-lang/qu-prolog/qu-prolog-9.0.ebuild
Normal file
101
dev-lang/qu-prolog/qu-prolog-9.0.ebuild
Normal file
|
@ -0,0 +1,101 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/qu-prolog/qu-prolog-9.0.ebuild,v 1.1 2011/11/18 21:00:02 keri Exp $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit eutils qt4-r2
|
||||
|
||||
MY_P=qp${PV}
|
||||
|
||||
DESCRIPTION="Qu-Prolog is an extended Prolog supporting quantifiers, object-variables and substitutions"
|
||||
HOMEPAGE="http://www.itee.uq.edu.au/~pjr/HomePages/QuPrologHome.html"
|
||||
SRC_URI="http://www.itee.uq.edu.au/~pjr/HomePages/QPFiles/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="as-is"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="debug doc examples pedro qt4 readline threads"
|
||||
|
||||
RDEPEND="!dev-util/mpatch
|
||||
!dev-util/rej
|
||||
qt4? ( x11-libs/qt-gui:4 )
|
||||
pedro? ( net-misc/pedro )
|
||||
readline? ( app-misc/rlwrap )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
dev-lang/perl"
|
||||
|
||||
S="${WORKDIR}"/${MY_P}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-portage.patch
|
||||
epatch "${FILESDIR}"/${P}-cflags.patch
|
||||
epatch "${FILESDIR}"/${P}-cerr-ptr.patch
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
--libdir=/usr/$(get_libdir) \
|
||||
$(use_enable debug) \
|
||||
$(use_enable threads multiple-threads)
|
||||
|
||||
if use qt4; then
|
||||
cd "${S}"/src/xqp
|
||||
eqmake4 xqp.pro
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake || die "emake failed"
|
||||
|
||||
if use qt4; then
|
||||
cd "${S}"/src/xqp
|
||||
emake || die "emake xqp failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
sed -i -e "s|${S}|/usr/$(get_libdir)/qu-prolog|g" \
|
||||
bin/qc bin/qc1.qup bin/qecat bin/qg bin/qp || die
|
||||
|
||||
exeinto /usr/bin
|
||||
doexe bin/qa bin/qdeal bin/qem bin/ql || die
|
||||
doexe bin/qc bin/qc1.qup bin/qecat bin/qg bin/qp bin/qppp || die
|
||||
doexe bin/kq || die
|
||||
|
||||
if use qt4; then
|
||||
doexe src/xqp/xqp || die
|
||||
fi
|
||||
|
||||
insinto /usr/$(get_libdir)/${PN}/bin
|
||||
doins bin/rl_commands
|
||||
doins bin/qc1.qup.qx \
|
||||
bin/qecat.qx \
|
||||
bin/qg.qx \
|
||||
bin/qp.qx || die
|
||||
|
||||
insinto /usr/$(get_libdir)/${PN}/library
|
||||
doins prolog/library/*.qo || die
|
||||
|
||||
insinto /usr/$(get_libdir)/${PN}/compiler
|
||||
doins prolog/compiler/*.qo || die
|
||||
|
||||
doman doc/man/man1/*.1 || die
|
||||
|
||||
dodoc README || die
|
||||
|
||||
if use doc ; then
|
||||
docinto reference-manual
|
||||
dodoc doc/manual/*.html || die
|
||||
docinto user-guide
|
||||
dodoc doc/user/main.pdf || die
|
||||
fi
|
||||
|
||||
if use examples ; then
|
||||
insinto /usr/share/doc/${PF}/examples
|
||||
doins examples/*.ql || die
|
||||
docinto examples
|
||||
dodoc examples/README || die
|
||||
fi
|
||||
}
|
|
@ -1,15 +1,9 @@
|
|||
DIST pl-5.10.4.tar.gz 13242637 RMD160 5891908606a3676a2c6c6008f8cb2f6724cd211f SHA1 481828a00b6fa0ea3e60a081b75ed7cf55591b97 SHA256 e65275402e6d1aaaa07fa3dbb56f2f08cb688366d292324cc18b17bf0500bfb3
|
||||
DIST pl-5.10.5.tar.gz 13329752 RMD160 1ed3594b46efead1fd66b232ff8bdd765d749200 SHA1 bc27e997e20120aed9be68af2fdccfb093ff16eb SHA256 38d938d6a64e894685aa44bf9ea34b5505764cd084e07e6b4c21a9dd89b579d5
|
||||
DIST pl-5.11.27.tar.gz 13445120 RMD160 af7339db041d0be602109e1ba16f684759cbb192 SHA1 843ff32c9dfb2b0ca805b332a407b4ac9b9e1d04 SHA256 b66215c9426cb78602761c6e8cf47c6f6ecbe1967b7c140a7e0d7cac9a9c5608
|
||||
DIST pl-5.11.28.tar.gz 13380533 RMD160 b43ef3612f4f50215c12aaf3252784140b815c47 SHA1 c928f995a49d8f2bd2d6f414f825845e040e1fd7 SHA256 c6594aafee10797a16803bfeec7ef7d2d1a716e3dcb8fdf995c9230af7ce6186
|
||||
DIST pl-5.11.29.tar.gz 13389645 RMD160 1f5921dce920d7ed9c294d570c2ff0cb68d11733 SHA1 b9628a32a0b8deefdb2bdbc8994fcb8ab8c29b39 SHA256 1d5c1ea60a8a7b313322af80b1a5acf45e4dcf356a58ebc691904b92760f0e3b
|
||||
DIST pl-5.11.30.tar.gz 13408384 RMD160 feb602ff8e9f4da835fadb8a4f1e2074554e4e11 SHA1 ae36d0b9e1caacadefa961cf78f859b8572adc7d SHA256 17f4905c17a138fe37d69956927631a43b52425393d2b0f507f8a042e37cd605
|
||||
DIST pl-5.11.31.tar.gz 13421230 RMD160 2050615ba9e923beff1955316e0cb8e8f6488f27 SHA1 c35ae1d9f037fe0e31fe98ad8e085cabbd775783 SHA256 09ed7dca88c7de4758514edf6f4256c6c900248f460c088b2ddaa0d79c7be938
|
||||
DIST pl-5.11.32.tar.gz 13423554 RMD160 8c70a93667ca0f51e10e7d7943e20e52c7e47501 SHA1 f361e17aeb1ed4f1c5b950570b7176ef6766839c SHA256 aa4eb6c45ae598f283e3d374e066262795537cd9ccddbf0b71c907e30f320c4a
|
||||
DIST swi-prolog-5.10.4-gentoo-patchset-3.tar.gz 9770 RMD160 6bf3af5c57da54407f260db9ee5203ee6fa8c032 SHA1 3fc7483226a7ea5363ee083105bcf1d81d645b1e SHA256 8745a67d34f83afdbb1ed852606d40fadfe7de7bca00c8a88690efb65aace21b
|
||||
DIST swi-prolog-5.10.5-gentoo-patchset-0.tar.gz 5860 RMD160 ec0c8237fecf838101602875a9e4eb64a1c84271 SHA1 57b97c3284158e0fad2c0371479284bf79e85654 SHA256 a20cb42ed5385076a2ba759898f44b82fe0d40b5f2f16063535f1635763c6aa6
|
||||
DIST swi-prolog-5.10.5-gentoo-patchset-4.tar.gz 9587 RMD160 1867f6320810bfb7f356716e6006c40e77507006 SHA1 79a27dc241e6fe1c6e86c5769eba16a5b984f6cd SHA256 0f00bb91ed0039fc861c7f60251a752a836b8ef18d2fdd920bb5fcb88f64f653
|
||||
DIST swi-prolog-5.11.27-gentoo-patchset-0.tar.gz 5875 RMD160 1d7750c1fa34add6c6b16991b088454d5fdf0f62 SHA1 09626e8c7b37426197c55a69ad300e2fa4cdc5da SHA256 dc100a2e79e80d0f6b669262bcf187b7d6547ee2bb85ee6c16fa697c5ee37f3f
|
||||
DIST swi-prolog-5.11.28-gentoo-patchset-2.tar.gz 9232 RMD160 7e7eb799edc555c7258bdeba78b4dccd13c89659 SHA1 84654b5f765b6931f703ebcfc34774b08b9f5ace SHA256 675728c1e7992a9afd06a05094a61347208a72ab7c14d9fe26febd7e3751e393
|
||||
DIST swi-prolog-5.11.29-gentoo-patchset-0.tar.gz 4421 RMD160 8763639b1a91a4ee9fcffd9e63c45b68117043d4 SHA1 b4326e5edbb870c7f1358ed82fa4e66c55ea38db SHA256 60ca8378cfcee51af889ed4c73c25c731acb2e47593a0633a2df3474f16711ca
|
||||
DIST swi-prolog-5.11.30-gentoo-patchset-1.tar.gz 4354 RMD160 10a535ca4cb4c4f392a5d48d5b887d6a66bba636 SHA1 6984e9b026e4f920a98fc1ec980e453ac4bea0f0 SHA256 fa4b0bf235ee37c26be5a746d3053f703b5508f51db8f3b79a86d95d1a03927a
|
||||
DIST swi-prolog-5.11.31-gentoo-patchset-0.tar.gz 4228 RMD160 5ad348c890a3212c0ddde8727a25f7139d663b8f SHA1 3a0a8efdb7e24e8edfedd4cdc2c0a2d8968115b7 SHA256 baf8e541f1a5fe7af501c55472694fb75a1517fbc0839d5023cb41bebe484165
|
||||
DIST swi-prolog-5.11.32-gentoo-patchset-0.tar.gz 3839 RMD160 29accfa80b175a25560e628a0d4d1ce50fb13fdc SHA1 498011ddfd6086793cd97dd28800b1f595ddb887 SHA256 bbccb04540a12c143099f865d3447362afb8c76a8b6b338d1b896f59f8d339b5
|
||||
|
|
|
@ -1,125 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.11.28.ebuild,v 1.3 2011/10/11 06:33:55 keri Exp $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit eutils flag-o-matic java-pkg-opt-2
|
||||
|
||||
PATCHSET_VER="2"
|
||||
|
||||
DESCRIPTION="free, small, and standard compliant Prolog compiler"
|
||||
HOMEPAGE="http://www.swi-prolog.org/"
|
||||
SRC_URI="http://www.swi-prolog.org/download/devel/src/pl-${PV}.tar.gz
|
||||
mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="debug doc gmp hardened java minimal odbc readline ssl static test zlib X"
|
||||
|
||||
RDEPEND="sys-libs/ncurses
|
||||
zlib? ( sys-libs/zlib )
|
||||
odbc? ( dev-db/unixODBC )
|
||||
readline? ( sys-libs/readline )
|
||||
gmp? ( dev-libs/gmp )
|
||||
ssl? ( dev-libs/openssl )
|
||||
java? ( >=virtual/jdk-1.4 )
|
||||
X? (
|
||||
virtual/jpeg
|
||||
x11-libs/libX11
|
||||
x11-libs/libXft
|
||||
x11-libs/libXpm
|
||||
x11-libs/libXt
|
||||
x11-libs/libICE
|
||||
x11-libs/libSM )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
X? ( x11-proto/xproto )
|
||||
java? ( test? ( =dev-java/junit-3.8* ) )"
|
||||
|
||||
S="${WORKDIR}/pl-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
EPATCH_FORCE=yes
|
||||
EPATCH_SUFFIX=patch
|
||||
epatch "${WORKDIR}"/${PV}
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
append-flags -fno-strict-aliasing
|
||||
use ppc && append-flags -mno-altivec
|
||||
use hardened && append-flags -fno-unit-at-a-time
|
||||
use debug && append-flags -DO_DEBUG
|
||||
|
||||
cd "${S}"/src
|
||||
econf \
|
||||
--libdir=/usr/$(get_libdir) \
|
||||
$(use_enable gmp) \
|
||||
$(use_enable readline) \
|
||||
$(use_enable !static shared) \
|
||||
--enable-custom-flags COFLAGS="${CFLAGS}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cd "${S}"/src
|
||||
emake || die "emake failed"
|
||||
|
||||
if ! use minimal ; then
|
||||
local jpltestconf
|
||||
if use java && use test ; then
|
||||
jpltestconf="--with-junit=$(java-config --classpath junit)"
|
||||
fi
|
||||
|
||||
cd "${S}/packages"
|
||||
econf \
|
||||
--libdir=/usr/$(get_libdir) \
|
||||
--with-chr \
|
||||
--with-clib \
|
||||
--with-clpqr \
|
||||
--with-cpp \
|
||||
--with-http \
|
||||
$(use_with java jpl) \
|
||||
${jpltestconf} \
|
||||
--with-nlp \
|
||||
$(use_with odbc) \
|
||||
--with-pldoc \
|
||||
--with-plunit \
|
||||
--with-protobufs \
|
||||
--with-R \
|
||||
--with-RDF \
|
||||
--with-semweb \
|
||||
--with-sgml \
|
||||
$(use_with ssl) \
|
||||
--with-table \
|
||||
--with-tipc \
|
||||
$(use_with X xpce) \
|
||||
$(use_with zlib) \
|
||||
COFLAGS='"${CFLAGS}"'
|
||||
|
||||
emake || die "packages emake failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
cd "${S}/src"
|
||||
emake check || die "make check failed. See above for details."
|
||||
|
||||
if ! use minimal ; then
|
||||
cd "${S}/packages"
|
||||
emake check || die "make check failed. See above for details."
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake -C src DESTDIR="${D}" install || die "install src failed"
|
||||
|
||||
if ! use minimal ; then
|
||||
emake -C packages DESTDIR="${D}" install || die "install packages failed"
|
||||
if use doc ; then
|
||||
emake -C packages DESTDIR="${D}" html-install || die "html-install failed"
|
||||
fi
|
||||
fi
|
||||
|
||||
dodoc ReleaseNotes/relnotes-5.10 INSTALL README VERSION || die
|
||||
}
|
|
@ -1,125 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.11.29.ebuild,v 1.1 2011/10/22 20:22:06 keri Exp $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit eutils flag-o-matic java-pkg-opt-2
|
||||
|
||||
PATCHSET_VER="0"
|
||||
|
||||
DESCRIPTION="free, small, and standard compliant Prolog compiler"
|
||||
HOMEPAGE="http://www.swi-prolog.org/"
|
||||
SRC_URI="http://www.swi-prolog.org/download/devel/src/pl-${PV}.tar.gz
|
||||
mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="debug doc gmp hardened java minimal odbc readline ssl static test zlib X"
|
||||
|
||||
RDEPEND="sys-libs/ncurses
|
||||
zlib? ( sys-libs/zlib )
|
||||
odbc? ( dev-db/unixODBC )
|
||||
readline? ( sys-libs/readline )
|
||||
gmp? ( dev-libs/gmp )
|
||||
ssl? ( dev-libs/openssl )
|
||||
java? ( >=virtual/jdk-1.4 )
|
||||
X? (
|
||||
virtual/jpeg
|
||||
x11-libs/libX11
|
||||
x11-libs/libXft
|
||||
x11-libs/libXpm
|
||||
x11-libs/libXt
|
||||
x11-libs/libICE
|
||||
x11-libs/libSM )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
X? ( x11-proto/xproto )
|
||||
java? ( test? ( =dev-java/junit-3.8* ) )"
|
||||
|
||||
S="${WORKDIR}/pl-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
EPATCH_FORCE=yes
|
||||
EPATCH_SUFFIX=patch
|
||||
epatch "${WORKDIR}"/${PV}
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
append-flags -fno-strict-aliasing
|
||||
use ppc && append-flags -mno-altivec
|
||||
use hardened && append-flags -fno-unit-at-a-time
|
||||
use debug && append-flags -DO_DEBUG
|
||||
|
||||
cd "${S}"/src
|
||||
econf \
|
||||
--libdir=/usr/$(get_libdir) \
|
||||
$(use_enable gmp) \
|
||||
$(use_enable readline) \
|
||||
$(use_enable !static shared) \
|
||||
--enable-custom-flags COFLAGS="${CFLAGS}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cd "${S}"/src
|
||||
emake || die "emake failed"
|
||||
|
||||
if ! use minimal ; then
|
||||
local jpltestconf
|
||||
if use java && use test ; then
|
||||
jpltestconf="--with-junit=$(java-config --classpath junit)"
|
||||
fi
|
||||
|
||||
cd "${S}/packages"
|
||||
econf \
|
||||
--libdir=/usr/$(get_libdir) \
|
||||
--with-chr \
|
||||
--with-clib \
|
||||
--with-clpqr \
|
||||
--with-cpp \
|
||||
--with-http \
|
||||
$(use_with java jpl) \
|
||||
${jpltestconf} \
|
||||
--with-nlp \
|
||||
$(use_with odbc) \
|
||||
--with-pldoc \
|
||||
--with-plunit \
|
||||
--with-protobufs \
|
||||
--with-R \
|
||||
--with-RDF \
|
||||
--with-semweb \
|
||||
--with-sgml \
|
||||
$(use_with ssl) \
|
||||
--with-table \
|
||||
--with-tipc \
|
||||
$(use_with X xpce) \
|
||||
$(use_with zlib) \
|
||||
COFLAGS='"${CFLAGS}"'
|
||||
|
||||
emake || die "packages emake failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
cd "${S}/src"
|
||||
emake check || die "make check failed. See above for details."
|
||||
|
||||
if ! use minimal ; then
|
||||
cd "${S}/packages"
|
||||
emake check || die "make check failed. See above for details."
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake -C src DESTDIR="${D}" install || die "install src failed"
|
||||
|
||||
if ! use minimal ; then
|
||||
emake -C packages DESTDIR="${D}" install || die "install packages failed"
|
||||
if use doc ; then
|
||||
emake -C packages DESTDIR="${D}" html-install || die "html-install failed"
|
||||
fi
|
||||
fi
|
||||
|
||||
dodoc ReleaseNotes/relnotes-5.10 INSTALL README VERSION || die
|
||||
}
|
|
@ -1,125 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.11.30.ebuild,v 1.2 2011/11/12 23:07:01 keri Exp $
|
||||
|
||||
EAPI=2
|
||||
|
||||
inherit eutils flag-o-matic java-pkg-opt-2
|
||||
|
||||
PATCHSET_VER="1"
|
||||
|
||||
DESCRIPTION="free, small, and standard compliant Prolog compiler"
|
||||
HOMEPAGE="http://www.swi-prolog.org/"
|
||||
SRC_URI="http://www.swi-prolog.org/download/devel/src/pl-${PV}.tar.gz
|
||||
mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="debug doc gmp hardened java minimal odbc readline ssl static test zlib X"
|
||||
|
||||
RDEPEND="sys-libs/ncurses
|
||||
zlib? ( sys-libs/zlib )
|
||||
odbc? ( dev-db/unixODBC )
|
||||
readline? ( sys-libs/readline )
|
||||
gmp? ( dev-libs/gmp )
|
||||
ssl? ( dev-libs/openssl )
|
||||
java? ( >=virtual/jdk-1.4 )
|
||||
X? (
|
||||
virtual/jpeg
|
||||
x11-libs/libX11
|
||||
x11-libs/libXft
|
||||
x11-libs/libXpm
|
||||
x11-libs/libXt
|
||||
x11-libs/libICE
|
||||
x11-libs/libSM )"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
X? ( x11-proto/xproto )
|
||||
java? ( test? ( =dev-java/junit-3.8* ) )"
|
||||
|
||||
S="${WORKDIR}/pl-${PV}"
|
||||
|
||||
src_prepare() {
|
||||
EPATCH_FORCE=yes
|
||||
EPATCH_SUFFIX=patch
|
||||
epatch "${WORKDIR}"/${PV}
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
append-flags -fno-strict-aliasing
|
||||
use ppc && append-flags -mno-altivec
|
||||
use hardened && append-flags -fno-unit-at-a-time
|
||||
use debug && append-flags -DO_DEBUG
|
||||
|
||||
cd "${S}"/src
|
||||
econf \
|
||||
--libdir=/usr/$(get_libdir) \
|
||||
$(use_enable gmp) \
|
||||
$(use_enable readline) \
|
||||
$(use_enable !static shared) \
|
||||
--enable-custom-flags COFLAGS="${CFLAGS}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cd "${S}"/src
|
||||
emake || die "emake failed"
|
||||
|
||||
if ! use minimal ; then
|
||||
local jpltestconf
|
||||
if use java && use test ; then
|
||||
jpltestconf="--with-junit=$(java-config --classpath junit)"
|
||||
fi
|
||||
|
||||
cd "${S}/packages"
|
||||
econf \
|
||||
--libdir=/usr/$(get_libdir) \
|
||||
--with-chr \
|
||||
--with-clib \
|
||||
--with-clpqr \
|
||||
--with-cpp \
|
||||
--with-http \
|
||||
$(use_with java jpl) \
|
||||
${jpltestconf} \
|
||||
--with-nlp \
|
||||
$(use_with odbc) \
|
||||
--with-pldoc \
|
||||
--with-plunit \
|
||||
--with-protobufs \
|
||||
--with-R \
|
||||
--with-RDF \
|
||||
--with-semweb \
|
||||
--with-sgml \
|
||||
$(use_with ssl) \
|
||||
--with-table \
|
||||
--with-tipc \
|
||||
$(use_with X xpce) \
|
||||
$(use_with zlib) \
|
||||
COFLAGS='"${CFLAGS}"'
|
||||
|
||||
emake || die "packages emake failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_test() {
|
||||
cd "${S}/src"
|
||||
emake check || die "make check failed. See above for details."
|
||||
|
||||
if ! use minimal ; then
|
||||
cd "${S}/packages"
|
||||
emake check || die "make check failed. See above for details."
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake -C src DESTDIR="${D}" install || die "install src failed"
|
||||
|
||||
if ! use minimal ; then
|
||||
emake -C packages DESTDIR="${D}" install || die "install packages failed"
|
||||
if use doc ; then
|
||||
emake -C packages DESTDIR="${D}" html-install || die "html-install failed"
|
||||
fi
|
||||
fi
|
||||
|
||||
dodoc ReleaseNotes/relnotes-5.10 INSTALL README VERSION || die
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.11.27.ebuild,v 1.1 2011/09/14 07:39:39 keri Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/swi-prolog/swi-prolog-5.11.32.ebuild,v 1.1 2011/11/18 19:13:00 keri Exp $
|
||||
|
||||
EAPI=2
|
||||
|
|
@ -2,3 +2,4 @@ DIST v8-3.5.10.24.tar.bz2 9378560 RMD160 5d6be86af37aed9e7a227fec817e76980f9802d
|
|||
DIST v8-3.6.6.5.tar.bz2 9621910 RMD160 b704bdfc7ea535210a2c8881becff6f81e0c6da3 SHA1 91b12e58dc2480eec132e12039748cebff4d2510 SHA256 d4a689038c0991f7bfaf367f5ec986110e35387259598183143f9c7f04343ca8
|
||||
DIST v8-3.6.6.6.tar.bz2 9619754 RMD160 8d8af502c4b90a534e302850349cc62c64e330b1 SHA1 25b65a7246731b5f91db3a0a8a0c6bd377b1fff5 SHA256 f51de4710c547373df546810e8d51c60cc90dd07881bf575191ade065964d6d6
|
||||
DIST v8-3.7.6.tar.bz2 9794134 RMD160 8ad53560e1a2b55e720c36bbcc19f08f888d5abc SHA1 7d8f81876164f7f0d28dbc8616f2a0afcccd3bec SHA256 5cdbd893c41f552a33d6fabcc2df88c9610a410d2993f3791cdeef318ff25189
|
||||
DIST v8-3.7.7.tar.bz2 9796280 RMD160 bf58f21e6b422fe82ab90e281b29947d5c969f85 SHA1 ebb1c5a454fc375fac4d7075b91b387f5c4b6e48 SHA256 83e08194789bf3226a7fc20a98438b30a28eaecd6bf937796e30dc8a8c50d301
|
||||
|
|
126
dev-lang/v8/v8-3.7.7.ebuild
Normal file
126
dev-lang/v8/v8-3.7.7.ebuild
Normal file
|
@ -0,0 +1,126 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.7.7.ebuild,v 1.1 2011/11/18 21:17:29 phajdan.jr Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
PYTHON_DEPEND="2:2.6"
|
||||
|
||||
inherit eutils multilib pax-utils python toolchain-funcs
|
||||
|
||||
DESCRIPTION="Google's open source JavaScript engine"
|
||||
HOMEPAGE="http://code.google.com/p/v8"
|
||||
SRC_URI="http://commondatastorage.googleapis.com/chromium-browser-official/${P}.tar.bz2"
|
||||
LICENSE="BSD"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86 ~x64-macos ~x86-macos"
|
||||
IUSE=""
|
||||
|
||||
pkg_setup() {
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# Stop -Werror from breaking the build.
|
||||
sed -i -e "s/-Werror//" build/standalone.gypi || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
tc-export AR CC CXX RANLIB
|
||||
export LINK="${CXX}"
|
||||
|
||||
# Use target arch detection logic from bug #354601.
|
||||
case ${CHOST} in
|
||||
i?86-*) myarch=ia32 ;;
|
||||
x86_64-*)
|
||||
if [[ $ABI = x86 ]] ; then
|
||||
myarch=ia32
|
||||
else
|
||||
myarch=x64
|
||||
fi ;;
|
||||
arm*-*) myarch=arm ;;
|
||||
*) die "Unrecognized CHOST: ${CHOST}"
|
||||
esac
|
||||
mytarget=${myarch}.release
|
||||
|
||||
if [[ ${PV} == "9999" ]]; then
|
||||
subversion_wc_info
|
||||
soname_version="${PV}-${ESVN_WC_REVISION}"
|
||||
else
|
||||
soname_version="${PV}"
|
||||
fi
|
||||
|
||||
local snapshot=on
|
||||
host-is-pax && snapshot=off
|
||||
|
||||
# TODO: Add console=readline option once implemented upstream
|
||||
# http://code.google.com/p/v8/issues/detail?id=1781
|
||||
|
||||
emake V=1 \
|
||||
library=shared \
|
||||
werror=no \
|
||||
soname_version=${soname_version} \
|
||||
snapshot=${snapshot} \
|
||||
${mytarget} || die
|
||||
|
||||
pax-mark m out/${mytarget}/{cctest,d8,shell} || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
tools/test-wrapper-gypbuild.py \
|
||||
--arch-and-mode=${mytarget} \
|
||||
--no-presubmit \
|
||||
--progress=dots || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr
|
||||
doins -r include || die
|
||||
|
||||
dobin out/${mytarget}/d8 || die
|
||||
|
||||
if [[ ${CHOST} == *-darwin* ]] ; then
|
||||
install_name_tool \
|
||||
-id "${EPREFIX}"/usr/$(get_libdir)/libv8$(get_libname).${soname_version} \
|
||||
out/${mytarget}/lib.target/libv8$(get_libname).${soname_version} || die
|
||||
fi
|
||||
|
||||
dolib out/${mytarget}/lib.target/libv8$(get_libname).${soname_version} || die
|
||||
dosym libv8$(get_libname).${soname_version} /usr/$(get_libdir)/libv8$(get_libname) || die
|
||||
|
||||
dodoc AUTHORS ChangeLog || die
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
preserved_libs=()
|
||||
local baselib candidate
|
||||
|
||||
eshopts_push -s nullglob
|
||||
|
||||
for candidate in "${EROOT}usr/$(get_libdir)"/libv8-*$(get_libname); do
|
||||
baselib=${candidate##*/}
|
||||
if [[ ! -e "${ED}usr/$(get_libdir)/${baselib}" ]]; then
|
||||
preserved_libs+=( "${EPREFIX}/usr/$(get_libdir)/${baselib}" )
|
||||
fi
|
||||
done
|
||||
for candidate in "${EROOT}usr/$(get_libdir)"/libv8$(get_libname).*; do
|
||||
baselib=${candidate##*/}
|
||||
if [[ ! -e "${ED}usr/$(get_libdir)/${baselib}" ]]; then
|
||||
preserved_libs+=( "${EPREFIX}/usr/$(get_libdir)/${baselib}" )
|
||||
fi
|
||||
done
|
||||
|
||||
eshopts_pop
|
||||
|
||||
if [[ ${#preserved_libs[@]} -gt 0 ]]; then
|
||||
preserve_old_lib "${preserved_libs[@]}"
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ ${#preserved_libs[@]} -gt 0 ]]; then
|
||||
preserve_old_lib_notify "${preserved_libs[@]}"
|
||||
fi
|
||||
}
|
|
@ -1 +1,2 @@
|
|||
DIST libbsd-0.2.0.tar.gz 81824 RMD160 e0038f00313ab07e7185ce180bcd3e624b0c7d97 SHA1 048f8522d15df9f160c17e43a45485bcd617bb0d SHA256 5c7920d4d3d0e253f4698b42b7b67130295d59df61c5a0e04e2d1787d543f0f1
|
||||
DIST libbsd-0.3.0.tar.gz 102409 RMD160 bb7aeecafcfc9a9ad250df45e5381e26b558b366 SHA1 cb294a6123fb1dd173369144adfcaccb278db310 SHA256 fbf36ed40443e1d0d795adbae8d461952509e610c3ccf0866ae160b723f7fe38
|
||||
|
|
56
dev-libs/libbsd/libbsd-0.3.0.ebuild
Normal file
56
dev-libs/libbsd/libbsd-0.3.0.ebuild
Normal file
|
@ -0,0 +1,56 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libbsd/libbsd-0.3.0.ebuild,v 1.1 2011/11/18 17:16:38 ssuominen Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit multilib toolchain-funcs
|
||||
|
||||
DESCRIPTION="A BSD compatibility library"
|
||||
HOMEPAGE="http://libbsd.freedesktop.org/wiki/"
|
||||
SRC_URI="http://libbsd.freedesktop.org/releases/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD BSD-2 BSD-4 ISC"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="static-libs"
|
||||
|
||||
pkg_setup() {
|
||||
mylibbsdconf=(
|
||||
AR="$(tc-getAR)"
|
||||
CC="$(tc-getCC)"
|
||||
libdir=/usr/$(get_libdir)
|
||||
usrlibdir=/usr/$(get_libdir)
|
||||
)
|
||||
|
||||
local f="${ROOT}"usr/$(get_libdir)/libbsd.a
|
||||
if ! has_version dev-libs/libbsd; then
|
||||
if [[ -e ${f} ]]; then
|
||||
eerror "You need to remove ${f} by hand or re-emerge sys-libs/glibc first."
|
||||
die "You need to remove ${f} by hand or re-emerge sys-libs/glibc first."
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# Instead of replacing upstream warning flags, append to them
|
||||
sed -i -e 's:CFLAGS ?= -g:CFLAGS +=:' Makefile || die
|
||||
|
||||
if ! use static-libs; then
|
||||
sed -i \
|
||||
-e '/^libs/s:$(LIB_STATIC)::' \
|
||||
-e 's:install -m644 $(LIB_STATIC):-&:' \
|
||||
Makefile || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake "${mylibbsdconf[@]}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" "${mylibbsdconf[@]}" install
|
||||
dodoc ChangeLog README TODO
|
||||
|
||||
# Fix file collision with dev-libs/elfutils by removing deprecated include
|
||||
rm -f "${ED}"usr/include/nlist.h
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>freedesktop</herd>
|
||||
<maintainer>
|
||||
<email>signals@gentoo.org</email>
|
||||
<name>Kevin McCarthy</name>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmowgli/libmowgli-0.9.50.ebuild,v 1.5 2011/10/11 16:55:33 jer Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libmowgli/libmowgli-0.9.50.ebuild,v 1.6 2011/11/19 09:00:42 xarthisius Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
|
@ -11,7 +11,7 @@ IUSE="examples"
|
|||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
||||
KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable examples) \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDDB_get/CDDB_get-2.270.0.ebuild,v 1.1 2011/09/04 18:49:13 tove Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/CDDB_get/CDDB_get-2.270.0.ebuild,v 1.2 2011/11/19 09:45:35 tove Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -14,7 +14,7 @@ HOMEPAGE="http://armin.emx.at/cddb/ ${HOMEPAGE}"
|
|||
|
||||
LICENSE="|| ( Artistic GPL-2 )" # "as perl, either GPL-2 or Artistic"
|
||||
SLOT="2"
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
|
||||
IUSE=""
|
||||
|
||||
SRC_TEST=do
|
||||
|
|
1
dev-perl/Net-FreeDB/Manifest
Normal file
1
dev-perl/Net-FreeDB/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST Net-FreeDB-0.08.tar.gz 19210 RMD160 ccd8fc82f9ba9180e8e06a76f9f6138f283808ce SHA1 89eaca559f8c12d1492be6bb36767dd9b4c9d54c SHA256 f9774b85cd8edae72d3f90dcb2efb78d4fa759b0008e0c90e1c0254bec5c86b6
|
25
dev-perl/Net-FreeDB/Net-FreeDB-0.80.0.ebuild
Normal file
25
dev-perl/Net-FreeDB/Net-FreeDB-0.80.0.ebuild
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-FreeDB/Net-FreeDB-0.80.0.ebuild,v 1.1 2011/11/19 09:34:03 tove Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
MODULE_AUTHOR=ROAM
|
||||
MODULE_VERSION=0.08
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="OOP interface to the FreeDB database"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-perl/CDDB-File-1.10.0
|
||||
virtual/perl-libnet
|
||||
>=virtual/perl-File-Temp-0.50.0
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
"
|
||||
|
||||
SRC_TEST=online
|
8
dev-perl/Net-FreeDB/metadata.xml
Normal file
8
dev-perl/Net-FreeDB/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>perl</herd>
|
||||
<upstream>
|
||||
<remote-id type="cpan">Net-FreeDB</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
1
dev-perl/ORLite-Migrate/Manifest
Normal file
1
dev-perl/ORLite-Migrate/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST ORLite-Migrate-1.09.tar.gz 38002 RMD160 808de661232b2488a010cfd463c0ce6133fed408 SHA1 6fd30fa546c3368829764c0bf7112800137f00c3 SHA256 909ecdaf3681cf2d7bbe47e59a800f5f9bc572faaff3fcd092b0322705dd5aed
|
32
dev-perl/ORLite-Migrate/ORLite-Migrate-1.90.0.ebuild
Normal file
32
dev-perl/ORLite-Migrate/ORLite-Migrate-1.90.0.ebuild
Normal file
|
@ -0,0 +1,32 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/ORLite-Migrate/ORLite-Migrate-1.90.0.ebuild,v 1.1 2011/11/19 09:58:01 tove Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
MODULE_AUTHOR=ADAMK
|
||||
MODULE_VERSION=1.09
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Extremely light weight SQLite-specific schema migration"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
>=dev-perl/Params-Util-0.370.0
|
||||
>=dev-perl/IPC-Run3-0.42.0
|
||||
>=virtual/perl-File-Path-2.04
|
||||
>=dev-perl/DBD-SQLite-1.210.0
|
||||
>=dev-perl/ORLite-1.280.0
|
||||
>=dev-perl/File-pushd-1.0.0
|
||||
>=dev-perl/Probe-Perl-0.10.0
|
||||
>=virtual/perl-File-Spec-3.270.100
|
||||
>=dev-perl/File-Which-1.70.0
|
||||
>=dev-perl/DBI-1.580.0
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
"
|
||||
|
||||
SRC_TEST=do
|
8
dev-perl/ORLite-Migrate/metadata.xml
Normal file
8
dev-perl/ORLite-Migrate/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>perl</herd>
|
||||
<upstream>
|
||||
<remote-id type="cpan">ORLite-Migrate</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
1
dev-perl/Text-Patch/Manifest
Normal file
1
dev-perl/Text-Patch/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST Text-Patch-1.8.tar.gz 12652 RMD160 765bf9d0488d6dbe9ecf35c27a3f4abd6978981b SHA1 025d6249ae2b57b2f92cc7e1761b94a5fdbe4635 SHA256 eaf18e61ba6a3e143846a7cc66f08ce58a0c4fbda92acb31aede25cb3b5c3dcc
|
23
dev-perl/Text-Patch/Text-Patch-1.800.0.ebuild
Normal file
23
dev-perl/Text-Patch/Text-Patch-1.800.0.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Patch/Text-Patch-1.800.0.ebuild,v 1.1 2011/11/19 09:42:05 tove Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
MODULE_AUTHOR=CADE
|
||||
MODULE_VERSION=1.8
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Patches text with given patch"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-perl/Text-Diff
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
SRC_TEST="do"
|
8
dev-perl/Text-Patch/metadata.xml
Normal file
8
dev-perl/Text-Patch/metadata.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>perl</herd>
|
||||
<upstream>
|
||||
<remote-id type="cpan">Text-Patch</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.7.ebuild,v 1.4 2011/06/08 16:26:49 xarthisius Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.7.ebuild,v 1.5 2011/11/19 09:53:58 hwoarang Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
|
@ -18,7 +18,7 @@ SRC_URI="http://cssutils.googlecode.com/files/${MY_P}.zip mirror://pypi/${PN:0:1
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
KEYWORDS="amd64 ~ppc ~x86"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/setuptools"
|
||||
|
@ -26,6 +26,8 @@ DEPEND="${RDEPEND}
|
|||
app-arch/unzip
|
||||
test? ( dev-python/minimock )"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
PYTHON_MODNAME="cssutils encutils"
|
||||
|
|
1
dev-python/pybloomfiltermmap/Manifest
Normal file
1
dev-python/pybloomfiltermmap/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST pybloomfiltermmap-0.2.0.tar.gz 455809 RMD160 4cdba50c25d2f0adff64ca58bbb034c9a799ff71 SHA1 ef5fc4ed3ae7d108cb41a16cfeb50f42df527880 SHA256 48113ff5b3b4805b2bd4de32fad5f42da26e24cb3a006dffd42ce850b80aa93d
|
18
dev-python/pybloomfiltermmap/metadata.xml
Normal file
18
dev-python/pybloomfiltermmap/metadata.xml
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>proxy-maint@gentoo.org</herd>
|
||||
<maintainer>
|
||||
<email>hwoarang@gentoo.org</email>
|
||||
<name>Markos Chandras</name>
|
||||
<description>Proxy maintainer. CC him on bugs</description>
|
||||
</maintainer>
|
||||
<maintainer>
|
||||
<email>corentin.labbe@geomatys.fr</email>
|
||||
<name>LABBE Corentin (Montjoie)</name>
|
||||
<description>Maintainer. Assign bugs to him</description>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
|
20
dev-python/pybloomfiltermmap/pybloomfiltermmap-0.2.0.ebuild
Normal file
20
dev-python/pybloomfiltermmap/pybloomfiltermmap-0.2.0.ebuild
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pybloomfiltermmap/pybloomfiltermmap-0.2.0.ebuild,v 1.1 2011/11/18 20:31:38 hwoarang Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS=1
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit distutils
|
||||
|
||||
DESCRIPTION="A Bloom filter (bloomfilter) for Python built on mmap"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
HOMEPAGE="http://pypi.python.org/pypi/pybloomfiltermmap"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
|
@ -1,3 +1,4 @@
|
|||
DIST catalyst-2.0.6.916.tar.bz2 807678 RMD160 2603b46b38258a2812888416da71c99cd0d7d3a4 SHA1 49ce32a3fcbd5c171a29d0f921b54479c691c18d SHA256 434e59d1233d9215a6deda5f12a64af1241ba3fcaae4ee63145cd9b488b5a968
|
||||
DIST catalyst-2.0.6.918.tar.bz2 824436 RMD160 95a1417972bcf32f51d574aa1c1178dc26d648e8 SHA1 09999720c779da7bb5f7ecbd76e079a22a908643 SHA256 620183ccc27c406225abbf9bc5420e65ecbb95ab9f73fa357fda6b373eab951c
|
||||
DIST catalyst-2.0.6.tar.bz2 797947 RMD160 c85ea4008fb94fbb5dc896883968a503aec11b28 SHA1 2df2301ae8faee31e96448d7fa5682ae19abf64d SHA256 aa3e03ec2d3f0f6b62b8d8c8a39b197dd91fa3ea60cd96999c3b1c03f9877af3
|
||||
DIST catalyst-2.0.7.tar.bz2 901685 RMD160 7c9210e2738f67337ec1953893b26a89f178f4c0 SHA1 bf5218be624e6769958bfcf5bf0ec065e88f41f9 SHA256 7b7a65c0f66c978afa901f323d50854293fe8ecfe14eee173c068de4d715d9d8
|
||||
|
|
96
dev-util/catalyst/catalyst-2.0.7.ebuild
Normal file
96
dev-util/catalyst/catalyst-2.0.7.ebuild
Normal file
|
@ -0,0 +1,96 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/catalyst/catalyst-2.0.7.ebuild,v 1.1 2011/11/18 20:22:11 jmbsvicetto Exp $
|
||||
|
||||
# catalyst-9999 -> latest Git
|
||||
# catalyst-2.9999 -> catalyst_2 branch from Git
|
||||
# catalyst-VER -> normal catalyst release
|
||||
|
||||
EAPI=2
|
||||
|
||||
if [[ ${PV} == 9999* || ${PV} == 2.9999* ]]; then
|
||||
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/catalyst.git"
|
||||
inherit git-2
|
||||
SRC_URI=""
|
||||
S="${WORKDIR}/${PN}"
|
||||
KEYWORDS=""
|
||||
else
|
||||
SRC_URI="mirror://gentoo/${P}.tar.bz2
|
||||
http://dev.gentoo.org/~jmbsvicetto/distfiles/${P}.tar.bz2"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
|
||||
fi
|
||||
inherit eutils multilib
|
||||
|
||||
DESCRIPTION="release metatool used for creating releases based on Gentoo Linux"
|
||||
HOMEPAGE="http://www.gentoo.org/proj/en/releng/catalyst/"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
RESTRICT=""
|
||||
IUSE="ccache"
|
||||
|
||||
DEPEND="app-text/asciidoc"
|
||||
RDEPEND="dev-lang/python
|
||||
app-crypt/shash
|
||||
virtual/cdrtools
|
||||
ccache? ( dev-util/ccache )
|
||||
ia64? ( sys-fs/dosfstools )
|
||||
kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )"
|
||||
|
||||
pkg_setup() {
|
||||
if use ccache ; then
|
||||
einfo "Enabling ccache support for catalyst."
|
||||
else
|
||||
ewarn "By default, ccache support for catalyst is disabled."
|
||||
ewarn "If this is not what you intended,"
|
||||
ewarn "then you should add ccache to your USE."
|
||||
fi
|
||||
echo
|
||||
einfo "The template spec files are now installed by default. You can find"
|
||||
einfo "them under /usr/share/doc/${PF}/examples"
|
||||
einfo "and they are considered to be the authorative source of information"
|
||||
einfo "on catalyst."
|
||||
echo
|
||||
if [[ ${PV} == 9999* || ${PV} == 2.9999* ]]; then
|
||||
ewarn "The ${EGIT_BRANCH:-master} branch (what you get with this ${PV} ebuild) contains"
|
||||
ewarn "work-in-progress code. Be aware that it's likely that it will not"
|
||||
ewarn "be in a working state at any given point. Please do not file bugs"
|
||||
ewarn "until you have posted on the gentoo-catalyst mailing list and we"
|
||||
ewarn "have asked you to do so."
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
insinto /usr/$(get_libdir)/${PN}
|
||||
exeinto /usr/$(get_libdir)/${PN}
|
||||
doexe catalyst || die "copying catalyst"
|
||||
if [[ ${PV} == 9999* ]]; then
|
||||
doins -r modules files || die "copying files"
|
||||
else
|
||||
doins -r arch modules livecd || die "copying files"
|
||||
fi
|
||||
for x in targets/*; do
|
||||
exeinto /usr/$(get_libdir)/${PN}/$x
|
||||
doexe $x/* || die "copying ${x}"
|
||||
done
|
||||
make_wrapper catalyst /usr/$(get_libdir)/${PN}/catalyst
|
||||
insinto /etc/catalyst
|
||||
doins files/catalyst.conf files/catalystrc || die "copying configuration"
|
||||
insinto /usr/share/doc/${PF}/examples
|
||||
doins examples/* || die
|
||||
dodoc README ChangeLog AUTHORS
|
||||
doman files/catalyst.1
|
||||
# Here is where we actually enable ccache
|
||||
use ccache && \
|
||||
dosed 's:options="autoresume kern:options="autoresume ccache kern:' \
|
||||
/etc/catalyst/catalyst.conf
|
||||
dosed "s:/usr/lib/catalyst:/usr/$(get_libdir)/catalyst:" \
|
||||
/etc/catalyst/catalyst.conf
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo "You can find more information about catalyst by checking out the"
|
||||
einfo "catalyst project page at:"
|
||||
einfo "http://www.gentoo.org/proj/en/releng/catalyst/index.xml"
|
||||
echo
|
||||
}
|
|
@ -0,0 +1,50 @@
|
|||
From 56cde58238898e5659c39f5e713ee0362ba772d9 Mon Sep 17 00:00:00 2001
|
||||
From: Nick Schermer <nick@xfce.org>
|
||||
Date: Thu, 03 Nov 2011 18:27:32 +0000
|
||||
Subject: Add support for LT_PREREQ (bug #6920).
|
||||
|
||||
Support LT_PREREQ as the new alternative of AC_PROG_LIBTOOL. If
|
||||
the latter is used, show a message with information how to switch
|
||||
to LT_PREREQ.
|
||||
---
|
||||
diff --git a/scripts/xdt-autogen.in.in b/scripts/xdt-autogen.in.in
|
||||
index a7dbd3f..0ba203f 100644
|
||||
--- a/scripts/xdt-autogen.in.in
|
||||
+++ b/scripts/xdt-autogen.in.in
|
||||
@@ -415,7 +415,25 @@ if test -z "${XDT_PROG_LIBTOOLIZE}"; then
|
||||
fi
|
||||
fi
|
||||
for configure_ac_file in $CONFIGURE_AC_FILES; do
|
||||
+ runlibtoolize=0
|
||||
if grep -q "^AC_PROG_LIBTOOL" "${configure_ac_file}"; then
|
||||
+ cat >&2 <<EOF
|
||||
+xdt-autogen: It is recommended to use LT_PREREQ([2.2.6]) and
|
||||
+ LT_INIT([disable-static]) in your configure.ac
|
||||
+ file and remove AC_PROG_LIBTOOL and AC_DISABLE_STATIC.
|
||||
+
|
||||
+ See http://bugzilla.xfce.org/show_bug.cgi?id=6920 for
|
||||
+ more information.
|
||||
+
|
||||
+EOF
|
||||
+ runlibtoolize=1
|
||||
+ fi;
|
||||
+
|
||||
+ if grep -q "^LT_PREREQ" "${configure_ac_file}"; then
|
||||
+ runlibtoolize=1
|
||||
+ fi;
|
||||
+
|
||||
+ if test $runlibtoolize -eq 1; then
|
||||
(${XDT_PROG_LIBTOOLIZE} --version) </dev/null >/dev/null 2>&0 || {
|
||||
cat >&2 <<EOF
|
||||
xdt-autogen: You must have "libtool" installed on your system.
|
||||
@@ -608,7 +626,7 @@ XGETTEXT_ARGS = @XGETTEXT_ARGS@
|
||||
fi
|
||||
fi
|
||||
|
||||
- if grep -q "^AC_PROG_LIBTOOL" "${configure_ac_file}"; then
|
||||
+ if grep -q -e "^AC_PROG_LIBTOOL" -e "^LT_PREREQ" "${configure_ac_file}"; then
|
||||
(echo "Running ${XDT_PROG_LIBTOOLIZE} --force --copy..." &&
|
||||
cd "${source_dir}" &&
|
||||
${XDT_PROG_LIBTOOLIZE} --force --copy) || exit 1
|
||||
--
|
||||
cgit
|
20
dev-util/xfce4-dev-tools/xfce4-dev-tools-4.9.0-r1.ebuild
Normal file
20
dev-util/xfce4-dev-tools/xfce4-dev-tools-4.9.0-r1.ebuild
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.9.0-r1.ebuild,v 1.1 2011/11/18 21:23:27 ssuominen Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit xfconf
|
||||
|
||||
DESCRIPTION="Xfce's build scripts and aclocal macros"
|
||||
HOMEPAGE="http://www.xfce.org/ http://foo-projects.org/~benny/projects/xfce4-dev-tools/"
|
||||
SRC_URI="mirror://xfce/src/xfce/${PN}/4.9/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris"
|
||||
IUSE=""
|
||||
|
||||
pkg_setup() {
|
||||
PATCHES=( "${FILESDIR}"/${P}-update_libtool_syntax.patch )
|
||||
DOCS=( AUTHORS ChangeLog HACKING NEWS README )
|
||||
}
|
|
@ -15,6 +15,7 @@ DIST git-1.7.6.tar.bz2 2806337 RMD160 9ba5daa7bf56b6a242b3302e12c8ced7d3abc77a S
|
|||
DIST git-1.7.7.1.tar.gz 3480051 RMD160 92bf7db1fb7a7659e0e6763f221283969687fe55 SHA1 9200e0b8ee543d297952b78aac8f61f8b3693f8e SHA256 6a7909226b2b249c7970b0d36054dbcfe58e6558cc4d671ea1f5ac6a69d8cf4f
|
||||
DIST git-1.7.7.2.tar.gz 3483993 RMD160 e1b2bdcf6ff7e206a346f09e7af02250f6e0fc7e SHA1 be5be63fbab63517fcccf5c876749c61b0019d14 SHA256 b309c172b63636bb746ded2771536cb5b2efdfa011511d81783e87950c665260
|
||||
DIST git-1.7.7.3.tar.gz 3484344 RMD160 638f21de4b834d64788413261ee572264f942f33 SHA1 382ee40da74a1b4a1875820c0f0a35c9ccd750f8 SHA256 dc9d773004cdae17453e330a02de630a1beeeb404d0601b9e8c1aef0a0efd100
|
||||
DIST git-1.7.7.4.tar.gz 3484470 RMD160 2820925a7b2e5839bc91f7df511980b41d194e1a SHA1 5b6920989480a37ec65977e756b24961578795dd SHA256 7fa85e04f66cbd358db0ff4939b07cab594f7e3b2f09a26b56c6ffdec649681d
|
||||
DIST git-1.7.7.tar.gz 3475448 RMD160 54a185d66fb1f0e1607dc4514640c4b353d2cd1c SHA1 bbf85bd767ca6b7e9caa1489bb4ba7ec64e0ab35 SHA256 5a977bc01e4989b9928345e99aab15ce896cf5897c6e32eb449538574df377f6
|
||||
DIST git-1.7.8.rc1.tar.gz 3536204 RMD160 de0c196a5e010954b35b717a6a3512f5674879c6 SHA1 f35e5c4410b21710434cb591f4c89843e75bb793 SHA256 f5ae0ce19d345e1e2680941bfd0404968a649ecdb02c8fce1211283d95a0236b
|
||||
DIST git-1.7.8.rc3.tar.gz 3536531 RMD160 64732aa30b2cb8f0e74a8bffcb1df5427a528d0c SHA1 cc142fe293e289e473cd7259c695bb6a4c520fa8 SHA256 155c4ea79cc85376fbccfe968bccfcc6762c32c7ccf4030de6ee5d1d6e99255e
|
||||
|
@ -35,6 +36,7 @@ DIST git-htmldocs-1.7.6.tar.bz2 974583 RMD160 0c396a95126670a67c3e61ea69196508b8
|
|||
DIST git-htmldocs-1.7.7.1.tar.gz 1626041 RMD160 b001a9afcc0cf373622039cbd96967924f17b21e SHA1 b25dacb07ebbfc37e7a90c3d47f76b4c0f0487d9 SHA256 bd312ee9b767eda02b82cc1844696e60664be1ddb16790a357ceac689cfe4189
|
||||
DIST git-htmldocs-1.7.7.2.tar.gz 1634159 RMD160 66e5a7816ce0660b93edd3d2c3f441eb3207813c SHA1 8f0eb6f1150ea8c6922343aa4c3ee6cf37e8a091 SHA256 504313b32c0144cba8758c1ec1b2977b3c70a6656921dea885bef4944116add3
|
||||
DIST git-htmldocs-1.7.7.3.tar.gz 1660184 RMD160 b3c7e10545bcf896e7294ee4f8c7dcd2c2fb35f4 SHA1 bc0f89cb04e562e4a6d3b936382dbc8f593d861f SHA256 b84992ea9d2dad0ddc643a87f5c463342acd0f9475ecfd082ac5f61b00294dc0
|
||||
DIST git-htmldocs-1.7.7.4.tar.gz 1634131 RMD160 3103ecd72a913246ce5f9378c694a0af1cb66862 SHA1 6012cb017a04ded85c48ca5510f741e98c02f671 SHA256 098525f205eb0d35ce7e31f6c48672bf0a54f4fb0f52e9ca4c0e276bf413e367
|
||||
DIST git-htmldocs-1.7.7.tar.gz 1391354 RMD160 7e0fb2f27053d97d4945eb2e41080e7f9b31f8e8 SHA1 33183db94fd25e001bd8a9fd6696b992f61e28d8 SHA256 bcb11eda56ac74687cc6852f6ee104ab5dcf13039546616c608783cebc7f4a40
|
||||
DIST git-htmldocs-1.7.8.rc1.tar.gz 1694277 RMD160 c5bf09b2d2614df0c018cfb7a36a415a4e8a0598 SHA1 72e27cd397f5ae7b3c9d8bb030a76d7c99cdbb50 SHA256 c841cb7f0238742a99e4e09bb6192c2d27763473383ee145bb4f3067937954d9
|
||||
DIST git-htmldocs-1.7.8.rc3.tar.gz 1694634 RMD160 dcf2643db1112954d2ce6d54060e38cf7c1101ff SHA1 9261e59da9da8027204bf45d84a0dd15041ba45d SHA256 f42e5de872d9020d8dde3decc8c6cdd6a73759a15ecbd9c29b5466b85b950501
|
||||
|
@ -55,6 +57,7 @@ DIST git-manpages-1.7.6.tar.bz2 309563 RMD160 9534cf6540c3be85c6f3b5dfca8ca0cf3f
|
|||
DIST git-manpages-1.7.7.1.tar.gz 474532 RMD160 3b3cb0cc3c53e24a022fb2cba5dd9baba928bd9f SHA1 419c750617ae0c952e2e43f0357c16de6ebc0a44 SHA256 28904942a0e91d601d731a9fe0bf26c2fe595d8a69a9c2a4da3ec66286c50db5
|
||||
DIST git-manpages-1.7.7.2.tar.gz 474637 RMD160 dd5b397967c20702922c01d145d36ea040c1939a SHA1 07e0887315224ac83c61ed60602c345c32a5d658 SHA256 8a80657b6095b10d0f9db9707de6d02c38e364a5ccf25ee94edb4daa4c27c755
|
||||
DIST git-manpages-1.7.7.3.tar.gz 475209 RMD160 99ea33e5d21d8daae28c23a9850016bc5e3975a8 SHA1 cf1b0d35e2d242bc4cffce3b2bf5b3e32857b395 SHA256 62bec01d704d3495fcf66a3b97a8fb7c337a06202784fa7a7fa510360e79671f
|
||||
DIST git-manpages-1.7.7.4.tar.gz 474588 RMD160 32b7d50be70fc6960bef6ea4e6fc9d62625e44b6 SHA1 cb21e55ae793865453c165a0e666348f2db8c740 SHA256 ac500a0e6da6dcf449e20c3a819f0bcb1b4be1d4169ad38d8631411d5b4a99c2
|
||||
DIST git-manpages-1.7.7.tar.gz 476036 RMD160 4bc0504533df3c956e9ad5133e6bd8bfca980007 SHA1 75d3cceb46f7a46eeb825033dff76af5eb5ea3d9 SHA256 dde1ffaee0d90cce80f98126c5d9013c6687dc6f0b26bd12d61e229346701ecb
|
||||
DIST git-manpages-1.7.8.rc1.tar.gz 497264 RMD160 a0da361fafc53fdccb12d6d8586657efc5eba3fe SHA1 95429858e879df3f9425cf1279e03cdec7832379 SHA256 20f63b8b0be15be013dd762fd86a832245ce0363b1ee785f0490b22dc62a8ab5
|
||||
DIST git-manpages-1.7.8.rc3.tar.gz 497231 RMD160 83daa401572f75c0dc0bd1e873007cebe3016b8e SHA1 d01b5cc48ab5e5a3eea7aa8fd575b4943e36a78d SHA256 e53c566f4a57501565df02fc7c75ad57ef347a059e58c7d04a66f904f8e6399e
|
||||
|
|
527
dev-vcs/git/git-1.7.7.4.ebuild
Normal file
527
dev-vcs/git/git-1.7.7.4.ebuild
Normal file
|
@ -0,0 +1,527 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.7.4.ebuild,v 1.1 2011/11/18 22:55:11 robbat2 Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
GENTOO_DEPEND_ON_PERL=no
|
||||
|
||||
# bug #329479: git-remote-testgit is not multiple-version aware
|
||||
PYTHON_DEPEND="python? 2"
|
||||
[[ ${PV} == *9999 ]] && SCM="git-2"
|
||||
EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git"
|
||||
|
||||
inherit toolchain-funcs eutils elisp-common perl-module bash-completion-r1 python ${SCM}
|
||||
|
||||
MY_PV="${PV/_rc/.rc}"
|
||||
MY_P="${PN}-${MY_PV}"
|
||||
|
||||
DOC_VER=${MY_PV}
|
||||
|
||||
DESCRIPTION="GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team"
|
||||
HOMEPAGE="http://www.git-scm.com/"
|
||||
if [[ ${PV} != *9999 ]]; then
|
||||
SRC_URI_SUFFIX="gz"
|
||||
SRC_URI_GOOG="http://git-core.googlecode.com/files"
|
||||
SRC_URI_KORG="mirror://kernel/software/scm/git"
|
||||
SRC_URI="${SRC_URI_GOOG}/${MY_P}.tar.${SRC_URI_SUFFIX}
|
||||
${SRC_URI_KORG}/${MY_P}.tar.${SRC_URI_SUFFIX}
|
||||
${SRC_URI_GOOG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
|
||||
${SRC_URI_KORG}/${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
|
||||
doc? (
|
||||
${SRC_URI_KORG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
|
||||
${SRC_URI_GOOG}/${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
|
||||
)"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
else
|
||||
SRC_URI=""
|
||||
KEYWORDS=""
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="+blksha1 +curl cgi doc emacs gtk iconv +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion"
|
||||
|
||||
# Common to both DEPEND and RDEPEND
|
||||
CDEPEND="
|
||||
!blksha1? ( dev-libs/openssl )
|
||||
sys-libs/zlib
|
||||
perl? ( dev-lang/perl[-build] dev-libs/libpcre )
|
||||
tk? ( dev-lang/tk )
|
||||
curl? (
|
||||
net-misc/curl
|
||||
webdav? ( dev-libs/expat )
|
||||
)
|
||||
emacs? ( virtual/emacs )"
|
||||
|
||||
RDEPEND="${CDEPEND}
|
||||
perl? ( dev-perl/Error
|
||||
dev-perl/Net-SMTP-SSL
|
||||
dev-perl/Authen-SASL
|
||||
cgi? ( virtual/perl-CGI )
|
||||
cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite )
|
||||
subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey )
|
||||
)
|
||||
python? ( gtk?
|
||||
(
|
||||
>=dev-python/pygtk-2.8
|
||||
dev-python/pygtksourceview:2
|
||||
) )"
|
||||
|
||||
# This is how info docs are created with Git:
|
||||
# .txt/asciidoc --(asciidoc)---------> .xml/docbook
|
||||
# .xml/docbook --(docbook2texi.pl)--> .texi
|
||||
# .texi --(makeinfo)---------> .info
|
||||
DEPEND="${CDEPEND}
|
||||
app-arch/cpio
|
||||
doc? (
|
||||
app-text/asciidoc
|
||||
app-text/docbook2X
|
||||
sys-apps/texinfo
|
||||
)"
|
||||
|
||||
# Live ebuild builds man pages and HTML docs, additionally
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
DEPEND="${DEPEND}
|
||||
app-text/asciidoc
|
||||
app-text/xmlto"
|
||||
fi
|
||||
|
||||
SITEFILE=50${PN}-gentoo.el
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
REQUIRED_USE="
|
||||
cgi? ( perl )
|
||||
cvs? ( perl )
|
||||
subversion? ( perl )
|
||||
webdav? ( curl )
|
||||
"
|
||||
|
||||
pkg_setup() {
|
||||
if use subversion && has_version dev-vcs/subversion && built_with_use --missing false dev-vcs/subversion dso ; then
|
||||
ewarn "Per Gentoo bugs #223747, #238586, when subversion is built"
|
||||
ewarn "with USE=dso, there may be weird crashes in git-svn. You"
|
||||
ewarn "have been warned."
|
||||
fi
|
||||
if use python ; then
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
fi
|
||||
}
|
||||
|
||||
# This is needed because for some obscure reasons future calls to make don't
|
||||
# pick up these exports if we export them in src_unpack()
|
||||
exportmakeopts() {
|
||||
local myopts
|
||||
|
||||
if use blksha1 ; then
|
||||
myopts="${myopts} BLK_SHA1=YesPlease"
|
||||
elif use ppcsha1 ; then
|
||||
myopts="${myopts} PPC_SHA1=YesPlease"
|
||||
fi
|
||||
|
||||
if use curl ; then
|
||||
use webdav || myopts="${myopts} NO_EXPAT=YesPlease"
|
||||
else
|
||||
myopts="${myopts} NO_CURL=YesPlease"
|
||||
fi
|
||||
|
||||
# broken assumptions, because of broken build system ...
|
||||
myopts="${myopts} NO_FINK=YesPlease NO_DARWIN_PORTS=YesPlease"
|
||||
myopts="${myopts} INSTALL=install TAR=tar"
|
||||
myopts="${myopts} SHELL_PATH=${EPREFIX}/bin/sh"
|
||||
myopts="${myopts} SANE_TOOL_PATH="
|
||||
myopts="${myopts} OLD_ICONV="
|
||||
myopts="${myopts} NO_EXTERNAL_GREP="
|
||||
|
||||
# can't define this to null, since the entire makefile depends on it
|
||||
sed -i -e '/\/usr\/local/s/BASIC_/#BASIC_/' Makefile
|
||||
|
||||
use iconv \
|
||||
|| einfo "Forcing iconv for ${PVR} due to bugs #321895, #322205."
|
||||
# || myopts="${myopts} NO_ICONV=YesPlease"
|
||||
# because, above, we need to do this unconditionally (no "&& use iconv")
|
||||
use !elibc_glibc && myopts="${myopts} NEEDS_LIBICONV=YesPlease"
|
||||
|
||||
use tk \
|
||||
|| myopts="${myopts} NO_TCLTK=YesPlease"
|
||||
use perl \
|
||||
&& myopts="${myopts} INSTALLDIRS=vendor USE_LIBPCRE=yes" \
|
||||
|| myopts="${myopts} NO_PERL=YesPlease"
|
||||
use python \
|
||||
|| myopts="${myopts} NO_PYTHON=YesPlease"
|
||||
use subversion \
|
||||
|| myopts="${myopts} NO_SVN_TESTS=YesPlease"
|
||||
use threads \
|
||||
&& myopts="${myopts} THREADED_DELTA_SEARCH=YesPlease"
|
||||
use cvs \
|
||||
|| myopts="${myopts} NO_CVS=YesPlease"
|
||||
# Disabled until ~m68k-mint can be keyworded again
|
||||
# if [[ ${CHOST} == *-mint* ]] ; then
|
||||
# myopts="${myopts} NO_MMAP=YesPlease"
|
||||
# myopts="${myopts} NO_IPV6=YesPlease"
|
||||
# myopts="${myopts} NO_STRLCPY=YesPlease"
|
||||
# myopts="${myopts} NO_MEMMEM=YesPlease"
|
||||
# myopts="${myopts} NO_MKDTEMP=YesPlease"
|
||||
# myopts="${myopts} NO_MKSTEMPS=YesPlease"
|
||||
# fi
|
||||
if [[ ${CHOST} == ia64-*-hpux* ]]; then
|
||||
myopts="${myopts} NO_NSEC=YesPlease"
|
||||
fi
|
||||
if [[ ${CHOST} == *-*-aix* ]]; then
|
||||
myopts="${myopts} NO_FNMATCH_CASEFOLD=YesPlease"
|
||||
fi
|
||||
|
||||
has_version '>=app-text/asciidoc-8.0' \
|
||||
&& myopts="${myopts} ASCIIDOC8=YesPlease"
|
||||
myopts="${myopts} ASCIIDOC_NO_ROFF=YesPlease"
|
||||
|
||||
# Bug 290465:
|
||||
# builtin-fetch-pack.c:816: error: 'struct stat' has no member named 'st_mtim'
|
||||
[[ "${CHOST}" == *-uclibc* ]] && \
|
||||
myopts="${myopts} NO_NSEC=YesPlease"
|
||||
|
||||
export MY_MAKEOPTS="${myopts}"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
if [[ ${PV} != *9999 ]]; then
|
||||
unpack ${MY_P}.tar.${SRC_URI_SUFFIX}
|
||||
cd "${S}"
|
||||
unpack ${PN}-manpages-${DOC_VER}.tar.${SRC_URI_SUFFIX}
|
||||
use doc && \
|
||||
cd "${S}"/Documentation && \
|
||||
unpack ${PN}-htmldocs-${DOC_VER}.tar.${SRC_URI_SUFFIX}
|
||||
cd "${S}"
|
||||
else
|
||||
git-2_src_unpack
|
||||
cd "${S}"
|
||||
#cp "${FILESDIR}"/GIT-VERSION-GEN .
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# Noperl is being merged to upstream as of 2009/04/05
|
||||
#epatch "${FILESDIR}"/20090305-git-1.6.2-noperl.patch
|
||||
|
||||
# GetOpt-Long v2.38 is strict
|
||||
# Merged in 1.6.3 final 2009/05/07
|
||||
#epatch "${FILESDIR}"/20090505-git-1.6.2.5-getopt-fixes.patch
|
||||
|
||||
# JS install fixup
|
||||
# Merged in 1.7.5.x
|
||||
#epatch "${FILESDIR}"/git-1.7.2-always-install-js.patch
|
||||
|
||||
# USE=-iconv causes segfaults, fixed post 1.7.1
|
||||
# Gentoo bug #321895
|
||||
#epatch "${FILESDIR}"/git-1.7.1-noiconv-segfault-fix.patch
|
||||
|
||||
# Fix false positives with t3404 due to SHELL=/bin/false for the portage
|
||||
# user.
|
||||
# Merged upstream
|
||||
#epatch "${FILESDIR}"/git-1.7.3.4-avoid-shell-issues.patch
|
||||
|
||||
# bug #350075: t9001: fix missing prereq on some tests
|
||||
# Merged upstream
|
||||
#epatch "${FILESDIR}"/git-1.7.3.4-fix-perl-test-prereq.patch
|
||||
|
||||
# bug #350330 - automagic CVS when we don't want it is bad.
|
||||
epatch "${FILESDIR}"/git-1.7.3.5-optional-cvs.patch
|
||||
|
||||
sed -i \
|
||||
-e 's:^\(CFLAGS =\).*$:\1 $(OPTCFLAGS) -Wall:' \
|
||||
-e 's:^\(LDFLAGS =\).*$:\1 $(OPTLDFLAGS):' \
|
||||
-e 's:^\(CC = \).*$:\1$(OPTCC):' \
|
||||
-e 's:^\(AR = \).*$:\1$(OPTAR):' \
|
||||
-e "s:\(PYTHON_PATH = \)\(.*\)$:\1${EPREFIX}\2:" \
|
||||
-e "s:\(PERL_PATH = \)\(.*\)$:\1${EPREFIX}\2:" \
|
||||
Makefile || die "sed failed"
|
||||
|
||||
# Never install the private copy of Error.pm (bug #296310)
|
||||
sed -i \
|
||||
-e '/private-Error.pm/s,^,#,' \
|
||||
perl/Makefile.PL
|
||||
|
||||
# Fix docbook2texi command
|
||||
sed -i 's/DOCBOOK2X_TEXI=docbook2x-texi/DOCBOOK2X_TEXI=docbook2texi.pl/' \
|
||||
Documentation/Makefile || die "sed failed"
|
||||
|
||||
# bug #318289
|
||||
# Merged upstream
|
||||
#epatch "${FILESDIR}"/git-1.7.3.2-interix.patch
|
||||
|
||||
# merged upstream
|
||||
#epatch "${FILESDIR}"/git-1.7.5-interix.patch
|
||||
|
||||
# merged upstream
|
||||
#epatch "${FILESDIR}"/git-1.7.6-interix.patch
|
||||
}
|
||||
|
||||
git_emake() {
|
||||
# bug #326625: PERL_PATH, PERL_MM_OPT
|
||||
# bug #320647: PYTHON_PATH
|
||||
PYTHON_PATH=""
|
||||
use python && PYTHON_PATH="$(PYTHON -a)"
|
||||
emake ${MY_MAKEOPTS} \
|
||||
DESTDIR="${D}" \
|
||||
OPTCFLAGS="${CFLAGS}" \
|
||||
OPTLDFLAGS="${LDFLAGS}" \
|
||||
OPTCC="$(tc-getCC)" \
|
||||
OPTAR="$(tc-getAR)" \
|
||||
prefix="${EPREFIX}"/usr \
|
||||
htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \
|
||||
sysconfdir="${EPREFIX}"/etc \
|
||||
PYTHON_PATH="${PYTHON_PATH}" \
|
||||
PERL_MM_OPT="" \
|
||||
GIT_TEST_OPTS="--no-color" \
|
||||
"$@"
|
||||
# This is the fix for bug #326625, but it also causes breakage, see bug
|
||||
# #352693.
|
||||
# PERL_PATH="${EPREFIX}/usr/bin/env perl" \
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
exportmakeopts
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
git_emake || die "emake failed"
|
||||
|
||||
if use emacs ; then
|
||||
elisp-compile contrib/emacs/git{,-blame}.el \
|
||||
|| die "emacs modules failed"
|
||||
fi
|
||||
|
||||
if use perl && use cgi ; then
|
||||
git_emake \
|
||||
gitweb/gitweb.cgi \
|
||||
|| die "emake gitweb/gitweb.cgi failed"
|
||||
fi
|
||||
|
||||
cd "${S}"/Documentation
|
||||
if [[ ${PV} == *9999 ]] ; then
|
||||
git_emake man \
|
||||
|| die "emake man failed"
|
||||
if use doc ; then
|
||||
git_emake info html \
|
||||
|| die "emake info html failed"
|
||||
fi
|
||||
else
|
||||
if use doc ; then
|
||||
git_emake info \
|
||||
|| die "emake info html failed"
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
git_emake \
|
||||
install || \
|
||||
die "make install failed"
|
||||
|
||||
# Depending on the tarball and manual rebuild of the documentation, the
|
||||
# manpages may exist in either OR both of these directories.
|
||||
find man?/*.[157] >/dev/null 2>&1 && doman man?/*.[157]
|
||||
find Documentation/*.[157] >/dev/null 2>&1 && doman Documentation/*.[157]
|
||||
|
||||
dodoc README Documentation/{SubmittingPatches,CodingGuidelines}
|
||||
use doc && dodir /usr/share/doc/${PF}/html
|
||||
for d in / /howto/ /technical/ ; do
|
||||
docinto ${d}
|
||||
dodoc Documentation${d}*.txt
|
||||
use doc && dohtml -p ${d} Documentation${d}*.html
|
||||
done
|
||||
docinto /
|
||||
# Upstream does not ship this pre-built :-(
|
||||
use doc && doinfo Documentation/{git,gitman}.info
|
||||
|
||||
newbashcomp contrib/completion/git-completion.bash ${PN}
|
||||
|
||||
if use emacs ; then
|
||||
elisp-install ${PN} contrib/emacs/git.{el,elc} || die
|
||||
elisp-install ${PN} contrib/emacs/git-blame.{el,elc} || die
|
||||
#elisp-install ${PN}/compat contrib/emacs/vc-git.{el,elc} || die
|
||||
# don't add automatically to the load-path, so the sitefile
|
||||
# can do a conditional loading
|
||||
touch "${ED}${SITELISP}/${PN}/compat/.nosearch"
|
||||
elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die
|
||||
fi
|
||||
|
||||
if use python && use gtk ; then
|
||||
dobin "${S}"/contrib/gitview/gitview
|
||||
python_convert_shebangs ${PYTHON_ABI} "${ED}"/usr/bin/gitview
|
||||
dodoc "${S}"/contrib/gitview/gitview.txt
|
||||
fi
|
||||
|
||||
dobin contrib/fast-import/git-p4
|
||||
dodoc contrib/fast-import/git-p4.txt
|
||||
newbin contrib/fast-import/import-tars.perl import-tars
|
||||
newbin contrib/git-resurrect.sh git-resurrect
|
||||
|
||||
dodir /usr/share/${PN}/contrib
|
||||
# The following are excluded:
|
||||
# completion - installed above
|
||||
# emacs - installed above
|
||||
# examples - these are stuff that is not used in Git anymore actually
|
||||
# gitview - installed above
|
||||
# p4import - excluded because fast-import has a better one
|
||||
# patches - stuff the Git guys made to go upstream to other places
|
||||
# svnimport - use git-svn
|
||||
# thunderbird-patch-inline - fixes thunderbird
|
||||
for i in \
|
||||
blameview buildsystems ciabot continuous convert-objects fast-import \
|
||||
hg-to-git hooks remotes2config.sh remotes2config.sh rerere-train.sh \
|
||||
stats svn-fe vim workdir \
|
||||
; do
|
||||
cp -rf \
|
||||
"${S}"/contrib/${i} \
|
||||
"${ED}"/usr/share/${PN}/contrib \
|
||||
|| die "Failed contrib ${i}"
|
||||
done
|
||||
|
||||
if use perl && use cgi ; then
|
||||
# We used to install in /usr/share/${PN}/gitweb
|
||||
# but upstream installs in /usr/share/gitweb
|
||||
# so we will install a symlink and use their location for compat with other
|
||||
# distros
|
||||
dosym /usr/share/gitweb /usr/share/${PN}/gitweb
|
||||
|
||||
# INSTALL discusses configuration issues, not just installation
|
||||
docinto /
|
||||
newdoc "${S}"/gitweb/INSTALL INSTALL.gitweb
|
||||
newdoc "${S}"/gitweb/README README.gitweb
|
||||
|
||||
find "${ED}"/usr/lib64/perl5/ \
|
||||
-name .packlist \
|
||||
-exec rm \{\} \;
|
||||
else
|
||||
rm -rf "${ED}"/usr/share/gitweb
|
||||
fi
|
||||
|
||||
if ! use subversion ; then
|
||||
rm -f "${ED}"/usr/libexec/git-core/git-svn \
|
||||
"${ED}"/usr/share/man/man1/git-svn.1*
|
||||
fi
|
||||
|
||||
if use xinetd ; then
|
||||
insinto /etc/xinetd.d
|
||||
newins "${FILESDIR}"/git-daemon.xinetd git-daemon
|
||||
fi
|
||||
|
||||
newinitd "${FILESDIR}"/git-daemon.initd git-daemon
|
||||
newconfd "${FILESDIR}"/git-daemon.confd git-daemon
|
||||
|
||||
fixlocalpod
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local disabled=""
|
||||
local tests_cvs="t9200-git-cvsexportcommit.sh \
|
||||
t9400-git-cvsserver-server.sh \
|
||||
t9401-git-cvsserver-crlf.sh \
|
||||
t9600-cvsimport.sh \
|
||||
t9601-cvsimport-vendor-branch.sh \
|
||||
t9602-cvsimport-branches-tags.sh \
|
||||
t9603-cvsimport-patchsets.sh"
|
||||
local tests_perl="t5502-quickfetch.sh \
|
||||
t5512-ls-remote.sh \
|
||||
t5520-pull.sh"
|
||||
# Bug #225601 - t0004 is not suitable for root perm
|
||||
# Bug #219839 - t1004 is not suitable for root perm
|
||||
# t0001-init.sh - check for init notices EPERM* fails
|
||||
local tests_nonroot="t0001-init.sh \
|
||||
t0004-unwritable.sh \
|
||||
t0070-fundamental.sh \
|
||||
t1004-read-tree-m-u-wf.sh \
|
||||
t3700-add.sh \
|
||||
t7300-clean.sh"
|
||||
|
||||
# Unzip is used only for the testcase code, not by any normal parts of Git.
|
||||
if ! has_version app-arch/unzip ; then
|
||||
einfo "Disabling tar-tree tests"
|
||||
disabled="${disabled} t5000-tar-tree.sh"
|
||||
fi
|
||||
|
||||
cvs=0
|
||||
use cvs && let cvs=$cvs+1
|
||||
if [[ ${EUID} -eq 0 ]]; then
|
||||
if [[ $cvs -eq 1 ]]; then
|
||||
ewarn "Skipping CVS tests because CVS does not work as root!"
|
||||
ewarn "You should retest with FEATURES=userpriv!"
|
||||
disabled="${disabled} ${tests_cvs}"
|
||||
fi
|
||||
einfo "Skipping other tests that require being non-root"
|
||||
disabled="${disabled} ${tests_nonroot}"
|
||||
else
|
||||
[[ $cvs -gt 0 ]] && \
|
||||
has_version dev-vcs/cvs && \
|
||||
let cvs=$cvs+1
|
||||
[[ $cvs -gt 1 ]] && \
|
||||
built_with_use dev-vcs/cvs server && \
|
||||
let cvs=$cvs+1
|
||||
if [[ $cvs -lt 3 ]]; then
|
||||
einfo "Disabling CVS tests (needs dev-vcs/cvs[USE=server])"
|
||||
disabled="${disabled} ${tests_cvs}"
|
||||
fi
|
||||
fi
|
||||
|
||||
if ! use perl ; then
|
||||
einfo "Disabling tests that need Perl"
|
||||
disabled="${disabled} ${tests_perl}"
|
||||
fi
|
||||
|
||||
# Reset all previously disabled tests
|
||||
cd "${S}/t"
|
||||
for i in *.sh.DISABLED ; do
|
||||
[[ -f "${i}" ]] && mv -f "${i}" "${i%.DISABLED}"
|
||||
done
|
||||
einfo "Disabled tests:"
|
||||
for i in ${disabled} ; do
|
||||
[[ -f "${i}" ]] && mv -f "${i}" "${i}.DISABLED" && einfo "Disabled $i"
|
||||
done
|
||||
|
||||
# Avoid the test system removing the results because we want them ourselves
|
||||
sed -e '/^[[:space:]]*$(MAKE) clean/s,^,#,g' \
|
||||
-i "${S}"/t/Makefile
|
||||
|
||||
# Clean old results first
|
||||
cd "${S}/t"
|
||||
git_emake clean
|
||||
|
||||
# Now run the tests
|
||||
cd "${S}"
|
||||
einfo "Start test run"
|
||||
git_emake test
|
||||
rc=$?
|
||||
|
||||
# Display nice results
|
||||
cd "${S}/t"
|
||||
git_emake aggregate-results
|
||||
|
||||
# And exit
|
||||
[ $rc -eq 0 ] || die "tests failed. Please file a bug."
|
||||
}
|
||||
|
||||
showpkgdeps() {
|
||||
local pkg=$1
|
||||
shift
|
||||
elog " $(printf "%-17s:" ${pkg}) ${@}"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
use emacs && elisp-site-regen
|
||||
use python && python_mod_optimize git_remote_helpers
|
||||
einfo "Please read /usr/share/bash-completion/git for Git bash completion"
|
||||
elog "These additional scripts need some dependencies:"
|
||||
echo
|
||||
showpkgdeps git-quiltimport "dev-util/quilt"
|
||||
showpkgdeps git-instaweb \
|
||||
"|| ( www-servers/lighttpd www-servers/apache )"
|
||||
echo
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
use emacs && elisp-site-regen
|
||||
use python && python_mod_cleanup git_remote_helpers
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.95 2011/11/14 17:08:49 vapier Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/libtool.eclass,v 1.96 2011/11/18 17:32:14 vapier Exp $
|
||||
|
||||
# @ECLASS: libtool.eclass
|
||||
# @MAINTAINER:
|
||||
|
@ -14,12 +14,23 @@
|
|||
# generated libtool files. We do not run the libtoolize program because that
|
||||
# requires a regeneration of the main autotool files in order to work properly.
|
||||
|
||||
# If an overlay has eclass overrides, but doesn't actually override the
|
||||
# libtool.eclass, we'll have ECLASSDIR pointing to the active overlay's
|
||||
# eclass/ dir, but libtool.eclass is still in the main Gentoo tree. So
|
||||
# add a check to locate the ELT-patches/ regardless of what's going on.
|
||||
ECLASSDIR_LOCAL=${BASH_SOURCE[0]%/*}
|
||||
elt_patch_dir() {
|
||||
local d="${ECLASSDIR}/ELT-patches"
|
||||
if [[ ! -d ${d} ]] ; then
|
||||
d="${ECLASSDIR_LOCAL}/ELT-patches"
|
||||
fi
|
||||
echo "${d}"
|
||||
}
|
||||
|
||||
DESCRIPTION="Based on the ${ECLASS} eclass"
|
||||
|
||||
inherit multilib toolchain-funcs
|
||||
|
||||
ELT_PATCH_DIR="${ECLASSDIR}/ELT-patches"
|
||||
|
||||
#
|
||||
# See if we can apply $2 on $1, and if so, do it
|
||||
#
|
||||
|
@ -70,7 +81,7 @@ ELT_walk_patches() {
|
|||
local ret=1
|
||||
local file=$1
|
||||
local patch_set=$2
|
||||
local patch_dir="${ELT_PATCH_DIR}/${patch_set}"
|
||||
local patch_dir="$(elt_patch_dir)/${patch_set}"
|
||||
local rem_int_dep=$3
|
||||
|
||||
[[ -z ${patch_set} ]] && return 1
|
||||
|
@ -84,7 +95,7 @@ ELT_walk_patches() {
|
|||
sed_args+=( -e "s|@REM_INT_DEP@|${rem_int_dep}|g" )
|
||||
fi
|
||||
|
||||
pushd "${ELT_PATCH_DIR}" >/dev/null || die
|
||||
pushd "$(elt_patch_dir)" >/dev/null || die
|
||||
|
||||
# Go through the patches in reverse order (newer version to older)
|
||||
for patch in $(find "${patch_set}" -maxdepth 1 -type f | LC_ALL=C sort -r) ; do
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.139 2011/10/15 20:58:08 phajdan.jr Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.140 2011/11/18 23:37:03 vapier Exp $
|
||||
|
||||
# @ECLASS: python.eclass
|
||||
# @MAINTAINER:
|
||||
|
@ -386,8 +386,6 @@ _python_set_color_variables() {
|
|||
fi
|
||||
}
|
||||
|
||||
unset PYTHON_PKG_SETUP_EXECUTED
|
||||
|
||||
_python_check_python_pkg_setup_execution() {
|
||||
[[ " ${FUNCNAME[@]:1} " =~ " "(python_set_active_version|python_pkg_setup)" " ]] && return
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/scons-utils.eclass,v 1.8 2011/10/30 14:30:24 mgorny Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/scons-utils.eclass,v 1.9 2011/11/18 20:51:10 mgorny Exp $
|
||||
|
||||
# @ECLASS: scons-utils.eclass
|
||||
# @MAINTAINER:
|
||||
|
@ -19,7 +19,7 @@
|
|||
# src_configure() {
|
||||
# myesconsargs=(
|
||||
# CC="$(tc-getCC)"
|
||||
# $(use_scons nls ENABLE_NLS)
|
||||
# $(use_scons nls ENABLE_NLS)
|
||||
# )
|
||||
# }
|
||||
#
|
||||
|
@ -28,7 +28,8 @@
|
|||
# }
|
||||
#
|
||||
# src_install() {
|
||||
# escons install
|
||||
# # note: this can be DESTDIR, INSTALL_ROOT, ... depending on package
|
||||
# escons DESTDIR="${D}" install
|
||||
# }
|
||||
# @CODE
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-milter/amavisd-milter-1.5.0.ebuild,v 1.1 2011/04/25 09:52:07 eras Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/mail-filter/amavisd-milter/amavisd-milter-1.5.0.ebuild,v 1.2 2011/11/18 20:53:16 eras Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -13,12 +13,12 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="mail-mta/sendmail
|
||||
DEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )
|
||||
mail-filter/amavisd-new"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
emake DESTDIR="${D}" install
|
||||
|
||||
dodoc AUTHORS CHANGES INSTALL README TODO
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/mail-filter/libmilter/libmilter-1.0.2.ebuild,v 1.1 2011/06/10 10:56:58 eras Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/mail-filter/libmilter/libmilter-1.0.2.ebuild,v 1.2 2011/11/19 09:42:42 hwoarang Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
|
@ -18,7 +18,7 @@ SRC_URI="ftp://ftp.sendmail.org/pub/sendmail/sendmail.${SENDMAIL_VER}.tar.gz"
|
|||
|
||||
LICENSE="Sendmail"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
IUSE="ipv6 poll"
|
||||
|
||||
DEPEND="!mail-mta/sendmail"
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
DIST dispcalGUI-0.7.0.7.tar.gz 2611899 RMD160 daa002442a92316be5f2c82a34bab0eaaf439d46 SHA1 4469ba7d6f37ce9657b56e5597f850a926a2a20d SHA256 1917266b752a26451c5bca198c25cfa91509049ecd450bfc27eb94cc4c04a74b
|
||||
DIST dispcalGUI-0.7.3.7.tar.gz 2617915 RMD160 b70ec8bb844ff91d690a138e29706d95f8005749 SHA1 f56d85cc8845d315d1a835134d6124792b0d5004 SHA256 f204f164ff068bc0f1629e2d5adfa2c6b8d68625dfebb4547858761b79202291
|
||||
DIST dispcalGUI-0.7.8.9.tar.gz 2991685 RMD160 7986a67da4afdb8403c6fdd8653c46ba86f2cdd6 SHA1 420ff9d36281398bce37db73a594a3101d8022f0 SHA256 aa2716c372253715bc5b19050f90642e0dad600d926f16a1e9619dc1c531da68
|
||||
|
|
63
media-gfx/dispcalgui/dispcalgui-0.7.8.9.ebuild
Normal file
63
media-gfx/dispcalgui/dispcalgui-0.7.8.9.ebuild
Normal file
|
@ -0,0 +1,63 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.7.8.9.ebuild,v 1.1 2011/11/18 20:21:09 hwoarang Exp $
|
||||
|
||||
EAPI="2"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit distutils fdo-mime
|
||||
|
||||
MY_PN="dispcalGUI"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
|
||||
DESCRIPTION="Display Calibration and Characterization powered by Argyll CMS"
|
||||
HOMEPAGE="http://dispcalgui.hoech.net/"
|
||||
SRC_URI="http://dispcalgui.hoech.net/archive/${PV}/${MY_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=media-gfx/argyllcms-1.1.0
|
||||
>=dev-python/wxpython-2.8.10.1
|
||||
>=x11-libs/libX11-1.3.3
|
||||
>=x11-apps/xrandr-1.3.2
|
||||
>=x11-libs/libXxf86vm-1.1.0
|
||||
>=x11-proto/xineramaproto-1.2
|
||||
>=x11-libs/libXinerama-1.1"
|
||||
RDEPEND="${DEPEND}
|
||||
>=dev-python/numpy-1.2.1"
|
||||
|
||||
# Just in case someone renames the ebuild
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
DOCS=(
|
||||
README.html
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
# Prohibit setup from running xdg-* programs, resulting to sandbox violation
|
||||
cd "${S}/dispcalGUI" || die "Cannot cd to source directory."
|
||||
sed -e 's/if which(\"xdg-icon-resource\"):/if which(\"xdg-icon-resource-non-existant\"):/' \
|
||||
-e 's/if which(\"xdg-desktop-menu\"):/if which(\"xdg-desktop-menu-non-existant\"):/' \
|
||||
-i postinstall.py || die "sed'ing out the xdg-* setup functions failed"
|
||||
|
||||
distutils_src_prepare
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
|
||||
fdo-mime_mime_database_update
|
||||
fdo-mime_desktop_database_update
|
||||
distutils_pkg_postinst
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
# Run xdg-* programs the Gentoo way since we removed this functionality from the original package
|
||||
fdo-mime_mime_database_update
|
||||
fdo-mime_desktop_database_update
|
||||
distutils_pkg_postrm
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.4.8.ebuild,v 1.2 2011/11/18 05:22:17 jer Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/freetype/freetype-2.4.8.ebuild,v 1.3 2011/11/19 10:12:43 hwoarang Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
|
@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/freetype/${P/_/}.tar.bz2
|
|||
|
||||
LICENSE="FTL GPL-2"
|
||||
SLOT="2"
|
||||
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
|
||||
IUSE="X auto-hinter bindist bzip2 debug doc fontforge static-libs utils"
|
||||
|
||||
DEPEND="sys-libs/zlib
|
||||
|
|
1
media-libs/glyr/Manifest
Normal file
1
media-libs/glyr/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST glyr-0_pre20111118.tar.xz 117128 RMD160 9319903ae91d5795dcd961e6dc15ceec254ea924 SHA1 e3103d767e1a291a5db2d339443a46f88d63e12d SHA256 5b0eb3290633893b95fc9d28a12b0533a859fb77c390dd12bb969dc5b304e725
|
23
media-libs/glyr/glyr-0_pre20111118.ebuild
Normal file
23
media-libs/glyr/glyr-0_pre20111118.ebuild
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/glyr/glyr-0_pre20111118.ebuild,v 1.1 2011/11/18 20:48:08 ssuominen Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="A music related metadata searchengine, both with commandline interface and C API"
|
||||
HOMEPAGE="http://github.com/sahib/glyr"
|
||||
SRC_URI="http://dev.gentoo.org/~ssuominen/glyr-0_pre20111118.tar.xz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-db/sqlite:3
|
||||
>=dev-libs/glib-2.10
|
||||
net-misc/curl"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
DOCS="AUTHORS CHANGELOG README* TODO"
|
5
media-libs/glyr/metadata.xml
Normal file
5
media-libs/glyr/metadata.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>sound</herd>
|
||||
</pkgmetadata>
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomad/gnomad-2.9.6.ebuild,v 1.2 2011/11/18 12:05:03 ssuominen Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/gnomad/gnomad-2.9.6.ebuild,v 1.3 2011/11/19 10:16:45 hwoarang Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE="nls"
|
||||
|
||||
RDEPEND="media-libs/libid3tag
|
||||
|
|
1
media-sound/pragha/Manifest
Normal file
1
media-sound/pragha/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST pragha-1.0.rc2.tar.bz2 524131 RMD160 bf0b144b7ec24b60c7c63e7c89535ef8a7bc8947 SHA1 5220851e0deee80c7519c3ff2ffeb4eb2c6ba9f6 SHA256 8b1e3cdb385a73aca976e828cf99a65c853a9f608a5d7c568ac3bdc85bc2a9ae
|
9
media-sound/pragha/metadata.xml
Normal file
9
media-sound/pragha/metadata.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>xfce</herd>
|
||||
<use>
|
||||
<flag name='glyr'>Enable music metadata searchengine support using <pkg>media-libs/glyr</pkg></flag>
|
||||
<flag name='lastfm'>Enable last.fm support using <pkg>media-libs/libclastfm</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
57
media-sound/pragha/pragha-1.0_rc2.ebuild
Normal file
57
media-sound/pragha/pragha-1.0_rc2.ebuild
Normal file
|
@ -0,0 +1,57 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/pragha/pragha-1.0_rc2.ebuild,v 1.1 2011/11/18 23:43:41 ssuominen Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit xfconf
|
||||
|
||||
MY_P=${PN}-${PV/_/.}
|
||||
|
||||
DESCRIPTION="A lightweight music player for the Xfce desktop environment"
|
||||
HOMEPAGE="http://pragha.wikispaces.com/"
|
||||
SRC_URI="http://dissonance.googlecode.com/files/${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="debug +glyr lastfm"
|
||||
|
||||
COMMON_DEPEND="dev-db/sqlite:3
|
||||
>=dev-libs/dbus-glib-0.92
|
||||
>=dev-libs/glib-2.16.3
|
||||
dev-libs/keybinder
|
||||
>=dev-libs/libcdio-0.78
|
||||
media-libs/gst-plugins-base:0.10
|
||||
>=media-libs/libcddb-1.2.1
|
||||
>=media-libs/taglib-1.7
|
||||
>=net-misc/curl-7.18
|
||||
x11-libs/libX11
|
||||
>=x11-libs/libnotify-0.7
|
||||
>=xfce-base/exo-0.6.0
|
||||
glyr? ( media-libs/glyr )
|
||||
lastfm? ( media-libs/libclastfm )"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
media-plugins/gst-plugins-meta:0.10"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
dev-util/intltool
|
||||
dev-util/pkgconfig
|
||||
sys-devel/gettext"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
pkg_setup() {
|
||||
XFCONF=(
|
||||
$(use_enable debug)
|
||||
$(use_enable lastfm libclastfm)
|
||||
$(use_enable glyr libglyr)
|
||||
)
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e '/CFLAGS/s:-O3 -Werror::' configure || die
|
||||
xfconf_src_prepare
|
||||
}
|
||||
|
||||
src_install() {
|
||||
xfconf_src_install docdir=/usr/share/doc/${PF}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
>=app-admin/system-tools-backends-2.10.1 >=dev-libs/liboobs-2.31.91 >=x11-libs/gtk+-2.19.7:2 >=dev-libs/glib-2.25.3:2 dev-libs/dbus-glib >=gnome-base/nautilus-2.9.90 sys-libs/cracklib nfs? ( net-fs/nfs-utils ) samba? ( >=net-fs/samba-3 ) policykit? ( >=sys-auth/polkit-0.92 gnome-extra/polkit-gnome:obsolete ) app-text/docbook-xml-dtd:4.1.2 app-text/scrollkeeper >=app-text/gnome-doc-utils-0.3.2 dev-util/pkgconfig >=dev-util/intltool-0.35.0 >=sys-apps/sed-4
|
||||
>=app-admin/system-tools-backends-2.10.1 >=dev-libs/liboobs-2.31.91 >=x11-libs/gtk+-2.19.7:2 >=dev-libs/glib-2.25.3:2 dev-libs/dbus-glib >=gnome-base/nautilus-2.9.90 sys-libs/cracklib nfs? ( net-fs/nfs-utils ) samba? ( >=net-fs/samba-3 ) policykit? ( >=sys-auth/polkit-0.92 gnome-extra/polkit-gnome:obsolete )
|
||||
>=app-admin/system-tools-backends-2.10.1 >=dev-libs/liboobs-2.31.91 >=x11-libs/gtk+-2.19.7:2 >=dev-libs/glib-2.25.3:2 dev-libs/dbus-glib >=gnome-base/nautilus-2.9.90 sys-libs/cracklib nfs? ( net-fs/nfs-utils ) samba? ( >=net-fs/samba-3 ) policykit? ( >=sys-auth/polkit-0.92 || ( gnome-extra/polkit-gnome:obsolete <gnome-extra/polkit-gnome-0.102 ) ) app-text/docbook-xml-dtd:4.1.2 app-text/scrollkeeper >=app-text/gnome-doc-utils-0.3.2 dev-util/pkgconfig >=dev-util/intltool-0.35.0 >=sys-apps/sed-4
|
||||
>=app-admin/system-tools-backends-2.10.1 >=dev-libs/liboobs-2.31.91 >=x11-libs/gtk+-2.19.7:2 >=dev-libs/glib-2.25.3:2 dev-libs/dbus-glib >=gnome-base/nautilus-2.9.90 sys-libs/cracklib nfs? ( net-fs/nfs-utils ) samba? ( >=net-fs/samba-3 ) policykit? ( >=sys-auth/polkit-0.92 || ( gnome-extra/polkit-gnome:obsolete <gnome-extra/polkit-gnome-0.102 ) )
|
||||
0
|
||||
mirror://gnome/sources/gnome-system-tools/2.32/gnome-system-tools-2.32.0.tar.bz2
|
||||
|
||||
|
|
2
metadata/cache/app-admin/logsurfer+-1.8
vendored
2
metadata/cache/app-admin/logsurfer+-1.8
vendored
|
@ -6,7 +6,7 @@ http://kerryt.orcon.net.nz/logsurfer-1.8.tar.gz http://www.crypt.gen.nz/logsurfe
|
|||
http://www.crypt.gen.nz/logsurfer/
|
||||
as-is
|
||||
Real Time Log Monitoring and Alerting
|
||||
~amd64 x86
|
||||
amd64 x86
|
||||
multilib toolchain-funcs
|
||||
|
||||
|
||||
|
|
22
metadata/cache/app-crypt/p11-kit-0.6
vendored
22
metadata/cache/app-crypt/p11-kit-0.6
vendored
|
@ -1,22 +0,0 @@
|
|||
|
||||
|
||||
0
|
||||
http://p11-glue.freedesktop.org/releases/p11-kit-0.6.tar.gz
|
||||
|
||||
http://p11-glue.freedesktop.org/p11-kit.html
|
||||
MIT
|
||||
Provides a standard configuration setup for installing PKCS#11.
|
||||
~amd64 ~hppa ~x86
|
||||
|
||||
debug
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
configure install
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/app-crypt/p11-kit-0.9
vendored
Normal file
22
metadata/cache/app-crypt/p11-kit-0.9
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
|| ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
|
||||
0
|
||||
http://p11-glue.freedesktop.org/releases/p11-kit-0.9.tar.gz
|
||||
|
||||
http://p11-glue.freedesktop.org/p11-kit.html
|
||||
MIT
|
||||
Provides a standard configuration setup for installing PKCS#11.
|
||||
~amd64 ~arm ~hppa ~x86
|
||||
autotools autotools-utils base eutils libtool multilib portability toolchain-funcs user
|
||||
debug
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 dev-java/saxon:0 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) >=dev-libs/boost-1.46 >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool dev-util/mdds >=dev-util/pkgconfig-0.26 >=media-libs/vigra-1.7 >=net-misc/curl-7.21.4 net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-libs/zlib x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( =virtual/jdk-1.6* >=dev-java/ant-core-1.7 test? ( dev-java/junit:4 ) ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 dev-vcs/git kde? ( dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.6.3:4[qt3support,ssl] >=x11-libs/qt-gui-4.6.3:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.6.3:4[accessibility,kde] >=x11-libs/qt-script-4.6.3:4 >=x11-libs/qt-sql-4.6.3:4[qt3support] >=x11-libs/qt-svg-4.6.3:4 >=x11-libs/qt-test-4.6.3:4 >=x11-libs/qt-webkit-4.6.3:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml] dev-vcs/git
|
||||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 dev-java/saxon:0 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) !app-office/libreoffice-bin !app-office/openoffice-bin !app-office/openoffice media-fonts/libertine-ttf media-fonts/liberation-fonts java? ( >=virtual/jre-1.6 ) java? ( >=dev-java/java-config-2.1.9-r1 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.6.3:4[qt3support,ssl] >=x11-libs/qt-gui-4.6.3:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.6.3:4[accessibility,kde] >=x11-libs/qt-script-4.6.3:4 >=x11-libs/qt-sql-4.6.3:4[qt3support] >=x11-libs/qt-svg-4.6.3:4 >=x11-libs/qt-test-4.6.3:4 >=x11-libs/qt-webkit-4.6.3:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml]
|
||||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 dev-java/saxon:0 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) postgres? ( >=dev-db/postgresql-base-8.4.0 ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) >=dev-libs/boost-1.46 >=dev-libs/libxml2-2.7.8 dev-libs/libxslt dev-perl/Archive-Zip dev-util/cppunit >=dev-util/gperf-3 dev-util/intltool dev-util/mdds >=dev-util/pkgconfig-0.26 >=media-libs/vigra-1.7 >=net-misc/curl-7.21.4 net-misc/npapi-sdk >=sys-apps/findutils-4.4.2 sys-devel/bison sys-apps/coreutils sys-devel/flex sys-devel/gettext >=sys-devel/make-3.82 sys-libs/zlib x11-libs/libXtst x11-proto/randrproto x11-proto/xextproto x11-proto/xineramaproto x11-proto/xproto java? ( =virtual/jdk-1.6* >=dev-java/ant-core-1.7 test? ( dev-java/junit:4 ) ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 ) >=sys-apps/sed-4 dev-vcs/git kde? ( dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.6.3:4[qt3support,ssl] >=x11-libs/qt-gui-4.6.3:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.6.3:4[accessibility,kde] >=x11-libs/qt-script-4.6.3:4 >=x11-libs/qt-sql-4.6.3:4[qt3support] >=x11-libs/qt-svg-4.6.3:4 >=x11-libs/qt-test-4.6.3:4 >=x11-libs/qt-webkit-4.6.3:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml] dev-vcs/git
|
||||
app-arch/zip app-arch/unzip >=app-text/hunspell-1.3.2-r3 app-text/mythes >=app-text/libexttextcat-3.2 app-text/libwpd:0.9[tools] app-text/libwpg:0.2 >=app-text/libwps-0.2.2 dev-cpp/libcmis dev-db/unixODBC dev-libs/expat >=dev-libs/glib-2.28 >=dev-libs/hyphen-2.7.1 >=dev-libs/icu-4.8.1-r1 >=dev-lang/perl-5.0 >=dev-libs/openssl-1.0.0d >=dev-libs/redland-1.0.14[ssl] >=media-libs/fontconfig-2.8.0 media-libs/freetype:2 >=media-libs/libpng-1.4 media-libs/libvisio net-print/cups sci-mathematics/lpsolve >=sys-libs/db-4.8 virtual/jpeg >=x11-libs/cairo-1.10.0 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender dbus? ( >=dev-libs/dbus-glib-0.92 ) eds? ( gnome-extra/evolution-data-server ) gnome? ( gnome-base/gconf:2 gnome-base/orbit ) gtk? ( >=x11-libs/gtk+-2.24:2 >=x11-libs/gtk+-3.2:3 ) graphite? ( media-gfx/graphite2 ) gstreamer? ( >=media-libs/gstreamer-0.10 >=media-libs/gst-plugins-base-0.10 ) java? ( >=dev-java/bsh-2.0_beta4 dev-java/lucene:2.9 dev-java/lucene-analyzers:2.3 dev-java/saxon:0 ) jemalloc? ( dev-libs/jemalloc ) mysql? ( >=dev-db/mysql-connector-c++-1.1.0 ) opengl? ( virtual/opengl ) pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] ) postgres? ( >=dev-db/postgresql-base-8.4.0 ) svg? ( gnome-base/librsvg ) webdav? ( net-libs/neon ) xmlsec? ( >=dev-libs/nspr-4.8.8 >=dev-libs/nss-3.12.9 ) !app-office/libreoffice-bin !app-office/openoffice-bin !app-office/openoffice media-fonts/libertine-ttf media-fonts/liberation-fonts java? ( >=virtual/jre-1.6 ) java? ( >=dev-java/java-config-2.1.9-r1 ) kde? ( >=kde-base/oxygen-icons-4.4:4[aqua=] ) kde? ( dev-lang/perl >=x11-libs/qt-core-4.6.3:4[qt3support,ssl] >=x11-libs/qt-gui-4.6.3:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.6.3:4[accessibility,kde] >=x11-libs/qt-script-4.6.3:4 >=x11-libs/qt-sql-4.6.3:4[qt3support] >=x11-libs/qt-svg-4.6.3:4 >=x11-libs/qt-test-4.6.3:4 >=x11-libs/qt-webkit-4.6.3:4[kde?] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=] ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads,xml]
|
||||
0
|
||||
branding? ( http://dev.gentooexperimental.org/~scarabeus/libreoffice-branding-gentoo-0.3.tar.xz ) http://dev-www.libreoffice.org/src//fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz xmlsec? ( http://dev-www.libreoffice.org/src//1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz ) java? ( http://dev-www.libreoffice.org/src//17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip ) java? ( http://dev-www.libreoffice.org/src//798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip ) java? ( http://dev-www.libreoffice.org/src//35c94d2df8893241173de1d16b6034c0-swingExSrc.zip ) odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll )
|
||||
|
||||
|
@ -8,7 +8,7 @@ LGPL-3
|
|||
LibreOffice, a full office productivity suite.
|
||||
|
||||
autotools base bash-completion-r1 check-reqs eutils fdo-mime flag-o-matic git-2 gnome2-utils java-pkg-opt-2 java-utils-2 kde4-base kde4-functions libtool multilib nsplugins pax-utils portability prefix python toolchain-funcs user versionator virtualx
|
||||
binfilter +branding dbus debug eds gnome +graphite gstreamer +gtk +jemalloc kde mysql +nsplugin odk opengl pdfimport svg test +vba +webdav +xmlsec elibc_FreeBSD java aqua kde kdeenablefinal
|
||||
binfilter +branding dbus debug eds gnome +graphite gstreamer +gtk +jemalloc kde mysql +nsplugin odk opengl pdfimport postgres svg test +vba +webdav +xmlsec elibc_FreeBSD java aqua kde kdeenablefinal
|
||||
nsplugin? ( gtk ) gnome? ( gtk ) eds? ( gnome )
|
||||
>=app-office/libreoffice-l10n-9999
|
||||
|
||||
|
|
22
metadata/cache/app-text/landslide-1.0.1
vendored
Normal file
22
metadata/cache/app-text/landslide-1.0.1
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=app-admin/eselect-python-20091230 dev-lang/python
|
||||
dev-python/docutils dev-python/jinja dev-python/markdown dev-python/pygments >=app-admin/eselect-python-20091230 dev-lang/python
|
||||
0
|
||||
https://github.com/adamzap/landslide/tarball/v1.0.1 -> landslide-1.0.1.tar.gz
|
||||
|
||||
https://github.com/adamzap/landslide
|
||||
Apache-2.0
|
||||
Landslide generates a slideshow using the slides that power the html5-slides presentation
|
||||
~amd64
|
||||
distutils multilib python toolchain-funcs
|
||||
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile install postinst postrm prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
8
metadata/cache/dev-java/icedtea-6.1.10.4-r1
vendored
8
metadata/cache/dev-java/icedtea-6.1.10.4-r1
vendored
|
@ -1,14 +1,14 @@
|
|||
>=net-print/cups-1.2.12 >=x11-libs/libX11-1.1.3 >=media-libs/freetype-2.3.5 >=media-libs/alsa-lib-1.0 >=x11-libs/gtk+-2.8:2 >=x11-libs/libXinerama-1.0.2 >=x11-libs/libXp-1.0.0 >=x11-libs/libXi-1.1.3 >=x11-libs/libXau-1.0.3 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXtst-1.0.3 virtual/jpeg >=media-libs/libpng-1.2 >=media-libs/giflib-4.1.6 >=sys-libs/zlib-1.2.3 x11-proto/inputproto x11-proto/xineramaproto pulseaudio? ( >=media-sound/pulseaudio-0.9.11 ) javascript? ( dev-java/rhino:1.6 ) zero? ( virtual/libffi ) xrender? ( >=x11-libs/libXrender-0.9.4 ) systemtap? ( >=dev-util/systemtap-1 ) !dev-java/icedtea6 nss? ( >=dev-libs/nss-3.12.5-r1 ) || ( ( >=dev-java/gcj-jdk-4.3 >=app-admin/eselect-ecj-0.5-r1 ) ( >=dev-java/cacao-0.99.2 >=app-admin/eselect-ecj-0.5-r1 ) dev-java/icedtea-bin:6 dev-java/icedtea:6 ) app-arch/zip >=dev-java/xalan-2.7.0:0 >=dev-java/xerces-2.9.1:2 >=dev-java/ant-core-1.7.1-r2 dev-java/ant-nodeps app-misc/ca-certificates dev-lang/perl dev-libs/openssl || ( ( >=x11-libs/libXext-1.1.1 >=x11-proto/xextproto-7.1.1 x11-proto/xproto ) <x11-libs/libXext-1.1.1 ) sys-apps/lsb-release >=dev-java/java-config-2.1.9-r1 =dev-java/java-config-2*
|
||||
>=net-print/cups-1.2.12 >=x11-libs/libX11-1.1.3 >=media-libs/freetype-2.3.5 >=media-libs/alsa-lib-1.0 >=x11-libs/gtk+-2.8:2 >=x11-libs/libXinerama-1.0.2 >=x11-libs/libXp-1.0.0 >=x11-libs/libXi-1.1.3 >=x11-libs/libXau-1.0.3 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXtst-1.0.3 virtual/jpeg >=media-libs/libpng-1.2 >=media-libs/giflib-4.1.6 >=sys-libs/zlib-1.2.3 x11-proto/inputproto x11-proto/xineramaproto pulseaudio? ( >=media-sound/pulseaudio-0.9.11 ) javascript? ( dev-java/rhino:1.6 ) zero? ( virtual/libffi ) xrender? ( >=x11-libs/libXrender-0.9.4 ) systemtap? ( >=dev-util/systemtap-1 ) !dev-java/icedtea6 nss? ( >=dev-libs/nss-3.12.5-r1 ) >=dev-java/java-config-2.1.9-r1 =dev-java/java-config-2*
|
||||
>=net-print/cups-1.2.12 >=x11-libs/libX11-1.1.3 >=media-libs/freetype-2.3.5 >=media-libs/alsa-lib-1.0 >=x11-libs/gtk+-2.8:2 >=x11-libs/libXinerama-1.0.2 >=x11-libs/libXp-1.0.0 >=x11-libs/libXi-1.1.3 >=x11-libs/libXau-1.0.3 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXtst-1.0.3 virtual/jpeg >=media-libs/libpng-1.2 >=media-libs/giflib-4.1.6 >=sys-libs/zlib-1.2.3 x11-proto/inputproto x11-proto/xineramaproto pulseaudio? ( >=media-sound/pulseaudio-0.9.11 ) javascript? ( dev-java/rhino:1.6 ) ppc? ( virtual/libffi ) ppc64? ( virtual/libffi ) xrender? ( >=x11-libs/libXrender-0.9.4 ) systemtap? ( >=dev-util/systemtap-1 ) !dev-java/icedtea6 nss? ( >=dev-libs/nss-3.12.5-r1 ) || ( ( >=dev-java/gcj-jdk-4.3 >=app-admin/eselect-ecj-0.5-r1 ) dev-java/icedtea-bin:6 dev-java/icedtea:6 ) app-arch/zip >=dev-java/xalan-2.7.0:0 >=dev-java/xerces-2.9.1:2 >=dev-java/ant-core-1.7.1-r2 dev-java/ant-nodeps app-misc/ca-certificates dev-lang/perl dev-libs/openssl >=x11-libs/libXext-1.1.1 >=x11-proto/xextproto-7.1.1 x11-proto/xproto sys-apps/lsb-release app-arch/cpio >=dev-java/java-config-2.1.9-r1 =dev-java/java-config-2*
|
||||
>=net-print/cups-1.2.12 >=x11-libs/libX11-1.1.3 >=media-libs/freetype-2.3.5 >=media-libs/alsa-lib-1.0 >=x11-libs/gtk+-2.8:2 >=x11-libs/libXinerama-1.0.2 >=x11-libs/libXp-1.0.0 >=x11-libs/libXi-1.1.3 >=x11-libs/libXau-1.0.3 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXtst-1.0.3 virtual/jpeg >=media-libs/libpng-1.2 >=media-libs/giflib-4.1.6 >=sys-libs/zlib-1.2.3 x11-proto/inputproto x11-proto/xineramaproto pulseaudio? ( >=media-sound/pulseaudio-0.9.11 ) javascript? ( dev-java/rhino:1.6 ) ppc? ( virtual/libffi ) ppc64? ( virtual/libffi ) xrender? ( >=x11-libs/libXrender-0.9.4 ) systemtap? ( >=dev-util/systemtap-1 ) !dev-java/icedtea6 nss? ( >=dev-libs/nss-3.12.5-r1 ) >=dev-java/java-config-2.1.9-r1 =dev-java/java-config-2*
|
||||
6
|
||||
http://icedtea.classpath.org/download/source/icedtea6-1.10.4.tar.gz http://download.java.net/openjdk/jdk6/promoted/b22/openjdk-6-src-b22-28_feb_2011.tar.gz http://icedtea.classpath.org/download/drops/jdk6-jaxws-b20.zip http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip http://icedtea.classpath.org/download/drops/jaxp144_01.zip hs20? ( http://hg.openjdk.java.net/hsx/hsx20/master/archive/f0f676c5a2c6.tar.gz ) cacao? ( http://icedtea.classpath.org/download/drops/cacao/c7bf150bfa46.tar.gz ) jamvm? ( http://icedtea.classpath.org/download/drops/jamvm/jamvm-a95ca049d3bb257d730535a5d5ec3f73a943d0aa.tar.gz )
|
||||
http://icedtea.classpath.org/download/source/icedtea6-1.10.4.tar.gz http://download.java.net/openjdk/jdk6/promoted/b22/openjdk-6-src-b22-28_feb_2011.tar.gz http://icedtea.classpath.org/download/drops/jdk6-jaxws-b20.zip http://icedtea.classpath.org/download/drops/jdk6-jaf-b20.zip http://icedtea.classpath.org/download/drops/jaxp144_01.zip hs20? ( http://hg.openjdk.java.net/hsx/hsx20/master/archive/f0f676c5a2c6.tar.gz )
|
||||
test
|
||||
http://icedtea.classpath.org
|
||||
Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 MPL-1.0 MPL-1.1 public-domain W3C
|
||||
A harness to build the OpenJDK using Free Software build tools and dependencies
|
||||
~amd64 ~ppc ~ppc64 ~x86
|
||||
eutils fdo-mime java-pkg-2 java-utils-2 java-vm-2 multilib pax-utils portability prefix toolchain-funcs user versionator
|
||||
cacao debug doc examples +hs20 jamvm javascript nio2 +nsplugin +nss pulseaudio systemtap +webstart +xrender zero elibc_FreeBSD
|
||||
debug doc examples +hs20 javascript nio2 +nsplugin +nss pulseaudio systemtap +webstart +xrender elibc_FreeBSD
|
||||
|
||||
webstart? ( dev-java/icedtea-web:6 ) nsplugin? ( dev-java/icedtea-web:6[nsplugin] )
|
||||
|
||||
|
|
8
metadata/cache/dev-java/icedtea-7.2.0-r1
vendored
8
metadata/cache/dev-java/icedtea-7.2.0-r1
vendored
|
@ -1,14 +1,14 @@
|
|||
>=net-print/cups-1.2.12 >=x11-libs/libX11-1.1.3 >=media-libs/freetype-2.3.5 >=media-libs/alsa-lib-1.0 >=x11-libs/gtk+-2.8:2 >=x11-libs/libXinerama-1.0.2 >=x11-libs/libXp-1.0.0 >=x11-libs/libXi-1.1.3 >=x11-libs/libXau-1.0.3 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXtst-1.0.3 virtual/jpeg >=media-libs/libpng-1.2 >=media-libs/giflib-4.1.6 media-libs/lcms:2 >=sys-libs/zlib-1.2.3 x11-proto/inputproto x11-proto/xineramaproto pulseaudio? ( >=media-sound/pulseaudio-0.9.11 ) javascript? ( dev-java/rhino:1.6 ) zero? ( virtual/libffi ) >=x11-libs/libXrender-0.9.4 systemtap? ( >=dev-util/systemtap-1 ) !dev-java/icedtea:0 sys-apps/attr >=dev-libs/glib-2.26 media-libs/fontconfig || ( >=dev-java/gcj-jdk-4.3 >=dev-java/cacao-0.99.2 dev-java/icedtea-bin:7 dev-java/icedtea-bin:6 dev-java/icedtea:7 dev-java/icedtea:6 ) app-arch/zip >=dev-libs/libxslt-1.1.26 >=dev-java/ant-core-1.8.1 dev-java/ant-nodeps app-misc/ca-certificates dev-lang/perl dev-libs/openssl sys-apps/lsb-release app-arch/cpio >=dev-java/java-config-2.1.9-r1 =dev-java/java-config-2*
|
||||
>=net-print/cups-1.2.12 >=x11-libs/libX11-1.1.3 >=media-libs/freetype-2.3.5 >=media-libs/alsa-lib-1.0 >=x11-libs/gtk+-2.8:2 >=x11-libs/libXinerama-1.0.2 >=x11-libs/libXp-1.0.0 >=x11-libs/libXi-1.1.3 >=x11-libs/libXau-1.0.3 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXtst-1.0.3 virtual/jpeg >=media-libs/libpng-1.2 >=media-libs/giflib-4.1.6 media-libs/lcms:2 >=sys-libs/zlib-1.2.3 x11-proto/inputproto x11-proto/xineramaproto pulseaudio? ( >=media-sound/pulseaudio-0.9.11 ) javascript? ( dev-java/rhino:1.6 ) zero? ( virtual/libffi ) >=x11-libs/libXrender-0.9.4 systemtap? ( >=dev-util/systemtap-1 ) !dev-java/icedtea:0 sys-apps/attr >=dev-libs/glib-2.26 media-libs/fontconfig >=dev-java/java-config-2.1.9-r1 =dev-java/java-config-2*
|
||||
>=net-print/cups-1.2.12 >=x11-libs/libX11-1.1.3 >=media-libs/freetype-2.3.5 >=media-libs/alsa-lib-1.0 >=x11-libs/gtk+-2.8:2 >=x11-libs/libXinerama-1.0.2 >=x11-libs/libXp-1.0.0 >=x11-libs/libXi-1.1.3 >=x11-libs/libXau-1.0.3 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXtst-1.0.3 >=x11-libs/libXext-1.1.1 virtual/jpeg >=media-libs/libpng-1.2 >=media-libs/giflib-4.1.6 media-libs/lcms:2 >=sys-libs/zlib-1.2.3 x11-proto/inputproto x11-proto/xineramaproto pulseaudio? ( >=media-sound/pulseaudio-0.9.11 ) javascript? ( dev-java/rhino:1.6 ) ppc? ( virtual/libffi ) ppc64? ( virtual/libffi ) >=x11-libs/libXrender-0.9.4 systemtap? ( >=dev-util/systemtap-1 ) !dev-java/icedtea:0 sys-apps/attr >=dev-libs/glib-2.26 media-libs/fontconfig || ( >=dev-java/gcj-jdk-4.3 dev-java/icedtea-bin:7 dev-java/icedtea-bin:6 dev-java/icedtea:7 dev-java/icedtea:6 ) app-arch/zip >=dev-libs/libxslt-1.1.26 >=x11-proto/xextproto-7.1.1 x11-proto/xproto >=dev-java/ant-core-1.8.1 dev-java/ant-nodeps app-misc/ca-certificates dev-lang/perl dev-libs/openssl sys-apps/lsb-release app-arch/cpio >=dev-java/java-config-2.1.9-r1 =dev-java/java-config-2*
|
||||
>=net-print/cups-1.2.12 >=x11-libs/libX11-1.1.3 >=media-libs/freetype-2.3.5 >=media-libs/alsa-lib-1.0 >=x11-libs/gtk+-2.8:2 >=x11-libs/libXinerama-1.0.2 >=x11-libs/libXp-1.0.0 >=x11-libs/libXi-1.1.3 >=x11-libs/libXau-1.0.3 >=x11-libs/libXdmcp-1.0.2 >=x11-libs/libXtst-1.0.3 >=x11-libs/libXext-1.1.1 virtual/jpeg >=media-libs/libpng-1.2 >=media-libs/giflib-4.1.6 media-libs/lcms:2 >=sys-libs/zlib-1.2.3 x11-proto/inputproto x11-proto/xineramaproto pulseaudio? ( >=media-sound/pulseaudio-0.9.11 ) javascript? ( dev-java/rhino:1.6 ) ppc? ( virtual/libffi ) ppc64? ( virtual/libffi ) >=x11-libs/libXrender-0.9.4 systemtap? ( >=dev-util/systemtap-1 ) !dev-java/icedtea:0 sys-apps/attr >=dev-libs/glib-2.26 media-libs/fontconfig >=dev-java/java-config-2.1.9-r1 =dev-java/java-config-2*
|
||||
7
|
||||
http://icedtea.classpath.org/download/source/icedtea-2.0.tar.gz http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/archive/0a76e5390e68.tar.gz http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/corba/archive/4d9e4fb8af09.tar.gz http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/jaxp/archive/948e734135ea.tar.gz http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/jaxws/archive/a2ebfdc9db7e.tar.gz http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/jdk/archive/2054526dd141.tar.gz http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/hotspot/archive/b28ae681bae0.tar.gz http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/langtools/archive/9b85f1265346.tar.gz jamvm? ( http://icedtea.classpath.org/download/drops/jamvm/jamvm-310c491ddc14e92a6ffff27030a1a1821e6395a8.tar.gz )
|
||||
http://icedtea.classpath.org/download/source/icedtea-2.0.tar.gz http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/archive/0a76e5390e68.tar.gz http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/corba/archive/4d9e4fb8af09.tar.gz http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/jaxp/archive/948e734135ea.tar.gz http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/jaxws/archive/a2ebfdc9db7e.tar.gz http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/jdk/archive/2054526dd141.tar.gz http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/hotspot/archive/b28ae681bae0.tar.gz http://icedtea.classpath.org/hg/release/icedtea7-forest-2.0/langtools/archive/9b85f1265346.tar.gz
|
||||
|
||||
http://icedtea.classpath.org
|
||||
Apache-1.1 Apache-2.0 GPL-1 GPL-2 GPL-2-with-linking-exception LGPL-2 MPL-1.0 MPL-1.1 public-domain W3C
|
||||
A harness to build OpenJDK using Free Software build tools and dependencies
|
||||
~amd64 ~x86
|
||||
eutils fdo-mime flag-o-matic java-pkg-2 java-utils-2 java-vm-2 multilib pax-utils portability prefix toolchain-funcs user versionator
|
||||
debug doc examples jamvm javascript +nsplugin pulseaudio systemtap +webstart zero elibc_FreeBSD
|
||||
debug doc examples javascript +nsplugin pulseaudio systemtap +webstart elibc_FreeBSD
|
||||
|
||||
webstart? ( dev-java/icedtea-web:7 ) nsplugin? ( dev-java/icedtea-web:7[nsplugin] )
|
||||
|
||||
|
|
2
metadata/cache/dev-java/icedtea-bin-6.1.10.4
vendored
2
metadata/cache/dev-java/icedtea-bin-6.1.10.4
vendored
|
@ -7,7 +7,7 @@ http://icedtea.classpath.org
|
|||
GPL-2-with-linking-exception
|
||||
A Gentoo-made binary build of the Icedtea6 JDK
|
||||
~amd64 ~x86
|
||||
eutils fdo-mime java-vm-2 multilib portability prefix toolchain-funcs user
|
||||
eutils fdo-mime java-vm-2 multilib pax-utils portability prefix toolchain-funcs user
|
||||
X alsa doc examples nsplugin source
|
||||
|
||||
alsa? ( >=media-libs/alsa-lib-1.0.20 ) X? ( >=media-libs/freetype-2.3.9:2 >=media-libs/fontconfig-2.6.0-r2:1.0 >=x11-libs/libXext-1.1 >=x11-libs/libXi-1.3 >=x11-libs/libXtst-1.1 >=x11-libs/libX11-1.3 x11-libs/libXt ) nsplugin? ( >=dev-libs/atk-1.30.0 >=dev-libs/glib-2.20.5:2 >=dev-libs/nspr-4.8 >=x11-libs/cairo-1.8.8 >=x11-libs/gtk+-2.20.1:2 >=x11-libs/pango-1.24.5 )
|
||||
|
|
6
metadata/cache/dev-java/icedtea-bin-7.2.0-r1
vendored
6
metadata/cache/dev-java/icedtea-bin-7.2.0-r1
vendored
|
@ -1,5 +1,5 @@
|
|||
=dev-java/java-config-2*
|
||||
>=sys-devel/gcc-4.3 >=sys-libs/glibc-2.11.2 >=media-libs/giflib-4.1.6-r1 virtual/jpeg >=media-libs/libpng-1.5 >=sys-libs/zlib-1.2.3-r1 =dev-java/java-config-2*
|
||||
>=sys-devel/gcc-4.3 >=sys-libs/glibc-2.11.2 >=media-libs/giflib-4.1.6-r1 virtual/jpeg media-libs/lcms:2 >=media-libs/libpng-1.5 >=sys-libs/zlib-1.2.3-r1 =dev-java/java-config-2*
|
||||
7
|
||||
amd64? ( http://dev.gentoo.org/~caster/distfiles//icedtea-bin-core-7.2.0-amd64.tar.bz2 ) x86? ( http://dev.gentoo.org/~caster/distfiles//icedtea-bin-core-7.2.0-x86.tar.bz2 ) doc? ( http://dev.gentoo.org/~caster/distfiles//icedtea-bin-doc-7.2.0.tar.bz2 ) examples? ( amd64? ( http://dev.gentoo.org/~caster/distfiles//icedtea-bin-examples-7.2.0-amd64.tar.bz2 ) x86? ( http://dev.gentoo.org/~caster/distfiles//icedtea-bin-examples-7.2.0-x86.tar.bz2 ) ) nsplugin? ( amd64? ( http://dev.gentoo.org/~caster/distfiles//icedtea-bin-nsplugin-7.2.0-amd64.tar.bz2 ) x86? ( http://dev.gentoo.org/~caster/distfiles//icedtea-bin-nsplugin-7.2.0-x86.tar.bz2 ) ) source? ( http://dev.gentoo.org/~caster/distfiles//icedtea-bin-src-7.2.0.tar.bz2 )
|
||||
strip
|
||||
|
@ -7,10 +7,10 @@ http://icedtea.classpath.org
|
|||
GPL-2-with-linking-exception
|
||||
A Gentoo-made binary build of the Icedtea6 JDK
|
||||
~amd64 ~x86
|
||||
eutils fdo-mime java-vm-2 multilib portability prefix toolchain-funcs user
|
||||
eutils fdo-mime java-vm-2 multilib pax-utils portability prefix toolchain-funcs user
|
||||
X alsa doc examples nsplugin source
|
||||
|
||||
alsa? ( >=media-libs/alsa-lib-1.0.20 ) X? ( >=media-libs/freetype-2.3.9:2 >=media-libs/fontconfig-2.6.0-r2:1.0 >=x11-libs/libXext-1.1 >=x11-libs/libXi-1.3 >=x11-libs/libXtst-1.1 >=x11-libs/libX11-1.3 x11-libs/libXt ) nsplugin? ( >=dev-libs/atk-1.30.0 >=dev-libs/glib-2.20.5:2 >=dev-libs/nspr-4.8 >=x11-libs/cairo-1.8.8 >=x11-libs/gtk+-2.20.1:2 >=x11-libs/pango-1.24.5 )
|
||||
alsa? ( >=media-libs/alsa-lib-1.0.20 ) X? ( >=dev-libs/atk-1.30.0 >=dev-libs/glib-2.20.5:2 >=media-libs/fontconfig-2.6.0-r2:1.0 >=media-libs/freetype-2.3.9:2 >=net-print/cups-1.4 >=x11-libs/cairo-1.8.8 x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-2.20.1:2 >=x11-libs/libXext-1.1 >=x11-libs/libXi-1.3 x11-libs/libXrender >=x11-libs/libXtst-1.1 >=x11-libs/libX11-1.3 >=x11-libs/pango-1.24.5 )
|
||||
|
||||
4
|
||||
|
||||
|
|
22
metadata/cache/dev-lang/qu-prolog-9.0
vendored
Normal file
22
metadata/cache/dev-lang/qu-prolog-9.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
!dev-util/mpatch !dev-util/rej qt4? ( x11-libs/qt-gui:4 ) pedro? ( net-misc/pedro ) readline? ( app-misc/rlwrap ) dev-lang/perl
|
||||
!dev-util/mpatch !dev-util/rej qt4? ( x11-libs/qt-gui:4 ) pedro? ( net-misc/pedro ) readline? ( app-misc/rlwrap )
|
||||
0
|
||||
http://www.itee.uq.edu.au/~pjr/HomePages/QPFiles/qp9.0.tar.gz
|
||||
|
||||
http://www.itee.uq.edu.au/~pjr/HomePages/QuPrologHome.html
|
||||
as-is
|
||||
Qu-Prolog is an extended Prolog supporting quantifiers, object-variables and substitutions
|
||||
~amd64 ~ppc ~x86
|
||||
base eutils multilib portability qt4-r2 toolchain-funcs user
|
||||
debug doc examples pedro qt4 readline threads
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-lang/swi-prolog-5.11.27
vendored
22
metadata/cache/dev-lang/swi-prolog-5.11.27
vendored
|
@ -1,22 +0,0 @@
|
|||
sys-libs/ncurses zlib? ( sys-libs/zlib ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline ) gmp? ( dev-libs/gmp ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) X? ( virtual/jpeg x11-libs/libX11 x11-libs/libXft x11-libs/libXpm x11-libs/libXt x11-libs/libICE x11-libs/libSM ) X? ( x11-proto/xproto ) java? ( test? ( =dev-java/junit-3.8* ) ) java? ( >=dev-java/java-config-2.1.9-r1 )
|
||||
sys-libs/ncurses zlib? ( sys-libs/zlib ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline ) gmp? ( dev-libs/gmp ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) X? ( virtual/jpeg x11-libs/libX11 x11-libs/libXft x11-libs/libXpm x11-libs/libXt x11-libs/libICE x11-libs/libSM ) java? ( >=dev-java/java-config-2.1.9-r1 )
|
||||
0
|
||||
http://www.swi-prolog.org/download/devel/src/pl-5.11.27.tar.gz mirror://gentoo/swi-prolog-5.11.27-gentoo-patchset-0.tar.gz
|
||||
|
||||
http://www.swi-prolog.org/
|
||||
LGPL-2.1
|
||||
free, small, and standard compliant Prolog compiler
|
||||
~amd64 ~ppc ~x86
|
||||
eutils flag-o-matic java-pkg-opt-2 java-utils-2 multilib portability toolchain-funcs user versionator
|
||||
debug doc gmp hardened java minimal odbc readline ssl static test zlib X elibc_FreeBSD java
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install preinst prepare setup test
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-lang/swi-prolog-5.11.28
vendored
22
metadata/cache/dev-lang/swi-prolog-5.11.28
vendored
|
@ -1,22 +0,0 @@
|
|||
sys-libs/ncurses zlib? ( sys-libs/zlib ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline ) gmp? ( dev-libs/gmp ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) X? ( virtual/jpeg x11-libs/libX11 x11-libs/libXft x11-libs/libXpm x11-libs/libXt x11-libs/libICE x11-libs/libSM ) X? ( x11-proto/xproto ) java? ( test? ( =dev-java/junit-3.8* ) ) java? ( >=dev-java/java-config-2.1.9-r1 )
|
||||
sys-libs/ncurses zlib? ( sys-libs/zlib ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline ) gmp? ( dev-libs/gmp ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) X? ( virtual/jpeg x11-libs/libX11 x11-libs/libXft x11-libs/libXpm x11-libs/libXt x11-libs/libICE x11-libs/libSM ) java? ( >=dev-java/java-config-2.1.9-r1 )
|
||||
0
|
||||
http://www.swi-prolog.org/download/devel/src/pl-5.11.28.tar.gz mirror://gentoo/swi-prolog-5.11.28-gentoo-patchset-2.tar.gz
|
||||
|
||||
http://www.swi-prolog.org/
|
||||
LGPL-2.1
|
||||
free, small, and standard compliant Prolog compiler
|
||||
~amd64 ~ppc ~x86
|
||||
eutils flag-o-matic java-pkg-opt-2 java-utils-2 multilib portability toolchain-funcs user versionator
|
||||
debug doc gmp hardened java minimal odbc readline ssl static test zlib X elibc_FreeBSD java
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install preinst prepare setup test
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-lang/swi-prolog-5.11.29
vendored
22
metadata/cache/dev-lang/swi-prolog-5.11.29
vendored
|
@ -1,22 +0,0 @@
|
|||
sys-libs/ncurses zlib? ( sys-libs/zlib ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline ) gmp? ( dev-libs/gmp ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) X? ( virtual/jpeg x11-libs/libX11 x11-libs/libXft x11-libs/libXpm x11-libs/libXt x11-libs/libICE x11-libs/libSM ) X? ( x11-proto/xproto ) java? ( test? ( =dev-java/junit-3.8* ) ) java? ( >=dev-java/java-config-2.1.9-r1 )
|
||||
sys-libs/ncurses zlib? ( sys-libs/zlib ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline ) gmp? ( dev-libs/gmp ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) X? ( virtual/jpeg x11-libs/libX11 x11-libs/libXft x11-libs/libXpm x11-libs/libXt x11-libs/libICE x11-libs/libSM ) java? ( >=dev-java/java-config-2.1.9-r1 )
|
||||
0
|
||||
http://www.swi-prolog.org/download/devel/src/pl-5.11.29.tar.gz mirror://gentoo/swi-prolog-5.11.29-gentoo-patchset-0.tar.gz
|
||||
|
||||
http://www.swi-prolog.org/
|
||||
LGPL-2.1
|
||||
free, small, and standard compliant Prolog compiler
|
||||
~amd64 ~ppc ~x86
|
||||
eutils flag-o-matic java-pkg-opt-2 java-utils-2 multilib portability toolchain-funcs user versionator
|
||||
debug doc gmp hardened java minimal odbc readline ssl static test zlib X elibc_FreeBSD java
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install preinst prepare setup test
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
sys-libs/ncurses zlib? ( sys-libs/zlib ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline ) gmp? ( dev-libs/gmp ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) X? ( virtual/jpeg x11-libs/libX11 x11-libs/libXft x11-libs/libXpm x11-libs/libXt x11-libs/libICE x11-libs/libSM ) X? ( x11-proto/xproto ) java? ( test? ( =dev-java/junit-3.8* ) ) java? ( >=dev-java/java-config-2.1.9-r1 )
|
||||
sys-libs/ncurses zlib? ( sys-libs/zlib ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline ) gmp? ( dev-libs/gmp ) ssl? ( dev-libs/openssl ) java? ( >=virtual/jdk-1.4 ) X? ( virtual/jpeg x11-libs/libX11 x11-libs/libXft x11-libs/libXpm x11-libs/libXt x11-libs/libICE x11-libs/libSM ) java? ( >=dev-java/java-config-2.1.9-r1 )
|
||||
0
|
||||
http://www.swi-prolog.org/download/devel/src/pl-5.11.30.tar.gz mirror://gentoo/swi-prolog-5.11.30-gentoo-patchset-1.tar.gz
|
||||
http://www.swi-prolog.org/download/devel/src/pl-5.11.32.tar.gz mirror://gentoo/swi-prolog-5.11.32-gentoo-patchset-0.tar.gz
|
||||
|
||||
http://www.swi-prolog.org/
|
||||
LGPL-2.1
|
22
metadata/cache/dev-lang/v8-3.7.7
vendored
Normal file
22
metadata/cache/dev-lang/v8-3.7.7
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
>=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
0
|
||||
http://commondatastorage.googleapis.com/chromium-browser-official/v8-3.7.7.tar.bz2
|
||||
|
||||
http://code.google.com/p/v8
|
||||
BSD
|
||||
Google's open source JavaScript engine
|
||||
~amd64 ~arm ~x86 ~x64-macos ~x86-macos
|
||||
eutils multilib pax-utils portability python toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile install postinst preinst prepare setup test
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-libs/libbsd-0.3.0
vendored
Normal file
22
metadata/cache/dev-libs/libbsd-0.3.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
|
||||
0
|
||||
http://libbsd.freedesktop.org/releases/libbsd-0.3.0.tar.gz
|
||||
|
||||
http://libbsd.freedesktop.org/wiki/
|
||||
BSD BSD-2 BSD-4 ISC
|
||||
A BSD compatibility library
|
||||
~amd64 ~x86
|
||||
multilib toolchain-funcs
|
||||
static-libs
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile install prepare setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
metadata/cache/dev-libs/libmowgli-0.9.50
vendored
2
metadata/cache/dev-libs/libmowgli-0.9.50
vendored
|
@ -6,7 +6,7 @@ http://distfiles.atheme.org/libmowgli-0.9.50.tar.bz2
|
|||
http://www.atheme.org/project/mowgli
|
||||
BSD-2
|
||||
High-performance C development framework. Can be used stand-alone or as a supplement to GLib.
|
||||
~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
|
||||
~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
|
||||
|
||||
examples
|
||||
|
||||
|
|
2
metadata/cache/dev-perl/CDDB_get-2.270.0
vendored
2
metadata/cache/dev-perl/CDDB_get-2.270.0
vendored
|
@ -6,7 +6,7 @@ mirror://cpan/authors/id/F/FO/FONKIE/CDDB_get-2.27.tar.gz http://armin.emx.at/cd
|
|||
http://armin.emx.at/cddb/ http://search.cpan.org/dist/CDDB_get/
|
||||
|| ( Artistic GPL-2 )
|
||||
Read the CDDB entry for an audio CD in your drive
|
||||
~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
|
||||
alpha amd64 ia64 ppc ppc64 sparc x86
|
||||
base eutils multilib perl-module portability toolchain-funcs user
|
||||
|
||||
|
||||
|
|
22
metadata/cache/dev-perl/Net-FreeDB-0.80.0
vendored
Normal file
22
metadata/cache/dev-perl/Net-FreeDB-0.80.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=dev-perl/CDDB-File-1.10.0 virtual/perl-libnet >=virtual/perl-File-Temp-0.50.0 dev-lang/perl[-build]
|
||||
>=dev-perl/CDDB-File-1.10.0 virtual/perl-libnet >=virtual/perl-File-Temp-0.50.0 dev-lang/perl[-build]
|
||||
0
|
||||
mirror://cpan/authors/id/R/RO/ROAM/Net-FreeDB-0.08.tar.gz
|
||||
|
||||
http://search.cpan.org/dist/Net-FreeDB/
|
||||
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
||||
OOP interface to the FreeDB database
|
||||
~amd64 ~x86
|
||||
base eutils multilib perl-module portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-perl/ORLite-Migrate-1.90.0
vendored
Normal file
22
metadata/cache/dev-perl/ORLite-Migrate-1.90.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=dev-perl/Params-Util-0.370.0 >=dev-perl/IPC-Run3-0.42.0 >=virtual/perl-File-Path-2.04 >=dev-perl/DBD-SQLite-1.210.0 >=dev-perl/ORLite-1.280.0 >=dev-perl/File-pushd-1.0.0 >=dev-perl/Probe-Perl-0.10.0 >=virtual/perl-File-Spec-3.270.100 >=dev-perl/File-Which-1.70.0 >=dev-perl/DBI-1.580.0 dev-lang/perl[-build]
|
||||
>=dev-perl/Params-Util-0.370.0 >=dev-perl/IPC-Run3-0.42.0 >=virtual/perl-File-Path-2.04 >=dev-perl/DBD-SQLite-1.210.0 >=dev-perl/ORLite-1.280.0 >=dev-perl/File-pushd-1.0.0 >=dev-perl/Probe-Perl-0.10.0 >=virtual/perl-File-Spec-3.270.100 >=dev-perl/File-Which-1.70.0 >=dev-perl/DBI-1.580.0 dev-lang/perl[-build]
|
||||
0
|
||||
mirror://cpan/authors/id/A/AD/ADAMK/ORLite-Migrate-1.09.tar.gz
|
||||
|
||||
http://search.cpan.org/dist/ORLite-Migrate/
|
||||
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
||||
Extremely light weight SQLite-specific schema migration
|
||||
~amd64 ~x86
|
||||
base eutils multilib perl-module portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-perl/Text-Patch-1.800.0
vendored
Normal file
22
metadata/cache/dev-perl/Text-Patch-1.800.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
dev-perl/Text-Diff dev-lang/perl[-build]
|
||||
dev-perl/Text-Diff dev-lang/perl[-build]
|
||||
0
|
||||
mirror://cpan/authors/id/C/CA/CADE/Text-Patch-1.8.tar.gz
|
||||
|
||||
http://search.cpan.org/dist/Text-Patch/
|
||||
GPL-2
|
||||
Patches text with given patch
|
||||
~amd64 ~x86
|
||||
base eutils multilib perl-module portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
4
metadata/cache/dev-python/cssutils-0.9.7
vendored
4
metadata/cache/dev-python/cssutils-0.9.7
vendored
|
@ -2,11 +2,11 @@ dev-python/setuptools app-arch/unzip test? ( dev-python/minimock ) >=app-admin/e
|
|||
dev-python/setuptools >=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||
0
|
||||
http://cssutils.googlecode.com/files/cssutils-0.9.7.zip mirror://pypi/c/cssutils/cssutils-0.9.7.zip
|
||||
|
||||
test
|
||||
http://code.google.com/p/cssutils http://pypi.python.org/pypi/cssutils
|
||||
GPL-3
|
||||
CSS Cascading Style Sheets parser and library for Python
|
||||
~amd64 ~ppc ~x86
|
||||
amd64 ~ppc ~x86
|
||||
distutils multilib python toolchain-funcs
|
||||
test test
|
||||
|
||||
|
|
22
metadata/cache/dev-python/pybloomfiltermmap-0.2.0
vendored
Normal file
22
metadata/cache/dev-python/pybloomfiltermmap-0.2.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||
>=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||
0
|
||||
mirror://pypi/p/pybloomfiltermmap/pybloomfiltermmap-0.2.0.tar.gz
|
||||
|
||||
http://pypi.python.org/pypi/pybloomfiltermmap
|
||||
MIT
|
||||
A Bloom filter (bloomfilter) for Python built on mmap
|
||||
~amd64 ~x86
|
||||
distutils multilib python toolchain-funcs
|
||||
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile install postinst postrm prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-util/catalyst-2.0.7
vendored
Normal file
22
metadata/cache/dev-util/catalyst-2.0.7
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
app-text/asciidoc
|
||||
dev-lang/python app-crypt/shash virtual/cdrtools ccache? ( dev-util/ccache ) ia64? ( sys-fs/dosfstools ) kernel_linux? ( app-misc/zisofs-tools >=sys-fs/squashfs-tools-2.1 )
|
||||
0
|
||||
mirror://gentoo/catalyst-2.0.7.tar.bz2 http://dev.gentoo.org/~jmbsvicetto/distfiles/catalyst-2.0.7.tar.bz2
|
||||
|
||||
http://www.gentoo.org/proj/en/releng/catalyst/
|
||||
GPL-2
|
||||
release metatool used for creating releases based on Gentoo Linux
|
||||
alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd
|
||||
eutils multilib portability toolchain-funcs user
|
||||
ccache
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
install postinst setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-util/xfce4-dev-tools-4.9.0-r1
vendored
Normal file
22
metadata/cache/dev-util/xfce4-dev-tools-4.9.0-r1
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
|| ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=sys-apps/sed-4
|
||||
|
||||
0
|
||||
mirror://xfce/src/xfce/xfce4-dev-tools/4.9/xfce4-dev-tools-4.9.0.tar.bz2
|
||||
|
||||
http://www.xfce.org/ http://foo-projects.org/~benny/projects/xfce4-dev-tools/
|
||||
GPL-2
|
||||
Xfce's build scripts and aclocal macros
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris
|
||||
autotools base eutils fdo-mime gnome2-utils libtool multilib portability toolchain-funcs user xfconf
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-vcs/git-1.7.7.4
vendored
Normal file
22
metadata/cache/dev-vcs/git-1.7.7.4
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
!blksha1? ( dev-libs/openssl ) sys-libs/zlib perl? ( dev-lang/perl[-build] dev-libs/libpcre ) tk? ( dev-lang/tk ) curl? ( net-misc/curl webdav? ( dev-libs/expat ) ) emacs? ( virtual/emacs ) app-arch/cpio doc? ( app-text/asciidoc app-text/docbook2X sys-apps/texinfo ) >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* )
|
||||
!blksha1? ( dev-libs/openssl ) sys-libs/zlib perl? ( dev-lang/perl[-build] dev-libs/libpcre ) tk? ( dev-lang/tk ) curl? ( net-misc/curl webdav? ( dev-libs/expat ) ) emacs? ( virtual/emacs ) perl? ( dev-perl/Error dev-perl/Net-SMTP-SSL dev-perl/Authen-SASL cgi? ( virtual/perl-CGI ) cvs? ( >=dev-vcs/cvsps-2.1 dev-perl/DBI dev-perl/DBD-SQLite ) subversion? ( dev-vcs/subversion[-dso,perl] dev-perl/libwww-perl dev-perl/TermReadKey ) ) python? ( gtk? ( >=dev-python/pygtk-2.8 dev-python/pygtksourceview:2 ) ) >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* )
|
||||
0
|
||||
http://git-core.googlecode.com/files/git-1.7.7.4.tar.gz mirror://kernel/software/scm/git/git-1.7.7.4.tar.gz http://git-core.googlecode.com/files/git-manpages-1.7.7.4.tar.gz mirror://kernel/software/scm/git/git-manpages-1.7.7.4.tar.gz doc? ( mirror://kernel/software/scm/git/git-htmldocs-1.7.7.4.tar.gz http://git-core.googlecode.com/files/git-htmldocs-1.7.7.4.tar.gz )
|
||||
|
||||
http://www.git-scm.com/
|
||||
GPL-2
|
||||
GIT - the stupid content tracker, the revision control system heavily used by the Linux kernel team
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
|
||||
base bash-completion-r1 elisp-common eutils multilib perl-module portability python toolchain-funcs user
|
||||
+blksha1 +curl cgi doc emacs gtk iconv +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion
|
||||
cgi? ( perl ) cvs? ( perl ) subversion? ( perl ) webdav? ( curl )
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst postrm prepare setup test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
mail-mta/sendmail mail-filter/amavisd-new
|
||||
mail-mta/sendmail mail-filter/amavisd-new
|
||||
|| ( mail-filter/libmilter mail-mta/sendmail ) mail-filter/amavisd-new
|
||||
|| ( mail-filter/libmilter mail-mta/sendmail ) mail-filter/amavisd-new
|
||||
0
|
||||
mirror://sourceforge/amavisd-milter/amavisd-milter-1.5.0.tar.gz
|
||||
|
||||
|
|
2
metadata/cache/mail-filter/libmilter-1.0.2
vendored
2
metadata/cache/mail-filter/libmilter-1.0.2
vendored
|
@ -6,7 +6,7 @@ ftp://ftp.sendmail.org/pub/sendmail/sendmail.8.14.5.tar.gz
|
|||
http://www.sendmail.org/
|
||||
Sendmail
|
||||
The Sendmail Filter API (Milter)
|
||||
~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
|
||||
~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
|
||||
eutils multilib portability toolchain-funcs user
|
||||
ipv6 poll
|
||||
|
||||
|
|
22
metadata/cache/media-gfx/dispcalgui-0.7.8.9
vendored
Normal file
22
metadata/cache/media-gfx/dispcalgui-0.7.8.9
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=media-gfx/argyllcms-1.1.0 >=dev-python/wxpython-2.8.10.1 >=x11-libs/libX11-1.3.3 >=x11-apps/xrandr-1.3.2 >=x11-libs/libXxf86vm-1.1.0 >=x11-proto/xineramaproto-1.2 >=x11-libs/libXinerama-1.1 >=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||
>=media-gfx/argyllcms-1.1.0 >=dev-python/wxpython-2.8.10.1 >=x11-libs/libX11-1.3.3 >=x11-apps/xrandr-1.3.2 >=x11-libs/libXxf86vm-1.1.0 >=x11-proto/xineramaproto-1.2 >=x11-libs/libXinerama-1.1 >=dev-python/numpy-1.2.1 >=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||
0
|
||||
http://dispcalgui.hoech.net/archive/0.7.8.9/dispcalGUI-0.7.8.9.tar.gz
|
||||
|
||||
http://dispcalgui.hoech.net/
|
||||
GPL-3
|
||||
Display Calibration and Characterization powered by Argyll CMS
|
||||
~amd64 ~x86
|
||||
distutils fdo-mime multilib python toolchain-funcs
|
||||
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile install postinst postrm prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
metadata/cache/media-libs/freetype-2.4.8
vendored
2
metadata/cache/media-libs/freetype-2.4.8
vendored
|
@ -6,7 +6,7 @@ mirror://sourceforge/freetype/freetype-2.4.8.tar.bz2 utils? ( mirror://sourcefor
|
|||
http://www.freetype.org/
|
||||
FTL GPL-2
|
||||
A high-quality and portable font engine
|
||||
~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt
|
||||
~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt
|
||||
autotools autotools-utils base eutils flag-o-matic libtool multilib portability toolchain-funcs user
|
||||
X auto-hinter bindist bzip2 debug doc fontforge static-libs utils
|
||||
|
||||
|
|
22
metadata/cache/media-libs/glyr-0_pre20111118
vendored
Normal file
22
metadata/cache/media-libs/glyr-0_pre20111118
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
dev-db/sqlite:3 >=dev-libs/glib-2.10 net-misc/curl dev-util/pkgconfig >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
|
||||
dev-db/sqlite:3 >=dev-libs/glib-2.10 net-misc/curl
|
||||
0
|
||||
http://dev.gentoo.org/~ssuominen/glyr-0_pre20111118.tar.xz
|
||||
|
||||
http://github.com/sahib/glyr
|
||||
GPL-3
|
||||
A music related metadata searchengine, both with commandline interface and C API
|
||||
~amd64 ~x86
|
||||
base cmake-utils eutils flag-o-matic multilib portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
metadata/cache/media-sound/gnomad-2.9.6
vendored
2
metadata/cache/media-sound/gnomad-2.9.6
vendored
|
@ -6,7 +6,7 @@ mirror://sourceforge/gnomad2/gnomad2-2.9.6.tar.gz
|
|||
http://gnomad2.sourceforge.net/
|
||||
GPL-2
|
||||
A GTK+ music manager and swiss army knife for the Portable Digital Entertainment (PDE) protocol
|
||||
~amd64 ~ppc ~ppc64 ~x86
|
||||
amd64 ~ppc ~ppc64 ~x86
|
||||
|
||||
nls
|
||||
|
||||
|
|
22
metadata/cache/media-sound/pragha-1.0_rc2
vendored
Normal file
22
metadata/cache/media-sound/pragha-1.0_rc2
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
dev-db/sqlite:3 >=dev-libs/dbus-glib-0.92 >=dev-libs/glib-2.16.3 dev-libs/keybinder >=dev-libs/libcdio-0.78 media-libs/gst-plugins-base:0.10 >=media-libs/libcddb-1.2.1 >=media-libs/taglib-1.7 >=net-misc/curl-7.18 x11-libs/libX11 >=x11-libs/libnotify-0.7 >=xfce-base/exo-0.6.0 glyr? ( media-libs/glyr ) lastfm? ( media-libs/libclastfm ) dev-util/intltool dev-util/pkgconfig sys-devel/gettext || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=sys-apps/sed-4
|
||||
dev-db/sqlite:3 >=dev-libs/dbus-glib-0.92 >=dev-libs/glib-2.16.3 dev-libs/keybinder >=dev-libs/libcdio-0.78 media-libs/gst-plugins-base:0.10 >=media-libs/libcddb-1.2.1 >=media-libs/taglib-1.7 >=net-misc/curl-7.18 x11-libs/libX11 >=x11-libs/libnotify-0.7 >=xfce-base/exo-0.6.0 glyr? ( media-libs/glyr ) lastfm? ( media-libs/libclastfm ) media-plugins/gst-plugins-meta:0.10
|
||||
0
|
||||
http://dissonance.googlecode.com/files/pragha-1.0.rc2.tar.bz2
|
||||
|
||||
http://pragha.wikispaces.com/
|
||||
GPL-3
|
||||
A lightweight music player for the Xfce desktop environment
|
||||
~amd64 ~x86
|
||||
autotools base eutils fdo-mime gnome2-utils libtool multilib portability toolchain-funcs user xfconf
|
||||
debug +glyr lastfm
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
metadata/cache/net-analyzer/linkchecker-7.1
vendored
2
metadata/cache/net-analyzer/linkchecker-7.1
vendored
|
@ -6,7 +6,7 @@ test
|
|||
http://linkchecker.sourceforge.net/ http://pypi.python.org/pypi/linkchecker
|
||||
GPL-2
|
||||
Check websites for broken links
|
||||
~amd64 ~ppc ~x86 ~ppc-macos ~x64-solaris
|
||||
amd64 ~ppc ~x86 ~ppc-macos ~x64-solaris
|
||||
bash-completion distutils eutils multilib portability python toolchain-funcs user
|
||||
bash-completion bookmarks clamav doc geoip gnome login syntax-check X bash-completion
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue