Sync with portage [Thu Oct 18 10:07:04 MSK 2012].

mhiretskiy
root 12 years ago
parent cf8266174f
commit 0844bd2beb

@ -0,0 +1,45 @@
From 437d0f671a07361e79dd9ce2a1064855efba3308 Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev <tetromino@gentoo.org>
Date: Wed, 17 Oct 2012 06:19:46 -0400
Subject: [PATCH] Do not call g_thread_init()
It's not needed with >=glib-2.34 since gst_init_tool() calls gtk_init(),
which calls g_type_init(), which initializes the threading system
automatically.
With >=glib-2.32, using g_thread_init() is deprecated and results in a
linking error.
https://bugs.gentoo.org/show_bug.cgi?id=438474
---
src/network/main.c | 1 -
src/shares/main.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/src/network/main.c b/src/network/main.c
index 8d302b4..0438b26 100644
--- a/src/network/main.c
+++ b/src/network/main.c
@@ -185,7 +185,6 @@ main (int argc, gchar *argv[])
{ NULL }
};
- g_thread_init (NULL);
gst_init_tool ("network-admin", argc, argv, entries);
tool = gst_network_tool_new ();
diff --git a/src/shares/main.c b/src/shares/main.c
index f859ecc..beee15a 100644
--- a/src/shares/main.c
+++ b/src/shares/main.c
@@ -104,7 +104,6 @@ main (int argc, char *argv[])
{ NULL }
};
- g_thread_init (NULL);
gst_init_tool ("shares-admin", argc, argv, entries);
tool = GST_TOOL (gst_shares_tool_new ());
--
1.7.12.3

@ -1,56 +0,0 @@
# Copyright 1999-2012 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-r1.ebuild,v 1.3 2012/05/03 18:02:21 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit eutils gnome2
DESCRIPTION="Tools aimed to make easy the administration of UNIX systems"
HOMEPAGE="http://www.gnome.org/projects/gst/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="nfs samba" # policykit
RDEPEND="
>=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-0.92 )"
DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/scrollkeeper
>=app-text/gnome-doc-utils-0.3.2
virtual/pkgconfig
>=dev-util/intltool-0.35.0"
pkg_setup() {
DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
G2CONF="${G2CONF}
--disable-static
--disable-polkit-gtk"
# $(use_enable policykit polkit-gtk)"
if ! use nfs && ! use samba; then
G2CONF="${G2CONF} --disable-shares"
fi
}
src_prepare() {
epatch "${FILESDIR}"/${P}-gold.patch
gnome2_src_prepare
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # 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.7 2012/05/03 18:02:21 jdhore Exp $ # $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-2.32.0-r2.ebuild,v 1.8 2012/10/17 10:34:08 tetromino Exp $
EAPI="3" EAPI="3"
GCONF_DEBUG="no" GCONF_DEBUG="no"
@ -11,7 +11,7 @@ inherit eutils gnome2
DESCRIPTION="Tools aimed to make easy the administration of UNIX systems" DESCRIPTION="Tools aimed to make easy the administration of UNIX systems"
HOMEPAGE="http://www.gnome.org/projects/gst/" HOMEPAGE="http://www.gnome.org/projects/gst/"
LICENSE="GPL-2" LICENSE="GPL-2+"
SLOT="0" SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc sparc x86" KEYWORDS="alpha amd64 ia64 ppc sparc x86"
IUSE="nfs policykit samba" IUSE="nfs policykit samba"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # 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-r3.ebuild,v 1.6 2012/07/15 16:17:20 armin76 Exp $ # $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-tools/gnome-system-tools-2.32.0-r3.ebuild,v 1.7 2012/10/17 10:34:08 tetromino Exp $
EAPI="4" EAPI="4"
GCONF_DEBUG="no" GCONF_DEBUG="no"
@ -12,7 +12,7 @@ inherit autotools eutils gnome2
DESCRIPTION="Tools aimed to make easy the administration of UNIX systems" DESCRIPTION="Tools aimed to make easy the administration of UNIX systems"
HOMEPAGE="http://www.gnome.org/projects/gst/" HOMEPAGE="http://www.gnome.org/projects/gst/"
LICENSE="GPL-2" LICENSE="GPL-2+"
SLOT="0" SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc sparc x86" KEYWORDS="alpha amd64 ia64 ppc sparc x86"
IUSE="nfs policykit samba" IUSE="nfs policykit samba"
@ -53,7 +53,8 @@ pkg_setup() {
src_prepare() { src_prepare() {
epatch "${FILESDIR}"/${P}-libtool-intermediate-libs.patch \ epatch "${FILESDIR}"/${P}-libtool-intermediate-libs.patch \
"${FILESDIR}"/${P}-missing-atk.patch \ "${FILESDIR}"/${P}-missing-atk.patch \
"${FILESDIR}"/${P}-missing-m.patch "${FILESDIR}"/${P}-missing-m.patch \
"${FILESDIR}"/${P}-glib-2.32.patch
eautoreconf eautoreconf
gnome2_src_prepare gnome2_src_prepare
} }

@ -1,56 +0,0 @@
# Copyright 1999-2012 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.ebuild,v 1.7 2012/05/03 18:02:21 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
inherit gnome2
DESCRIPTION="Tools aimed to make easy the administration of UNIX systems"
HOMEPAGE="http://www.gnome.org/projects/gst/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
IUSE="nfs policykit samba"
RDEPEND="
>=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-0.92 )"
DEPEND="${RDEPEND}
app-text/docbook-xml-dtd:4.1.2
app-text/scrollkeeper
>=app-text/gnome-doc-utils-0.3.2
virtual/pkgconfig
>=dev-util/intltool-0.35.0"
pkg_setup() {
DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
G2CONF="${G2CONF}
--disable-static
$(use_enable policykit polkit-gtk)"
if ! use nfs && ! use samba; then
G2CONF="${G2CONF} --disable-shares"
fi
}
src_install() {
gnome2_src_install
# No la files needed for nautilus-extensions
find "${ED}" -name "*.la" -delete || die "failed to delete *.la files"
}

@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/sumibi/sumibi-0.5.2.ebuild,v 1.3 2008/08/28 08:34:45 ulm Exp $ # $Header: /var/cvsroot/gentoo-x86/app-emacs/sumibi/sumibi-0.5.2.ebuild,v 1.4 2012/10/17 17:05:19 ago Exp $
inherit elisp inherit elisp
@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge.jp/sumibi/17176/${P}.tar.gz"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~x86" KEYWORDS="~amd64 ~x86"
IUSE="" IUSE=""
SITEFILE=50${PN}-gentoo.el SITEFILE=50${PN}-gentoo.el

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild,v 1.13 2012/10/17 03:02:22 phajdan.jr Exp $ # $Header: /var/cvsroot/gentoo-x86/app-emacs/yatex/yatex-1.76.ebuild,v 1.14 2012/10/17 11:26:05 blueness Exp $
EAPI=4 EAPI=4
@ -10,7 +10,7 @@ DESCRIPTION="Yet Another TeX mode for Emacs"
HOMEPAGE="http://www.yatex.org/" HOMEPAGE="http://www.yatex.org/"
SRC_URI="http://www.yatex.org/${P/-/}.tar.gz" SRC_URI="http://www.yatex.org/${P/-/}.tar.gz"
KEYWORDS="amd64 ~ppc ~ppc64 x86" KEYWORDS="amd64 ppc ~ppc64 x86"
SLOT="0" SLOT="0"
LICENSE="YaTeX" LICENSE="YaTeX"
IUSE="linguas_ja" IUSE="linguas_ja"

@ -1 +1,2 @@
DIST jre-6u35-linux-i586.bin 21697122 SHA256 55959143e602cb4edf2786d0f78c288eb44e7f105836aa949f2e0081a2fbd70c SHA512 981c9177b910f3530acf9b0998e33c79c9d5e0bb6da73694d87d48be50a30ba349e088e7b32ba8bf3b3c6b48789d12948eb82477123944dfef61d2972ddf88a5 WHIRLPOOL 8313107f4aee0b877bc4ba4f4fe22738a41a0229e04af7b0b528fe23b820ec207efff6a7565c97985e8b9497ff73c1b7f4117b281ab286b49d91583f45a67835 DIST jre-6u35-linux-i586.bin 21697122 SHA256 55959143e602cb4edf2786d0f78c288eb44e7f105836aa949f2e0081a2fbd70c SHA512 981c9177b910f3530acf9b0998e33c79c9d5e0bb6da73694d87d48be50a30ba349e088e7b32ba8bf3b3c6b48789d12948eb82477123944dfef61d2972ddf88a5 WHIRLPOOL 8313107f4aee0b877bc4ba4f4fe22738a41a0229e04af7b0b528fe23b820ec207efff6a7565c97985e8b9497ff73c1b7f4117b281ab286b49d91583f45a67835
DIST jre-6u37-linux-i586.bin 21704353 SHA256 aeba98f45e3dcddd460e28165d89de521e69dfa69b76ca6aa21bda633dce4776 SHA512 5f80c83c4b359d044c09b8854536a04c59f0e8d0699c29920114866b348c666f6227719bdf2236961cd0ee2bbaf82d3d75f97d413e6a26a02a4b075ac0d0907c WHIRLPOOL 6ebdc24c344173fe2011cf3197e66f7291b2985e99357740d543e3f715dce14101cac7213ff2e782b0a1af328e94d813e8843a5fe22b12dc96002b97e05cd8b1

@ -0,0 +1,112 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-java/emul-linux-x86-java-1.6.0.37.ebuild,v 1.1 2012/10/17 14:45:17 sera Exp $
EAPI="4"
inherit java-vm-2 eutils prefix versionator
# This URIs need to be updated when bumping!
JRE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jre6u37-downloads-1859589.html"
MY_PV="$(get_version_component_range 2)u$(get_version_component_range 4)"
S_PV="$(replace_version_separator 3 '_')"
X86_AT="jre-${MY_PV}-linux-i586.bin"
DESCRIPTION="Oracle's Java SE Runtime Environment (32bit)"
HOMEPAGE="http://www.oracle.com/technetwork/java/javase/"
SRC_URI="${X86_AT}"
LICENSE="Oracle-BCLA-JavaSE"
SLOT="1.6"
KEYWORDS="-* ~amd64"
IUSE="X alsa nsplugin pax_kernel"
RESTRICT="fetch strip"
QA_PREBUILT="*"
RDEPEND="
X? ( app-emulation/emul-linux-x86-xlibs )
alsa? ( app-emulation/emul-linux-x86-soundlibs )"
# scanelf won't create a PaX header, so depend on paxctl to avoid fallback
# marking. #427642
DEPEND="
pax_kernel? ( sys-apps/paxctl )"
S="${WORKDIR}/jre${S_PV}"
pkg_nofetch() {
einfo "Due to Oracle no longer providing the distro-friendly DLJ bundles, the package has become fetch restricted again."
einfo ""
einfo "Please download '${X86_AT}' from:"
einfo "'${JRE_URI}'"
einfo "and move it to '${DISTDIR}'"
}
src_unpack() {
sh "${DISTDIR}"/${A} -noregister || die "Failed to unpack"
}
src_compile() {
# This needs to be done before CDS - #215225
java-vm_set-pax-markings "${S}"
# see bug #207282
einfo "Creating the Class Data Sharing archives"
bin/java -client -Xshare:dump || die
bin/java -server -Xshare:dump || die
}
src_install() {
local dest="/opt/${P}"
local ddest="${ED}${dest}"
# We should not need the ancient plugin for Firefox 2 anymore, plus it has
# writable executable segments
rm -vf lib/i386/libjavaplugin_oji.so \
lib/i386/libjavaplugin_nscp*.so
rm -vrf plugin/i386
# Without nsplugin flag, also remove the new plugin
arch=i386;
if ! use nsplugin; then
rm -vf lib/${arch}/libnpjp2.so \
lib/${arch}/libjavaplugin_jni.so
fi
dodir "${dest}"
cp -pPR bin lib man "${ddest}" || die
# Remove empty dirs we might have copied
find "${D}" -type d -empty -exec rmdir {} + || die
dodoc COPYRIGHT README
if use nsplugin; then
install_mozilla_plugin "${dest}"/lib/${arch}/libnpjp2.so
fi
# Install desktop file for the Java Control Panel.
# Using ${PN}-${SLOT} to prevent file collision with jre and or other slots.
# make_desktop_entry can't be used as ${P} would end up in filename.
newicon lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png \
sun-jcontrol-${PN}-${SLOT}.png || die
sed -e "s#Name=.*#Name=Java Control Panel for Oracle JDK ${SLOT} (${PN})#" \
-e "s#Exec=.*#Exec=${dest}/bin/jcontrol#" \
-e "s#Icon=.*#Icon=sun-jcontrol-${PN}-${SLOT}#" \
-e "s#Application;##" \
-e "/Encoding/d" \
lib/desktop/applications/sun_java.desktop > \
"${T}"/jcontrol-${PN}-${SLOT}.desktop || die
domenu "${T}"/jcontrol-${PN}-${SLOT}.desktop
# http://docs.oracle.com/javase/6/docs/technotes/guides/intl/fontconfig.html
rm "${ddest}"/lib/fontconfig.* || die
cp "${FILESDIR}"/fontconfig.Gentoo.properties "${T}"/fontconfig.properties || die
eprefixify "${T}"/fontconfig.properties
insinto "${dest}"/lib/
doins "${T}"/fontconfig.properties
set_java_env "${FILESDIR}/${VMHANDLE}.env-r1"
java-vm_revdep-mask
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.10.3.ebuild,v 1.2 2012/10/17 03:50:04 phajdan.jr Exp $ # $Header: /var/cvsroot/gentoo-x86/app-emulation/spice-protocol/spice-protocol-0.10.3.ebuild,v 1.3 2012/10/17 11:59:36 ago Exp $
EAPI=4 EAPI=4
@ -10,7 +10,7 @@ SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2"
LICENSE="BSD" LICENSE="BSD"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 x86" KEYWORDS="amd64 x86"
IUSE="" IUSE=""
DEPEND="" DEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.11.0.ebuild,v 1.6 2012/10/04 17:04:42 cardoe Exp $ # $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.11.0.ebuild,v 1.7 2012/10/17 12:00:09 ago Exp $
EAPI=4 EAPI=4
@ -14,7 +14,7 @@ SRC_URI="http://spice-space.org/download/releases/${P}.tar.bz2"
LICENSE="LGPL-2.1" LICENSE="LGPL-2.1"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="amd64 ~x86"
IUSE="+client +gui sasl smartcard static-libs" # static IUSE="+client +gui sasl smartcard static-libs" # static
RDEPEND=">=x11-libs/pixman-0.17.7 RDEPEND=">=x11-libs/pixman-0.17.7

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/vboxgtk-0.8.0-r1.ebuild,v 1.1 2012/09/26 13:01:11 hasufell Exp $ # $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/vboxgtk-0.8.0-r2.ebuild,v 1.1 2012/10/17 13:23:11 hasufell Exp $
EAPI="4" EAPI="4"
@ -20,7 +20,8 @@ IUSE=""
RDEPEND=" RDEPEND="
|| ( app-emulation/virtualbox[-headless,python,sdk] || ( app-emulation/virtualbox[-headless,python,sdk]
>=app-emulation/virtualbox-bin-2.2.2[python] ) >=app-emulation/virtualbox-bin-2.2.2[python] )
>=dev-python/pygobject-2.28.0:2" dev-python/pygobject:3
x11-libs/gtk+:3"
DOCS=( AUTHORS README ) DOCS=( AUTHORS README )

@ -1,52 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vboxgtk/vboxgtk-0.8.0.ebuild,v 1.2 2012/07/23 15:46:28 hasufell Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython"
inherit gnome2-utils distutils
DESCRIPTION="GTK frontend for VirtualBox"
HOMEPAGE="http://code.google.com/p/vboxgtk/"
SRC_URI="http://vboxgtk.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
|| ( app-emulation/virtualbox[-headless,python,sdk]
>=app-emulation/virtualbox-bin-2.2.2[python] )
>=dev-python/pygobject-2.28.0:2"
PKG_LINGUAS="cs gl"
for PKG_LINGUA in ${PKG_LINGUAS}; do
IUSE="${IUSE} linguas_${PKG_LINGUA/-/_}"
done
src_prepare() {
distutils_src_prepare
for LINGUA in ${PKG_LINGUAS}; do
if ! use linguas_${LINGUA/-/_}; then
rm -r po/"${LINGUA}".po || die "LINGUAS removal failed"
fi
done
}
pkg_preinst() {
gnome2_icon_savelist
}
pkg_postinst() {
distutils_pkg_postinst
gnome2_icon_cache_update
}
pkg_postrm() {
distutils_pkg_postrm
gnome2_icon_cache_update
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/btail/btail-0.3.ebuild,v 1.1 2011/06/24 05:49:36 jer Exp $ # $Header: /var/cvsroot/gentoo-x86/app-misc/btail/btail-0.3.ebuild,v 1.2 2012/10/17 12:05:39 ago Exp $
EAPI="4" EAPI="4"
@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}/${P}.tgz"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~ppc ~x86" KEYWORDS="~amd64 ~ppc ~x86"
IUSE="" IUSE=""
DEPEND="sys-libs/gdbm" DEPEND="sys-libs/gdbm"
@ -29,7 +29,8 @@ src_prepare() {
} }
src_compile() { src_compile() {
emake CFLAGS="${CFLAGS}" \ emake \
CFLAGS="${CFLAGS}" \
CXXFLAGS="${CXXFLAGS}" \ CXXFLAGS="${CXXFLAGS}" \
CC="$(tc-getCC)" \ CC="$(tc-getCC)" \
CXX="$(tc-getCXX)" CXX="$(tc-getCXX)"

@ -1,8 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/gnutu/gnutu-2.5.ebuild,v 1.1 2009/01/08 18:38:44 jer Exp $ # $Header: /var/cvsroot/gentoo-x86/app-misc/gnutu/gnutu-2.5.ebuild,v 1.2 2012/10/17 16:33:22 ago Exp $
inherit mono EAPI=4
DESCRIPTION="GNU Student's Timetable for polish users" DESCRIPTION="GNU Student's Timetable for polish users"
HOMEPAGE="http://gnutu.devnull.pl/" HOMEPAGE="http://gnutu.devnull.pl/"
@ -10,7 +10,7 @@ SRC_URI="http://gnutu.devnull.pl/download/sources/${P}.tar.gz"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~x86" KEYWORDS="~amd64 ~x86"
IUSE="" IUSE=""
RDEPEND=">=dev-lang/mono-1.2.5.1-r1 RDEPEND=">=dev-lang/mono-1.2.5.1-r1
@ -19,7 +19,4 @@ RDEPEND=">=dev-lang/mono-1.2.5.1-r1
DEPEND="${RDEPEND} DEPEND="${RDEPEND}
sys-devel/gettext" sys-devel/gettext"
src_install() { DOCS=( ChangeLog AUTHORS NEWS README )
make install DESTDIR="${D}" || die
dodoc ChangeLog AUTHORS NEWS README
}

@ -1,6 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/bact/bact-0.13.ebuild,v 1.2 2009/05/13 03:45:23 darkside Exp $ # $Header: /var/cvsroot/gentoo-x86/app-text/bact/bact-0.13.ebuild,v 1.3 2012/10/17 16:54:45 ago Exp $
EAPI=4
inherit toolchain-funcs inherit toolchain-funcs
@ -10,23 +12,23 @@ SRC_URI="http://chasen.org/~taku/software/bact/${P}.tar.gz"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~x86" KEYWORDS="~amd64 ~x86"
IUSE="" IUSE=""
DEPEND="" DEPEND=""
RDEPEND="${DEPEND}" RDEPEND="${DEPEND}"
src_compile() { src_compile() {
emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" || die "emake failed" emake CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
} }
src_test() { src_test() {
make test || die emake test
} }
src_install() { src_install() {
dobin bact_learn bact_mkmodel bact_classify || die "dobin failed" dobin bact_learn bact_mkmodel bact_classify
dohtml index.html bact.css || die "dohtml failed" dohtml index.html bact.css
dodoc README AUTHORS || die "dodoc failed" dodoc README AUTHORS
} }

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/cook/cook-1.0.2-r1.ebuild,v 1.11 2010/01/15 03:34:40 abcd Exp $ # $Header: /var/cvsroot/gentoo-x86/app-text/cook/cook-1.0.2-r1.ebuild,v 1.12 2012/10/17 16:58:48 ago Exp $
inherit toolchain-funcs inherit toolchain-funcs
@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/cook/${P}.tar.gz"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="ppc x86 ~x86-linux ~ppc-macos ~sparc-solaris" KEYWORDS="~amd64 ppc x86 ~x86-linux ~ppc-macos ~sparc-solaris"
IUSE="" IUSE=""
DEPEND="" DEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ebook-tools-0.1.1-r1.ebuild,v 1.5 2011/03/23 19:59:23 xarthisius Exp $ # $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ebook-tools-0.1.1-r1.ebuild,v 1.6 2012/10/17 14:12:57 jer Exp $
inherit cmake-utils multilib inherit cmake-utils multilib
@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0"
KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 x86" KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 x86"
IUSE="" IUSE=""
DEPEND="dev-libs/libxml2 DEPEND="dev-libs/libxml2

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ebook-tools-0.2.2.ebuild,v 1.2 2012/10/16 14:54:38 blueness Exp $ # $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ebook-tools-0.2.2.ebuild,v 1.3 2012/10/17 11:07:18 ago Exp $
EAPI=4 EAPI=4
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="MIT" LICENSE="MIT"
SLOT="0" SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 ~x86" KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~x86"
IUSE="" IUSE=""
DEPEND="dev-libs/libxml2 DEPEND="dev-libs/libxml2

@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/expander/expander-2.0.5-r1.ebuild,v 1.1 2010/09/18 21:14:47 jer Exp $ # $Header: /var/cvsroot/gentoo-x86/app-text/expander/expander-2.0.5-r1.ebuild,v 1.2 2012/10/17 17:02:58 ago Exp $
EAPI="2" EAPI=4
inherit eutils toolchain-funcs inherit eutils toolchain-funcs
@ -12,18 +12,17 @@ SRC_URI="ftp://ftp.nedit.org/pub/contrib/misc/nedit_expander_kit_2.05.tar.gz"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~x86 ~x86-linux ~ppc-macos" KEYWORDS="~amd64 ~x86 ~x86-linux ~ppc-macos"
IUSE="" IUSE=""
S=${WORKDIR}/${PN} S=${WORKDIR}/${PN}
src_prepare() { src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch epatch "${FILESDIR}"/${P}-gentoo.patch
} }
src_compile() { src_compile() {
emake -C src CC=$(tc-getCC) || die "make failed" emake -C src CC=$(tc-getCC)
} }
src_install() { src_install() {

@ -1,13 +1,13 @@
# Copyright 1999-2005 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/thlnk/thlnk-1.2.1.ebuild,v 1.12 2007/07/11 05:14:07 mr_bones_ Exp $ # $Header: /var/cvsroot/gentoo-x86/app-vim/thlnk/thlnk-1.2.1.ebuild,v 1.13 2012/10/17 17:46:26 ago Exp $
inherit vim-plugin inherit vim-plugin
DESCRIPTION="vim plugin: linking in plaintext" DESCRIPTION="vim plugin: linking in plaintext"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=293" HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=293"
LICENSE="GPL-2" LICENSE="GPL-2"
KEYWORDS="alpha sparc x86 ia64 ppc" KEYWORDS="alpha ~amd64 ia64 ppc sparc x86"
IUSE="" IUSE=""
VIM_PLUGIN_HELPFILES="thlnk thlnk-reference-manual" VIM_PLUGIN_HELPFILES="thlnk thlnk-reference-manual"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/eigen-2.0.16.ebuild,v 1.7 2012/02/01 09:01:11 ssuominen Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/eigen-2.0.16.ebuild,v 1.8 2012/10/17 14:16:25 jer Exp $
EAPI=4 EAPI=4
@ -11,7 +11,7 @@ HOMEPAGE="http://eigen.tuxfamily.org/"
SRC_URI="https://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2 -> ${P}.tar.bz2" SRC_URI="https://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="GPL-3" LICENSE="GPL-3"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" KEYWORDS="alpha amd64 ~hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
SLOT="2" SLOT="2"
IUSE="debug doc examples" IUSE="debug doc examples"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbackend-elements/libbackend-elements-1.7.2.ebuild,v 1.2 2012/06/01 20:41:05 dev-zero Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbackend-elements/libbackend-elements-1.7.2.ebuild,v 1.3 2012/10/17 18:52:59 maekke Exp $
EAPI="2" EAPI="2"
@ -11,7 +11,7 @@ HOMEPAGE="http://kolpackov.net/projects/libbackend-elements/"
SRC_URI="ftp://kolpackov.net/pub/projects/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" SRC_URI="ftp://kolpackov.net/pub/projects/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~arm ~x86"
IUSE="" IUSE=""
RDEPEND=">=dev-cpp/libcult-1.4.6-r1 RDEPEND=">=dev-cpp/libcult-1.4.6-r1

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcult/libcult-1.4.6-r1.ebuild,v 1.1 2012/06/01 20:39:38 dev-zero Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcult/libcult-1.4.6-r1.ebuild,v 1.2 2012/10/17 18:23:49 maekke Exp $
EAPI="4" EAPI="4"
@ -11,7 +11,7 @@ HOMEPAGE="http://kolpackov.net/projects/libcult/"
SRC_URI="ftp://kolpackov.net/pub/projects/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" SRC_URI="ftp://kolpackov.net/pub/projects/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~arm ~x86"
IUSE="examples" IUSE="examples"
DEPEND="dev-util/build:0.3 DEPEND="dev-util/build:0.3

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libfrontend-elements/libfrontend-elements-1.1.4.ebuild,v 1.2 2012/06/01 20:41:21 dev-zero Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-cpp/libfrontend-elements/libfrontend-elements-1.1.4.ebuild,v 1.3 2012/10/17 18:24:24 maekke Exp $
EAPI="2" EAPI="2"
@ -11,7 +11,7 @@ HOMEPAGE="http://kolpackov.net/projects/libfrontend-elements/"
SRC_URI="ftp://kolpackov.net/pub/projects/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" SRC_URI="ftp://kolpackov.net/pub/projects/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~arm ~x86"
IUSE="examples" IUSE="examples"
RDEPEND=">=dev-cpp/libcult-1.4.6-r1" RDEPEND=">=dev-cpp/libcult-1.4.6-r1"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0.ebuild,v 1.2 2012/08/23 13:19:38 dev-zero Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxsd-frontend/libxsd-frontend-1.18.0.ebuild,v 1.3 2012/10/17 18:53:35 maekke Exp $
EAPI="4" EAPI="4"
@ -11,7 +11,7 @@ HOMEPAGE="http://www.codesynthesis.com/projects/libxsd-frontend/"
SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~arm ~x86"
IUSE="" IUSE=""
RDEPEND=">=dev-libs/xerces-c-3 RDEPEND=">=dev-libs/xerces-c-3

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.4 2012/08/23 13:40:52 dev-zero Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-cpp/xsd/xsd-3.3.0.ebuild,v 1.5 2012/10/17 18:55:05 maekke Exp $
EAPI="2" EAPI="2"
@ -11,7 +11,7 @@ HOMEPAGE="http://www.codesynthesis.com/products/xsd/"
SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
LICENSE="GPL-2" LICENSE="GPL-2"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~arm ~x86"
IUSE="ace doc examples zlib" IUSE="ace doc examples zlib"
RDEPEND=">=dev-libs/xerces-c-3 RDEPEND=">=dev-libs/xerces-c-3

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-5.0.4.ebuild,v 1.5 2012/07/08 21:00:35 xmw Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-db/phppgadmin/phppgadmin-5.0.4.ebuild,v 1.6 2012/10/17 22:32:59 naota Exp $
EAPI="4" EAPI="4"
@ -13,7 +13,7 @@ HOMEPAGE="http://phppgadmin.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
LICENSE="GPL-2" LICENSE="GPL-2"
KEYWORDS="amd64 hppa ppc x86" KEYWORDS="amd64 hppa ppc x86 ~x86-fbsd"
IUSE="" IUSE=""
RDEPEND="dev-lang/php[postgres,session] RDEPEND="dev-lang/php[postgres,session]

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/netbeans-platform/netbeans-platform-7.2.ebuild,v 1.2 2012/10/17 03:04:58 phajdan.jr Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-java/netbeans-platform/netbeans-platform-7.2.ebuild,v 1.3 2012/10/17 11:07:54 ago Exp $
EAPI="4" EAPI="4"
WANT_ANT_TASKS="ant-nodeps" WANT_ANT_TASKS="ant-nodeps"
@ -19,7 +19,7 @@ SRC_URI="${SOURCE_URL}
http://hg.netbeans.org/binaries/CFF0A34484AAF26F18BC15D0B2C226FD66769EAA-testng-6.5.1-dist.jar http://hg.netbeans.org/binaries/CFF0A34484AAF26F18BC15D0B2C226FD66769EAA-testng-6.5.1-dist.jar
http://hg.netbeans.org/binaries/D9B2EEC6413BDD174D047F9B7804C2EA440B79A5-testng-6.5.1-javadoc.zip" http://hg.netbeans.org/binaries/D9B2EEC6413BDD174D047F9B7804C2EA440B79A5-testng-6.5.1-javadoc.zip"
LICENSE="|| ( CDDL GPL-2-with-linking-exception )" LICENSE="|| ( CDDL GPL-2-with-linking-exception )"
KEYWORDS="~amd64 x86" KEYWORDS="amd64 x86"
IUSE="" IUSE=""
S="${WORKDIR}" S="${WORKDIR}"

@ -1,4 +1,5 @@
DIST UnlimitedJCEPolicyJDK7.zip 7426 SHA256 7a8d790e7bd9c2f82a83baddfae765797a4a56ea603c9150c87b7cdb7800194d SHA512 02eca7da8f3fffea388431d5352290535a63d53a1f5c795d6511ccba62445787a0ee6ad4bc1852e5262860b6d607ba2a8c6a3dbb0c3e1d7c3a67ac7bbc783204 WHIRLPOOL 02460c7ca54f5f62c3f349addf8e2a101f7a56987e9f62365fac3f703b0c93ac5de4d55697a3d04f78b547b072e0acc95a0720d2ce3b429d2fd5936d50edd1ac DIST UnlimitedJCEPolicyJDK7.zip 7426 SHA256 7a8d790e7bd9c2f82a83baddfae765797a4a56ea603c9150c87b7cdb7800194d SHA512 02eca7da8f3fffea388431d5352290535a63d53a1f5c795d6511ccba62445787a0ee6ad4bc1852e5262860b6d607ba2a8c6a3dbb0c3e1d7c3a67ac7bbc783204 WHIRLPOOL 02460c7ca54f5f62c3f349addf8e2a101f7a56987e9f62365fac3f703b0c93ac5de4d55697a3d04f78b547b072e0acc95a0720d2ce3b429d2fd5936d50edd1ac
DIST javafx_samples-2_2_3-linux.zip 20499741 SHA256 d0330435f3556ef7bf3a9abc26b17a4f98df572454e4472283c02e2676371da0 SHA512 6ccc0091da969a55e550ca475882470e52b8bd8f10c7f450a46672193550c0fc3df1b0e09f62215ace2358b4135b485af55d8d15d229a92120cabcbe82cb9495 WHIRLPOOL 74d7b6aaef1907a8833fc410b72fca8a272da1e31a6d0d03a7d6f68213e6fa402627b6a65fe2b87bb7eea7138e183efbf758183282daada5a41db44f575d6b59
DIST jdk-7u5-linux-i586-demos.tar.gz 14027554 SHA256 cd3d76ba4b7e8c293b11810b55c70a31b97cc2ebe87e3963c0e7657e3ac52a41 SHA512 9fbefda6a29d78f294ce6aa26d34adf8eda98bf9354106222c4f432be33032d5711323e2fef81b601d63d22da28cc248a8ac4e592cc1d2c5c5218e517af8bd4a WHIRLPOOL 6e940875a44093ca067e00313ef0df8a8ffffaa936053b70444261c213a88dc382443348d2dc0085dfcf957e690b355b5b5e6be2ecc7ee4fbd70ac12788a670c DIST jdk-7u5-linux-i586-demos.tar.gz 14027554 SHA256 cd3d76ba4b7e8c293b11810b55c70a31b97cc2ebe87e3963c0e7657e3ac52a41 SHA512 9fbefda6a29d78f294ce6aa26d34adf8eda98bf9354106222c4f432be33032d5711323e2fef81b601d63d22da28cc248a8ac4e592cc1d2c5c5218e517af8bd4a WHIRLPOOL 6e940875a44093ca067e00313ef0df8a8ffffaa936053b70444261c213a88dc382443348d2dc0085dfcf957e690b355b5b5e6be2ecc7ee4fbd70ac12788a670c
DIST jdk-7u5-linux-i586.tar.gz 82947286 SHA256 422dfe67a4885d47c0053b97f4a56fb4dced60799a1bb82f8266b0745a7149f7 SHA512 5839a8815359383b256acfa9cb93bc1585256e761bb723aebd7545e065d737849fb75bb761061b4e6117de09a1f08ad6d90309602a4bab3dc953ef2f3f733ddf WHIRLPOOL 106dd2a13ab99e702787163366583d4a0b151bebb4915228d3fc4d8c14d806317976ab6a2ae27f973b08e77d9c64e93bd0aeb74e2eec19f5ed5777b406c9f0c2 DIST jdk-7u5-linux-i586.tar.gz 82947286 SHA256 422dfe67a4885d47c0053b97f4a56fb4dced60799a1bb82f8266b0745a7149f7 SHA512 5839a8815359383b256acfa9cb93bc1585256e761bb723aebd7545e065d737849fb75bb761061b4e6117de09a1f08ad6d90309602a4bab3dc953ef2f3f733ddf WHIRLPOOL 106dd2a13ab99e702787163366583d4a0b151bebb4915228d3fc4d8c14d806317976ab6a2ae27f973b08e77d9c64e93bd0aeb74e2eec19f5ed5777b406c9f0c2
DIST jdk-7u5-linux-x64-demos.tar.gz 14027736 SHA256 3446c8f802f0f9cc23c688b04cc6d78ae95bdf3b9f43f2ea8bb2b6939119ac4f SHA512 75e511d69a3c618e4c8c4912e74b1b3f51318ae9aa10a056db566ba3c2e0c6e2974319ac238fd16ac290293411d283add360bffe98656d49dbde5fc8bb472232 WHIRLPOOL 51dfb73359be13b478b77c938d846e9e8adae3191c34c672fc0c249f7f2a5fad44e4bf7d724b72e33435e00d5b713f3c51166f9eefa0e1445ee6ac8be5aa5650 DIST jdk-7u5-linux-x64-demos.tar.gz 14027736 SHA256 3446c8f802f0f9cc23c688b04cc6d78ae95bdf3b9f43f2ea8bb2b6939119ac4f SHA512 75e511d69a3c618e4c8c4912e74b1b3f51318ae9aa10a056db566ba3c2e0c6e2974319ac238fd16ac290293411d283add360bffe98656d49dbde5fc8bb472232 WHIRLPOOL 51dfb73359be13b478b77c938d846e9e8adae3191c34c672fc0c249f7f2a5fad44e4bf7d724b72e33435e00d5b713f3c51166f9eefa0e1445ee6ac8be5aa5650
@ -29,3 +30,15 @@ DIST jdk-7u7-solaris-i586.tar.gz 96321190 SHA256 b9a980dd35847df0b7870e1223774d1
DIST jdk-7u7-solaris-sparc.tar.gz 99771717 SHA256 6788e55fbd085aca0209b794300df472f0e77c85a7ae630bdf28847581537467 SHA512 ed979551f040d70258d2af3fef96d89c364d6c5fb1c758888f5b5663e8839cb3def26e462442c5298c218feb04917e5da25ac404cebe18f9b70f9e6ed70bccc3 WHIRLPOOL ef97e8d0ad245a90c772a48666c1c9586241cf0688dd16bcd67a99700fde12321555a6d64ab8e1b2dea3df21dd3e087da371af161704bdf0f95ab8d714815798 DIST jdk-7u7-solaris-sparc.tar.gz 99771717 SHA256 6788e55fbd085aca0209b794300df472f0e77c85a7ae630bdf28847581537467 SHA512 ed979551f040d70258d2af3fef96d89c364d6c5fb1c758888f5b5663e8839cb3def26e462442c5298c218feb04917e5da25ac404cebe18f9b70f9e6ed70bccc3 WHIRLPOOL ef97e8d0ad245a90c772a48666c1c9586241cf0688dd16bcd67a99700fde12321555a6d64ab8e1b2dea3df21dd3e087da371af161704bdf0f95ab8d714815798
DIST jdk-7u7-solaris-sparcv9.tar.gz 18322398 SHA256 472bb21b323cfdb0c0eee20472d674818e6a4d2986c786c30be4a89c7190a0cd SHA512 e55968302ee2ae5a17a4264a5428ad2f4cb2b37f420d02c8a5e615b21eb26028cc702e2214ef809f953523c177a59883957213fc8862490a1a032899f5ed8079 WHIRLPOOL ee8170eaadb338c57de4dffd5d8e6a2432bfcf10292d093a12e24b3df3c1426a92f2267722622bb301eca8195151fdc2a40afabc10e8d1db5731eadc6bc08641 DIST jdk-7u7-solaris-sparcv9.tar.gz 18322398 SHA256 472bb21b323cfdb0c0eee20472d674818e6a4d2986c786c30be4a89c7190a0cd SHA512 e55968302ee2ae5a17a4264a5428ad2f4cb2b37f420d02c8a5e615b21eb26028cc702e2214ef809f953523c177a59883957213fc8862490a1a032899f5ed8079 WHIRLPOOL ee8170eaadb338c57de4dffd5d8e6a2432bfcf10292d093a12e24b3df3c1426a92f2267722622bb301eca8195151fdc2a40afabc10e8d1db5731eadc6bc08641
DIST jdk-7u7-solaris-x64.tar.gz 15674358 SHA256 025aa994dde8781adbc64a13866ba070b73eb4651c39b2d3a9e539cb38b4fc91 SHA512 fd8ffc22bca3f25d85bfa5a52c5a0a7251edf9dfc720f009e9ff6894f4dde965f6cd01d5e1937b0095af01c1dc8efaa91dfcceab7160fbac948cb6834dff40ae WHIRLPOOL 7058937d977f0eb3b5cad70556baa752998f8b6d4e51df191513b352c04d7fa9dec86c1b8f1bb7044f6791cfb4df32ac80333f18e4e7968d459707d6bc8b9d40 DIST jdk-7u7-solaris-x64.tar.gz 15674358 SHA256 025aa994dde8781adbc64a13866ba070b73eb4651c39b2d3a9e539cb38b4fc91 SHA512 fd8ffc22bca3f25d85bfa5a52c5a0a7251edf9dfc720f009e9ff6894f4dde965f6cd01d5e1937b0095af01c1dc8efaa91dfcceab7160fbac948cb6834dff40ae WHIRLPOOL 7058937d977f0eb3b5cad70556baa752998f8b6d4e51df191513b352c04d7fa9dec86c1b8f1bb7044f6791cfb4df32ac80333f18e4e7968d459707d6bc8b9d40
DIST jdk-7u9-linux-i586-demos.tar.gz 14751397 SHA256 5aa1098fde7b22d0b8b5c8e436c39a11fa52eb37cc52a63ead3732040f3ae2c6 SHA512 1f03b8194109baa64490d840f7ef39f47f7c74c026b01a8a0f2f89cb562577ff3dbdd70ee180ee4694c4e706990ea3dc9b81d0038a7d59f895c1b8f1d1b563f0 WHIRLPOOL 69d314418ca249a23a211de5062939ec7853f187a919250a5cc5d71f3b17723920076ebc56c59e1f9883ebe0c7feb1da4a51e30bc84c1a537678b9f1447bf61c
DIST jdk-7u9-linux-i586.tar.gz 97361259 SHA256 47e86ceb7f59c821a8d0c54f34530bca84e10c1849ed46da7f4fdb5f621bc8d6 SHA512 7353984417b91482fc4d0c1c8597c49f431d4b63502b446d0bea6f5d1080a7504ce0b8801debe75b38eb18551abc3f81264901f3df159b8f6af5e17668603122 WHIRLPOOL defb1480299e37009a95dda609e2efebf8c3a73f48c88f491983daea070459e1fd33f947fdb9ef73c96a1c832fdd6e38eac5f76627ab219e87c8ee3c16780f47
DIST jdk-7u9-linux-x64-demos.tar.gz 14762315 SHA256 76b07b6cca4c251b344abc09cf23788621e21bab963979478d77d76cfdde604b SHA512 376a5ab162aad26e85d802295515fae2b1b8d9e85acff0dc9e4695cdecbfabdf25391f3f180f4d7c8793cfe40d48fc9ab27e7c04da5617c1b30e7bf9372b9217 WHIRLPOOL 72782a69856db15712a45ab58caf168a25d0c46feb06711e43c6ff8cb23ae48cc9ccba9a68a66ba66440c01fa80735c842dc7bb4ef81e9a679cb00fb664c61fe
DIST jdk-7u9-linux-x64.tar.gz 96043498 SHA256 1b39fe2a3a45b29ce89e10e59be9fbb671fb86c13402e29593ed83e0b419c8d7 SHA512 3932a20e3dc25d94b3b07510f9e1ad0767325712c3622d8297c1d0e6cb0ae1959eb29fc22d4ab71216c2f20ff66fa04822bdb30b8d145c66490ef48dcc46a2a3 WHIRLPOOL 2887b3dfae7c56f2eda5ee65c3272b0a0b8b1d4bf114e7b2097f6b194c4e4ab04c9507e216a84dcdcca02d991fb9e133a993102731b05454103473347fcd5ecc
DIST jdk-7u9-solaris-i586-demos.tar.gz 14693972 SHA256 488b0ba2cf6cf516a6311026694fb872010bf25b9c3f140f435a8f69fb6ec72d SHA512 6a4569e635320c66e436636d67f496a2b4573e70cc05eeccc4111dbc194ec1b933451e89fb2948ec331c7212bde995fda1b487901bc5ed7b518c272b677051cb WHIRLPOOL 3cb500b1791bbc81a32301786f71e9f566ef87c8566f4f9ad8386a5241b858bdfdf3cc02ae59bf3e2c12a851c20401b8a2b0c48cb134e560b534e372a0adff0a
DIST jdk-7u9-solaris-i586.tar.gz 95959536 SHA256 eeb21f43dadb0e5958206363683759952b5857c5709be9be1fabd14744d5b660 SHA512 945c304ba9a9f34cf88bd2ea16a505b6ae167ced36d4f16a251d0c67e43cd3176165dc610354ea2a5e180f750d5a970b022eebb044c9dd5f388dcefff8bea1f1 WHIRLPOOL 1b34dc7881e3493bd217e1650ed95ac829832993ac1b0d5629dac8abe4636afa266b2684f82f1a487ddbf6fd51261010764248e90bcb139868064203ef487ce4
DIST jdk-7u9-solaris-sparc-demos.tar.gz 14710749 SHA256 381cdf1edcb84bd38cc1c3229ae5e02466a837f9067bead5884d6e8f6b0cd74a SHA512 147d3ff3cc84670784f1de513d3d741cec7647ab3d9b26c28ee18b24ff770897b0c9b61e3be6ecb502c8d2f3f009addafab2d4c44919ce6b2f2afb457f57b283 WHIRLPOOL 4ba0ad8e38156f4eb47941a9af2ac3456bc9bbd4f78160ef81c96a7462d07d75fa5f6f3a121674ac7454f1bfba7d39f042c8f056ec5f563035aaf6c9fe3c9415
DIST jdk-7u9-solaris-sparc.tar.gz 99767557 SHA256 0c1f81d2fe8a80528326c2c453c668fbcb8c78c51bab3ada36e230ceca0540fe SHA512 5323cb9b3330505fc2a95560fec8fe9d97ea8516e2ca4c26642f2246040d6a604fd053428bd9f13c674735316702819980557378f57048c624d0d7327e14c168 WHIRLPOOL d87dca8c7af7b0960e47cb9a2980189fd1b5a51f6a85445fa73ed0960a7c56d120974cf0985fb071103c913a03e20f3e172cbc1da11c55beb58bfbe3db90abf7
DIST jdk-7u9-solaris-sparcv9-demos.tar.gz 901096 SHA256 31de0f4cea4a900a54aa49d860b0ceb481185fb24a0f785b1b90d6c01eda3b66 SHA512 14b24d2f99b8ad7a779477efab88f0037eae4cf4fac33b2ca208b56bf01b7efdcad047f0068ca71028634742cfbfbba81052ab3777897adca0e5a5d37c4e120d WHIRLPOOL d022293e1dbf08bfdbdd0ccfd2e8128fe4d881e596f341b02e6fe1b43dea6ff5ec62965cb9bf084a4d4b61ffb0dac3fe912e73124afc868645f8be5d986823fb
DIST jdk-7u9-solaris-sparcv9.tar.gz 18356772 SHA256 d6ed5006123e35e8d9ad4d73e228ca661e97846876096c6d2fb50836fd44ba4c SHA512 0e4bf11893c69ed24201f47d343585fc3796d83b78fc8792ef0053dcd9cdaf045efea33e138b470e310ae4400c4c1164ba5d9f4c72a368fdbb70e30070f61cf1 WHIRLPOOL 2ca9bd192b062affcfd2f09288d94941f1463b10f849a1df92a2bd5f522488eee9b8ca2f2b0e51a01932d85faaf9f387568067f80abc95bb62912bd81f2089c2
DIST jdk-7u9-solaris-x64-demos.tar.gz 864414 SHA256 b6d9f63f3e26d04bbfe05052526989ce872f51093212d8e7faeaf6dc243ad10d SHA512 d275b7bbe870c3efdb390a30282fb8ff5a6455c7e0cf4a3b241bdf6bd32c2721062e3a23e852255ad46f6d93ef276c69099b26964184b2e3faf6758a6e41df2e WHIRLPOOL 3daee99643d61f76c42e3cf022ba8e6f6ea42786b17e249185fae493acb6ad9f71bca6bcb31398c54f2396c207411a24b53a1e9127b6e85f2d8bbe11d433fc82
DIST jdk-7u9-solaris-x64.tar.gz 15665771 SHA256 91e0b69b10660d9003a89798ea21d39fb974478332949f0c6ecfbeb8d722cee1 SHA512 b6984b758e285a82ee291d396c52a4556f7cb59c74c05b3ec7b700f712a706be32e62f941623ab2ad911382953f27df8e8feb7e5e7e4e09ed7104050da258a4e WHIRLPOOL befcdb6c762d1dd1e83534edcd7d1dca3a056531ec41ede9b1dde1ee50dd5eb9f73df225623812965d452c4a642024efcf7fdde1b98eef072694fe80ce148867

@ -0,0 +1,238 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jdk-bin/oracle-jdk-bin-1.7.0.9.ebuild,v 1.1 2012/10/17 15:56:09 sera Exp $
EAPI="4"
inherit java-vm-2 eutils prefix versionator
# This URIs need to be updated when bumping!
JDK_URI="http://www.oracle.com/technetwork/java/javase/downloads/jdk7u9-downloads-1859576.html"
# api and fx docs for 7u6
#DOCS_URI=http://www.oracle.com/technetwork/java/javase/documentation/java-se-7-doc-download-435117.html
JCE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html"
# This is a list of archs supported by this update
# arm currently missing
JDK_AVAILABLE=( amd64 x86 x64-solaris x86-solaris sparc-solaris sparc64-solaris )
DEMOS_AVAILABLE=( amd64 x86 x64-solaris x86-solaris sparc-solaris sparc64-solaris )
FX_VERSION="2_2_3"
UPDATE="$(get_version_component_range 4)"
MY_PV="$(get_version_component_range 2)u${UPDATE}"
S="${WORKDIR}/jdk$(get_version_component_range 1-3)_0${UPDATE}"
# for when oracle messes with us again.
DEMOS_PV="${MY_PV}"
DEMOS_S="${S}"
at_x86="jdk-${MY_PV}-linux-i586.tar.gz"
at_amd64="jdk-${MY_PV}-linux-x64.tar.gz"
at_arm="jdk-${MY_PV}-linux-arm-sfp.tar.gz"
at_x86_solaris="jdk-${MY_PV}-solaris-i586.tar.gz"
at_x64_solaris="${at_x86_solaris} jdk-${MY_PV}-solaris-x64.tar.gz"
at_sparc_solaris="jdk-${MY_PV}-solaris-sparc.tar.gz"
at_sparc64_solaris="${at_sparc_solaris} jdk-${MY_PV}-solaris-sparcv9.tar.gz"
fx_demos_linux="javafx_samples-${FX_VERSION}-linux.zip"
demos_x86="${fx_demos_linux} jdk-${DEMOS_PV}-linux-i586-demos.tar.gz"
demos_amd64="${fx_demos_linux} jdk-${DEMOS_PV}-linux-x64-demos.tar.gz"
demos_arm="${fx_demos_linux} jdk-${DEMOS_PV}-linux-arm-sfp-demos.tar.gz"
demos_x86_solaris="jdk-${DEMOS_PV}-solaris-i586-demos.tar.gz"
demos_x64_solaris="${demos_x86_solaris} jdk-${DEMOS_PV}-solaris-x64-demos.tar.gz"
demos_sparc_solaris="jdk-${DEMOS_PV}-solaris-sparc-demos.tar.gz"
demos_sparc64_solaris="${demos_sparc_solaris} jdk-${DEMOS_PV}-solaris-sparcv9-demos.tar.gz"
# docs #67266
#JDK_API_DOCS="jdk-${MY_PV}-apidocs.zip"
#FX_API_DOCS="javafx-${FX_VERSION}-apidocs.zip"
JCE_DIR="UnlimitedJCEPolicy"
JCE_FILE="${JCE_DIR}JDK7.zip"
DESCRIPTION="Oracle's Java SE Development Kit"
HOMEPAGE="http://www.oracle.com/technetwork/java/javase/"
for d in "${JDK_AVAILABLE[@]}"; do
SRC_URI+=" ${d}? ("
SRC_URI+=" $(eval "echo \${$(echo at_${d/-/_})}")"
if has ${d} "${DEMOS_AVAILABLE[@]}"; then
SRC_URI+=" examples? ( $(eval "echo \${$(echo demos_${d/-/_})}") )"
fi
SRC_URI+=" )"
done
unset d
SRC_URI+=" jce? ( ${JCE_FILE} )"
LICENSE="Oracle-BCLA-JavaSE examples? ( BSD )" # doc? ( Oracle-DLA-JavaSE )
SLOT="1.7"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="+X alsa derby doc examples +fontconfig jce nsplugin pax_kernel +source"
RESTRICT="fetch strip"
QA_PREBUILT="*"
RDEPEND="
X? (
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrender
x11-libs/libXtst
x11-libs/libX11
)
alsa? ( media-libs/alsa-lib )
doc? ( dev-java/java-sdk-docs:1.7 )
fontconfig? ( media-libs/fontconfig )
!prefix? ( sys-libs/glibc )"
# scanelf won't create a PaX header, so depend on paxctl to avoid fallback
# marking. #427642
DEPEND="
jce? ( app-arch/unzip )
examples? ( kernel_linux? ( app-arch/unzip ) )
pax_kernel? ( sys-apps/paxctl )"
check_tarballs_available() {
local uri=$1; shift
local dl= unavailable=
for dl in "${@}"; do
[[ ! -f "${DISTDIR}/${dl}" ]] && unavailable+=" ${dl}"
done
if [[ -n "${unavailable}" ]]; then
if [[ -z ${_check_tarballs_available_once} ]]; then
einfo
einfo "Oracle requires you to download the needed files manually after"
einfo "accepting their license through a javascript capable web browser."
einfo
_check_tarballs_available_once=done
fi
einfo "Downlod the following files:"
for dl in ${unavailable}; do
einfo " ${dl}"
done
einfo "at '${uri}'"
einfo "and move them to '${DISTDIR}'"
einfo
fi
}
pkg_nofetch() {
local distfiles=( $(eval "echo \${$(echo at_${ARCH/-/_})}") )
if use examples && has ${ARCH} "${DEMOS_AVAILABLE[@]}"; then
distfiles+=( $(eval "echo \${$(echo demos_${ARCH/-/_})}") )
fi
check_tarballs_available "${JDK_URI}" "${distfiles[@]}"
use jce && check_tarballs_available "${JCE_URI}" "${JCE_FILE}"
}
src_prepare() {
if use jce; then
mv "${WORKDIR}"/${JCE_DIR} "${S}"/jre/lib/security/ || die
fi
}
src_compile() {
# This needs to be done before CDS - #215225
java-vm_set-pax-markings "${S}"
# see bug #207282
einfo "Creating the Class Data Sharing archives"
if use x86; then
bin/java -client -Xshare:dump || die
fi
bin/java -server -Xshare:dump || die
# Create files used as storage for system preferences.
mkdir jre/.systemPrefs || die
touch jre/.systemPrefs/.system.lock || die
touch jre/.systemPrefs/.systemRootModFile || die
}
src_install() {
local dest="/opt/${P}"
local ddest="${ED}${dest}"
dodoc COPYRIGHT
dohtml README.html
# We should not need the ancient plugin for Firefox 2 anymore, plus it has
# writable executable segments
if use x86; then
rm -vf {,jre/}lib/i386/libjavaplugin_oji.so \
{,jre/}lib/i386/libjavaplugin_nscp*.so
rm -vrf jre/plugin/i386
fi
# Without nsplugin flag, also remove the new plugin
local arch=${ARCH};
use x86 && arch=i386;
if ! use nsplugin; then
rm -vf {,jre/}lib/${arch}/libnpjp2.so \
{,jre/}lib/${arch}/libjavaplugin_jni.so
fi
dodir "${dest}"
cp -pPR bin include jre lib man "${ddest}" || die
if use derby; then
cp -pPR db "${ddest}" || die
fi
if use examples; then
cp -pPR "${DEMOS_S}"/{demo,sample} "${ddest}" || die
if use kernel_linux && has ${ARCH} "${DEMOS_AVAILABLE[@]}"; then
cp -pPR "${WORKDIR}"/javafx-samples-${FX_VERSION//_/.} \
"${ddest}"/javafx-samples || die
fi
fi
if use jce; then
dodir "${dest}"/jre/lib/security/strong-jce
mv "${ddest}"/jre/lib/security/US_export_policy.jar \
"${ddest}"/jre/lib/security/strong-jce || die
mv "${ddest}"/jre/lib/security/local_policy.jar \
"${ddest}"/jre/lib/security/strong-jce || die
dosym "${dest}"/jre/lib/security/${JCE_DIR}/US_export_policy.jar \
"${dest}"/jre/lib/security/US_export_policy.jar
dosym "${dest}"/jre/lib/security/${JCE_DIR}/local_policy.jar \
"${dest}"/jre/lib/security/local_policy.jar
fi
if use nsplugin; then
install_mozilla_plugin "${dest}"/jre/lib/${arch}/libnpjp2.so
fi
if use source; then
cp src.zip "${ddest}" || die
fi
# Install desktop file for the Java Control Panel.
# Using ${PN}-${SLOT} to prevent file collision with jre and or other slots.
# make_desktop_entry can't be used as ${P} would end up in filename.
newicon jre/lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png \
sun-jcontrol-${PN}-${SLOT}.png || die
sed -e "s#Name=.*#Name=Java Control Panel for Oracle JDK ${SLOT}#" \
-e "s#Exec=.*#Exec=/opt/${P}/jre/bin/jcontrol#" \
-e "s#Icon=.*#Icon=sun-jcontrol-${PN}-${SLOT}#" \
-e "s#Application;##" \
-e "/Encoding/d" \
jre/lib/desktop/applications/sun_java.desktop > \
"${T}"/jcontrol-${PN}-${SLOT}.desktop || die
domenu "${T}"/jcontrol-${PN}-${SLOT}.desktop
# Prune all fontconfig files so libfontconfig will be used and only install
# a Gentoo specific one if fontconfig is disabled.
# http://docs.oracle.com/javase/7/docs/technotes/guides/intl/fontconfig.html
rm "${ddest}"/jre/lib/fontconfig.*
if ! use fontconfig; then
cp "${FILESDIR}"/fontconfig.Gentoo.properties "${T}"/fontconfig.properties || die
eprefixify "${T}"/fontconfig.properties
insinto "${dest}"/jre/lib/
doins "${T}"/fontconfig.properties
fi
# Remove empty dirs we might have copied
find "${D}" -type d -empty -exec rmdir {} + || die
set_java_env
java-vm_revdep-mask
java-vm_sandbox-predict /dev/random /proc/self/coredump_filter
}

@ -5,3 +5,5 @@ DIST jre-7u6-linux-i586.tar.gz 47990364 SHA256 d27962df20775927ac17bc853f923b36b
DIST jre-7u6-linux-x64.tar.gz 46688213 SHA256 e11ff2026a814d538dd6551d08d8f409b935239e7cdcdd3ff44a6a16fddb01c9 SHA512 4146c8d9317e6f0622b9e2059be8ae0f6f80c8a59c43d3a715232e7d7e3a1a0122247c1f5dd9a4d548d0bb0622987da9e1c0cafbffbb840e093b46af956b3d92 WHIRLPOOL abed002371d37aacaacbbb991d2398d16d089102221ae3731ee2a13528c5a3d81b9318a5163c6220ce677ea043024353df62da40c5f405f3f07636801193c585 DIST jre-7u6-linux-x64.tar.gz 46688213 SHA256 e11ff2026a814d538dd6551d08d8f409b935239e7cdcdd3ff44a6a16fddb01c9 SHA512 4146c8d9317e6f0622b9e2059be8ae0f6f80c8a59c43d3a715232e7d7e3a1a0122247c1f5dd9a4d548d0bb0622987da9e1c0cafbffbb840e093b46af956b3d92 WHIRLPOOL abed002371d37aacaacbbb991d2398d16d089102221ae3731ee2a13528c5a3d81b9318a5163c6220ce677ea043024353df62da40c5f405f3f07636801193c585
DIST jre-7u7-linux-i586.tar.gz 48010449 SHA256 bcee505ede8024b1d74172dd93dc172ae63de271e7bbd755e0b2c0e9e2b12e5e SHA512 c063c84fe260d5da828730937f42131e328b51e006932ac118fcae88e62ba53ae1d6af8bebb6501db12f6f820d5b24cc40d21b533d5724804884db7435510657 WHIRLPOOL 1b2e20cd05c822e16f8fb1bf9c58a5f3d889ea13911ab90f1d0d63ac83d957522a73525b8b64c1def6405c6436e3eaee2e140d63a1266fea8a5505281b1df2d6 DIST jre-7u7-linux-i586.tar.gz 48010449 SHA256 bcee505ede8024b1d74172dd93dc172ae63de271e7bbd755e0b2c0e9e2b12e5e SHA512 c063c84fe260d5da828730937f42131e328b51e006932ac118fcae88e62ba53ae1d6af8bebb6501db12f6f820d5b24cc40d21b533d5724804884db7435510657 WHIRLPOOL 1b2e20cd05c822e16f8fb1bf9c58a5f3d889ea13911ab90f1d0d63ac83d957522a73525b8b64c1def6405c6436e3eaee2e140d63a1266fea8a5505281b1df2d6
DIST jre-7u7-linux-x64.tar.gz 46678823 SHA256 295dcfb6074bf4a9e960755129b7488d96361c534b327b168b80e497276426bd SHA512 620be30504560c31f323561edf1764fabffffd0a35fb11defc48f7053f39d1f238f1625816dbdee96353405bddbd5b371aabf42ace7d7bf015aaf81b61f08d3f WHIRLPOOL cab45afafba8ebc40dcbb7c15cbd2ff3def4b92eaadb7f570732b0cfc8b722db99d534c23aede00b000d23c22e6cb966bd4e875815102dafad5e110f0c8acd40 DIST jre-7u7-linux-x64.tar.gz 46678823 SHA256 295dcfb6074bf4a9e960755129b7488d96361c534b327b168b80e497276426bd SHA512 620be30504560c31f323561edf1764fabffffd0a35fb11defc48f7053f39d1f238f1625816dbdee96353405bddbd5b371aabf42ace7d7bf015aaf81b61f08d3f WHIRLPOOL cab45afafba8ebc40dcbb7c15cbd2ff3def4b92eaadb7f570732b0cfc8b722db99d534c23aede00b000d23c22e6cb966bd4e875815102dafad5e110f0c8acd40
DIST jre-7u9-linux-i586.tar.gz 47995690 SHA256 37310199e770f10d8e5f9410757062655b66723ca2b8c4dd29d9a4e9bd7d98bd SHA512 f3d4fcbd14e3b7c12a3caec5458f60378d1d5e86de89669bd8baa0d137915bba5049cce50304f7e9241e4f3baf96371be80a157763581faa9b87b0f1defffe3f WHIRLPOOL 478482805554188d844ac7d1ced6c6e7fcd1ae5d07a3f527c4a388de887f075e1f4cd840d7859a81cc6176e34db354c6229064619c57e841368974f5325afb52
DIST jre-7u9-linux-x64.tar.gz 46684531 SHA256 16b573b3f4c18f088fc30786e5d62efc594448e7407180ffaf13a3c67cc4ed0b SHA512 390c9118c0f93f36b37488b9efa29cf1dafb1e17ae8396c89b19b2da6a42fb3e3ad748c629fa6fe07b88ed33baaa17cefc0c7eefe702a87b879826bdf8fa1be6 WHIRLPOOL 20b908a64dbb3a96843f09e514436bec2d70ffa5e1f749b7336954fc2aaf96fb5c487ca95f12ea888b30a23aff213893e95b451ff7ea03e032f9ba1d7a4cf0cc

@ -0,0 +1,169 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/oracle-jre-bin/oracle-jre-bin-1.7.0.9.ebuild,v 1.1 2012/10/17 14:33:20 sera Exp $
EAPI="4"
inherit java-vm-2 eutils prefix versionator
UPDATE="$(get_version_component_range 4)"
MY_PV="$(get_version_component_range 2)u${UPDATE}"
S_PV="$(get_version_component_range 1-3)_0${UPDATE}"
X86_AT="jre-${MY_PV}-linux-i586.tar.gz"
AMD64_AT="jre-${MY_PV}-linux-x64.tar.gz"
# This URIs need updating when bumping!
JRE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jre7u9-downloads-1859586.html"
JCE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html"
JCE_DIR="UnlimitedJCEPolicy"
JCE_FILE="${JCE_DIR}JDK7.zip"
DESCRIPTION="Oracle's Java SE Runtime Environment"
HOMEPAGE="http://www.oracle.com/technetwork/java/javase/"
SRC_URI="
x86? ( ${X86_AT} )
amd64? ( ${AMD64_AT} )
jce? ( ${JCE_FILE} )"
LICENSE="Oracle-BCLA-JavaSE"
SLOT="1.7"
KEYWORDS="~amd64 ~x86"
IUSE="X alsa fontconfig jce nsplugin pax_kernel"
RESTRICT="fetch strip"
QA_PREBUILT="*"
RDEPEND="
X? (
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrender
x11-libs/libXtst
x11-libs/libX11
)
alsa? ( media-libs/alsa-lib )
fontconfig? ( media-libs/fontconfig )
!prefix? ( sys-libs/glibc )"
# scanelf won't create a PaX header, so depend on paxctl to avoid fallback
# marking. #427642
DEPEND="
jce? ( app-arch/unzip )
pax_kernel? ( sys-apps/paxctl )"
S="${WORKDIR}/jre${S_PV}"
pkg_nofetch() {
if use x86; then
AT=${X86_AT}
elif use amd64; then
AT=${AMD64_AT}
fi
einfo "Please download '${AT}' from:"
einfo "'${JRE_URI}'"
einfo "and move it to '${DISTDIR}'"
if use jce; then
einfo "Also download '${JCE_FILE}' from:"
einfo "'${JCE_URI}'"
einfo "and move it to '${DISTDIR}'"
fi
}
src_prepare() {
if use jce; then
mv "${WORKDIR}"/${JCE_DIR} lib/security/ || die
fi
}
src_compile() {
# This needs to be done before CDS - #215225
java-vm_set-pax-markings "${S}"
# see bug #207282
einfo "Creating the Class Data Sharing archives"
if use x86; then
bin/java -client -Xshare:dump || die
fi
bin/java -server -Xshare:dump || die
# Create files used as storage for system preferences.
mkdir .systemPrefs || die
touch .systemPrefs/.system.lock || die
touch .systemPrefs/.systemRootModFile || die
}
src_install() {
local dest="/opt/${P}"
local ddest="${ED}${dest}"
# We should not need the ancient plugin for Firefox 2 anymore, plus it has
# writable executable segments
if use x86; then
rm -vf lib/i386/libjavaplugin_oji.so \
lib/i386/libjavaplugin_nscp*.so
rm -vrf plugin/i386
fi
# Without nsplugin flag, also remove the new plugin
local arch=${ARCH};
use x86 && arch=i386;
if ! use nsplugin; then
rm -vf lib/${arch}/libnpjp2.so \
lib/${arch}/libjavaplugin_jni.so
fi
dodir "${dest}"
cp -pPR bin lib man "${ddest}" || die
# Remove empty dirs we might have copied
find "${D}" -type d -empty -exec rmdir -v {} + || die
dodoc COPYRIGHT README
if use jce; then
dodir ${dest}/lib/security/strong-jce
mv "${ddest}"/lib/security/US_export_policy.jar \
"${ddest}"/lib/security/strong-jce || die
mv "${ddest}"/lib/security/local_policy.jar \
"${ddest}"/lib/security/strong-jce || die
dosym "${dest}"/lib/security/${JCE_DIR}/US_export_policy.jar \
"${dest}"/lib/security/US_export_policy.jar
dosym "${dest}"/lib/security/${JCE_DIR}/local_policy.jar \
"${dest}"/lib/security/local_policy.jar
fi
if use nsplugin; then
install_mozilla_plugin "${dest}"/lib/${arch}/libnpjp2.so
fi
# Install desktop file for the Java Control Panel.
# Using ${PN}-${SLOT} to prevent file collision with jre and or other slots.
# make_desktop_entry can't be used as ${P} would end up in filename.
newicon lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png \
sun-jcontrol-${PN}-${SLOT}.png || die
sed -e "s#Name=.*#Name=Java Control Panel for Oracle JRE ${SLOT}#" \
-e "s#Exec=.*#Exec=/opt/${P}/bin/jcontrol#" \
-e "s#Icon=.*#Icon=sun-jcontrol-${PN}-${SLOT}#" \
-e "s#Application;##" \
-e "/Encoding/d" \
lib/desktop/applications/sun_java.desktop > \
"${T}"/jcontrol-${PN}-${SLOT}.desktop || die
domenu "${T}"/jcontrol-${PN}-${SLOT}.desktop
# Prune all fontconfig files so libfontconfig will be used and only install
# a Gentoo specific one if fontconfig is disabled.
# http://docs.oracle.com/javase/7/docs/technotes/guides/intl/fontconfig.html
rm "${ddest}"/lib/fontconfig.* || die
if ! use fontconfig; then
cp "${FILESDIR}"/fontconfig.Gentoo.properties "${T}"/fontconfig.properties || die
eprefixify "${T}"/fontconfig.properties
insinto "${dest}"/lib/
doins "${T}"/fontconfig.properties
fi
set_java_env
java-vm_revdep-mask
java-vm_sandbox-predict /dev/random /proc/self/coredump_filter
}

@ -17,3 +17,17 @@ DIST jdk-6u35-solaris-sparcv9-demos.tar.Z 66629 SHA256 566ca5ee4d4215823cc11fdcc
DIST jdk-6u35-solaris-sparcv9.sh 12708189 SHA256 1458b517adf62221f4b53af96e2cc703cb182d8f91c3df087f4f820c6a963ee9 SHA512 a7ff22acf25d263bec075a68dfa7983f1c31bb9ba36a5c31529e3d4fa4e2f0b69ab4b90d23a8b007efd29b0c54e56ee0162ab4ed3abcfe8b6bdbdd5491eb1563 WHIRLPOOL ca22e19e6818d72f037cfa194972c4e40538056afe29843a89bffde351fba8739c89f7980850d0724e065d3f35a7b57b4634d8f76514fd2794abfd45ddaad2bb DIST jdk-6u35-solaris-sparcv9.sh 12708189 SHA256 1458b517adf62221f4b53af96e2cc703cb182d8f91c3df087f4f820c6a963ee9 SHA512 a7ff22acf25d263bec075a68dfa7983f1c31bb9ba36a5c31529e3d4fa4e2f0b69ab4b90d23a8b007efd29b0c54e56ee0162ab4ed3abcfe8b6bdbdd5491eb1563 WHIRLPOOL ca22e19e6818d72f037cfa194972c4e40538056afe29843a89bffde351fba8739c89f7980850d0724e065d3f35a7b57b4634d8f76514fd2794abfd45ddaad2bb
DIST jdk-6u35-solaris-x64-demos.tar.Z 71889 SHA256 37aa09f8f31f2f5c6136581de90e79c1e71d887b9ec3563249d5b9064842b479 SHA512 9a936aea72d8f50881581a4208845365d6da4cec73cd7c784b22d098315b6e124aef517efdd645bbecb8c6794cf37fdd797515cc9fd4b26337b9afaab91ba0a4 WHIRLPOOL d0c6615b2a82b6d91c55bff665e211975f6829207bb25152d970a9f355b477a294ad3b1adafd35407b27f83017a77501c0a5f1a58b6f605be2a7a696b9bbfab9 DIST jdk-6u35-solaris-x64-demos.tar.Z 71889 SHA256 37aa09f8f31f2f5c6136581de90e79c1e71d887b9ec3563249d5b9064842b479 SHA512 9a936aea72d8f50881581a4208845365d6da4cec73cd7c784b22d098315b6e124aef517efdd645bbecb8c6794cf37fdd797515cc9fd4b26337b9afaab91ba0a4 WHIRLPOOL d0c6615b2a82b6d91c55bff665e211975f6829207bb25152d970a9f355b477a294ad3b1adafd35407b27f83017a77501c0a5f1a58b6f605be2a7a696b9bbfab9
DIST jdk-6u35-solaris-x64.sh 8853512 SHA256 4a2285fe277821b90eb00f7079787938b653c77e2d3a6de116a6bd765aaaf6f5 SHA512 8e217250399bfa292737d3be3472b6f5741351e4e230d82820f6dd7e9455848d7a4e90e6d131c36e736615069d9bd27ccca800882daa180a6c6494898323bb40 WHIRLPOOL 074c3f952efa12d5a1ca9bf36161b4f7e43d4abef110b018258a7c8e7f0c6c8d8a11037134bb2f33bb8840a17e90bfeeb3a9685fbe6cca40b69fa1fbc6d48cd9 DIST jdk-6u35-solaris-x64.sh 8853512 SHA256 4a2285fe277821b90eb00f7079787938b653c77e2d3a6de116a6bd765aaaf6f5 SHA512 8e217250399bfa292737d3be3472b6f5741351e4e230d82820f6dd7e9455848d7a4e90e6d131c36e736615069d9bd27ccca800882daa180a6c6494898323bb40 WHIRLPOOL 074c3f952efa12d5a1ca9bf36161b4f7e43d4abef110b018258a7c8e7f0c6c8d8a11037134bb2f33bb8840a17e90bfeeb3a9685fbe6cca40b69fa1fbc6d48cd9
DIST jdk-6u37-linux-i586-demos.tar.gz 12073474 SHA256 5667e0143eed0cabe8d42070ada07f3b66b2dcbdb491e4f48208004c833fc322 SHA512 1a895c5e3fec2890cac77d03789def0aada9d158761595b4ec98ba5a72bb1598a245ec699c5a65b8b1e20651b597327c9eea7804a75e2f1c2a76b1840d8f02e8 WHIRLPOOL fe1170435557f540c2ca44ea112f2ac85f89fd3369ea3fd2f5b495735b75f20e3f7ce851c2bd72bfc6e5f73206b0add25bdd7ec62d07a54c73d420bfb9bde3ba
DIST jdk-6u37-linux-i586.bin 71764073 SHA256 44cc51ed452a08a3e0b4e397922832607161642e5a6e206f256af86f8fbaae90 SHA512 d2474c57b7b282f739b96c2330ad35b28cd1130c7b04b3e672d4eea55311a74d0ddc26a602f1732864c70af3ad4e051449e400df663540b18a40c8f6141f43e2 WHIRLPOOL 15bed43c4a6d7829c17575805f47cb9f204d86a2ff6150f4305564438715b63d08125aad77c91730d41313cee0b9dbb6ad790b0c5024c4f694593040e7abca5d
DIST jdk-6u37-linux-ia64-demos.tar.gz 6858701 SHA256 37ea27a3684e8ba0073224720c99ac4a6cf6cc91b6099417af8b7c09969fac9d SHA512 efb87048d0e21167a05644ce694af68bb597bbfd36613f87c9ea82a729c1c45a77105136501847ba18b7f39f5c87b9e062ec6bdf8a67e6c221939ea4d3f86e2e WHIRLPOOL be393e60dc6a9140b78662806eb720e0cd8270466442f740e420533f546345cdd4fcd217e8b9593dcc936f9869a145c69f79d54196a6c06cf93d1cf5d656d79f
DIST jdk-6u37-linux-ia64.bin 63612204 SHA256 2ba64c3fc5c41f37f738ee44a14ee3a8f4d8b3a87ce255188a4934c8d8dca6d6 SHA512 bf0217317179e03815ec6cb9675ddfd2102de37883ef6b72c855a74bc58a62ef6a763f241a85e71765fc5c46191d3bbb213ab62b1961051cda8d2d5f6e3708ca WHIRLPOOL a9e6d7d9dea1800d5180f8eb407e0acfac84ab030088b8753e85a606a042e5453d150b7332fc2f138653d30a18bb91e5fae21c42b78795de3331ebc152631e97
DIST jdk-6u37-linux-x64-demos.tar.gz 12105736 SHA256 1126ff9abd7e9177fafd4ac6c3750c8925b3e68d925a0f89f4b42a4a6a3c0aab SHA512 a38c880a995fe6a93c924ce3d1e920d9e6e7dbd9f28605d97d558d474ac2380e27a90ca0619cec65f4835c557bc2abb859f6493d0bf8321edfe79106004cb9a9 WHIRLPOOL ad673213ac247b7c1c39d4fa0e961e4c6ecdcb406328a898d0bc45ccf67d2f668a4949aaf044cd4869c2a1d3fc21b59cba848671c7aa308c4b0e53b945f98698
DIST jdk-6u37-linux-x64.bin 72048548 SHA256 51d594cec29948bdf58918ba802a872826bc7caae3f0aada42b65eacdc14a7f4 SHA512 93780e2b29e700b7546014b066e156c94ae31056cf3a030df368d1d109021d6c949b4c0b6980d905ab70888cea612e7726b1f29f581fe3a96e50e144c9471951 WHIRLPOOL a574729d2d5b2385c0ebed2160461ffa8e48bef5edf253c7a49ba0d36c275646c8e623119af3fa823a643003b008fa37ad417db013a0f1764e221bb5e9cd3002
DIST jdk-6u37-solaris-i586-demos.tar.Z 17939213 SHA256 78af707100eaa720d8ddb547ffbb4df71c55fcea95f354619806b97e304cf1ef SHA512 6fbd9e2accdcd87e76dab6f38e9fe63d07ac8bfadbc5d5f7180c6c7f38baa56589bd4c76aa4265cec97ea7de413704f9827747340426aea096e5d52388dc7682 WHIRLPOOL 65607dcfd54e5dc4c9104cac33fb59b78b237c58a88bc15af6e75ea08c86bbe7f02e8f2ff7bf233646d97e3f66cdc2645ca559d97512c2f3c471b8e163ad5876
DIST jdk-6u37-solaris-i586.sh 71675046 SHA256 fce348288c2ef99d951b5bc8debb9c7acfae332681d48436809e60b0b2478810 SHA512 d4e70cca24728a9081576883b0e55d5dbfa03b330c5395209566924c2180afa35ea159f14f18824338f5f57411fcf1a2153c62d58a933fe2cf26695d401c98c2 WHIRLPOOL e7c338de1c2b66c86cf6616734803e0aa56d80b5309391a05d7fbef962d9f74da23f7eaa8ecefee35040fa00b4039a6f98a2f10716d561e5637f9bce2ea4a100
DIST jdk-6u37-solaris-sparc-demos.tar.Z 17914591 SHA256 730271e5a9e33576ff5df3bc0f84c4550f241cd61582f8169247f15c55db5bc5 SHA512 c5e9595fbb418e4bc3f2e08e6c4d9ed0350aa4d9b86338d7e872760cc3fea37f967950c274ff4632ccbdc238ef30b5ee92f487b8ee43cf48c28d0085af563f57 WHIRLPOOL 2dd6fc51a563550b5f694a7dcddfe84882fee9b00b98d065c97183f856132fba6b5b1515ef5e1342921d5069405369e9cb15059666cad962c4c05eed1ad39db7
DIST jdk-6u37-solaris-sparc.sh 76926483 SHA256 060ecb4ea5d88287ef3e9423650c0010ac40673169fc3b2f8b32fcf2056bcc90 SHA512 b14a0738337fd6d626c7ccce4fe000d5f9965594a5e72cdfe60e8610014d256485eb915580964869c8bf4f6d923dce0d26d5fcd28490fdda6642a09a6d333f6d WHIRLPOOL 56dffb8ba72e1301a213fbeed2a25649b16b6174621bafefa0efeb0e0cd2c040d6baac0ae3c7e65f473a7b1c8360ebfcc7f054b3ef6699d73317e1c72b1b7ea5
DIST jdk-6u37-solaris-sparcv9-demos.tar.Z 66837 SHA256 e40fa3a6147b85e4467a63f58d9542c16fca8131bee6cfb3a1421c16bfe4c64a SHA512 316ee418edfa82b9e9e9af4953e650abc41758114504841b632b94d60a0dbf42398adb2bc560b20b3571b50cf2cdb09e241298e2a722cd07f642a4366db3de21 WHIRLPOOL 754f6ffb2d035358c32ffd386398f81f18ac7d1664bb85d155e18759527a61a6261dd37e5373685d1daa27e105ae04111b537b4f900747af80bdb7fa273baa29
DIST jdk-6u37-solaris-sparcv9.sh 12721088 SHA256 876360d8134676600f24b13421500944453331f970164bd74d5e172300a607da SHA512 78f83d39891b4cd20911e9be27deb83d63916f7b7fd8b1254a40b97f423420a92976015c1f797b504ffcc169cd083ae15ad768fac87a1bd819e69a78e50c41b8 WHIRLPOOL 64bc97017a1243cca70f29b48549648b630d4f59ee69f4f8b2ecb18ebcb9442ad7ab3d5d25b87a1d700dc9def669da60a876c5c42f5f8274cebec4cebf29e90d
DIST jdk-6u37-solaris-x64-demos.tar.Z 71859 SHA256 2e9bb066c52de60ca3512d5f88572a0d6b5a1756d81ce824e8ddbdc6f5bd9a76 SHA512 a98ad8f8688fa7dd7b769904a781940dfb6f39f10fc05bf6315cc8da36cc27331f95b6299fdaecf80b1a4df4f421043a009a6c9b83dcb53a190bec6af16f90d1 WHIRLPOOL 75559b69685e1cb887eb51f71dfc76fc108851f71010692ef092c3da0cb2793148d387e75deed9dca963197f8f6f326bf5311d00b8e0973681b2053e99bb728e
DIST jdk-6u37-solaris-x64.sh 8860012 SHA256 91fd4850ca3c1dca3f2f6a9528138540f2b0ae73c70ca2077afc056403fc3d62 SHA512 d1d58db111a1023da660291b00db70934c3e1de2db42e1dc56e6f173a3f486d2dd49044598eccfbe5e4bdc247955b5b23c4305bc81a183a085ed5b70b0819330 WHIRLPOOL 7f3d0b0d035135aeda88064747fc95f1bb168a8ac726a841a4b667bd2fdb2d4e2256b9295bfa565bfd4b9ca54783014fbbcd709fcdf841cdb510c7cd019a836f

@ -0,0 +1,269 @@
# Copyright 1999-2012 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.37.ebuild,v 1.1 2012/10/17 15:19:20 sera Exp $
EAPI="4"
inherit java-vm-2 eutils prefix versionator
# This URIs need to be updated when bumping!
JDK_URI="http://www.oracle.com/technetwork/java/javase/downloads/jdk6u37-downloads-1859587.html"
MY_PV="$(get_version_component_range 2)u$(get_version_component_range 4)"
S_PV="$(replace_version_separator 3 '_')"
# for when oracle messes with us again.
DEMOS_PV="${MY_PV}"
DEMOS_S_PV="${S_PV}"
X86_AT="jdk-${MY_PV}-linux-i586.bin"
AMD64_AT="jdk-${MY_PV}-linux-x64.bin"
IA64_AT="jdk-${MY_PV}-linux-ia64.bin"
SOL_X86_AT="jdk-${MY_PV}-solaris-i586.sh"
SOL_AMD64_AT="jdk-${MY_PV}-solaris-x64.sh"
SOL_SPARC_AT="jdk-${MY_PV}-solaris-sparc.sh"
SOL_SPARCv9_AT="jdk-${MY_PV}-solaris-sparcv9.sh"
X86_DEMOS="jdk-${DEMOS_PV}-linux-i586-demos.tar.gz"
AMD64_DEMOS="jdk-${DEMOS_PV}-linux-x64-demos.tar.gz"
IA64_DEMOS="jdk-${DEMOS_PV}-linux-ia64-demos.tar.gz"
SOL_X86_DEMOS="jdk-${DEMOS_PV}-solaris-i586-demos.tar.Z"
SOL_AMD64_DEMOS="jdk-${DEMOS_PV}-solaris-x64-demos.tar.Z"
SOL_SPARC_DEMOS="jdk-${DEMOS_PV}-solaris-sparc-demos.tar.Z"
SOL_SPARCv9_DEMOS="jdk-${DEMOS_PV}-solaris-sparcv9-demos.tar.Z"
DESCRIPTION="Oracle's Java SE Development Kit"
HOMEPAGE="http://www.oracle.com/technetwork/java/javase/"
SRC_URI="
x86? ( ${X86_AT}
examples? ( ${X86_DEMOS} ) )
amd64? ( ${AMD64_AT}
examples? ( ${AMD64_DEMOS} ) )
ia64? ( ${IA64_AT}
examples? ( ${IA64_DEMOS} ) )
x86-solaris? ( ${SOL_X86_AT}
examples? ( ${SOL_X86_DEMOS} ) )
x64-solaris? ( ${SOL_X86_AT} ${SOL_AMD64_AT}
examples? ( ${SOL_X86_DEMOS} ${SOL_AMD64_DEMOS} ) )
sparc-solaris? ( ${SOL_SPARC_AT}
examples? ( ${SOL_SPARC_DEMOS} ) )
sparc64-solaris? ( ${SOL_SPARC_AT} ${SOL_SPARCv9_AT}
examples? ( ${SOL_SPARC_DEMOS} ${SOL_SPARCv9_DEMOS} ) )"
LICENSE="Oracle-BCLA-JavaSE examples? ( BSD )"
SLOT="1.6"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="X alsa derby doc examples jce kernel_SunOS nsplugin pax_kernel +source"
RESTRICT="fetch strip"
QA_PREBUILT="*"
RDEPEND="
X? (
x11-libs/libX11
x11-libs/libXext
x11-libs/libXi
x11-libs/libXt
x11-libs/libXtst
)
alsa? ( media-libs/alsa-lib )
doc? ( dev-java/java-sdk-docs:1.6.0 )
jce? ( dev-java/sun-jce-bin:1.6 )
kernel_SunOS? ( app-arch/unzip )
!prefix? ( sys-libs/glibc )"
# scanelf won't create a PaX header, so depend on paxctl to avoid fallback
# marking. #427642
DEPEND="
pax_kernel? ( sys-apps/paxctl )"
S="${WORKDIR}/jdk${S_PV}"
_set_at() {
if use x86; then
AT=${X86_AT}
elif use amd64; then
AT=${AMD64_AT}
elif use ia64; then
AT=${IA64_AT}
elif use x86-solaris; then
AT=${SOL_X86_AT}
elif use x64-solaris; then
AT="${SOL_X86_AT} and ${SOL_AMD64_AT}"
elif use sparc-solaris; then
AT=${SOL_SPARC_AT}
elif use sparc64-solaris; then
AT="${SOL_SPARC_AT} and ${SOL_SPARCv9_AT}"
fi
}
_set_demos() {
if use x86; then
DEMOS=${X86_DEMOS}
elif use amd64; then
DEMOS=${AMD64_DEMOS}
elif use ia64; then
DEMOS=${IA64_DEMOS}
elif use x86-solaris; then
DEMOS=${SOL_X86_DEMOS}
elif use x64-solaris; then
DEMOS="${SOL_X86_DEMOS} and ${SOL_AMD64_DEMOS}"
elif use sparc-solaris; then
DEMOS=${SOL_SPARC_AT}
elif use sparc64-solaris; then
DEMOS="${SOL_SPARC_AT_DEMOS} and ${SOL_SPARCv9_DEMOS}"
fi
}
pkg_nofetch() {
_set_at
_set_demos
einfo "Due to Oracle no longer providing the distro-friendly DLJ bundles, the package"
einfo "has become fetch restricted again. Alternatives are switching to"
einfo "dev-java/icedtea-bin:6 or the source-based dev-java/icedtea:6"
einfo ""
einfo "Please download ${AT} from:"
einfo "${JDK_URI}"
einfo "and move it to ${DISTDIR}"
if use examples; then
einfo ""
einfo "Also download ${DEMOS} from:"
einfo "${JDK_URI}"
einfo "and move it to ${DISTDIR}"
fi
}
_sol_src_unpack() {
for i in ${AT}; do
[[ ${i} == "and" ]] && continue
rm -f "${S}"/jre/{LICENSE,README} "${S}"/LICENSE
# don't die on unzip, it always "fails"
unzip "${DISTDIR}"/${i}
done
for f in $(find "${S}" -name "*.pack") ; do
"${S}"/bin/unpack200 ${f} ${f%.pack}.jar
rm ${f}
done
if use examples ; then
for i in ${DEMOS}; do
[[ ${i} == "and" ]] && continue
use examples && unpack ${i}
done
mv "${WORKDIR}"/SUNWj6dmo/reloc/jdk/instances/jdk1.6.0/{demo,sample} \
"${S}"/ || die
fi
}
src_unpack() {
_set_at
_set_demos
if use kernel_SunOS; then
_sol_src_unpack
else
sh "${DISTDIR}"/${AT} -noregister || die "Failed to unpack"
use examples && unpack ${DEMOS}
fi
}
src_compile() {
# This needs to be done before CDS - #215225
java-vm_set-pax-markings "${S}"
# see bug #207282
einfo "Creating the Class Data Sharing archives"
if use x86; then
bin/java -client -Xshare:dump || die
fi
# limit heap size for large memory on x86 #405239
# this is a workaround and shouldn't be needed.
bin/java -server -Xmx64m -Xshare:dump || die
}
src_install() {
local dest="/opt/${P}"
local ddest="${ED}${dest}"
# We should not need the ancient plugin for Firefox 2 anymore, plus it has
# writable executable segments
if use x86; then
rm -vf {,jre/}lib/i386/libjavaplugin_oji.so \
{,jre/}lib/i386/libjavaplugin_nscp*.so
rm -vrf jre/plugin/i386
fi
# Without nsplugin flag, also remove the new plugin
local arch=${ARCH};
use x86 && arch=i386;
if ! use nsplugin; then
rm -vf {,jre/}lib/${arch}/libnpjp2.so \
{,jre/}lib/${arch}/libjavaplugin_jni.so
fi
dodir "${dest}"
cp -pPR bin include jre lib man "${ddest}" || die
if use derby; then
cp -pPR db "${ddest}" || die
fi
if use examples; then
cp -pPR "${WORKDIR}/jdk${DEMOS_S_PV}"/{demo,sample} "${ddest}" || die
fi
# Remove empty dirs we might have copied
find "${D}" -type d -empty -exec rmdir -v {} + || die
dodoc COPYRIGHT
dohtml README.html
if use jce; then
dodir "${dest}"/jre/lib/security/strong-jce
mv "${ddest}"/jre/lib/security/US_export_policy.jar \
"${ddest}"/jre/lib/security/strong-jce || die
mv "${ddest}"/jre/lib/security/local_policy.jar \
"${ddest}"/jre/lib/security/strong-jce || die
dosym /opt/sun-jce-bin-1.6.0/jre/lib/security/unlimited-jce/US_export_policy.jar \
"${dest}"/jre/lib/security/US_export_policy.jar
dosym /opt/sun-jce-bin-1.6.0/jre/lib/security/unlimited-jce/local_policy.jar \
"${dest}"/jre/lib/security/local_policy.jar
fi
if use nsplugin; then
install_mozilla_plugin "${dest}"/jre/lib/${arch}/libnpjp2.so
fi
if use source; then
cp src.zip "${ddest}" || die
fi
# Install desktop file for the Java Control Panel.
# Using ${PN}-${SLOT} to prevent file collision with jre and or other slots.
# make_desktop_entry can't be used as ${P} would end up in filename.
newicon jre/lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png \
sun-jcontrol-${PN}-${SLOT}.png || die
sed -e "s#Name=.*#Name=Java Control Panel for Oracle JDK ${SLOT} (sun-jdk)#" \
-e "s#Exec=.*#Exec=/opt/${P}/jre/bin/jcontrol#" \
-e "s#Icon=.*#Icon=sun-jcontrol-${PN}-${SLOT}#" \
-e "s#Application;##" \
-e "/Encoding/d" \
jre/lib/desktop/applications/sun_java.desktop > \
"${T}"/jcontrol-${PN}-${SLOT}.desktop || die
domenu "${T}"/jcontrol-${PN}-${SLOT}.desktop
# http://docs.oracle.com/javase/6/docs/technotes/guides/intl/fontconfig.html
rm "${ddest}"/jre/lib/fontconfig.* || die
cp "${FILESDIR}"/fontconfig.Gentoo.properties-r1 "${T}"/fontconfig.properties || die
eprefixify "${T}"/fontconfig.properties
insinto "${dest}"/jre/lib/
doins "${T}"/fontconfig.properties
set_java_env "${FILESDIR}/${VMHANDLE}.env-r1"
java-vm_revdep-mask
java-vm_sandbox-predict /dev/random
}
pkg_postinst() {
java-vm-2_pkg_postinst
elog "If you want Oracles JDK 7 'emerge oracle-jdk-bin' instead."
}

@ -5,3 +5,6 @@ DIST jre-6u34-linux-i586.bin 21697699 SHA256 c8274dd85af48a881276790e4b685b6a74b
DIST jre-6u34-linux-x64.bin 21302095 SHA256 affbb1851a2235130cb8f6d6cf467a3b130474b417658418bf8a4d85cff0dbaf SHA512 d8b50060ce190c44261a15c081bab731e6b5fede0e2643e99a778a84fe95c8023f79dd5a5aa840d42cd49b629c3f28d0bcad55528d6dd32d4ccbbe9b6c844832 WHIRLPOOL 5f98b815db24b65e2b7527f2769d2c5c9747bc13395751d8b98e3ae009f8eb6d1e5685356bfdbbece468e5f4a4c127a0f8935213e8b07316ba0a97f752e04284 DIST jre-6u34-linux-x64.bin 21302095 SHA256 affbb1851a2235130cb8f6d6cf467a3b130474b417658418bf8a4d85cff0dbaf SHA512 d8b50060ce190c44261a15c081bab731e6b5fede0e2643e99a778a84fe95c8023f79dd5a5aa840d42cd49b629c3f28d0bcad55528d6dd32d4ccbbe9b6c844832 WHIRLPOOL 5f98b815db24b65e2b7527f2769d2c5c9747bc13395751d8b98e3ae009f8eb6d1e5685356bfdbbece468e5f4a4c127a0f8935213e8b07316ba0a97f752e04284
DIST jre-6u35-linux-i586.bin 21697122 SHA256 55959143e602cb4edf2786d0f78c288eb44e7f105836aa949f2e0081a2fbd70c SHA512 981c9177b910f3530acf9b0998e33c79c9d5e0bb6da73694d87d48be50a30ba349e088e7b32ba8bf3b3c6b48789d12948eb82477123944dfef61d2972ddf88a5 WHIRLPOOL 8313107f4aee0b877bc4ba4f4fe22738a41a0229e04af7b0b528fe23b820ec207efff6a7565c97985e8b9497ff73c1b7f4117b281ab286b49d91583f45a67835 DIST jre-6u35-linux-i586.bin 21697122 SHA256 55959143e602cb4edf2786d0f78c288eb44e7f105836aa949f2e0081a2fbd70c SHA512 981c9177b910f3530acf9b0998e33c79c9d5e0bb6da73694d87d48be50a30ba349e088e7b32ba8bf3b3c6b48789d12948eb82477123944dfef61d2972ddf88a5 WHIRLPOOL 8313107f4aee0b877bc4ba4f4fe22738a41a0229e04af7b0b528fe23b820ec207efff6a7565c97985e8b9497ff73c1b7f4117b281ab286b49d91583f45a67835
DIST jre-6u35-linux-x64.bin 21301595 SHA256 13c6d118e0f923c5dbaed49bdfd82857be7453c831000088305d47182bfad089 SHA512 789ed7eb4e3e4e9ee8170521da643d5713bd486b622f3cc3e10f9fa74360c31e98fe45ae7e599dd181067f2d0f81e6149f9628f6ed346c3356462d30077b41ea WHIRLPOOL 479bbf7e7e446d9fbc5bda230aaf00a6fc5d46631d47f604602d2b851c04f817753fe562ba15679cdaa86a5da6b99a2a8d526284d1e72a2cc13122c3b120c0fa DIST jre-6u35-linux-x64.bin 21301595 SHA256 13c6d118e0f923c5dbaed49bdfd82857be7453c831000088305d47182bfad089 SHA512 789ed7eb4e3e4e9ee8170521da643d5713bd486b622f3cc3e10f9fa74360c31e98fe45ae7e599dd181067f2d0f81e6149f9628f6ed346c3356462d30077b41ea WHIRLPOOL 479bbf7e7e446d9fbc5bda230aaf00a6fc5d46631d47f604602d2b851c04f817753fe562ba15679cdaa86a5da6b99a2a8d526284d1e72a2cc13122c3b120c0fa
DIST jre-6u37-linux-i586.bin 21704353 SHA256 aeba98f45e3dcddd460e28165d89de521e69dfa69b76ca6aa21bda633dce4776 SHA512 5f80c83c4b359d044c09b8854536a04c59f0e8d0699c29920114866b348c666f6227719bdf2236961cd0ee2bbaf82d3d75f97d413e6a26a02a4b075ac0d0907c WHIRLPOOL 6ebdc24c344173fe2011cf3197e66f7291b2985e99357740d543e3f715dce14101cac7213ff2e782b0a1af328e94d813e8843a5fe22b12dc96002b97e05cd8b1
DIST jre-6u37-linux-ia64.bin 22887111 SHA256 0e1878987f372871ab1cde136a2081051b945cd77f0dcf0933ff1dbe895b9e01 SHA512 c246d6b756959b741212ac167681657e93a6b7713fd755949b8c5642d8928456c86ec474860c21edacf2b8c75947f1a75ea1c2a791c1e824c9cefac610f28799 WHIRLPOOL 8dda133815e261743ba7f43ff86479cace44ce59fa39f6272e3028b4839bf0b01e172a788f344b5bd1cd0bd8a50f83655a5af45c59e4e7fffa7ff512310a8383
DIST jre-6u37-linux-x64.bin 21311066 SHA256 9a6b118b01988d9fbb4696824bd1909537a5e945b26de7b47b5f4b306a7d07f6 SHA512 063152d8149881c7fd602c1feac284f4ba162031765a0047faf054f2b4d8c5d2518198a0bca2f7286b34cc03a82d6434abd316529457aafdaa41094bce2a073e WHIRLPOOL 10c38edc1fccd839d48c13d7d4ebf75328aa1133d8c89baba0f1da4f44bae04f73f169ad6bde3a8a92a4b563cc15232f4a7d5bab89726e00d90a7c9fa72bd11e

@ -0,0 +1,160 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/sun-jre-bin/sun-jre-bin-1.6.0.37.ebuild,v 1.1 2012/10/17 14:22:00 sera Exp $
EAPI="4"
inherit java-vm-2 eutils prefix versionator
# This URIs need to be updated when bumping!
JRE_URI="http://www.oracle.com/technetwork/java/javase/downloads/jre6u37-downloads-1859589.html"
MY_PV="$(get_version_component_range 2)u$(get_version_component_range 4)"
S_PV="$(replace_version_separator 3 '_')"
X86_AT="jre-${MY_PV}-linux-i586.bin"
AMD64_AT="jre-${MY_PV}-linux-x64.bin"
IA64_AT="jre-${MY_PV}-linux-ia64.bin"
DESCRIPTION="Oracle's Java SE Runtime Environment"
HOMEPAGE="http://www.oracle.com/technetwork/java/javase/"
SRC_URI="
amd64? ( ${AMD64_AT} )
ia64? ( ${IA64_AT} )
x86? ( ${X86_AT} )"
LICENSE="Oracle-BCLA-JavaSE"
SLOT="1.6"
KEYWORDS="~amd64 ~x86"
IUSE="X alsa jce nsplugin pax_kernel"
RESTRICT="fetch strip"
QA_PREBUILT="*"
RDEPEND="
X? (
x11-libs/libXext
x11-libs/libXi
x11-libs/libXrender
x11-libs/libXtst
x11-libs/libX11
)
alsa? ( media-libs/alsa-lib )
jce? ( dev-java/sun-jce-bin:1.6 )
!prefix? ( sys-libs/glibc )"
# scanelf won't create a PaX header, so depend on paxctl to avoid fallback
# marking. #427642
DEPEND="
pax_kernel? ( sys-apps/paxctl )"
S="${WORKDIR}/jre${S_PV}"
pkg_nofetch() {
if use x86; then
AT=${X86_AT}
elif use amd64; then
AT=${AMD64_AT}
elif use ia64; then
AT=${IA64_AT}
fi
einfo "Due to Oracle no longer providing the distro-friendly DLJ bundles, the package"
einfo "has become fetch restricted again. Alternatives are switching to"
einfo "dev-java/icedtea-bin:6 or the source-based dev-java/icedtea:6"
einfo ""
einfo "Please download '${AT}' from:"
einfo "'${JRE_URI}'"
einfo "and move it to '${DISTDIR}'"
}
src_unpack() {
sh "${DISTDIR}"/${A} -noregister || die "Failed to unpack"
}
src_compile() {
# This needs to be done before CDS - #215225
java-vm_set-pax-markings "${S}"
# see bug #207282
einfo "Creating the Class Data Sharing archives"
if use x86; then
bin/java -client -Xshare:dump || die
fi
# limit heap size for large memory on x86 #405239
# this is a workaround and shouldn't be needed.
bin/java -server -Xmx64m -Xshare:dump || die
}
src_install() {
local dest="/opt/${P}"
local ddest="${ED}${dest}"
# We should not need the ancient plugin for Firefox 2 anymore, plus it has
# writable executable segments
if use x86; then
rm -vf lib/i386/libjavaplugin_oji.so \
lib/i386/libjavaplugin_nscp*.so
rm -vrf plugin/i386
fi
# Without nsplugin flag, also remove the new plugin
local arch=${ARCH};
use x86 && arch=i386;
if ! use nsplugin; then
rm -vf lib/${arch}/libnpjp2.so \
lib/${arch}/libjavaplugin_jni.so
fi
dodir "${dest}"
cp -pPR bin lib man "${ddest}" || die
# Remove empty dirs we might have copied
find "${D}" -type d -empty -exec rmdir {} + || die
dodoc COPYRIGHT README
if use jce; then
dodir "${dest}"/lib/security/strong-jce
mv "${ddest}"/lib/security/US_export_policy.jar \
"${ddest}"/lib/security/strong-jce || die
mv "${ddest}"/lib/security/local_policy.jar \
"${ddest}"/lib/security/strong-jce || die
dosym /opt/sun-jce-bin-1.6.0/jre/lib/security/unlimited-jce/US_export_policy.jar \
"${dest}"/lib/security/US_export_policy.jar
dosym /opt/sun-jce-bin-1.6.0/jre/lib/security/unlimited-jce/local_policy.jar \
"${dest}"/lib/security/local_policy.jar
fi
if use nsplugin; then
install_mozilla_plugin "${dest}"/lib/${arch}/libnpjp2.so
fi
# Install desktop file for the Java Control Panel.
# Using ${PN}-${SLOT} to prevent file collision with jre and or other slots.
# make_desktop_entry can't be used as ${P} would end up in filename.
newicon lib/desktop/icons/hicolor/48x48/apps/sun-jcontrol.png \
sun-jcontrol-${PN}-${SLOT}.png || die
sed -e "s#Name=.*#Name=Java Control Panel for Oracle JDK ${SLOT} (${PN})#" \
-e "s#Exec=.*#Exec=${dest}/bin/jcontrol#" \
-e "s#Icon=.*#Icon=sun-jcontrol-${PN}-${SLOT}#" \
-e "s#Application;##" \
-e "/Encoding/d" \
lib/desktop/applications/sun_java.desktop > \
"${T}"/jcontrol-${PN}-${SLOT}.desktop || die
domenu "${T}"/jcontrol-${PN}-${SLOT}.desktop
# http://docs.oracle.com/javase/6/docs/technotes/guides/intl/fontconfig.html
rm "${ddest}"/lib/fontconfig.* || die
cp "${FILESDIR}"/fontconfig.Gentoo.properties-r1 "${T}"/fontconfig.properties || die
eprefixify "${T}"/fontconfig.properties
insinto "${dest}"/lib/
doins "${T}"/fontconfig.properties
set_java_env "${FILESDIR}/${VMHANDLE}.env-r1"
java-vm_revdep-mask
}
pkg_postinst() {
java-vm-2_pkg_postinst
elog "If you want Oracles JRE 7 'emerge oracle-jre-bin' instead."
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.7.ebuild,v 1.1 2012/09/17 06:36:02 olemarkus Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.7.ebuild,v 1.2 2012/10/17 21:19:01 naota Exp $
EAPI=4 EAPI=4
@ -10,7 +10,7 @@ SUHOSIN_VERSION=""
FPM_VERSION="builtin" FPM_VERSION="builtin"
EXPECTED_TEST_FAILURES="" EXPECTED_TEST_FAILURES=""
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
function php_get_uri () function php_get_uri ()
{ {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5-r1.ebuild,v 1.11 2012/10/06 13:49:14 blueness Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-lang/spidermonkey/spidermonkey-1.8.5-r1.ebuild,v 1.12 2012/10/17 12:57:16 jer Exp $
EAPI="3" EAPI="3"
WANT_AUTOCONF="2.1" WANT_AUTOCONF="2.1"
@ -16,7 +16,7 @@ SRC_URI="https://ftp.mozilla.org/pub/mozilla.org/js/${TARBALL_P}.tar.gz"
LICENSE="NPL-1.1" LICENSE="NPL-1.1"
SLOT="0" SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd" KEYWORDS="~alpha amd64 ~arm hppa ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug static-libs test" IUSE="debug static-libs test"
S="${WORKDIR}/${MY_P}" S="${WORKDIR}/${MY_P}"

@ -1,3 +1,5 @@
DIST v8-3.12.19.15.tar.bz2 10184474 SHA256 5f8f0a700a88250170118b5994aacf57f6527a6c0017096b5cb322ecbad6e187 SHA512 40c1bbc4dc48331c5f6cfeb4a0168abd47b8c11d68be64bef25a094439898f197920f3bb5b7be2c795a9906a5789239f843702ae6f65439bb6b1f958fb40297d WHIRLPOOL 65e145a8b866213790e03d97293d7911754169f33c497007f5f1806e9ab32f1fe9a257a3966a8814972c8b0d08361f81548ec01c0fbd3f6dcc742bbf13f1c868 DIST v8-3.12.19.15.tar.bz2 10184474 SHA256 5f8f0a700a88250170118b5994aacf57f6527a6c0017096b5cb322ecbad6e187 SHA512 40c1bbc4dc48331c5f6cfeb4a0168abd47b8c11d68be64bef25a094439898f197920f3bb5b7be2c795a9906a5789239f843702ae6f65439bb6b1f958fb40297d WHIRLPOOL 65e145a8b866213790e03d97293d7911754169f33c497007f5f1806e9ab32f1fe9a257a3966a8814972c8b0d08361f81548ec01c0fbd3f6dcc742bbf13f1c868
DIST v8-3.13.7.1.tar.bz2 10201729 SHA256 6c903410651d87f67e7c5b35321e8a6709b2e442fa6e283ac2def898fdc4d4a7 SHA512 015285af38b9e9259abb0f1fe2f1c1c24b7280c3a2424c119d9dc64b1d213942a30f6eec8e7517a6badad88e455b8fc97d8ea074d991153853529a29d942a5cf WHIRLPOOL b2f002e5dfc3e9c344dced70c9f0999fa2087636842053df25168af324d71ec3ecffd4d506d924f7d8a6e4303d691cb18bc6af7ccbb49452d38a3b34fa63b581 DIST v8-3.13.7.1.tar.bz2 10201729 SHA256 6c903410651d87f67e7c5b35321e8a6709b2e442fa6e283ac2def898fdc4d4a7 SHA512 015285af38b9e9259abb0f1fe2f1c1c24b7280c3a2424c119d9dc64b1d213942a30f6eec8e7517a6badad88e455b8fc97d8ea074d991153853529a29d942a5cf WHIRLPOOL b2f002e5dfc3e9c344dced70c9f0999fa2087636842053df25168af324d71ec3ecffd4d506d924f7d8a6e4303d691cb18bc6af7ccbb49452d38a3b34fa63b581
DIST v8-3.13.7.2.tar.bz2 10202585 SHA256 ff5761dcd52c4479237e39e6e20fcfcc511764ece69109541a9b461c6a5dad5a SHA512 987e06f34d2f45ece40a3fd6957a827cb971adc44c52380b4cf9086f075885c4dcf42edb407c89b14652f4e824fb840ed8c21429230fe2d279d158b170fa0d96 WHIRLPOOL e38dd3f8f53cdfc86b4af88a47bce523ec045866d6a88c6e5f7b8caf9e5e8ab383a7428091c3048e92687df89a1718bce9fc72997ae23e503db68192b2676b9c DIST v8-3.13.7.2.tar.bz2 10202585 SHA256 ff5761dcd52c4479237e39e6e20fcfcc511764ece69109541a9b461c6a5dad5a SHA512 987e06f34d2f45ece40a3fd6957a827cb971adc44c52380b4cf9086f075885c4dcf42edb407c89b14652f4e824fb840ed8c21429230fe2d279d158b170fa0d96 WHIRLPOOL e38dd3f8f53cdfc86b4af88a47bce523ec045866d6a88c6e5f7b8caf9e5e8ab383a7428091c3048e92687df89a1718bce9fc72997ae23e503db68192b2676b9c
DIST v8-3.13.7.4.tar.bz2 10203184 SHA256 8faa9c1e797f0499378ed03f3d809dcd4bc64a7d1dd6b2b303e1a3039357b888 SHA512 e324a2e52740c9d155c81d2a1b54778f1f03451b2c5b0aeb0894791845252e4182bee0dc94cb56019d70aa424214cecba86a0f91ab8db426e321728050f504bd WHIRLPOOL 4755754012e33b2d21260aa409f900bc9f9fa3c4ce31aff1a1228d28297f707e178c0cd2121449e6dcf9cc6dc3d44f8a56f90b714a8f210a3fd3a40ff14a33e8
DIST v8-3.14.4.1.tar.bz2 10347734 SHA256 06ccd996d8e82580aa6a9ea41bbd2a5c66fa599b666df3b4b2b3deca453831b1 SHA512 c6b13365529c3440b717cc4cbd0563e1a0246bc694eaf9aa11bbe18f4526aa373af36252310fc8f2e83620adb7a81b1214da71d5d31a328b5accd32144992e76 WHIRLPOOL 218dc59348327dbd0750aa6422114abf6ffb4a85050fe72c83745e16d8cbbfa7a5b4c0afeab4ab4dca6d36a35beae36079f4d566ac0181c69ba5ab719b4a80d9

@ -0,0 +1,139 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.13.7.4.ebuild,v 1.1 2012/10/17 22:22:56 floppym Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
inherit eutils multilib pax-utils python toolchain-funcs versionator
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 ~x86-fbsd ~x64-macos ~x86-macos"
IUSE=""
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
epatch "${FILESDIR}"/${PN}-3.10.8.10-freebsd9.patch
}
src_compile() {
tc-export AR CC CXX RANLIB
export LINK=${CXX}
local hardfp=off
# 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*-hardfloat-*)
hardfp=on
myarch=arm ;;
arm*-*) myarch=arm ;;
*) die "Unrecognized CHOST: ${CHOST}"
esac
mytarget=${myarch}.release
soname_version="$(get_version_component_range 1-3)"
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} \
hardfp=${hardfp} \
${mytarget} || die
pax-mark m out/${mytarget}/{cctest,d8,shell} || die
}
src_test() {
local arg testjobs
for arg in ${MAKEOPTS}; do
case ${arg} in
-j*) testjobs=${arg#-j} ;;
--jobs=*) testjobs=${arg#--jobs=} ;;
esac
done
tools/test-wrapper-gypbuild.py \
-j${testjobs:-1} \
--arch-and-mode=${mytarget} \
--no-presubmit \
--progress=dots || die
}
src_install() {
insinto /usr
doins -r include || die
if [[ ${CHOST} == *-darwin* ]] ; then
# buildsystem is too horrific to get this built correctly
mkdir -p out/${mytarget}/lib.target
mv out/${mytarget}/libv8.so.${soname_version} \
out/${mytarget}/lib.target/libv8$(get_libname ${soname_version}) || die
install_name_tool \
-id "${EPREFIX}"/usr/$(get_libdir)/libv8$(get_libname) \
out/${mytarget}/lib.target/libv8$(get_libname ${soname_version}) \
|| die
install_name_tool \
-change \
"${S}"/out/${mytarget}/libv8.so.${soname_version} \
"${EPREFIX}"/usr/$(get_libdir)/libv8$(get_libname) \
out/${mytarget}/d8 || die
fi
dobin out/${mytarget}/d8 || die
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
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
}

@ -0,0 +1,135 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.14.4.1.ebuild,v 1.1 2012/10/18 00:00:58 phajdan.jr Exp $
EAPI="4"
PYTHON_DEPEND="2:2.6"
inherit eutils multilib pax-utils python toolchain-funcs versionator
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 ~x86-fbsd ~x64-macos ~x86-macos"
IUSE=""
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_compile() {
tc-export AR CC CXX RANLIB
export LINK=${CXX}
local hardfp=off
# 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*-hardfloat-*)
hardfp=on
myarch=arm ;;
arm*-*) myarch=arm ;;
*) die "Unrecognized CHOST: ${CHOST}"
esac
mytarget=${myarch}.release
soname_version="$(get_version_component_range 1-3)"
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} \
hardfp=${hardfp} \
${mytarget} || die
pax-mark m out/${mytarget}/{cctest,d8,shell} || die
}
src_test() {
local arg testjobs
for arg in ${MAKEOPTS}; do
case ${arg} in
-j*) testjobs=${arg#-j} ;;
--jobs=*) testjobs=${arg#--jobs=} ;;
esac
done
tools/test-wrapper-gypbuild.py \
-j${testjobs:-1} \
--arch-and-mode=${mytarget} \
--no-presubmit \
--progress=dots || die
}
src_install() {
insinto /usr
doins -r include || die
if [[ ${CHOST} == *-darwin* ]] ; then
# buildsystem is too horrific to get this built correctly
mkdir -p out/${mytarget}/lib.target
mv out/${mytarget}/libv8.so.${soname_version} \
out/${mytarget}/lib.target/libv8$(get_libname ${soname_version}) || die
install_name_tool \
-id "${EPREFIX}"/usr/$(get_libdir)/libv8$(get_libname) \
out/${mytarget}/lib.target/libv8$(get_libname ${soname_version}) \
|| die
install_name_tool \
-change \
"${S}"/out/${mytarget}/libv8.so.${soname_version} \
"${EPREFIX}"/usr/$(get_libdir)/libv8$(get_libname) \
out/${mytarget}/d8 || die
fi
dobin out/${mytarget}/d8 || die
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
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,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcli/libcli-1.9.4.ebuild,v 1.1 2010/09/12 14:16:36 pacho Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-libs/libcli/libcli-1.9.4.ebuild,v 1.2 2012/10/17 11:07:00 ago Exp $
EAPI="2" EAPI="2"
inherit eutils multilib toolchain-funcs inherit eutils multilib toolchain-funcs
@ -12,7 +12,7 @@ SRC_URI="http://libcli.googlecode.com/files/${P}.tar.gz"
LICENSE="LGPL-2.1" LICENSE="LGPL-2.1"
SLOT="0" SLOT="0"
KEYWORDS="~x86 ~amd64" KEYWORDS="amd64 ~x86"
IUSE="" IUSE=""
DEPEND="" DEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-3.1.1-r1.ebuild,v 1.7 2012/07/29 17:05:04 armin76 Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-libs/xerces-c/xerces-c-3.1.1-r1.ebuild,v 1.8 2012/10/17 18:51:43 maekke Exp $
EAPI="2" EAPI="2"
@ -11,7 +11,7 @@ HOMEPAGE="http://xerces.apache.org/xerces-c/"
SRC_URI="mirror://apache/xerces/c/3/sources/${P}.tar.gz" SRC_URI="mirror://apache/xerces/c/3/sources/${P}.tar.gz"
LICENSE="Apache-2.0" LICENSE="Apache-2.0"
SLOT="0" SLOT="0"
KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86 ~x86-fbsd" KEYWORDS="alpha amd64 ~arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="curl doc iconv icu sse2 static-libs threads elibc_Darwin elibc_FreeBSD" IUSE="curl doc iconv icu sse2 static-libs threads elibc_Darwin elibc_FreeBSD"
RDEPEND="icu? ( >=dev-libs/icu-4.2 ) RDEPEND="icu? ( >=dev-libs/icu-4.2 )

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-108.07.01.ebuild,v 1.1 2012/10/08 11:32:14 aballier Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-ml/bin-prot/bin-prot-108.07.01.ebuild,v 1.2 2012/10/17 12:12:35 aballier Exp $
EAPI=3 EAPI=3
@ -12,7 +12,8 @@ inherit oasis
MY_P=${PN/-/_}-${PV} MY_P=${PN/-/_}-${PV}
DESCRIPTION="A binary protocol generator" DESCRIPTION="A binary protocol generator"
HOMEPAGE="http://ocaml.janestreet.com/?q=node/13" HOMEPAGE="http://ocaml.janestreet.com/?q=node/13"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception" LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0" SLOT="0"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/comparelib-108.07.01.ebuild,v 1.1 2012/10/08 11:42:49 aballier Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-ml/comparelib/comparelib-108.07.01.ebuild,v 1.2 2012/10/17 12:12:59 aballier Exp $
EAPI="4" EAPI="4"
@ -8,7 +8,8 @@ inherit oasis
DESCRIPTION="Camlp4 syntax extension that derives comparison functions from type representations" DESCRIPTION="Camlp4 syntax extension that derives comparison functions from type representations"
HOMEPAGE="http://www.janestreet.com/ocaml" HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception" LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0" SLOT="0"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-108.07.01.ebuild,v 1.1 2012/10/08 11:58:49 aballier Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-108.07.01.ebuild,v 1.2 2012/10/17 12:13:23 aballier Exp $
EAPI="3" EAPI="3"
@ -12,7 +12,8 @@ inherit oasis base
MY_P=${P/_/\~} MY_P=${P/_/\~}
DESCRIPTION="Jane Street's alternative to the standard library" DESCRIPTION="Jane Street's alternative to the standard library"
HOMEPAGE="http://www.janestreet.com/ocaml" HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception" LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0" SLOT="0"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/core_extended-108.07.01.ebuild,v 1.1 2012/10/08 12:05:09 aballier Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-ml/core_extended/core_extended-108.07.01.ebuild,v 1.2 2012/10/17 12:13:47 aballier Exp $
EAPI="3" EAPI="3"
@ -12,7 +12,8 @@ inherit oasis
DESCRIPTION="Jane Street's alternative to the standard library" DESCRIPTION="Jane Street's alternative to the standard library"
HOMEPAGE="http://www.janestreet.com/ocaml" HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception" LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0" SLOT="0"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/fieldslib-108.07.01.ebuild,v 1.1 2012/10/08 11:32:26 aballier Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/fieldslib-108.07.01.ebuild,v 1.2 2012/10/17 12:14:10 aballier Exp $
EAPI="3" EAPI="3"
@ -11,7 +11,8 @@ inherit oasis
MY_P=${PN/-/_}-${PV} MY_P=${PN/-/_}-${PV}
DESCRIPTION="Folding over record fields" DESCRIPTION="Folding over record fields"
HOMEPAGE="http://www.janestreet.com/ocaml" HOMEPAGE="http://www.janestreet.com/ocaml"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception" LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0" SLOT="0"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-108.07.01.ebuild,v 1.1 2012/10/08 11:33:03 aballier Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/pa_ounit-108.07.01.ebuild,v 1.2 2012/10/17 12:14:33 aballier Exp $
EAPI="4" EAPI="4"
@ -8,7 +8,8 @@ inherit oasis
DESCRIPTION="Syntax extension that helps writing in-line test in ocaml" DESCRIPTION="Syntax extension that helps writing in-line test in ocaml"
HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
LICENSE="Apache-2.0" LICENSE="Apache-2.0"
SLOT="0" SLOT="0"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/pipebang-108.07.01.ebuild,v 1.1 2012/10/08 11:35:28 aballier Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-ml/pipebang/pipebang-108.07.01.ebuild,v 1.2 2012/10/17 12:14:57 aballier Exp $
EAPI="4" EAPI="4"
@ -8,7 +8,8 @@ inherit oasis
DESCRIPTION="Syntax extension to transform x |! f into f x" DESCRIPTION="Syntax extension to transform x |! f into f x"
HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
LICENSE="Apache-2.0" LICENSE="Apache-2.0"
SLOT="0" SLOT="0"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/sexplib-108.07.01.ebuild,v 1.1 2012/10/08 11:33:10 aballier Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-ml/sexplib/sexplib-108.07.01.ebuild,v 1.2 2012/10/17 12:15:21 aballier Exp $
EAPI=3 EAPI=3
@ -11,7 +11,8 @@ inherit oasis
DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions" DESCRIPTION="Library for automated conversion of OCaml-values to and from S-expressions"
HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
LICENSE="LGPL-2.1" LICENSE="LGPL-2.1"
SLOT="0" SLOT="0"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-108.07.01.ebuild,v 1.1 2012/10/08 11:32:05 aballier Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-108.07.01.ebuild,v 1.2 2012/10/17 12:15:47 aballier Exp $
EAPI="3" EAPI="3"
@ -11,7 +11,8 @@ inherit oasis
MY_P=${PN/-/_}-${PV} MY_P=${PN/-/_}-${PV}
DESCRIPTION="Mini library required for some other preprocessing libraries" DESCRIPTION="Mini library required for some other preprocessing libraries"
HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception" LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0" SLOT="0"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/variantslib/variantslib-108.07.01.ebuild,v 1.1 2012/10/08 11:33:14 aballier Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-ml/variantslib/variantslib-108.07.01.ebuild,v 1.2 2012/10/17 12:16:09 aballier Exp $
EAPI="4" EAPI="4"
@ -10,7 +10,8 @@ inherit oasis
DESCRIPTION="OCaml variants as first class values" DESCRIPTION="OCaml variants as first class values"
HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home"
SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz" SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz
http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz"
LICENSE="Apache-2.0" LICENSE="Apache-2.0"
SLOT="0" SLOT="0"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Message/HTTP-Message-6.40.0.ebuild,v 1.3 2012/10/16 21:51:46 maekke Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Message/HTTP-Message-6.40.0.ebuild,v 1.4 2012/10/17 13:49:43 jer Exp $
EAPI=4 EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Base class for Request/Response" DESCRIPTION="Base class for Request/Response"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd" KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd"
IUSE="" IUSE=""
RDEPEND=" RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/IO-HTML-0.40.0.ebuild,v 1.3 2012/10/16 21:50:43 maekke Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-perl/IO-HTML/IO-HTML-0.40.0.ebuild,v 1.4 2012/10/17 13:49:02 jer Exp $
EAPI=4 EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Open an HTML file with automatic charset detection" DESCRIPTION="Open an HTML file with automatic charset detection"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd" KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd"
IUSE="test" IUSE="test"
RDEPEND=" RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-crack/pecl-crack-0.4-r3.ebuild,v 1.1 2012/09/17 20:40:54 hanno Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-crack/pecl-crack-0.4-r3.ebuild,v 1.2 2012/10/17 11:07:40 ago Exp $
EAPI="4" EAPI="4"
@ -13,7 +13,7 @@ USE_PHP="php5-3 php5-4"
inherit php-ext-pecl-r2 inherit php-ext-pecl-r2
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
DESCRIPTION="PHP interface to the cracklib libraries." DESCRIPTION="PHP interface to the cracklib libraries."
LICENSE="PHP-3 CRACKLIB" LICENSE="PHP-3 CRACKLIB"

@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.104.ebuild,v 1.2 2012/08/02 18:19:46 bicatali Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-python/cosmolopy/cosmolopy-0.1.104.ebuild,v 1.3 2012/10/18 01:48:04 patrick Exp $
EAPI=4 EAPI=4
PYTHON_DEPEND="2" PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1" SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython" RESTRICT_PYTHON_ABIS="2.5 3.* *-jython"
inherit distutils inherit distutils

@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.7.3.ebuild,v 1.3 2012/06/21 18:33:23 bicatali Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.7.3.ebuild,v 1.4 2012/10/18 04:43:34 patrick Exp $
EAPI=4 EAPI=4
# python cruft # python cruft
SUPPORT_PYTHON_ABIS="1" SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="nosetests" DISTUTILS_SRC_TEST="nosetests"
RESTRICT_PYTHON_ABIS="2.4 2.7-pypy-*" RESTRICT_PYTHON_ABIS="2.4 2.7-pypy-* 3.3"
inherit distutils inherit distutils

@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.8.1.ebuild,v 1.2 2012/08/09 07:49:32 patrick Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-python/pandas/pandas-0.8.1.ebuild,v 1.3 2012/10/18 04:43:34 patrick Exp $
EAPI=4 EAPI=4
# python cruft # python cruft
SUPPORT_PYTHON_ABIS="1" SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="nosetests" DISTUTILS_SRC_TEST="nosetests"
RESTRICT_PYTHON_ABIS="2.4 2.7-pypy-* *-jython" RESTRICT_PYTHON_ABIS="2.4 2.7-pypy-* *-jython 3.3"
inherit distutils inherit distutils

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.1.2.ebuild,v 1.2 2012/10/17 06:41:32 kensington Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-python/pyside/pyside-1.1.2.ebuild,v 1.3 2012/10/17 12:00:38 ago Exp $
EAPI=4 EAPI=4
@ -20,7 +20,7 @@ SRC_URI="http://www.pyside.org/files/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1" LICENSE="LGPL-2.1"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="X declarative help multimedia kde opengl phonon script scripttools sql svg test webkit xmlpatterns" IUSE="X declarative help multimedia kde opengl phonon script scripttools sql svg test webkit xmlpatterns"
REQUIRED_USE=" REQUIRED_USE="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-0.1.ebuild,v 1.4 2012/10/16 01:31:32 blueness Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-0.1.ebuild,v 1.5 2012/10/17 11:46:42 naota Exp $
EAPI=4 EAPI=4
@ -12,7 +12,7 @@ SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
LICENSE="BSD" LICENSE="BSD"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="" IUSE=""
append_impl() { append_impl() {

@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pywavelets/pywavelets-0.2.2.ebuild,v 1.2 2012/10/12 00:56:34 floppym Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-python/pywavelets/pywavelets-0.2.2.ebuild,v 1.3 2012/10/17 12:17:50 patrick Exp $
EAPI=4 EAPI=4
PYTHON_DEPEND="2" PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1" SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*" RESTRICT_PYTHON_ABIS="2.5 3.* *-jython 2.7-pypy-*"
inherit distutils inherit distutils

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.2.ebuild,v 1.4 2012/10/17 06:39:07 kensington Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-python/shiboken/shiboken-1.1.2.ebuild,v 1.5 2012/10/17 12:00:26 ago Exp $
EAPI=4 EAPI=4
@ -16,7 +16,7 @@ SRC_URI="http://www.pyside.org/files/${P}.tar.bz2"
LICENSE="LGPL-2.1" LICENSE="LGPL-2.1"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="test" IUSE="test"
RDEPEND=" RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/simple-rss/simple-rss-1.2.3-r1.ebuild,v 1.1 2012/06/06 06:04:42 graaff Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-ruby/simple-rss/simple-rss-1.2.3-r1.ebuild,v 1.2 2012/10/17 11:59:51 ago Exp $
EAPI=4 EAPI=4
USE_RUBY="ruby18 ruby19 ree18 jruby" USE_RUBY="ruby18 ruby19 ree18 jruby"
@ -16,7 +16,7 @@ Atom reader for Ruby."
HOMEPAGE="http://simple-rss.rubyforge.org/" HOMEPAGE="http://simple-rss.rubyforge.org/"
LICENSE="LGPL-2" LICENSE="LGPL-2"
KEYWORDS="~amd64 ~x86 ~x86-macos" KEYWORDS="amd64 ~x86 ~x86-macos"
SLOT="0" SLOT="0"
IUSE="" IUSE=""

@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.70.1-r1.ebuild,v 1.2 2012/08/08 16:30:52 dilfridge Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.70.1-r1.ebuild,v 1.3 2012/10/17 13:20:58 aballier Exp $
EAPI=4 EAPI=4
inherit libtool eutils inherit libtool eutils texlive-common
DESCRIPTION="An extended version of pdfTeX using Lua as an embedded scripting language." DESCRIPTION="An extended version of pdfTeX using Lua as an embedded scripting language."
HOMEPAGE="http://www.luatex.org/" HOMEPAGE="http://www.luatex.org/"
@ -114,12 +114,5 @@ pkg_postinst() {
elog "Please consider installing a recent TeX distribution" elog "Please consider installing a recent TeX distribution"
elog "like TeX Live 2008 to get the full power of ${PN}" elog "like TeX Live 2008 to get the full power of ${PN}"
fi fi
if [ "$ROOT" = "/" ] && [ -x "${EPREFIX}"/usr/bin/fmtutil-sys ] ; then efmtutil-sys
einfo "Rebuilding formats"
"${EPREFIX}"/usr/bin/fmtutil-sys --all &> /dev/null
else
ewarn "Cannot run fmtutil-sys for some reason."
ewarn "Your formats might be inconsistent with your installed ${PN} version"
ewarn "Please try to figure what has happened"
fi
} }

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v 1.1 2012/06/01 07:02:44 dev-zero Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-util/build/build-0.3.9.ebuild,v 1.2 2012/10/17 18:23:12 maekke Exp $
EAPI="4" EAPI="4"
@ -11,7 +11,7 @@ HOMEPAGE="http://kolpackov.net/projects/build/"
SLOT="$(get_version_component_range 1-2)" SLOT="$(get_version_component_range 1-2)"
SRC_URI="http://www.codesynthesis.com/download/${PN}/${SLOT}/${P}.tar.bz2" SRC_URI="http://www.codesynthesis.com/download/${PN}/${SLOT}/${P}.tar.bz2"
LICENSE="GPL-2" LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~arm ~x86"
IUSE="examples" IUSE="examples"
DEPEND="" DEPEND=""

@ -1,2 +1,2 @@
DIST pkgconf-0.8.5.tar.bz2 81307 SHA256 78283c42f6ba80e58f6425a9b2d5878f0cfa3b34f4e9bf130c2b97137b7e41f0 SHA512 708fdf6602d824281e23a675496f5845998c9d2fb08291335faa553ad9d1af6196ec2c15913c313ec5c3ce2a7f798db8e362b28fbf80df636d368bfb5c6e4f95 WHIRLPOOL b90582eaf1843c1ae08ba062b0dcc96f6d6ec8cc16688c4f8a6241d85755fb53f36aecb078dd5dadc7aaecd8130db4472df5875eaa23a45c754328343d60a269 DIST pkgconf-0.8.5.tar.bz2 81307 SHA256 78283c42f6ba80e58f6425a9b2d5878f0cfa3b34f4e9bf130c2b97137b7e41f0 SHA512 708fdf6602d824281e23a675496f5845998c9d2fb08291335faa553ad9d1af6196ec2c15913c313ec5c3ce2a7f798db8e362b28fbf80df636d368bfb5c6e4f95 WHIRLPOOL b90582eaf1843c1ae08ba062b0dcc96f6d6ec8cc16688c4f8a6241d85755fb53f36aecb078dd5dadc7aaecd8130db4472df5875eaa23a45c754328343d60a269
DIST pkgconf-0.8.7.tar.bz2 79823 SHA256 ee075e9d601e5d8582085fc662a619b34643550383c75f6aef37016ab99371f9 SHA512 09229858b298878fe87372aed5e67fdc8c3b1c9b2d59072cb2964a773ac4f6e8b5278c8938b8fba063bc12b42a3e0d3f4bdfe5e8c3c0f08749d8224fc020f273 WHIRLPOOL e4aabc87ec947a69b2951f057f25ebace11926d203c246315a15ab8d5af7fda2fc54015e982278ec1803ec1231d4393343af07dacfa353f650fbfd225ab88e58 DIST pkgconf-0.8.9.tar.gz 59077 SHA256 dd4a8651d242e6d58361d72723614e30f0b207731a1d14d1bbe15a752fc11fc3 SHA512 64dd6c846a23d87b63d013a80f0643050c47c996db2dbd14a875dbe32b831121dc82b85f753b05486a1cbed2ec81957d035b91c8c18bd522358099cdc1840172 WHIRLPOOL f80c79e5e4fc0b61f1d6ad952e5c3eb1b9d46f14cadf2d45a7258b0361b454fa512ff34da8a39aa19a502da8c831b74afedc8b9610aed7d56b108a6c8b7c4531

@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.5.ebuild,v 1.8 2012/08/26 17:22:15 armin76 Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.5.ebuild,v 1.9 2012/10/17 15:26:53 ryao Exp $
EAPI="4" EAPI="4"
if [[ ${PV} == "9999" ]] ; then if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/nenolod/pkgconf.git" EGIT_REPO_URI="git://github.com/pkgconf/pkgconf.git"
inherit autotools git-2 inherit autotools git-2
else else
#inherit autotools vcs-snapshot #inherit autotools vcs-snapshot
@ -16,7 +16,7 @@ else
fi fi
DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
HOMEPAGE="https://github.com/nenolod/pkgconf" HOMEPAGE="https://github.com/pkgconf/pkgconf"
LICENSE="BSD-1" LICENSE="BSD-1"
SLOT="0" SLOT="0"

@ -1,22 +1,21 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.7.ebuild,v 1.1 2012/08/20 13:46:40 jdhore Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.9.ebuild,v 1.1 2012/10/17 15:51:49 ryao Exp $
EAPI="4" EAPI="4"
if [[ ${PV} == "9999" ]] ; then if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/nenolod/pkgconf.git" EGIT_REPO_URI="git://github.com/pkgconf/pkgconf.git"
inherit autotools git-2 inherit autotools git-2
else else
#inherit autotools vcs-snapshot inherit autotools vcs-snapshot
inherit eutils inherit eutils
#SRC_URI="https://github.com/nenolod/pkgconf/tarball/${P} -> ${P}.tar.gz" SRC_URI="https://github.com/pkgconf/pkgconf/tarball/${P} -> ${P}.tar.gz"
SRC_URI="http://tortois.es/~nenolod/distfiles/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ppc-macos ~x64-macos ~x86-macos" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ppc-macos ~x64-macos ~x86-macos"
fi fi
DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
HOMEPAGE="https://github.com/nenolod/pkgconf" HOMEPAGE="https://github.com/pkgconf/pkgconf"
LICENSE="BSD-1" LICENSE="BSD-1"
SLOT="0" SLOT="0"
@ -31,7 +30,7 @@ RDEPEND="${DEPEND}
)" )"
src_prepare() { src_prepare() {
[[ -e configure ]] || AT_M4DIR="m4" eautoreconf [[ -e configure ]] || eautoreconf
} }
src_configure() { src_configure() {

@ -1,21 +1,20 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild,v 1.10 2012/08/26 17:41:02 jdhore Exp $ # $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-9999.ebuild,v 1.12 2012/10/17 15:51:49 ryao Exp $
EAPI="4" EAPI="4"
if [[ ${PV} == "9999" ]] ; then if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="git://github.com/nenolod/pkgconf.git" EGIT_REPO_URI="git://github.com/pkgconf/pkgconf.git"
inherit autotools git-2 inherit autotools git-2
else else
#inherit autotools vcs-snapshot inherit autotools vcs-snapshot
#SRC_URI="https://github.com/nenolod/pkgconf/tarball/${P} -> ${P}.tar.gz" SRC_URI="https://github.com/pkgconf/pkgconf/tarball/${P} -> ${P}.tar.gz"
SRC_URI="http://tortois.es/~nenolod/distfiles/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
fi fi
DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
HOMEPAGE="https://github.com/nenolod/pkgconf" HOMEPAGE="https://github.com/pkgconf/pkgconf"
LICENSE="BSD-1" LICENSE="BSD-1"
SLOT="0" SLOT="0"

@ -1,17 +1,20 @@
DIST git-1.6.4.5.tar.bz2 2176867 SHA256 5e570a62d443a32ef013561817b87b4e8968407e95905716efdff8866a1ba445 SHA512 636e15da90a9f87eca63fc6da2ffb7ffe8d277fc140e126a1d902580354abdf70d7f0342503b191e1357db9850e746e8bab99dd5a9ae766d711ff1bb55badab5 WHIRLPOOL 84ac791c4903a8eaf2c39191f70fb4e41bb33ad0773f65444bafae043c5878ec03bf798f866638ee74688dde92e9a2ff505e899153fe4ebf5d6d93c7f9674e52 DIST git-1.6.4.5.tar.bz2 2176867 SHA256 5e570a62d443a32ef013561817b87b4e8968407e95905716efdff8866a1ba445 SHA512 636e15da90a9f87eca63fc6da2ffb7ffe8d277fc140e126a1d902580354abdf70d7f0342503b191e1357db9850e746e8bab99dd5a9ae766d711ff1bb55badab5 WHIRLPOOL 84ac791c4903a8eaf2c39191f70fb4e41bb33ad0773f65444bafae043c5878ec03bf798f866638ee74688dde92e9a2ff505e899153fe4ebf5d6d93c7f9674e52
DIST git-1.7.12.3.tar.gz 4109011 SHA256 5d0959c316a2cdebaaf72cf27ac87d2e5616596a530dddeeb3a961c615494094 SHA512 30e44686b8f8c49f2ed741cf111915b2a1b90b9e4d9aff0f725ba224186693b610dbbb976a7c03c51fd2d1459431dc51e13f60f909a5043f63be80f6d39901e6 WHIRLPOOL e5d20348deae89f65f948dd03e205430cecc540ba8284ac22e0df9c891de8a3dffad1f7d2d1fdcc74571d30d7bc66eb0238dbcc296309dc858aceaa52e052aa1 DIST git-1.7.12.3.tar.gz 4109011 SHA256 5d0959c316a2cdebaaf72cf27ac87d2e5616596a530dddeeb3a961c615494094 SHA512 30e44686b8f8c49f2ed741cf111915b2a1b90b9e4d9aff0f725ba224186693b610dbbb976a7c03c51fd2d1459431dc51e13f60f909a5043f63be80f6d39901e6 WHIRLPOOL e5d20348deae89f65f948dd03e205430cecc540ba8284ac22e0df9c891de8a3dffad1f7d2d1fdcc74571d30d7bc66eb0238dbcc296309dc858aceaa52e052aa1
DIST git-1.7.12.4.tar.gz 4109554 SHA256 17e545929c16b5efa8fa9545936297d41571521cd7667fb74f92bd7adc8b63da SHA512 5d0d743475410b83340cc335e6989fd5c52d583a3549f253be504d2e06dcb9dfba08c52752c5650c3fd3b8115b7ae7c073a13d06b510a983f66b5bfa8439ca6d WHIRLPOOL 892a7c75957b5d19b23246bd31e28d179d149ac78741a0d7c8f3470373e84a8dd653a85d2a4cc68ddbf31e170230fffdf46aaa5b4158b554015b4ec0dd72a0ad
DIST git-1.7.12.tar.gz 4092043 SHA256 3b8661782dc280d3d4be5193bcb8a1895c1ba272cf02efb70857bbcc4415f505 SHA512 1353eca72d664bcceb900bbe90003ceb2b8f73db8e3a402e8f2c142f3e933fc19f95c4c5118a1c57221d6513dba3e1912f40169cf36ff8abea97dbf2f8e84502 WHIRLPOOL 11ede1f8383136d0ace13c99e7345c738e911f8038e09cad0aaf8e7cbba789d753b5c337f053b3a145d6a35d29285558571b893fa9f3bc6ac76ec8e25c4fc4f8 DIST git-1.7.12.tar.gz 4092043 SHA256 3b8661782dc280d3d4be5193bcb8a1895c1ba272cf02efb70857bbcc4415f505 SHA512 1353eca72d664bcceb900bbe90003ceb2b8f73db8e3a402e8f2c142f3e933fc19f95c4c5118a1c57221d6513dba3e1912f40169cf36ff8abea97dbf2f8e84502 WHIRLPOOL 11ede1f8383136d0ace13c99e7345c738e911f8038e09cad0aaf8e7cbba789d753b5c337f053b3a145d6a35d29285558571b893fa9f3bc6ac76ec8e25c4fc4f8
DIST git-1.7.2.5.tar.bz2 2561345 SHA256 d84e6d76fe9d30af5515ea8177b0d8bfe774ee0836d21ed450cb4d52f5aa6311 SHA512 b78e59ea0b110c24121116abbbc191910ba8feae9ca2c89d661abc456cadfa21e42bdc72c961a94a46b47b20f64cd8bf23d0ed600ae40afb8572eb3455ea3ea4 WHIRLPOOL 36dc12f00c84f339502f9b3104a183e855e2b7eb5e11ef46c162804df0613dada52a237f1854177909ddd7d29bf9f317e3dfb6fe223f3e18db4518e7c35a6a1c DIST git-1.7.2.5.tar.bz2 2561345 SHA256 d84e6d76fe9d30af5515ea8177b0d8bfe774ee0836d21ed450cb4d52f5aa6311 SHA512 b78e59ea0b110c24121116abbbc191910ba8feae9ca2c89d661abc456cadfa21e42bdc72c961a94a46b47b20f64cd8bf23d0ed600ae40afb8572eb3455ea3ea4 WHIRLPOOL 36dc12f00c84f339502f9b3104a183e855e2b7eb5e11ef46c162804df0613dada52a237f1854177909ddd7d29bf9f317e3dfb6fe223f3e18db4518e7c35a6a1c
DIST git-1.7.3.4.tar.bz2 2635522 SHA256 3e5e2b6547ee4aae82b4c5f589ff084996e9e6e0e2b52c92365e6baa1e4a0171 SHA512 93cb7a86020488bcb1e367442978c1f2c57be0c623f2f8d7d5cf385fcf2e43fff03354b18985e1560ef807f05d251ea1041440b09216408863cbc1ab7510a09a WHIRLPOOL bbe4f3c71d5322749203eec852aba838f591d24abcdc09949d0727155fa9ecdad9cc127de998173fc3e35459440d173317fda456822645f73c52c28fa37bcfd8 DIST git-1.7.3.4.tar.bz2 2635522 SHA256 3e5e2b6547ee4aae82b4c5f589ff084996e9e6e0e2b52c92365e6baa1e4a0171 SHA512 93cb7a86020488bcb1e367442978c1f2c57be0c623f2f8d7d5cf385fcf2e43fff03354b18985e1560ef807f05d251ea1041440b09216408863cbc1ab7510a09a WHIRLPOOL bbe4f3c71d5322749203eec852aba838f591d24abcdc09949d0727155fa9ecdad9cc127de998173fc3e35459440d173317fda456822645f73c52c28fa37bcfd8
DIST git-1.7.8.6.tar.gz 3546112 SHA256 45be602d0ca64eb44282cec7a5a7286487f7e9ed0c8112735456a22fdf1f6db9 SHA512 84b0341d040a0f99a40d2d316498a964cf386818673ccf04aacb3b2a7e3c09b275f819a7cd9746dec67e1d0300e13fe5706a57c94ae2d26fd1b82e9b93f405ae WHIRLPOOL 804e70176a229123e09348b6585a461bc162edf9786d617926f42fdab6e615ffba9a9b2b6654562d9757e96bdb3603aaa2ee78ac8c0f124d413409b0fcc7cfa8 DIST git-1.7.8.6.tar.gz 3546112 SHA256 45be602d0ca64eb44282cec7a5a7286487f7e9ed0c8112735456a22fdf1f6db9 SHA512 84b0341d040a0f99a40d2d316498a964cf386818673ccf04aacb3b2a7e3c09b275f819a7cd9746dec67e1d0300e13fe5706a57c94ae2d26fd1b82e9b93f405ae WHIRLPOOL 804e70176a229123e09348b6585a461bc162edf9786d617926f42fdab6e615ffba9a9b2b6654562d9757e96bdb3603aaa2ee78ac8c0f124d413409b0fcc7cfa8
DIST git-htmldocs-1.6.4.5.tar.bz2 772113 SHA256 12c13ead869918d8470d68c7331675c56a192eae819c283a398aaf9f0f7555d2 SHA512 155dfe08b752a268a680dfb3df3d7bf1453976824aa33eb6f98598db9ba52b56e770a31f9770013076dd518f212ec3e7cfd13408d77a0ba1c2ad6bc4921ddc22 WHIRLPOOL 59e25e92e4c1ca61af8b967c3e310886f520d93de230886c6ec9b86e370c1d8f8ce56edb1fa29365348f987c746a58e3954e8d891138a4459eb2149005e4bb29 DIST git-htmldocs-1.6.4.5.tar.bz2 772113 SHA256 12c13ead869918d8470d68c7331675c56a192eae819c283a398aaf9f0f7555d2 SHA512 155dfe08b752a268a680dfb3df3d7bf1453976824aa33eb6f98598db9ba52b56e770a31f9770013076dd518f212ec3e7cfd13408d77a0ba1c2ad6bc4921ddc22 WHIRLPOOL 59e25e92e4c1ca61af8b967c3e310886f520d93de230886c6ec9b86e370c1d8f8ce56edb1fa29365348f987c746a58e3954e8d891138a4459eb2149005e4bb29
DIST git-htmldocs-1.7.12.3.tar.gz 1797128 SHA256 ec8e10b989e8f94d1607ecece7d4a2e91fa07e5f47e02944fdab3b7904f51a3f SHA512 cc4a4763ee3c34dbeea2df59401f9d927e10a4db9c6c1ea13ff62b9ae12b88e24b6ad19f98cdc7d287e8dd7d634d145eda369c6ec387854f902d8eb0022c2b61 WHIRLPOOL 4f40a391041e34e7c648deee31464b73cc6d58ef84f9f9ff666fc9f517e186c5df281f576536be8b14015ca49ce7011e8f29182dd06b56ef7a83897316d2b6b0 DIST git-htmldocs-1.7.12.3.tar.gz 1797128 SHA256 ec8e10b989e8f94d1607ecece7d4a2e91fa07e5f47e02944fdab3b7904f51a3f SHA512 cc4a4763ee3c34dbeea2df59401f9d927e10a4db9c6c1ea13ff62b9ae12b88e24b6ad19f98cdc7d287e8dd7d634d145eda369c6ec387854f902d8eb0022c2b61 WHIRLPOOL 4f40a391041e34e7c648deee31464b73cc6d58ef84f9f9ff666fc9f517e186c5df281f576536be8b14015ca49ce7011e8f29182dd06b56ef7a83897316d2b6b0
DIST git-htmldocs-1.7.12.4.tar.gz 1798333 SHA256 580de99c9fd8bed49132cf137af643d64e1450a7917b77c1343a784048a95930 SHA512 fddd27cc98ef1d263aa663655f778dd708223bbddc792098548f0ae68981eccd0427007c82c011e9eb5c860272bd65a4f4032e46f77ec8cf16f051814092585c WHIRLPOOL 1d1feaccf6006e9b880964cddce0565a7fc6bf8f8c96198fd0dd4e48de165718a7a63f5c44b61cd1b40e7f080b8c495fcd9cba5749684f5e255b7fb8eb252552
DIST git-htmldocs-1.7.12.tar.gz 1787511 SHA256 7f58468a20ca7f7d225698d0747902c34f891c88df6beff270b739d6adf4d271 SHA512 6f76f5a2b1bccaddf2ff48a0454c8710c74a197d1ff60bd081fbd67c8c0b3baf21ee2d6c6c27b9cfdc975ce14550be3482241540da6cafa0761c291fd40cc46d WHIRLPOOL 1bd554a612afc58486fc1db4e7fc5cb8d110eb4a6d3eaffc757031248a17421796015f086fe3509b183e64bd84a656623ca8e3fa83ae72078dfdce8159121473 DIST git-htmldocs-1.7.12.tar.gz 1787511 SHA256 7f58468a20ca7f7d225698d0747902c34f891c88df6beff270b739d6adf4d271 SHA512 6f76f5a2b1bccaddf2ff48a0454c8710c74a197d1ff60bd081fbd67c8c0b3baf21ee2d6c6c27b9cfdc975ce14550be3482241540da6cafa0761c291fd40cc46d WHIRLPOOL 1bd554a612afc58486fc1db4e7fc5cb8d110eb4a6d3eaffc757031248a17421796015f086fe3509b183e64bd84a656623ca8e3fa83ae72078dfdce8159121473
DIST git-htmldocs-1.7.2.5.tar.bz2 919247 SHA256 6b6291ffad4eae80d2739acdffffdd6293b9e50366cfa53ffb0c3a1427700337 SHA512 e8b2bc14b1a687f76256dfcfae893252b091c6d60dcd0fc53da50ceaee1434d5c976f1d09d45f8cc5a2991a9051ee8d0482a281fe7559225b6c750fe241b713c WHIRLPOOL d1ea7a272ba728e01523439ac897e1ecbc22917aceaa8871ade522d18db37df0d305fd3dd1782ef20dc1c935ec3965ebbe86d4cc29419a9e82aee831002eabed DIST git-htmldocs-1.7.2.5.tar.bz2 919247 SHA256 6b6291ffad4eae80d2739acdffffdd6293b9e50366cfa53ffb0c3a1427700337 SHA512 e8b2bc14b1a687f76256dfcfae893252b091c6d60dcd0fc53da50ceaee1434d5c976f1d09d45f8cc5a2991a9051ee8d0482a281fe7559225b6c750fe241b713c WHIRLPOOL d1ea7a272ba728e01523439ac897e1ecbc22917aceaa8871ade522d18db37df0d305fd3dd1782ef20dc1c935ec3965ebbe86d4cc29419a9e82aee831002eabed
DIST git-htmldocs-1.7.3.4.tar.bz2 929858 SHA256 24f03bcd6b5c3745c2395cf49260cdbf7fe80292883b0b4da3e1ac636aee6fba SHA512 3cda317a0608ef1ee18752fd9f0cba8bc91c3f5d66e0e1d8ee4beb63b7e50dd562721fe53bde3244528a915ad463fc60d13896f3344a7679256c11c79fdb33e4 WHIRLPOOL b83941afd6aaafa5354711fdeefa5cbce7e2b255c0ccab411f94dee48d97838fd7224d098c085eec5e1dfd3eb0599b1a39c8cddeeb1b727a15a2398d4c4b6d11 DIST git-htmldocs-1.7.3.4.tar.bz2 929858 SHA256 24f03bcd6b5c3745c2395cf49260cdbf7fe80292883b0b4da3e1ac636aee6fba SHA512 3cda317a0608ef1ee18752fd9f0cba8bc91c3f5d66e0e1d8ee4beb63b7e50dd562721fe53bde3244528a915ad463fc60d13896f3344a7679256c11c79fdb33e4 WHIRLPOOL b83941afd6aaafa5354711fdeefa5cbce7e2b255c0ccab411f94dee48d97838fd7224d098c085eec5e1dfd3eb0599b1a39c8cddeeb1b727a15a2398d4c4b6d11
DIST git-htmldocs-1.7.8.6.tar.gz 1688622 SHA256 7c7447fe136349b1807caba1c00fe6a46866c9b54cba068f322967c0f8b2c0bf SHA512 31a88363aad7a20a5633530a080258807ef52c1a4074dd308d00540f1dc2b6e1c68d1bb43fa55b14b0fff5e3c24034a15debc9236ad3a2eafa8440982a5462cd WHIRLPOOL a8bc612b3d3a453eb46cc7a79fd929b2ac1c9858a52b3687c59fd113c582c4330f44e1dd64f5c4b755ab49aefc03295a19c440af12001f2f42e5ab1836775f7f DIST git-htmldocs-1.7.8.6.tar.gz 1688622 SHA256 7c7447fe136349b1807caba1c00fe6a46866c9b54cba068f322967c0f8b2c0bf SHA512 31a88363aad7a20a5633530a080258807ef52c1a4074dd308d00540f1dc2b6e1c68d1bb43fa55b14b0fff5e3c24034a15debc9236ad3a2eafa8440982a5462cd WHIRLPOOL a8bc612b3d3a453eb46cc7a79fd929b2ac1c9858a52b3687c59fd113c582c4330f44e1dd64f5c4b755ab49aefc03295a19c440af12001f2f42e5ab1836775f7f
DIST git-manpages-1.6.4.5.tar.bz2 254368 SHA256 f73ae98b0cea0ef6d8f7c8b599d6cad0bdae702b1fe58ad8ebab32a0bb7ba447 SHA512 9874bd63e138a2973f5912385e7972d17cd7bfebac7c67bca96ab041912ade4f2485d6536312c452d2b2fd6e89c1fec40b40cbd0ea91486db1d1b7e7e68c867e WHIRLPOOL 72ec9606acd277d90c5c6a46206c63991be7c256f43a1b866fe6da721434131646043fb5b03d448f1c75a3ffea92f4cf1b05e8a846919800e146e15a160dab04 DIST git-manpages-1.6.4.5.tar.bz2 254368 SHA256 f73ae98b0cea0ef6d8f7c8b599d6cad0bdae702b1fe58ad8ebab32a0bb7ba447 SHA512 9874bd63e138a2973f5912385e7972d17cd7bfebac7c67bca96ab041912ade4f2485d6536312c452d2b2fd6e89c1fec40b40cbd0ea91486db1d1b7e7e68c867e WHIRLPOOL 72ec9606acd277d90c5c6a46206c63991be7c256f43a1b866fe6da721434131646043fb5b03d448f1c75a3ffea92f4cf1b05e8a846919800e146e15a160dab04
DIST git-manpages-1.7.12.3.tar.gz 521149 SHA256 fa85885f813c5081071629e3dd8832cad730b8e481f33e9cbb00edfb3af4f24f SHA512 f91bf027d59046507ae98f36066bddf61bcf10121674557efe7a497c992a1efd993835c6acdbf1a4fe4aef1364556e00e66fce2dcb162b26bd3fe3109ab83001 WHIRLPOOL a2d40a46b4566157a5987c2f5af6e68528b29ea54fb842922182a1b0de7e45b8b8b10ca0221694f4e730a6e01b902869f3566155d81a4db8297c49a089a3c175 DIST git-manpages-1.7.12.3.tar.gz 521149 SHA256 fa85885f813c5081071629e3dd8832cad730b8e481f33e9cbb00edfb3af4f24f SHA512 f91bf027d59046507ae98f36066bddf61bcf10121674557efe7a497c992a1efd993835c6acdbf1a4fe4aef1364556e00e66fce2dcb162b26bd3fe3109ab83001 WHIRLPOOL a2d40a46b4566157a5987c2f5af6e68528b29ea54fb842922182a1b0de7e45b8b8b10ca0221694f4e730a6e01b902869f3566155d81a4db8297c49a089a3c175
DIST git-manpages-1.7.12.4.tar.gz 521602 SHA256 4075b60250f9bc5b5323266764c889f028521dbe1f5c10f470a167cc75105005 SHA512 0cabb41e7e599111c64f3382d4688891d1c76c5550ad27a08b6ca2e62fe826b971fa757a6a815731b8b88d1302ea886f199944497a0a10fbbfea41eafae50512 WHIRLPOOL c33b93023feab4a5f6f63cab5cb1e82e42f2fc14bd590ced246ebfc45311e3ff93855864f521af12916bde58ac4fe2ccb055e667936e85883192dd0904873735
DIST git-manpages-1.7.12.tar.gz 517802 SHA256 146a4e0899a028fd4256654e472ecfe3bef995fb029ea71c35ff9618f14dc127 SHA512 bc407311884e343a550f3280fd48efc8acf63d7682ad9b787c79f64de6268da3183ad9fb09d8354b3c1b8b76539e28d40aee595a5a49cfe9f6c1c147e52ba1be WHIRLPOOL 3fef3a1187574abcfc583a1fddd160fa0512f3466d58420442ca11afc15acc6c0343dd08a05f265fd44b51eb0c1fc5728a2b8cc7b647fcbd3fb3e8529dd47e5a DIST git-manpages-1.7.12.tar.gz 517802 SHA256 146a4e0899a028fd4256654e472ecfe3bef995fb029ea71c35ff9618f14dc127 SHA512 bc407311884e343a550f3280fd48efc8acf63d7682ad9b787c79f64de6268da3183ad9fb09d8354b3c1b8b76539e28d40aee595a5a49cfe9f6c1c147e52ba1be WHIRLPOOL 3fef3a1187574abcfc583a1fddd160fa0512f3466d58420442ca11afc15acc6c0343dd08a05f265fd44b51eb0c1fc5728a2b8cc7b647fcbd3fb3e8529dd47e5a
DIST git-manpages-1.7.2.5.tar.bz2 289543 SHA256 a42a977a1ecfd3cea62e1f02fc89f57029a94f163ff7205f6a56ab4b67d6bd6e SHA512 b4065ef9ed7beb84d56fdfeadf9608c0b6bd36a06460b68ba575583062612f469e7db1d08c232f3a9253ca0b957bacc508fd4ec702070eb4c84d174af1828ab9 WHIRLPOOL d22249c22ad9da862cb842e37463cff3a7967de70441a851640641d78d185da916db9f3d3fec328bc10e48bc318b2b4fa085fae81c2576a758dededf153cc78b DIST git-manpages-1.7.2.5.tar.bz2 289543 SHA256 a42a977a1ecfd3cea62e1f02fc89f57029a94f163ff7205f6a56ab4b67d6bd6e SHA512 b4065ef9ed7beb84d56fdfeadf9608c0b6bd36a06460b68ba575583062612f469e7db1d08c232f3a9253ca0b957bacc508fd4ec702070eb4c84d174af1828ab9 WHIRLPOOL d22249c22ad9da862cb842e37463cff3a7967de70441a851640641d78d185da916db9f3d3fec328bc10e48bc318b2b4fa085fae81c2576a758dededf153cc78b
DIST git-manpages-1.7.3.4.tar.bz2 294381 SHA256 2ff98641bc655b29a7fb72bced46da09c99b6fad3b651722b7b8057df4a9ce75 SHA512 d73e3d11a0b551d35cfb3fbc214ecec34ea7cb79e11e9453be5dd7c649f7fd93b7ab286590cb6101d5f011b35ee0469443325cd9636520717dc15057f34c413d WHIRLPOOL b17d6e9fefdb02faf4a33ad7ca4707432274e0a929e274d5347fb9917250e76295f2d28da930dff16d9cee4a5fc6fdfbf5b9b700a6d8fdcc218df6ded5088c1a DIST git-manpages-1.7.3.4.tar.bz2 294381 SHA256 2ff98641bc655b29a7fb72bced46da09c99b6fad3b651722b7b8057df4a9ce75 SHA512 d73e3d11a0b551d35cfb3fbc214ecec34ea7cb79e11e9453be5dd7c649f7fd93b7ab286590cb6101d5f011b35ee0469443325cd9636520717dc15057f34c413d WHIRLPOOL b17d6e9fefdb02faf4a33ad7ca4707432274e0a929e274d5347fb9917250e76295f2d28da930dff16d9cee4a5fc6fdfbf5b9b700a6d8fdcc218df6ded5088c1a

@ -0,0 +1,525 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12.4.ebuild,v 1.1 2012/10/18 00:44:40 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 ~amd64-fbsd ~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 +gpg gtk highlight +iconv +nls +pcre +perl +python ppcsha1 tk +threads +webdav xinetd cvs subversion test"
# Common to both DEPEND and RDEPEND
CDEPEND="
dev-libs/openssl
sys-libs/zlib
pcre? ( dev-libs/libpcre )
perl? ( dev-lang/perl[-build] )
tk? ( dev-lang/tk )
curl? (
net-misc/curl
webdav? ( dev-libs/expat )
)
emacs? ( virtual/emacs )"
RDEPEND="${CDEPEND}
gpg? ( app-crypt/gnupg )
perl? ( dev-perl/Error
dev-perl/Net-SMTP-SSL
dev-perl/Authen-SASL
cgi? ( virtual/perl-CGI highlight? ( app-text/highlight ) )
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
)
test? (
app-crypt/gnupg
)"
# 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 \
|| myopts="${myopts} NO_ICONV=YesPlease"
use nls \
|| myopts="${myopts} NO_GETTEXT=YesPlease"
use tk \
|| myopts="${myopts} NO_TCLTK=YesPlease"
use pcre \
&& myopts="${myopts} USE_LIBPCRE=yes"
use perl \
&& myopts="${myopts} INSTALLDIRS=vendor" \
|| 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() {
# bug #418431 - stated for upstream 1.7.13. Developed by Michael Schwern,
# funded as a bounty by the Gentoo Foundation.
epatch "${FILESDIR}"/git-1.7.12-git-svn-backport.patch
# bug #350330 - automagic CVS when we don't want it is bad.
epatch "${FILESDIR}"/git-1.7.12-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"
}
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() {
if use perl ; then
git_emake perl/PM.stamp || die "emake perl/PM.stamp failed"
git_emake perl/perl.mak || die "emake perl/perl.mak failed"
fi
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
if [[ ${CHOST} == *-darwin* ]]; then
cd "${S}"/contrib/credential/osxkeychain || die "cd credential/osxkeychain"
git_emake || die "email credential-osxkeychain"
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"
if [[ ${CHOST} == *-darwin* ]]; then
dobin contrib/credential/osxkeychain/git-credential-osxkeychain
fi
# 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}
newbashcomp contrib/completion/git-prompt.sh ${PN}-prompt
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 # Moved upstream
#dodoc contrib/fast-import/git-p4.txt # Moved upstream
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"
# t9100 still fails with symlinks in SVN 1.7
local test_svn="t9100-git-svn-basic.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
einfo "Disabling tests that fail with SVN 1.7"
disabled="${disabled} ${test_svn}"
# 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, must always run
cd "${S}/t"
nonfatal git_emake clean
# Now run the tests, keep going if we hit an error, and don't terminate on
# failure
cd "${S}"
einfo "Start test run"
#MAKEOPTS=-j1
nonfatal git_emake --keep-going test
rc=$?
# Display nice results, now print the results
cd "${S}/t"
nonfatal git_emake aggregate-results
# And bail if there was a problem
[ $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 command completion"
einfo "Please read /usr/share/bash-completion/git-prompt for Git bash prompt"
einfo "Note that the prompt bash code is now in the seperate script"
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-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.83 2012/10/02 08:14:36 kensington Exp $ # $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.84 2012/10/17 14:09:10 kensington Exp $
# @ECLASS: cmake-utils.eclass # @ECLASS: cmake-utils.eclass
# @MAINTAINER: # @MAINTAINER:
@ -327,13 +327,15 @@ enable_cmake-utils_src_configure() {
fi fi
fi fi
# Prepare Gentoo override rules (set valid compiler, append CPPFLAGS) # Prepare Gentoo override rules (set valid compiler, append CPPFLAGS etc.)
local build_rules=${CMAKE_BUILD_DIR}/gentoo_rules.cmake local build_rules=${CMAKE_BUILD_DIR}/gentoo_rules.cmake
cat > "${build_rules}" <<- _EOF_ cat > "${build_rules}" <<- _EOF_
SET (CMAKE_AR $(type -P $(tc-getAR)) CACHE FILEPATH "Archive manager" FORCE)
SET (CMAKE_C_COMPILER $(type -P $(tc-getCC)) CACHE FILEPATH "C compiler" FORCE) SET (CMAKE_C_COMPILER $(type -P $(tc-getCC)) CACHE FILEPATH "C compiler" FORCE)
SET (CMAKE_C_COMPILE_OBJECT "<CMAKE_C_COMPILER> <DEFINES> ${CPPFLAGS} <FLAGS> -o <OBJECT> -c <SOURCE>" CACHE STRING "C compile command" FORCE) SET (CMAKE_C_COMPILE_OBJECT "<CMAKE_C_COMPILER> <DEFINES> ${CPPFLAGS} <FLAGS> -o <OBJECT> -c <SOURCE>" CACHE STRING "C compile command" FORCE)
SET (CMAKE_CXX_COMPILER $(type -P $(tc-getCXX)) CACHE FILEPATH "C++ compiler" FORCE) SET (CMAKE_CXX_COMPILER $(type -P $(tc-getCXX)) CACHE FILEPATH "C++ compiler" FORCE)
SET (CMAKE_CXX_COMPILE_OBJECT "<CMAKE_CXX_COMPILER> <DEFINES> ${CPPFLAGS} <FLAGS> -o <OBJECT> -c <SOURCE>" CACHE STRING "C++ compile command" FORCE) SET (CMAKE_CXX_COMPILE_OBJECT "<CMAKE_CXX_COMPILER> <DEFINES> ${CPPFLAGS} <FLAGS> -o <OBJECT> -c <SOURCE>" CACHE STRING "C++ compile command" FORCE)
SET (CMAKE_RANLIB $(type -P $(tc-getRANLIB)) CACHE FILEPATH "Archive index generator" FORCE)
_EOF_ _EOF_
has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX= has "${EAPI:-0}" 0 1 2 && ! use prefix && EPREFIX=

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation # Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.100 2012/08/27 15:04:08 vapier Exp $ # $Header: /var/cvsroot/gentoo-x86/eclass/multilib.eclass,v 1.101 2012/10/17 19:13:18 vapier Exp $
# @ECLASS: multilib.eclass # @ECLASS: multilib.eclass
# @MAINTAINER: # @MAINTAINER:
@ -361,7 +361,7 @@ multilib_env() {
: ${MULTILIB_ABIS=s390x s390} : ${MULTILIB_ABIS=s390x s390}
: ${DEFAULT_ABI=s390x} : ${DEFAULT_ABI=s390x}
;; ;;
sparc*) sparc64*)
export CFLAGS_sparc32=${CFLAGS_sparc32--m32} export CFLAGS_sparc32=${CFLAGS_sparc32--m32}
export CHOST_sparc32=${CTARGET/sparc64/sparc} export CHOST_sparc32=${CTARGET/sparc64/sparc}
export CTARGET_sparc32=${CHOST_sparc32} export CTARGET_sparc32=${CHOST_sparc32}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation # Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.17 2012/03/30 13:50:39 aballier Exp $ # $Header: /var/cvsroot/gentoo-x86/eclass/texlive-common.eclass,v 1.19 2012/10/17 13:16:31 aballier Exp $
# @ECLASS: texlive-common.eclass # @ECLASS: texlive-common.eclass
# @MAINTAINER: # @MAINTAINER:
@ -132,11 +132,32 @@ dobin_texmf_scripts() {
# function helps in factorizing some code. # function helps in factorizing some code.
etexmf-update() { etexmf-update() {
if [ "$ROOT" = "/" ] && [ -x /usr/sbin/texmf-update ] ; then if has_version 'app-text/texlive-core' ; then
/usr/sbin/texmf-update if [ "$ROOT" = "/" ] && [ -x /usr/sbin/texmf-update ] ; then
else /usr/sbin/texmf-update
ewarn "Cannot run texmf-update for some reason." else
ewarn "Your texmf tree might be inconsistent with your configuration" ewarn "Cannot run texmf-update for some reason."
ewarn "Please try to figure what has happened" ewarn "Your texmf tree might be inconsistent with your configuration"
ewarn "Please try to figure what has happened"
fi
fi
}
# @FUNCTION: efmtutil-sys
# @USAGE: In ebuilds' pkg_postinst to force a rebuild of TeX formats.
# @DESCRIPTION:
# Runs fmtutil-sys if it is available and prints a warning otherwise. This
# function helps in factorizing some code.
efmtutil-sys() {
if has_version 'app-text/texlive-core' ; then
if [ "$ROOT" = "/" ] && [ -x /usr/bin/fmtutil-sys ] ; then
einfo "Rebuilding formats"
/usr/bin/fmtutil-sys --all &> /dev/null
else
ewarn "Cannot run fmtutil-sys for some reason."
ewarn "Your formats might be inconsistent with your installed ${PN} version"
ewarn "Please try to figure what has happened"
fi
fi fi
} }

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.118 2012/07/27 17:05:08 vapier Exp $ # $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.119 2012/10/17 19:14:58 vapier Exp $
# #
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org> # Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
# #
@ -254,7 +254,7 @@ toolchain-binutils_src_compile() {
myconf+=( $(use_with zlib) ) myconf+=( $(use_with zlib) )
fi fi
use multitarget && myconf+=( --enable-targets=all ) use multitarget && myconf+=( --enable-targets=all --enable-64-bit-bfd )
[[ -n ${CBUILD} ]] && myconf+=( --build=${CBUILD} ) [[ -n ${CBUILD} ]] && myconf+=( --build=${CBUILD} )
is_cross && myconf+=( --with-sysroot=/usr/${CTARGET} ) is_cross && myconf+=( --with-sysroot=/usr/${CTARGET} )
@ -274,7 +274,6 @@ toolchain-binutils_src_compile() {
--libdir=${LIBPATH} --libdir=${LIBPATH}
--libexecdir=${LIBPATH} --libexecdir=${LIBPATH}
--includedir=${INCPATH} --includedir=${INCPATH}
--enable-64-bit-bfd
--enable-obsolete --enable-obsolete
--enable-shared --enable-shared
--enable-threads --enable-threads

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/attica/attica-4.9.2.ebuild,v 1.1 2012/10/02 18:12:07 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/attica/attica-4.9.2.ebuild,v 1.2 2012/10/17 19:02:50 maekke Exp $
EAPI=4 EAPI=4
@ -8,7 +8,7 @@ KMNAME="kde-runtime"
inherit kde4-meta inherit kde4-meta
DESCRIPTION="Open Collaboration Services provider management" DESCRIPTION="Open Collaboration Services provider management"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug" IUSE="debug"
DEPEND=" DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/audiocd-kio/audiocd-kio-4.9.2.ebuild,v 1.1 2012/10/02 18:12:03 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/audiocd-kio/audiocd-kio-4.9.2.ebuild,v 1.2 2012/10/17 19:50:22 maekke Exp $
EAPI=4 EAPI=4
@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
inherit kde4-base inherit kde4-base
DESCRIPTION="KDE kioslaves from the kdemultimedia package" DESCRIPTION="KDE kioslaves from the kdemultimedia package"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug encode flac vorbis" IUSE="debug encode flac vorbis"
# 4 of 9 tests fail. Last checked for 4.2.88 # 4 of 9 tests fail. Last checked for 4.2.88

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.9.2.ebuild,v 1.1 2012/10/02 18:11:59 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.9.2.ebuild,v 1.2 2012/10/17 18:30:48 maekke Exp $
EAPI=4 EAPI=4
@ -9,7 +9,7 @@ KMNAME="kde-baseapps"
inherit kde4-meta inherit kde4-meta
DESCRIPTION="A KDE filemanager focusing on usability" DESCRIPTION="A KDE filemanager focusing on usability"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug semantic-desktop thumbnail" IUSE="debug semantic-desktop thumbnail"
DEPEND=" DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/drkonqi/drkonqi-4.9.2.ebuild,v 1.1 2012/10/02 18:12:18 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/drkonqi/drkonqi-4.9.2.ebuild,v 1.2 2012/10/17 18:34:46 maekke Exp $
EAPI=4 EAPI=4
@ -8,7 +8,7 @@ KMNAME="kde-runtime"
inherit kde4-meta inherit kde4-meta
DESCRIPTION="KDE crash handler, gives the user feedback if a program crashed" DESCRIPTION="KDE crash handler, gives the user feedback if a program crashed"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug" IUSE="debug"
DEPEND=" DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/freespacenotifier/freespacenotifier-4.9.2.ebuild,v 1.1 2012/10/02 18:12:11 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/freespacenotifier/freespacenotifier-4.9.2.ebuild,v 1.2 2012/10/17 18:46:41 maekke Exp $
EAPI=4 EAPI=4
@ -8,5 +8,5 @@ KMNAME="kde-workspace"
inherit kde4-meta inherit kde4-meta
DESCRIPTION="A module that monitors free disk space on the home dir" DESCRIPTION="A module that monitors free disk space on the home dir"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug" IUSE="debug"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kactivities/kactivities-4.9.2.ebuild,v 1.1 2012/10/02 18:12:19 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kactivities/kactivities-4.9.2.ebuild,v 1.2 2012/10/17 18:11:46 maekke Exp $
EAPI=4 EAPI=4
@ -8,7 +8,7 @@ inherit kde4-base
DESCRIPTION="KDE Activity Manager" DESCRIPTION="KDE Activity Manager"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="semantic-desktop" IUSE="semantic-desktop"
DEPEND="$(add_kdebase_dep kdelibs 'semantic-desktop=')" DEPEND="$(add_kdebase_dep kdelibs 'semantic-desktop=')"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/kalarm-4.9.2.ebuild,v 1.1 2012/10/02 18:12:24 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kalarm/kalarm-4.9.2.ebuild,v 1.2 2012/10/17 19:00:14 maekke Exp $
EAPI=4 EAPI=4
@ -9,7 +9,7 @@ KMNAME="kdepim"
inherit kde4-meta inherit kde4-meta
DESCRIPTION="Personal alarm message, command and email scheduler for KDE" DESCRIPTION="Personal alarm message, command and email scheduler for KDE"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug" IUSE="debug"
RDEPEND=" RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/katepart-4.9.2.ebuild,v 1.1 2012/10/02 18:11:49 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/katepart/katepart-4.9.2.ebuild,v 1.2 2012/10/17 18:06:48 maekke Exp $
EAPI=4 EAPI=4
@ -10,7 +10,7 @@ KMMODULE="part"
inherit kde4-meta inherit kde4-meta
DESCRIPTION="KDE Editor KPart" DESCRIPTION="KDE Editor KPart"
KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
IUSE="debug" IUSE="debug"
RESTRICT="test" RESTRICT="test"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.9.2.ebuild,v 1.1 2012/10/02 18:11:37 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kcheckpass/kcheckpass-4.9.2.ebuild,v 1.2 2012/10/17 18:44:08 maekke Exp $
EAPI=4 EAPI=4
@ -8,7 +8,7 @@ KMNAME="kde-workspace"
inherit kde4-meta inherit kde4-meta
DESCRIPTION="A simple password checker, used by any software in need of user authentication." DESCRIPTION="A simple password checker, used by any software in need of user authentication."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug pam" IUSE="debug pam"
RDEPEND=" RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/kcminit-4.9.2.ebuild,v 1.1 2012/10/02 18:12:06 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kcminit/kcminit-4.9.2.ebuild,v 1.2 2012/10/17 19:25:08 maekke Exp $
EAPI=4 EAPI=4
@ -8,7 +8,7 @@ KMNAME="kde-workspace"
inherit kde4-meta inherit kde4-meta
DESCRIPTION="KCMInit - runs startups initialization for Control Modules." DESCRIPTION="KCMInit - runs startups initialization for Control Modules."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug" IUSE="debug"
DEPEND=" DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kcmshell/kcmshell-4.9.2.ebuild,v 1.1 2012/10/02 18:12:18 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kcmshell/kcmshell-4.9.2.ebuild,v 1.2 2012/10/17 19:13:38 maekke Exp $
EAPI=4 EAPI=4
@ -8,5 +8,5 @@ KMNAME="kde-runtime"
inherit kde4-meta inherit kde4-meta
DESCRIPTION="KCMShell is a utility to host KDE control modules independently of SystemSettings." DESCRIPTION="KCMShell is a utility to host KDE control modules independently of SystemSettings."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug" IUSE="debug"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-4.9.2.ebuild,v 1.1 2012/10/02 18:12:17 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kcontrol/kcontrol-4.9.2.ebuild,v 1.2 2012/10/17 18:37:12 maekke Exp $
EAPI=4 EAPI=4
@ -9,7 +9,7 @@ KMNAME="kde-runtime"
inherit kde4-meta inherit kde4-meta
DESCRIPTION="The KDE Control Center" DESCRIPTION="The KDE Control Center"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug" IUSE="debug"
RDEPEND=" RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-base-artwork/kde-base-artwork-4.9.2.ebuild,v 1.1 2012/10/02 18:12:17 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kde-base-artwork/kde-base-artwork-4.9.2.ebuild,v 1.2 2012/10/17 20:00:31 maekke Exp $
EAPI=4 EAPI=4
@ -9,4 +9,4 @@ inherit kde4-base
DESCRIPTION="KDE base artwork" DESCRIPTION="KDE base artwork"
IUSE="" IUSE=""
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-env/kde-env-4.9.2.ebuild,v 1.1 2012/10/02 18:12:13 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kde-env/kde-env-4.9.2.ebuild,v 1.2 2012/10/17 18:08:41 maekke Exp $
EAPI=4 EAPI=4
@ -12,7 +12,7 @@ DESCRIPTION="Environment setting required for all KDE4 apps to run."
SRC_URI="" SRC_URI=""
ESVN_REPO_URI="" ESVN_REPO_URI=""
KEYWORDS="~amd64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
LICENSE="as-is" LICENSE="as-is"
IUSE="aqua" IUSE="aqua"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.9.2.ebuild,v 1.2 2012/10/13 21:49:03 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kde-l10n/kde-l10n-4.9.2.ebuild,v 1.3 2012/10/17 19:29:24 maekke Exp $
EAPI=4 EAPI=4
@ -13,7 +13,7 @@ DEPEND="
" "
RDEPEND="!<kde-misc/konq-plugins-4.6" RDEPEND="!<kde-misc/konq-plugins-4.6"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="+handbook" IUSE="+handbook"
# /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' ' # /usr/portage/distfiles $ ls -1 kde-l10n-*-${PV}.* |sed -e 's:-${PV}.tar.xz::' -e 's:kde-l10n-::' |tr '\n' ' '

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kde-wallpapers/kde-wallpapers-4.9.2.ebuild,v 1.1 2012/10/02 18:12:14 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kde-wallpapers/kde-wallpapers-4.9.2.ebuild,v 1.2 2012/10/17 19:19:45 maekke Exp $
EAPI=4 EAPI=4
@ -9,7 +9,7 @@ KDE_SCM="svn"
inherit kde4-base inherit kde4-base
DESCRIPTION="KDE wallpapers" DESCRIPTION="KDE wallpapers"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="" IUSE=""
add_blocker kdebase-wallpapers add_blocker kdebase-wallpapers

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-cursors/kdebase-cursors-4.9.2.ebuild,v 1.1 2012/10/02 18:11:51 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-cursors/kdebase-cursors-4.9.2.ebuild,v 1.2 2012/10/17 18:38:04 maekke Exp $
EAPI=4 EAPI=4
@ -10,4 +10,4 @@ inherit kde4-meta
DESCRIPTION="oxygen cursors from kdebase" DESCRIPTION="oxygen cursors from kdebase"
IUSE="" IUSE=""
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-data/kdebase-data-4.9.2.ebuild,v 1.1 2012/10/02 18:11:36 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-data/kdebase-data-4.9.2.ebuild,v 1.2 2012/10/17 20:01:22 maekke Exp $
EAPI=4 EAPI=4
@ -10,7 +10,7 @@ inherit kde4-meta
DESCRIPTION="Icons, localization data and various .desktop files from kdebase." DESCRIPTION="Icons, localization data and various .desktop files from kdebase."
IUSE="+wallpapers" IUSE="+wallpapers"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
RDEPEND=" RDEPEND="
wallpapers? ( $(add_kdebase_dep kde-wallpapers) ) wallpapers? ( $(add_kdebase_dep kde-wallpapers) )

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-desktoptheme/kdebase-desktoptheme-4.9.2.ebuild,v 1.1 2012/10/02 18:11:50 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-desktoptheme/kdebase-desktoptheme-4.9.2.ebuild,v 1.2 2012/10/17 18:45:50 maekke Exp $
EAPI=4 EAPI=4
@ -10,4 +10,4 @@ inherit kde4-meta
DESCRIPTION="Oxygen KDE4 desktop theme." DESCRIPTION="Oxygen KDE4 desktop theme."
IUSE="" IUSE=""
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.9.2.ebuild,v 1.1 2012/10/02 18:11:41 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.9.2.ebuild,v 1.2 2012/10/17 19:53:52 maekke Exp $
EAPI=4 EAPI=4
@ -9,7 +9,7 @@ KMNAME="kde-runtime"
KMMODULE="kioslave" KMMODULE="kioslave"
inherit kde4-meta inherit kde4-meta
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
DESCRIPTION="kioslave: the kde VFS framework - kioslave plugins present a filesystem-like view of arbitrary data" DESCRIPTION="kioslave: the kde VFS framework - kioslave plugins present a filesystem-like view of arbitrary data"
IUSE="+bzip2 exif debug lzma openexr samba +sftp" IUSE="+bzip2 exif debug lzma openexr samba +sftp"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-menu-icons/kdebase-menu-icons-4.9.2.ebuild,v 1.1 2012/10/02 18:12:26 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-menu-icons/kdebase-menu-icons-4.9.2.ebuild,v 1.2 2012/10/17 19:58:59 maekke Exp $
EAPI=4 EAPI=4
@ -9,5 +9,5 @@ KMMODULE="menu"
inherit kde4-meta inherit kde4-meta
DESCRIPTION="KDE menu icons" DESCRIPTION="KDE menu icons"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="" IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-menu/kdebase-menu-4.9.2.ebuild,v 1.1 2012/10/02 18:12:24 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-menu/kdebase-menu-4.9.2.ebuild,v 1.2 2012/10/17 19:54:43 maekke Exp $
EAPI=4 EAPI=4
@ -9,5 +9,5 @@ KMMODULE="kde-menu"
inherit kde4-meta inherit kde4-meta
DESCRIPTION="KDE Menu query tool." DESCRIPTION="KDE Menu query tool."
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="debug" IUSE="debug"

@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation # Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-meta/kdebase-meta-4.9.2.ebuild,v 1.1 2012/10/02 18:11:56 johu Exp $ # $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-meta/kdebase-meta-4.9.2.ebuild,v 1.2 2012/10/17 20:08:27 maekke Exp $
EAPI=4 EAPI=4
inherit kde4-meta-pkg inherit kde4-meta-pkg
DESCRIPTION="Merge this to pull in all kdebase-derived packages" DESCRIPTION="Merge this to pull in all kdebase-derived packages"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="+wallpapers" IUSE="+wallpapers"
RDEPEND=" RDEPEND="

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save