Sync with portage [Sat Apr 13 01:14:31 MSK 2013].

mhiretskiy
root 11 years ago
parent 4baf216690
commit f2743a14fb

@ -11,7 +11,7 @@ Subject: respect DESTDIR
- ${INSTALL} -d ${libdir}
- ${INSTALL_DATA} $(TARGET) ${libdir}
+ ${INSTALL} -d $(DESTDIR)/${libdir}
+ ${INSTALL_DATA} $(DESTDIR)/$(TARGET) ${libdir}
+ ${INSTALL_DATA} $(TARGET) $(DESTDIR)/${libdir}
install.include:
- ${INSTALL} -d ${includedir}/sent

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.6_p7.ebuild,v 1.7 2013/04/11 21:02:54 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.6_p7.ebuild,v 1.9 2013/04/12 17:26:20 ago Exp $
EAPI=4
@ -23,7 +23,7 @@ SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
# 3-clause BSD license
LICENSE="ISC BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
IUSE="ldap nls pam offensive selinux skey"
DEPEND="pam? ( virtual/pam )

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sysklogd/sysklogd-1.5-r2.ebuild,v 1.6 2013/04/11 19:26:50 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/sysklogd/sysklogd-1.5-r2.ebuild,v 1.9 2013/04/12 17:21:51 ago Exp $
inherit eutils flag-o-matic toolchain-funcs
@ -12,7 +12,7 @@ SRC_URI="http://www.infodrom.org/projects/sysklogd/download/${P}.tar.gz
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86"
IUSE=""
RESTRICT="test"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/laptop-mode-tools-1.62-r2.ebuild,v 1.1 2013/03/16 22:53:01 alonbl Exp $
# $Header: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/laptop-mode-tools-1.62-r2.ebuild,v 1.2 2013/04/12 06:22:54 lxnay Exp $
EAPI=5
inherit eutils multilib systemd udev
@ -14,7 +14,7 @@ SRC_URI="http://www.samwel.tk/laptop_mode/tools/downloads/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="+acpi apm bluetooth scsi systemd"
IUSE="+acpi apm bluetooth scsi"
RDEPEND="net-wireless/wireless-tools
sys-apps/ethtool
@ -22,8 +22,7 @@ RDEPEND="net-wireless/wireless-tools
acpi? ( sys-power/acpid )
apm? ( sys-apps/apmd )
bluetooth? ( net-wireless/bluez:= )
scsi? ( sys-apps/sdparm )
systemd? ( sys-apps/systemd )"
scsi? ( sys-apps/sdparm )"
DEPEND=""
S=${WORKDIR}/${MY_P}
@ -50,7 +49,7 @@ src_install() {
ACPI="$(use acpi && echo force || echo disabled)" \
PMU="$(false && echo force || echo disabled)" \
APM="$(use apm && echo force || echo disabled)" \
SYSTEMD="$(use systemd && echo yes || echo no)" \
SYSTEMD=yes \
sh ./install.sh || die
dodoc Documentation/*.txt README

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/laptop-mode-tools-1.63-r1.ebuild,v 1.1 2013/03/29 07:59:39 alonbl Exp $
# $Header: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/laptop-mode-tools-1.63-r1.ebuild,v 1.2 2013/04/12 06:22:54 lxnay Exp $
EAPI=5
inherit eutils multilib systemd udev
@ -14,7 +14,7 @@ SRC_URI="http://www.samwel.tk/laptop_mode/tools/downloads/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="+acpi apm bluetooth scsi systemd"
IUSE="+acpi apm bluetooth scsi"
RDEPEND="net-wireless/wireless-tools
sys-apps/ethtool
@ -22,8 +22,7 @@ RDEPEND="net-wireless/wireless-tools
acpi? ( sys-power/acpid )
apm? ( sys-apps/apmd )
bluetooth? ( net-wireless/bluez:= )
scsi? ( sys-apps/sdparm )
systemd? ( sys-apps/systemd )"
scsi? ( sys-apps/sdparm )"
DEPEND=""
S=${WORKDIR}/${MY_P}
@ -50,7 +49,7 @@ src_install() {
ACPI="$(use acpi && echo force || echo disabled)" \
PMU="$(false && echo force || echo disabled)" \
APM="$(use apm && echo force || echo disabled)" \
SYSTEMD="$(use systemd && echo yes || echo no)" \
SYSTEMD=yes \
sh ./install.sh || die
dodoc Documentation/*.txt README

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/laptop-mode-tools-1.63.ebuild,v 1.1 2013/03/23 17:41:47 alonbl Exp $
# $Header: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/laptop-mode-tools-1.63.ebuild,v 1.2 2013/04/12 06:22:54 lxnay Exp $
EAPI=5
inherit eutils multilib systemd udev
@ -14,7 +14,7 @@ SRC_URI="http://www.samwel.tk/laptop_mode/tools/downloads/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="+acpi apm bluetooth scsi systemd"
IUSE="+acpi apm bluetooth scsi"
RDEPEND="net-wireless/wireless-tools
sys-apps/ethtool
@ -22,8 +22,7 @@ RDEPEND="net-wireless/wireless-tools
acpi? ( sys-power/acpid )
apm? ( sys-apps/apmd )
bluetooth? ( net-wireless/bluez:= )
scsi? ( sys-apps/sdparm )
systemd? ( sys-apps/systemd )"
scsi? ( sys-apps/sdparm )"
DEPEND=""
S=${WORKDIR}/${MY_P}
@ -48,7 +47,7 @@ src_install() {
ACPI="$(use acpi && echo force || echo disabled)" \
PMU="$(false && echo force || echo disabled)" \
APM="$(use apm && echo force || echo disabled)" \
SYSTEMD="$(use systemd && echo yes || echo no)" \
SYSTEMD=yes \
sh ./install.sh || die
dodoc Documentation/*.txt README

@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild,v 1.1 2013/03/08 22:08:48 maksbotan Exp $
# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-vrooby/lc-vrooby-9999.ebuild,v 1.2 2013/04/12 08:44:34 pinkbyte Exp $
EAPI="4"
EAPI="5"
inherit leechcraft
@ -19,7 +19,7 @@ RDEPEND="${DEPEND}
udisks2? ( sys-fs/udisks:2 )
"
REQUIRED_USE="^^ ( udisks udisks2 )"
REQUIRED_USE="|| ( udisks udisks2 )"
src_configure() {
local mycmakeargs=(

@ -1 +1,2 @@
DIST geneweb-5.02.tgz 1419164 SHA256 8be9ce98883043d5e6e1e473e3bb3c2c18920cd6ad60192e859101f472385704 SHA512 6f7ab8b5592b84a1c832c32353e0da772bb704a23dd6305fc7ea12353a4faa65462b18e4554c2b55e7698a26e72a6788639691b3d0fa98041eddb48e92102c5a WHIRLPOOL a11a9cc7c2e9fdd9e54fb90c7cf63f11cb73538fc7a42d705b57184e0af9808dda0b388f1d0025b2b1c21c855ff3daa0c19c1e0b5ef3c9e5c9264e0672ddd48e
DIST gw-6.02-src.tgz 2734846 SHA256 534ac93f5c7d5667dd57bf4765f847836228fe92ed1b793a74997c71005127d4 SHA512 fd1f194295299db3886499c62519c823305c39d07f8da5dca0f40c4447192ed7e9c6b7ac68665d9c09811a6cbbe268c3fb5f0bda8aeb74a054f610c2c4d5f02e WHIRLPOOL 37c40974259d82e5e8f9756e3b962726566c1384fe605ee2d599830c251af669210b871b567a7948f001f8bc8623e16b373700eb448fcf22fdf79daf68597293

@ -0,0 +1,11 @@
--- src/iovalue.ml.old 2011-09-29 08:55:02.000000000 +0200
+++ src/iovalue.ml 2011-09-29 08:55:42.000000000 +0200
@@ -10,7 +10,7 @@
read inside a value output by output_value (no headers) must
match OCaml's input_value system (intern.c) *)
-value sizeof_long = Sys.word_size / 8;
+value sizeof_long = 32 / 8;
value sign_extend_shift = (sizeof_long - 1) * 8 - 1;
value sign_extend x = (x lsl sign_extend_shift) asr sign_extend_shift;

@ -0,0 +1,30 @@
--- setup/setup.ml.old 2007-08-07 19:25:13.000000000 +0200
+++ setup/setup.ml 2007-08-07 19:24:59.000000000 +0200
@@ -5,8 +5,8 @@
value port = ref 2316;
value default_lang = ref "en";
-value setup_dir = ref ".";
-value bin_dir = ref "";
+value setup_dir = ref "/usr/share/geneweb";
+value bin_dir = ref "/usr/bin";
value lang_param = ref "";
value only_file = ref "";
--- tools/Makefile.inc.unix.old 2008-04-23 15:22:50.000000000 +0200
+++ tools/Makefile.inc.unix 2008-04-23 15:23:04.000000000 +0200
@@ -5,11 +5,11 @@
CAMLP5F=-DUNIX
CAMLP5D=+camlp5
LIBUNIX=-cclib -lunix
-OCAMLC=ocamlc.opt -warn-error A
-OCAMLOPT=ocamlopt.opt -warn-error A
+OCAMLC=ocamlc.opt
+OCAMLOPT=ocamlopt.opt
OCAMLI=
OCAMLD=
-STRIP=strip
+STRIP=true
RM=/bin/rm -f
EXE=
STATIC=-ccopt -static

@ -0,0 +1,12 @@
--- wserver/Makefile.old 2011-03-11 13:47:04.000000000 +0100
+++ wserver/Makefile 2011-03-11 13:47:20.000000000 +0100
@@ -5,7 +5,8 @@
OBJS=wserver.cmo
all:: pa_macro5.cmo $(OBJS)
-opt:: pa_macro5.cmo $(OBJS:.cmo=.cmx)
+opt:: pa_macro5.cmo
+ $(MAKE) $(OBJS:.cmo=.cmx)
pa_macro5.cmo: pa_macro5.ml
camlp5r pa_extend.cmo q_MLast.cmo -o pa_macro5.ppo pa_macro5.ml

@ -0,0 +1,78 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/geneweb/geneweb-6.02.ebuild,v 1.1 2013/04/12 09:13:27 tupone Exp $
EAPI=4
inherit eutils user
MY_PN=gw
MY_P=${MY_PN}-${PV}
DESCRIPTION="Genealogy software program with a Web interface."
HOMEPAGE="http://opensource.geneanet.org/projects/geneweb"
SRC_URI="http://opensource.geneanet.org/attachments/download/126/${MY_P}-src.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+ocamlopt"
RDEPEND="dev-lang/ocaml[ocamlopt?]
dev-ml/camlp5"
DEPEND="${RDEPEND}
!net-p2p/ghostwhitecrab"
S=${WORKDIR}/${MY_P}-src
src_prepare() {
esvn_clean
epatch "${FILESDIR}"/${P}-gentoo.patch \
"${FILESDIR}"/${P}-amd64.patch \
"${FILESDIR}"/${P}-parallellbuild.patch
cp tools/Makefile.inc.unix tools/Makefile.inc
}
src_compile() {
if use ocamlopt; then
emake
else
emake OCAMLC=ocamlc OCAMLOPT=ocamlopt out
# If using bytecode we dont want to strip the binary as it would remove
# the bytecode and only leave ocamlrun...
export STRIP_MASK="*/bin/*"
fi
}
src_install() {
make distrib
cd distribution/gw
# Install doc
dodoc CHANGES.txt
# Install binaries
dobin gwc gwc1 gwc2 consang gwd gwu update_nldb ged2gwb gwb2ged gwsetup
insinto /usr/lib/${PN}
doins -r gwtp_tmp/*
dodoc a.gwf
insinto /usr/share/${PN}
doins -r css etc images lang setup gwd.arg only.txt
cd ../..
# Install binaries
dobin src/check_base
# Install manpages
doman man/*
# Install doc
insinto /usr/share/doc/${PF}/contrib
doins -r contrib/{gwdiff,misc}
newinitd "${FILESDIR}/geneweb.initd" geneweb
newconfd "${FILESDIR}/geneweb.confd" geneweb
}
pkg_postinst() {
enewuser geneweb "" "/bin/bash" /var/lib/geneweb
einfo "A CGI program has been installed in /usr/lib/${PN}. Follow the"
einfo "instructions on the README in that directory to use it"
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.5 2013/04/11 18:08:41 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.8.4.ebuild,v 1.8 2013/04/12 15:06:59 ago Exp $
EAPI=5
inherit multilib xfconf
@ -13,7 +13,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="berkdb dbus debug libnotify +xfce_plugins_clock"
RDEPEND=">=dev-libs/libical-0.48:=

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.3-r1.ebuild,v 1.4 2013/04/10 20:13:29 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-pda/gtkpod/gtkpod-2.1.3-r1.ebuild,v 1.5 2013/04/12 04:25:34 ssuominen Exp $
EAPI=5
@ -19,7 +19,7 @@ COMMON_DEPEND="
>=dev-libs/gdl-3.6:3
>=dev-libs/glib-2.28.5
>=dev-libs/libxml2-2.7.7
>=dev-util/anjuta-2.91
>=dev-util/anjuta-3.6
>=media-libs/libgpod-0.7.0
>=media-libs/libid3tag-0.15
>=x11-libs/gtk+-3.0.8:3

@ -1,2 +1,3 @@
DIST ufed-0.40.2.tar.bz2 33982 SHA256 d88048e1940ba774d8517e80109cf3f0d93e2113841be9aaad14995da284a3cf SHA512 81b37d92cac9a247c97b8b741410962a5cb55a507d0092863f15d084b00b1482092ab6153277c0d0f4728cdfdbbda41d54431f4d3cf939270ee451f2938a1b3e WHIRLPOOL 36c88488f06b06eea99b1004ee67e69ea579965ae74a37a49e7a9a01fc43dd599a7cc056b270f6f937ab975ce6fd7691acf7ab2a2cde0d4fe0db11dbc01c0fbf
DIST ufed-0.90_rc1.tar.bz2 51336 SHA256 291c48ed7baa183fac394affaff97d43c448244bfdb0365ac14f650f13e67ee4 SHA512 f1fc03f425d2b7e51d8dba386ae8dfb8b947fb5506270c27f6148d36a8075468b268ef7b0d65f54a44dc9961dc1527050eae310f27472725151468301890d47e WHIRLPOOL ab5a16546171dbea26da098a789baa72c99dcc9bca0e890ae5952478fdcce2e28103e6e20fbad8659ae2addacd3d697d34dbe14df09401ffb46b1f5979163d01
DIST ufed-0.90_rc2.tar.bz2 51762 SHA256 f85226fffd20e971a9e5c1599e67aa3ae46f10d267eb57f65bba2bfc7321ece8 SHA512 c5ed326596d4c6706ba2a2ad6ecfe0e2700121878fbdb71f4fe7793895649498c3a3bd4e226e5478af6e13d9519ee3e84b3a85dfd47fb986432c6ebb898eae1d WHIRLPOOL 8d639fe966f675b171e420e8ad9b8b30d4beeb62dde6fe4eb0cce7c9a4186035bdedce32d55e9a7a432aafb641e2fb437d72abaa9c64a32337ece961254ae323

@ -0,0 +1,39 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/ufed/ufed-0.90_rc2.ebuild,v 1.1 2013/04/12 14:29:14 fuzzyray Exp $
EAPI=5
inherit base eutils multilib autotools
DESCRIPTION="Gentoo Linux USE flags editor"
HOMEPAGE="http://www.gentoo.org/"
SRC_URI="mirror://gentoo/${P}.tar.bz2
http://dev.gentoo.org/~fuzzyray/distfiles/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE=""
COMMON_DEPEND="sys-libs/ncurses"
RDEPEND="${COMMON_DEPEND}
dev-lang/perl"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig"
# Populate the patches array for patches applied for -rX releases
# It is an array of patch file names of the form:
# "${FILESDIR}"/${P}-make.globals-path.patch
PATCHES=()
src_prepare() {
base_src_prepare
# Change the version number to reflect the ebuild version
sed -i "s:,\[git\],:,\[${PVR}\],:" configure.ac
eautoreconf
}
src_configure() {
econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)/ufed
}

@ -1,3 +1,3 @@
DIST calibre-0.9.20.tar.xz 28170112 SHA256 96075f6dbd25bf0bd26378b67d695478bd251a5ab8706cbc5907209aa6b6fcda SHA512 6bfa2e5c3b08d4201a281c3067de47d450474586355ab61fe3e4a70ab4a67164fa22b4baadaf859cc89918cc839500330c82e8501f0d52c63441b8bb1cbd4fda WHIRLPOOL 4c21bbc439ccdf2c1ff1cd6d93506d11e165387f68a9cba10f3263bfe6a70085d1ec98db7f187b51e5cc6879427fba2feb0afa2a2d1f4c570517163549546f73
DIST calibre-0.9.25.tar.xz 28606708 SHA256 cacf0b096f3b9c60c11a229ea8835b5a3eab1058a88d7c2e4fc496b955186b7b SHA512 27a62ba48d6e0bde868c4ae0f10cd5abf5432c2cb4d3076183cd35c6662340b47cb6143924675b3eadb54fb4641594cc59e1c291ef45decdb7e814dd13f8ec1c WHIRLPOOL 1a7a720d22550b13117ec526c996ab55beede9514aa7f53b106ae447d3e6121f71781b82c9a9883690dfa8fb47045394ed83f7fd0c0c1306e5aa3f1074c0b50f
DIST calibre-0.9.26.tar.xz 28649776 SHA256 9e38087d814acefc580e701fd73a72b81cfd78dbd2b6a100c037eed4a69bb4ba SHA512 3118f4b44a84d7a2187ce1d249a85400b9c725e0aeb779f764123e364bc9304b5fac5752cd187d51b36e9e0bf06d3e36eb7cbb21d91a28bfe1df717a5ec7a303 WHIRLPOOL c337c604035559fe07607a9239e78ee6c33adc5b836634d87209be2979fb7afa5972de8deb5f112bd8a2405016cd52e374dfaddcc942849cc820cbd4532c2ff0
DIST calibre-0.9.27.tar.xz 28696180 SHA256 8fd3779c8f878420333f6919f80493bf69d4b64bf427697ebc365497d2450d1f SHA512 91970f7c7349f661fc582eb43b89b81e77350b1cf2237c78e55c9f028a94b803b5d72bdac3ac11722c4fcf93077c1f8042567f8e380ad03423ba6c7f5dec7318 WHIRLPOOL 2313f94ee2417343693e1b48736434d1bf356795eb781abbaf68b858ba9fd57eb2a78e8afe04b9c992a1879a99eb9cf65527ccea7ed1a91d7554a62dcee7822b

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.25.ebuild,v 1.1 2013/03/29 21:29:47 zmedico Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/calibre/calibre-0.9.27.ebuild,v 1.1 2013/04/12 19:24:44 zmedico Exp $
EAPI=5
PYTHON_DEPEND=2:2.7

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild,v 1.7 2013/04/10 14:46:31 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.10-r4.ebuild,v 1.9 2013/04/12 17:21:25 ago Exp $
EAPI=5
inherit eutils flag-o-matic
@ -11,7 +11,7 @@ SRC_URI="https://alioth.debian.org/frs/download.php/3351/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 ~sparc x86 ~x86-fbsd"
IUSE="nls readline"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17-r2.ebuild,v 1.8 2013/04/05 21:50:55 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/psutils/psutils-1.17-r2.ebuild,v 1.10 2013/04/12 17:24:32 ago Exp $
EAPI=3
@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/p/${PN}/${PN}_${PV}.dfsg.orig.tar.gz"
LICENSE="psutils"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=""

@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2012-r1.ebuild,v 1.1 2013/02/19 15:13:33 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2012-r1.ebuild,v 1.2 2013/04/12 10:36:10 aballier Exp $
EAPI=3
EAPI=5
#TL_UPSTREAM_PATCHLEVEL="1"
PATCHLEVEL="37"
@ -86,7 +86,7 @@ COMMON_DEPEND="${MODULAR_X_DEPEND}
!<dev-texlive/texlive-metapost-2011
!app-text/dvibook
sys-libs/zlib
>=media-libs/libpng-1.2.43-r2:0
>=media-libs/libpng-1.2.43-r2:0=
>=app-text/poppler-0.12.3-r3
xetex? (
app-text/teckit
@ -117,8 +117,12 @@ PDEPEND=">=dev-tex/luatex-0.70"
S="${WORKDIR}/${P}_build"
B="${WORKDIR}/${MY_PV}"
src_prepare() {
src_unpack() {
unpack ${A}
mkdir -p "${S}" || die "failed to create build dir"
}
src_prepare() {
mv "${WORKDIR}"/texmf* "${B}" || die "failed to move texmf files"
cd "${B}"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v 1.4 2013/04/11 18:57:25 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/taglist/taglist-4.6.ebuild,v 1.6 2013/04/12 17:22:13 ago Exp $
EAPI=5
@ -9,7 +9,7 @@ inherit vim-plugin eutils
DESCRIPTION="vim plugin: ctags-based source code browser"
HOMEPAGE="http://vim-taglist.sourceforge.net/"
LICENSE="vim"
KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
RDEPEND="dev-util/ctags"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-2.4.1.0.ebuild,v 1.5 2013/04/05 21:50:26 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/network/network-2.4.1.0.ebuild,v 1.6 2013/04/12 09:08:18 ago Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=">=dev-haskell/parsec-3.0:=[profile?]

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/transformers/transformers-0.3.0.0-r1.ebuild,v 1.4 2013/04/05 21:50:11 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/transformers/transformers-0.3.0.0-r1.ebuild,v 1.5 2013/04/12 09:08:42 ago Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.10.4:="

@ -1,10 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.30.1.ebuild,v 1.11 2012/12/17 06:25:18 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/gdl-2.30.1.ebuild,v 1.12 2013/04/12 11:01:57 ssuominen Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME_TARBALL_SUFFIX="bz2"
GNOME2_LA_PUNT="yes"
inherit eutils gnome2 multilib

@ -1,3 +1,2 @@
DIST libburn-1.2.4.tar.gz 917837 SHA256 f0598fa76d157a935b576778ab8cc772f96480894239da14be84986ef1313e4b SHA512 4d8c34bdb2c829931b2a8860580319f8e374d6ea04622e40d6b97fc2120dddcd0836d31011c7797508fce0e9e5a4bcd763332bb9d505058ce656e1118c85fe0e WHIRLPOOL ab175c6af51ab1cd1982e5b96480e3b6d17dcf6c70cd6fe3509cb0d440de81c30c5e88d9add269ebf6f4c031c814c56d299d3c125dcf6fdfae16b6ff974917f7
DIST libburn-1.2.6.tar.gz 923413 SHA256 7b99a3036834c18259a59293b2aab37892550bd1d19a8a010fa338379555188f SHA512 5026f271680f3321281dfb89d8ab7e2975549db4848a9db79020b42869ab33974d9ba2d8ca1f0bcc6dabb7cd05fa99fb6087fbd6e62bcee77c96f879104c9e70 WHIRLPOOL 6654390f58dea410a3d4734532d9a97e4ce898a6a1853e179820817ad1491232fa86c94086d9837063b0db7ea25664554cfddd63709653aa8d1de165fb329810
DIST libburn-1.2.8.tar.gz 926601 SHA256 5f33c8616c49950729133a4eb751b1bfe4a61943b59ea0a6e5968d475448845c SHA512 0fcab29201292a4a7341806281b550f36d3849268e5de25b9fe8d5e1610da457897eafdf2b7f2a2b9d3adb1258b5e072bdfd717675dea28ecab11d1f1c8951f1 WHIRLPOOL e07498fbd278bd930f842da01d1ebfe3eeca3f83ff2be4493716bbaf361a87bdfb19da883d887aecaa73920bca08717144853833807bff967ad104ee150f095b

@ -1,42 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libburn/libburn-1.2.6.ebuild,v 1.1 2013/01/17 19:02:59 billie Exp $
EAPI=5
DESCRIPTION="Libburn is an open-source library for reading, mastering and writing optical discs."
HOMEPAGE="http://libburnia-project.org"
SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="cdio debug static-libs track-src-odirect"
RDEPEND="cdio? ( >=dev-libs/libcdio-0.83 )"
DEPEND="$RDEPEND
virtual/pkgconfig"
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable track-src-odirect) \
--enable-pkg-check-modules \
$(use_enable cdio libcdio) \
--disable-ldconfig-at-install \
$(use_enable debug)
}
src_install() {
default
dodoc CONTRIBUTORS doc/{comments,*.txt}
cd "${S}"/cdrskin
docinto cdrskin
dodoc *.txt README
docinto cdrskin/html
dohtml cdrskin_eng.html
find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed"
}

@ -1,3 +1,2 @@
DIST libisoburn-1.2.4.tar.gz 1279036 SHA256 be5c3adfcf8c32e8489ac77de5842c39cfefd8e994edebabb8353262945a85bf SHA512 379febdaad104cdb020d2fee94da0843f8ae7db497eb4e5fe55cb4da20f88fd07c8ae766767c905abbe7120684a38b2eae7d62169ce00305d4d420204db72390 WHIRLPOOL 07e05f872c7ba7b7546edfe9b18ce44fdbb0d2e0e0d5369ca30c67a116026eb9e17461220035afccbafec3635fd799a6ac99749ad07eb851c435d4ed73025607
DIST libisoburn-1.2.6.tar.gz 1363911 SHA256 caf09ad8b96b2ea4ef7cc54b1afbb65f7b7acfae2df6b5599efdef5b8d1bb7ce SHA512 6740659d0371f6b67964c233ba544c515bb42ce4d17a251d7fab56c38938008f8f2a39f750ccbef313aa5ec1b730aaebe4f5714a18075b1dfb195235e8ccf65c WHIRLPOOL c7c4e79254df63c477b3f8d4af3c951f0f71f80840ce8afac141136de78c32f5972d387036d57ea88bfb54bac380f21bca8ede92129ed3738a46814373525f43
DIST libisoburn-1.2.8.tar.gz 1370701 SHA256 f6fc41f1ad00ae5edb2ef7e204e3c3465bd348dc2fee27c327bb31741cae0e88 SHA512 5706cf15008e5fb280d3c6f7172a06aea3cfb2090ab709ee79983962da220139d68940c0db154ccea44b97b63017f50c90b64570bca90b190238c750db60abe7 WHIRLPOOL 9e472848a80dff2e123c4f8b5de6b1ae6de04de8f79ea94969f246380bc93922e82f5849a3d62280411ef63e72a4524385ce40a6fc73ce58bf69e0c53f1c0214

@ -1,59 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisoburn/libisoburn-1.2.6.ebuild,v 1.2 2013/01/24 04:50:08 jer Exp $
EAPI=5
DESCRIPTION="Enables creation and expansion of ISO-9660 filesystems on all CD/DVD media supported by libburn"
HOMEPAGE="http://libburnia-project.org/"
SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
LICENSE="GPL-2 GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE="acl cdio debug external-filters external-filters-setuid frontend-optional launch-frontend launch-frontend-setuid readline static-libs xattr zlib"
REQUIRED_USE="frontend-optional? ( || ( launch-frontend launch-frontend-setuid ) )"
RDEPEND=">=dev-libs/libburn-1.2.6
>=dev-libs/libisofs-1.2.6
readline? ( sys-libs/readline )
acl? ( virtual/acl )
xattr? ( sys-apps/attr )
zlib? ( sys-libs/zlib )
cdio? ( >=dev-libs/libcdio-0.83 )
launch-frontend? ( dev-lang/tcl dev-lang/tk )
launch-frontend-setuid? ( dev-lang/tcl dev-lang/tk )
frontend-optional? ( dev-tcltk/bwidget )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable readline libreadline) \
$(use_enable acl libacl) \
$(use_enable xattr) \
$(use_enable zlib) \
--disable-libjte \
$(use_enable cdio libcdio) \
$(use_enable external-filters) \
$(use_enable external-filters-setuid) \
$(use_enable launch-frontend) \
$(use_enable launch-frontend-setuid) \
--disable-ldconfig-at-install \
--enable-pkg-check-modules \
$(use_enable debug)
}
src_install() {
default
dodoc CONTRIBUTORS doc/{comments,*.wiki,startup_file.txt}
cd "${S}"/xorriso
docinto xorriso
dodoc changelog.txt README_gnu_xorriso
find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed"
}

@ -1,3 +1,2 @@
DIST libisofs-1.2.4.tar.gz 763300 SHA256 d0875e51f229c5e34491dce58f3cdddf8c98fadeae9e84b62b27cff7800a967f SHA512 4ebdab4b1d7c2b4b8ffd5431e27e765a405db14117f55a0c749ffa30ca705529f692762959b6e136bee78924524dd38fdbadbd722be1bd11be10ec23d928ab26 WHIRLPOOL 056f4176a84145eacd654648d7df122da843db4f66e76bb54ef579995718ead240bf3abe512fe405f6535245014bb92dec9a101c56a4849928f908afe1ce618b
DIST libisofs-1.2.6.tar.gz 763513 SHA256 c89da6821d5cac049657a27bbbc19d69b475ca51bfd595804617ee6ee2e977b7 SHA512 6bc25297b79805b547fdd92833c850b145dcdc0f9e84004aac2cb19b0df302dc1a44612c320fca0f867653a212c42adea3a84a45d273f31cc7523a9325f1e3a4 WHIRLPOOL 3de5fae5663477820a2143cc013bb2a932157c6d6e701f379ea31fbc46eb5752295ec4debf5de1b8421a9b0a4d0044d484092c969baa608f5dabfe0cbe0a1bbe
DIST libisofs-1.2.8.tar.gz 764335 SHA256 665f07752d416d05bc780ff12cccc438b9b0a9917b943750f2b3236ddeac65a0 SHA512 707a220fe49ff5ecd6816ac69d614823a3fa38e79d29c03f0bf696551cdeb6489b0f251ec7532fe79887cddb31183e5233862ce0b859fde46092588fd4313a38 WHIRLPOOL 81082eca7f73d8efac457138320f9a0bc8c5a4f42e4b252ee11b86f6e14bdc5f6dffc8508a1311ea258bb1975fdabd72e9952e9379f4aa75fd69028754d69a44

@ -1,40 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libisofs/libisofs-1.2.6.ebuild,v 1.1 2013/01/17 19:16:08 billie Exp $
EAPI=5
DESCRIPTION="libisofs is an open-source library for reading, mastering and writing optical discs."
HOMEPAGE="http://libburnia-project.org/"
SRC_URI="http://files.libburnia-project.org/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="acl debug static-libs verbose-debug xattr zlib"
RDEPEND="acl? ( virtual/acl )
xattr? ( sys-apps/attr )
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable debug) \
$(use_enable verbose-debug) \
$(use_enable acl libacl) \
$(use_enable xattr) \
$(use_enable zlib) \
--disable-libjte \
--disable-ldconfig-at-install
}
src_install() {
default
dodoc Roadmap doc/{checksums.txt,susp_aaip*,Tutorial,zisofs_format.txt}
find "${D}" -name '*.la' -exec rm -rf '{}' '+' || die "la removal failed"
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.29.ebuild,v 1.8 2013/04/09 13:46:03 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/rasqal/rasqal-0.9.29.ebuild,v 1.10 2013/04/12 17:30:45 ago Exp $
EAPI=4
inherit libtool
@ -11,7 +11,7 @@ SRC_URI="http://download.librdf.org/source/${P}.tar.gz"
LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
IUSE="+crypt doc gmp kernel_linux +mhash pcre static-libs test xml"
RDEPEND=">=media-libs/raptor-2.0.7:2

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-2.0.3.ebuild,v 1.10 2012/05/29 15:42:54 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/yajl/yajl-2.0.3.ebuild,v 1.12 2013/04/12 17:52:09 ago Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="http://github.com/lloyd/yajl/tarball/${PV} -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 arm hppa ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
PATCHES=(

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.12 2013/04/05 18:13:15 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r2.ebuild,v 1.13 2013/04/12 17:20:01 ago Exp $
EAPI=5
# Other implementations ship argparse.
@ -14,7 +14,7 @@ SRC_URI="http://argparse.googlecode.com/files/${P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

@ -0,0 +1,49 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/etsdevtools/etsdevtools-4.0.2-r1.ebuild,v 1.1 2013/04/12 07:03:53 idella4 Exp $
EAPI=5
PYTHON_COMPAT=python2_7
inherit distutils-r1 virtualx
DESCRIPTION="Enthought Tool Suite: Tools to support Python development"
HOMEPAGE="http://code.enthought.com/projects/dev_tools.php http://pypi.python.org/pypi/etsdevtools"
SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples test"
RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
dev-python/traits[${PYTHON_USEDEP}]"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
test? (
${RDEPEND}
>=dev-python/traitsui-4[${PYTHON_USEDEP}]
media-fonts/font-cursor-misc
media-fonts/font-misc-misc
x11-apps/xhost
)"
python_compile_all() {
use doc && emake -C docs html
}
python_test() {
VIRTUALX_COMMAND="nosetests -v" virtualmake
}
python_install_all() {
find -name "*LICENSE*.txt" -delete
use doc && dohtml -r docs/build/html/*
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}

@ -0,0 +1,40 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/etsprojecttools/etsprojecttools-0.6.0-r1.ebuild,v 1.1 2013/04/12 14:15:12 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
#DISTUTILS_SRC_TEST="setup.py"
inherit distutils-r1
MY_PN="ETSProjectTools"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Enthought Tool Suite: Tools for working with projects with many dependencies"
HOMEPAGE="http://code.enthought.com/projects/ets_project_tools.php http://pypi.python.org/pypi/ETSProjectTools"
SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-vcs/subversion[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
!dev-python/ets
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
S="${WORKDIR}/${MY_P}"
python_prepare_all() {
sed \
-e "s/self.run_command('build_docs')/pass/" \
-e "/setupdocs>=1.0/d" \
-i setup.py || die "sed setup.py failed"
}
python_test() {
esetup.py test
}

@ -4,3 +4,4 @@ DIST lxml-2.3.6.tgz 3169787 SHA256 9f84932bb2b66219c18681f6e03a59c8fff8e7a03b653
DIST lxml-3.0.1.tgz 3205224 SHA256 50367b086d18b1cadc8d6ddf2525495d9d216b81e9a700f6aa7ea2f7e9dfaa78 SHA512 a020568db5741670ff90f00110ad766e3a7df16d6be99d19c82208bebe80374c18f870ad4081f398d148511bdad307818decc7f6592454b12d5adcec17460ba6 WHIRLPOOL 574d8a1fa3582ef8ef1e7582b843d2d8486a5867e16a035498d71eaa2bf73b467bec0050361138571bca24f5448e24ece32addf2b77908bceafebb24f3ff57ef
DIST lxml-3.1.0.tar.gz 3269719 SHA256 8ce453b10e47b5d7a623b75ca0eb6c39fee80d9d72b7992c597eb44c31c9445e SHA512 a109f4257e7433df01afe541d492a03944bb3360a9e920eb0772248697e1139d56c20c333b7c3a9c35f46f0b4079d57a36e61546e63e19a814c52fe82245404a WHIRLPOOL d00a56deec809301a9b3621324b18030aeb64ad38999ee5857fb0c923ca93288c1c5316e0ef319f4094395b71b97aabc80cfcd601a4f861ec3ca8adefb0c1bb3
DIST lxml-3.1.1.tar.gz 3277003 SHA256 3da33ba3f6f5770973769e01dd93f923974c537239b571253725da2b8c6fd0dc SHA512 901380442a129ed863640dc8bd947f8d2f5bbc7ae451c1de2b8fc3dbf200471ed135f9741c081c1dd71891f68166ce31c532bb4a0be37e075ab9830a31209dd6 WHIRLPOOL 50d01a50cad60148ae8457c9475e3bfbf48ada914c4b1868a6472cedb411154404e4e4262ad330a153e180ad87b3fdc277cf1fd944a4b16a1822b13eaf57303d
DIST lxml-3.1.2.tar.gz 3285815 SHA256 c02153df2a5f633d7fab158bc030b17c812807bfdade535acc0fdb4e557951f9 SHA512 864038365a152391c1e22919f532e6c330c83ca5ba48c204a5c41ff5bf18de3ec3b810968765781e87050934a30023a79b68a70e72459173a23c280d84e8b45b WHIRLPOOL f9b4a7eb766d800694a2291118ad9940d9b39eb95a363e5735cc64e9ac2ec0a85080bd2f38b07f3105500ffe7dd7235c951bf8eb0356bd65f25e05c217ca89e9

@ -0,0 +1,59 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.1.2.ebuild,v 1.1 2013/04/12 07:07:40 radhermit Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
inherit distutils-r1
DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
HOMEPAGE="http://lxml.de/ http://pypi.python.org/pypi/lxml/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD ElementTree GPL-2 PSF-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples +threads"
# Note: lib{xml2,xslt} are used as C libraries, not Python modules.
RDEPEND=">=dev-libs/libxml2-2.7.2
>=dev-libs/libxslt-1.1.15
dev-python/beautifulsoup[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
# lxml tarball contains files pregenerated by Cython.
python_prepare_all() {
# avoid replacing PYTHONPATH in tests.
sed -i -e '/sys\.path/d' test.py || die
distutils-r1_python_prepare_all
}
python_test() {
cp -r -l src/lxml/tests "${BUILD_DIR}"/lib/lxml/ || die
cp -r -l src/lxml/html/tests "${BUILD_DIR}"/lib/lxml/html/ || die
ln -s "${S}"/doc "${BUILD_DIR}"/ || die
local test
for test in test.py selftest.py selftest2.py; do
einfo "Running ${test}"
"${PYTHON}" ${test} || die "Test ${test} fails with ${EPYTHON}"
done
}
python_install_all() {
if use doc; then
local DOCS=( *.txt doc/*.txt )
local HTML_DOCS=( doc/html/. )
fi
distutils-r1_python_install_all
if use examples; then
docinto examples
dodoc -r samples/*
docompress -x /usr/share/doc/${PF}/examples
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.8.1-r1.ebuild,v 1.7 2013/04/10 17:12:54 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pypax/pypax-0.8.1-r1.ebuild,v 1.9 2013/04/12 17:23:08 ago Exp $
EAPI="5"
@ -17,7 +17,7 @@ S="${WORKDIR}/elfix-${PV}/scripts"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc x86"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sparc x86"
IUSE="+ptpax +xtpax"
REQUIRED_USE="|| ( ptpax xtpax )"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-0.3.1.ebuild,v 1.7 2013/04/10 17:05:53 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-exec/python-exec-0.3.1.ebuild,v 1.9 2013/04/12 17:28:58 ago Exp $
EAPI=5
@ -16,7 +16,7 @@ SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
src_configure() {

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.2.ebuild,v 1.5 2013/04/06 21:12:16 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxattr/pyxattr-0.5.2.ebuild,v 1.8 2013/04/12 17:25:53 ago Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
IUSE="test"
RDEPEND="sys-apps/attr"

@ -0,0 +1,34 @@
https://github.com/enthought/traitsui/issues/74
diff -ur traitsui-4.3.0.orig/traitsui/qt4/ui_panel.py traitsui-4.3.0/traitsui/qt4/ui_panel.py
--- traitsui/qt4/ui_panel.py 2013-03-29 04:08:54.000000000 +0800
+++ traitsui/qt4/ui_panel.py 2013-04-12 13:23:09.499989912 +0800
@@ -977,7 +977,7 @@
if (label is not None
and not is_label_left
- and item_policy == QtGui.QSizePolicy.Policy.Minimum):
+ and item_policy == QtGui.QSizePolicy.Minimum):
# this item cannot be stretched horizontally, and the label
# exists and is on the right -> make label stretchable if necessary
@@ -1012,7 +1012,7 @@
label_policy = label.sizePolicy()
label_policy.setHorizontalStretch(stretch)
label_policy.setHorizontalPolicy(
- QtGui.QSizePolicy.Policy.Expanding)
+ QtGui.QSizePolicy.Expanding)
label.setSizePolicy(label_policy)
diff -ur traitsui-4.3.0.orig/traitsui/tests/_tools.py traitsui-4.3.0/traitsui/tests/_tools.py
--- traitsui/tests/_tools.py 2013-03-29 04:08:54.000000000 +0800
+++ traitsui/tests/_tools.py 2013-04-12 13:23:09.502989914 +0800
@@ -173,7 +173,7 @@
return ui_control.GetSizeTuple()
elif is_current_backend_qt4():
- return ui_control.size().toTuple()
+ return ui_control.size().width(), ui_control.size().height()
# ######### Debug tools

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/traitsui/traitsui-4.3.0-r1.ebuild,v 1.1 2013/04/11 18:45:34 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/traitsui/traitsui-4.3.0-r1.ebuild,v 1.2 2013/04/12 05:51:09 idella4 Exp $
EAPI=5
@ -29,19 +29,17 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
DOCS=( docs/traitsuidocreadme.txt )
PATCHES=( "${FILESDIR}"/${P}-tests.patch )
python_compile_all() {
use doc && emake -C docs html
}
python_test() {
# https://github.com/enthought/traitsui/issues/74;
# upstream can't be relied upon to fix, unpassable tests here excluded
export ETS_TOOLKIT=qt4
export QT_API=pyqt
VIRTUALX_COMMAND="nosetests -e test_qt_show_labels_right_without_colon* \
-e test_qt_labels_right_resizing_vertical* \
-e test_visible_when_layout* \
-e test_qt_labels_right_resizing_horizontal*" virtualmake
VIRTUALX_COMMAND="nosetests -v" virtualmake
}
python_install_all() {

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.6 2013/04/11 12:14:55 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coderay/coderay-1.0.9.ebuild,v 1.8 2013/04/12 17:29:54 ago Exp $
EAPI=4
@ -25,7 +25,7 @@ RUBY_S="rubychan-coderay-*"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
# Redcloth is optional but automagically tested, so we add this

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.7.7.ebuild,v 1.7 2013/04/11 12:16:06 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.7.7.ebuild,v 1.9 2013/04/12 17:30:18 ago Exp $
EAPI=5
USE_RUBY="ruby18 ree18 ruby19 jruby"
@ -17,7 +17,7 @@ DESCRIPTION="A JSON implementation as a Ruby extension."
HOMEPAGE="http://json.rubyforge.org/"
LICENSE="|| ( Ruby GPL-2 )"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-4.5.0.ebuild,v 1.7 2013/04/10 17:25:07 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/minitest/minitest-4.5.0.ebuild,v 1.9 2013/04/12 17:15:36 ago Exp $
EAPI=5
# jruby → tests fail, reported upstream
@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/seattlerb/minitest"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"
ruby_add_bdepend "

@ -1 +1,2 @@
DIST net-scp-1.0.4.gem 27136 SHA256 548494e245244d7bdc06015b60ca71e8c93574d511120e67eb26115482831f36 SHA512 2c8ddd1060fa62759ad6becc150986f32205b3c7807fe71cda01e473d4528b94dfc6412acb89308e2ad977f7e8287649f59a110d7a012fd8ffeb8389ec6f7f5f WHIRLPOOL 017caa4fc20b4af773531f2d056a97bfb9cd10c41d22a07fea4ee35862ca768ead7ca71890d8c100df292380adf01a747ad6308226f1a87b9c4d6ba93f8f0c06
DIST net-scp-1.1.0.gem 31744 SHA256 44f38a78401f60cfa094fff43c2301f48c15b6d6f08aa1adfcd76627c354ef0a SHA512 6bf2ac3591aa0e84757808beafc1276797e08ca81454c3a09e92e5218527024849d19dd3d17f5c01170e336c9e83cce70aab06f2fdd6393b9171b057fb7271fb WHIRLPOOL a8a7998e7cbf18b5be656a3746841d8bc1862f9cec9f3ec20fe423061c6b5ec549b13b142f6fc0155472776047ea56e6d93374faef539571146196b958c1e740

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/net-scp-1.0.4.ebuild,v 1.9 2012/05/01 18:24:06 armin76 Exp $
EAPI="2"
USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_DOC="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
RUBY_FAKEGEM_TASK_TEST=""
inherit ruby-fakegem
DESCRIPTION="A pure Ruby implementation of the SCP client protocol"
HOMEPAGE="http://net-ssh.rubyforge.org/scp"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "
test? (
virtual/ruby-test-unit
!dev-ruby/test-unit:2
dev-ruby/mocha
)"
ruby_add_rdepend ">=dev-ruby/net-ssh-2.0.17-r1"
each_ruby_test() {
${RUBY} -Ilib:test test/test_all.rb || die
}

@ -0,0 +1,31 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/net-scp-1.1.0.ebuild,v 1.1 2013/04/12 05:51:35 graaff Exp $
EAPI=5
USE_RUBY="ruby19"
RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
RUBY_FAKEGEM_TASK_TEST=""
inherit ruby-fakegem
DESCRIPTION="A pure Ruby implementation of the SCP client protocol"
HOMEPAGE="http://net-ssh.rubyforge.org/scp"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "
test? (
dev-ruby/mocha
)"
ruby_add_rdepend ">=dev-ruby/net-ssh-2.6.5"
each_ruby_test() {
${RUBY} -Ilib:test test/test_all.rb || die
}

@ -2,3 +2,4 @@ DIST net-ssh-2.2.2.gem 133120 SHA256 211cf80d5d5805ca59723708a3cdfe43fa4dc30e5f8
DIST net-ssh-git-2.4.0.tgz 135388 SHA256 d2e41ca9fd63c6235d556efd030b8bc0f515f9588ad22330884630c67b0a8eaa SHA512 6e851d3e231169f2b1411c8bdc44212cafb52dcbbbba9d8a757aa8fdf52af31efb698cc6bcc103aa4006caffcc9c929fd50be5ad323a8fd2c3fe97e6f23a484a WHIRLPOOL 1d55a43109cb8f69da9ccf55281b7456445c68ff4e9c730b479ca62d0a9dc9ed70b4fdfadfbfa81cb94f5815142685445f6b48e2ad9588bd96152fbd4530c369
DIST net-ssh-git-2.6.2.tgz 157988 SHA256 e99e49299bc51810251e030a5da23c99eb755ca3a986615883fb100b5922cbe4 SHA512 bf487309f31d85a17ba647da8101b4a09bafa20c669105e7295c8414fabb0d2689ddbae81d25cf88d2f430c6a8f28f1067bde8c694a62deddb48d780eebb2cdc WHIRLPOOL 0b1e66f00fe26843f9aab763fc474c817f66a733e0831ec6f9ff507b3b8e53779a485e3aea6f918b46bdead9c48613d7dbbb7c8342d34d5fd764d47e5d0be693
DIST net-ssh-git-2.6.3.tgz 158155 SHA256 1c7c35b13dd9e00ebbe7e4fdc5aa615b9de469dcd4f800d6b820f140508c670f SHA512 c5ee5f6224fcaf36c7e37d3528d7a402d2504fb859d7addd50ecba8e9e5dfa98a6d2c46d9815df80593991fac5d762fb490b1a036bcd611f67a0a4220b6e3c7e WHIRLPOOL f4d9ab716a839594f9033c77d9a730ffc78e186d45a384cffaeeb8f54913db2e33ee8908a6e02099bb5933c179da34b1308adb61d2312119f47149e22fd2f237
DIST net-ssh-git-2.6.7.tgz 160612 SHA256 2d624ce32014b2fca3a6f59f87bba588d81b100afe9796ecd68b8d075b05ff0e SHA512 7dff32c5e6e82bed1ac85d74f5212ee818dfa0733138f474a41ebc265f9a5e7ef940b17ec6edf533a3c3bba5dcda872e5f93bdafbd28aada02ae2075cc1ad396 WHIRLPOOL 6473c98e66553515a4a9efc9144947360b4f8b7b3f4066963aa7e35b95999487a9ab2538e1aa586481353af45a066d4770f7cb6f8f23e5ecfb480348cfeba70e

@ -0,0 +1,31 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh/net-ssh-2.6.7.ebuild,v 1.1 2013/04/12 05:45:40 graaff Exp $
EAPI=5
# no longer compatible with ruby 1.8.
USE_RUBY="ruby19"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc THANKS.txt"
RUBY_FAKEGEM_EXTRAINSTALL="support"
inherit ruby-fakegem
DESCRIPTION="Non-interactive SSH processing in pure Ruby"
HOMEPAGE="http://net-ssh.rubyforge.org/"
SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> net-ssh-git-${PV}.tgz"
LICENSE="GPL-2"
SLOT="2.6"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="test"
ruby_add_rdepend "virtual/ruby-ssl"
ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/mocha )"
each_ruby_test() {
${RUBY} -Ilib:test test/test_all.rb || die "Tests failed."
}

@ -1,2 +1,3 @@
DIST tkimg-1.4-gentoo+bundled-tiff.patch.xz 10960 SHA256 b95d57d02ef144d50565c482edcec97533683e433d845ea50f830c1359d60457 SHA512 77155964f7b11b8f0d5d20f36fa48c90b6b3b2e1bf261933b14c4f58306ca6c92d126ddbcaadcc55c72435f690431ef93ba9bef1a4975380f6dc019e50d8103a WHIRLPOOL 926d94c1e7ff344cb354d596bbf367f4d70b00f9341d40c6cbc2f9aa4940d4cf3bb975f9f32f7b75a789095d76076e19fa347f6a6c4c930dc00d4bdf3dc36532
DIST tkimg-1.4-patchset-1.tar.xz 17956 SHA256 b1eb9db771928ea71edb17852b23c6b760c112e3c776be51502b4f8b2cbd75f4 SHA512 bd20e0beaa224c42e856e6d44d86c2a5f04c28d096c561f44c4afcf8c821bf859c602156a9be60f23f906e8da2f43c89ca358d32e8f9497296e7c5a5bf23ed69 WHIRLPOOL 39099d752c4e6ccd96640c1287c218fff261a98e04455b9e8cba5c2aa308186916bc3583e4941c87f73323b3e46731ba2ed86358c10ab85cb6b913931585a778
DIST tkimg1.4.tar.bz2 4912894 SHA256 a6beb98a8f98040f979eee60c133319f4338f1a5a3ab87379fb69b473e73e3b1 SHA512 b03aba6e21e35b8733dbc4fa66fae67284a05e68248e5afb2a85c1520c74d0c6c5091860a3ab682f4a662a318c562339e9b7b82f050e63bbf48d1b4757d379a1 WHIRLPOOL 0ace52c074389c09de240922c95a40ff4b1ab01d5bc060fca168396abad11a845326d15e582b039da6062c1b2780cee572299d21902947edd90195d4b99e6089

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>tcltk</herd>
<longdescription lang="en">
<herd>tcltk</herd>
<longdescription lang="en">
The "Img" package adds a lot of image formats to Tcl/Tk.
</longdescription>
</pkgmetadata>

@ -0,0 +1,91 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tkimg/tkimg-1.4-r8.ebuild,v 1.2 2013/04/12 09:37:48 ssuominen Exp $
EAPI=5
VIRTUALX_USE=test
inherit eutils multilib prefix toolchain-funcs virtualx
MYP="${PN}${PV}"
DESCRIPTION="Adds a lot of image formats to Tcl/Tk"
HOMEPAGE="http://tkimg.sourceforge.net/"
SRC_URI="
http://dev.gentoo.org/~jlec/distfiles/${P}-patchset-1.tar.xz
mirror://sourceforge/${PN}/${PV}/${MYP}.tar.bz2"
SLOT="0"
LICENSE="BSD"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="doc test static-libs"
RDEPEND="
dev-lang/tk
>=dev-tcltk/tcllib-1.11
media-libs/tiff:0=
media-libs/libpng:0=
>=sys-libs/zlib-1.2.7:=
x11-libs/libX11
virtual/jpeg"
DEPEND="${RDEPEND}
test? (
x11-apps/xhost
media-fonts/font-misc-misc
media-fonts/font-cursor-misc )"
# Fails with jpeg-turbo silently, #386253
RESTRICT="test"
S="${WORKDIR}/${MYP}"
src_prepare() {
epatch \
"${WORKDIR}"/${P}-jpeg.patch \
"${WORKDIR}"/${P}-tiff.patch \
"${WORKDIR}"/${P}-png.patch \
"${WORKDIR}"/${P}-zlib.patch
find compat/{libjpeg,libpng,zlib,libtiff} -delete
sed \
-e 's:-O2 -fomit-frame-pointer::g' \
-e 's: -pipe::g' \
-i */configure || die
eprefixify */*.h
tc-export AR
}
src_test() {
Xemake test || die "Xmake failed"
}
src_install() {
local l bl
emake \
DESTDIR="${D}" \
INSTALL_ROOT="${D}" \
install
if ! use static-libs; then
find "${ED}"/usr/$(get_libdir)/ -type f -name "*\.a" -delete || die
fi
# Make library links
for l in "${ED}"/usr/lib*/Img*/*tcl*.so; do
bl=$(basename $l)
dosym Img1.4/${bl} /usr/$(get_libdir)/${bl}
done
dodoc ChangeLog README Reorganization.Notes.txt changes ANNOUNCE
if use doc; then
insinto /usr/share/doc/${PF}
doins demo.tcl
insinto /usr/share/doc/${PF}/html
doins -r doc/*
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.6.1-r1.ebuild,v 1.4 2013/04/11 21:43:52 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-3.6.1-r1.ebuild,v 1.6 2013/04/12 17:23:37 ago Exp $
EAPI="5"
GCONF_DEBUG="no"
@ -14,7 +14,7 @@ HOMEPAGE="http://live.gnome.org/devhelp"
LICENSE="GPL-2+"
SLOT="0/3-1" # subslot = 3-(libdevhelp-3 soname version)
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 ~arm ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd"
IUSE="gedit"
# FIXME: automagic python dependency

@ -1,2 +1 @@
DIST febootstrap-2.11.tar.gz 585966 SHA256 e99d0411702eb619127cc6e2f79a5f4d2fec3d0524e46069738c5ed5b5dc69f4 SHA512 243171e779449f7f25c422842aaef3d5eff5931397530a9b6b1a168ef0fd723ebc4f38846b7699ce7271a715f266033ad2a033ef0aca1b4811d9c7e68929e4ee WHIRLPOOL dbb93f3d502f68b197175cd23d7c2e4faf05a8041efdfb93fbbb9635bdb07e0dd4a39a55fc8b7c1c99827f34505582e08586b10a8e625e0e6b63028625812b01
DIST febootstrap-3.9.tar.gz 569660 SHA256 5059768f5e3f813c99ba6c220fd8cad49ebd08ea1381d2d4893399182a92881d SHA512 2cfb468f07c78dbf45fb0362f6c4f371d7a7f6b2132576dc0f16422a95acadc207ac949e54844e345032da3b19e1a767325f289e452a7dd9ce43dec421d6679c WHIRLPOOL b26fd4bbff1c5074c370fa7514e0d5ab0ef0ec6f686deb4ae1100e9e154c0f80de972e9f8017ee413762e2f315ff19090c6e8c9a589453bf351f1731cfbac464

@ -1,27 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/febootstrap/febootstrap-3.9.ebuild,v 1.1 2011/12/10 20:02:54 maksbotan Exp $
EAPI="4"
AUTOTOOLS_IN_SOURCE_BUILD=1
inherit autotools-utils
DESCRIPTION="Bootstrapping tool for creating supermin appliances"
HOMEPAGE="http://people.redhat.com/~rjones/febootstrap/"
SRC_URI="http://people.redhat.com/~rjones/${PN}/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-lang/ocaml[ocamlopt]
dev-ml/findlib
dev-lang/perl
sys-fs/e2fsprogs
sys-libs/e2fsprogs-libs
=app-arch/rpm-4*
>=sys-apps/yum-3.2.21"
DEPEND="${RDEPEND}"

@ -0,0 +1,22 @@
See Gentoo bug #322351.
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -101,6 +101,8 @@
${KDEPIMLIBS_INCLUDE_DIRS}
)
+# Pull in ARM configuration options if needed
+STRING(REGEX MATCH "PyQt_qreal_double" SIP_ARM_HACK ${PYQT4_SIP_FLAGS} "")
set(SIP_INCLUDES ${PYQT4_SIP_DIR} sip)
set(SIP_CONCAT_PARTS 8)
if (WIN32)
@@ -108,7 +110,7 @@
else ()
set(SIP_TAGS ALL WS_X11 ${PYQT4_VERSION_TAG})
endif ()
-set(SIP_DISABLE_FEATURES VendorID PyQt_NoPrintRangeBug)
+set(SIP_DISABLE_FEATURES VendorID PyQt_NoPrintRangeBug ${SIP_ARM_HACK})
# Use an extra option when compiling on Python 3.
if (PYTHON_VERSION_MAJOR GREATER 2)

@ -1,22 +0,0 @@
diff -Naur pykde4-4.4.3.orig/python/pykde4/CMakeLists.txt pykde4-4.4.3/python/pykde4/CMakeLists.txt
--- pykde4-4.4.3.orig/python/pykde4/CMakeLists.txt 2010-03-29 14:57:40.000000000 +0200
+++ pykde4-4.4.3/python/pykde4/CMakeLists.txt 2010-05-31 15:49:17.095615617 +0200
@@ -75,6 +75,9 @@
${KDEPIMLIBS_INCLUDE_DIRS}
)
+# Pull in ARM configuration options if needed
+STRING(REGEX MATCH "PyQt_qreal_double" SIP_ARM_HACK ${PYQT4_SIP_FLAGS} "")
+
SET(SIP_INCLUDES ${PYQT4_SIP_DIR} sip)
SET(SIP_CONCAT_PARTS 8)
IF (WIN32)
@@ -82,7 +85,7 @@
ELSE (WIN32)
SET(SIP_TAGS ALL WS_X11 ${PYQT4_VERSION_TAG})
ENDIF (WIN32)
-SET(SIP_DISABLE_FEATURES VendorID PyQt_NoPrintRangeBug)
+SET(SIP_DISABLE_FEATURES VendorID PyQt_NoPrintRangeBug ${SIP_ARM_HACK})
# Use an extra option when compiling on Python 3.
IF (PYTHON_3)

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.10.1.ebuild,v 1.5 2013/04/02 20:51:13 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.10.1.ebuild,v 1.6 2013/04/12 14:06:12 kensington Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
@ -58,7 +58,7 @@ src_prepare() {
fi
# See bug 322351
use arm && epatch "${FILESDIR}/${PN}-4.4.4-arm-sip.patch"
use arm && epatch "${FILESDIR}/${PN}-4.10.1-arm-sip.patch"
sed -e 's/kpythonpluginfactory /kpython${PYTHON_SHORT_VERSION}pluginfactory /g' \
-i kpythonpluginfactory/CMakeLists.txt || die

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.10.2.ebuild,v 1.1 2013/04/06 00:04:40 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.10.2.ebuild,v 1.2 2013/04/12 14:06:12 kensington Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} )
@ -58,7 +58,7 @@ src_prepare() {
fi
# See bug 322351
use arm && epatch "${FILESDIR}/${PN}-4.4.4-arm-sip.patch"
use arm && epatch "${FILESDIR}/${PN}-4.10.1-arm-sip.patch"
sed -e 's/kpythonpluginfactory /kpython${PYTHON_SHORT_VERSION}pluginfactory /g' \
-i kpythonpluginfactory/CMakeLists.txt || die

@ -0,0 +1,73 @@
Software End User License Agreement ("EULA")
* This EULA applies to all versions of GIMPS Prime95 and MPrime
software and source code ("Software").
* Software is free to download and use indefinitely on any computer(s)
you own or for which you have permission and authority to install
and run Software. Software is not export-restricted.
* To use the Software you agree to be bound by this EULA and the Terms
and Conditions of Use.
* GIMPS reserves the right to change this EULA without notice and with
reasonable retroactive effect. Last updated 15 October 2008.
* GIMPS not responsible for any damages or losses arising from use of
Software. SOFTWARE AND INFORMATION IS PROVIDED "AS IS" WITHOUT
WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS
FOR A PARTICULAR PURPOSE.
Terms and Conditions of Use ("TCU")
* GIMPS participation is free of charge and open to the public
internationally.
* Web Site. The GIMPS "Web Site" is understood to include all
Mersenne.org Internet web site domains, web content and services,
PrimeNet APIs, data, downloads, etc., regardless of means of access.
* Non-Participants. Viewing the Web Site does not necessarily make you
a Participant; non-Participants are not bound by this TCU.
* Participation Constitutes Agreement. "Participant" is understood to
be an individual person, or a single individual person designated as
the authorized representative of any group, team, organization or
legal entity, who personally, or whose computer(s), accesses and/or
communicates with the Web Site to perform, or cause to perform,
mathematical calculations that are, or typically, systematically
organized by GIMPS. This includes, but is not restricted to, use of
Prime95, MPrime, GLucas, or similar software, automatically over the
Internet or using the Web Site (manual testing forms, reports, APIs,
etc.), to get data or work assignments or to upload results or other
data. Participation constitutes agreement with the TCU by that
individual and any group, team, organization or legal entity the
Participant represents.
* Participant Identifiers. Participant's user ID, password and email
address are the primary unique identifiers used by GIMPS to
communicate and confirm Participant's identity. Secondary
identifiers may include unique computer identifiers known as a
"GUID". The "Anonymous" or "ANONYMOUS" user ID is owned by GIMPS,
but may be used by Participants who do not wish to be publically
identified.
* Award Rules. Participant agrees to the Research Discovery Award
Rules [1].
* Award Refusal. Participant may at their option decline any award.
Research Discovery Award Rules apply even if an award is unclaimed
or optionally declined by the Participant.
* Data Ownership and Privacy. GIMPS owns all collected data, and may
publish or make available certain limited subset(s) of that data for
public reference, excluding personally identifiable data according
to the Privacy Policy [2]. Examples of published data are stats,
standings, charts and other derived charts or tables.
* Disclaimer. GIMPS is not responsible for any losses due to Web Site
errors, electronic transmission errors, omissions or unauthorized
disclosures, failure of any software to correctly find and timely
report a new prime number, or any other research discovery, or for
someone "poaching" or "stealing" your assignment (performing work on
it without it being assigned to them by GIMPS) and subsequently
making a discovery.
* Terms and Conditions of Use Changes. GIMPS reserves the right to
change this TCU without notice. Last updated 15 October 2008.
* Jurisdiction. Jurisdiction of law shall be the State of California
and the United States of America. Participant agrees to settle all
disputes through a good faith effort directly with GIMPS officers
and directors, or as a last resort, by third-party binding
arbitration through a certified arbitrator of GIMPS' choosing.
[1] http://mersenne.org/legal/#rules
[2] http://mersenne.org/legal/#privacy

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-3.3.0.ebuild,v 1.8 2013/04/02 11:22:34 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-client/sylpheed/sylpheed-3.3.0.ebuild,v 1.9 2013/04/12 17:19:34 ago Exp $
EAPI="4"
@ -12,7 +12,7 @@ SRC_URI="http://sylpheed.sraoss.jp/${PN}/v${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="crypt ipv6 ldap nls oniguruma pda spell ssl xface"
CDEPEND="x11-libs/gtk+:2

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-17.0.5.ebuild,v 1.3 2013/04/09 16:06:17 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-17.0.5.ebuild,v 1.4 2013/04/12 15:01:25 ago Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@ -31,7 +31,7 @@ inherit flag-o-matic toolchain-funcs mozconfig-3 makeedit multilib autotools pax
DESCRIPTION="Thunderbird Mail Client"
HOMEPAGE="http://www.mozilla.com/en-US/thunderbird/"
KEYWORDS="~alpha amd64 ~arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
KEYWORDS="~alpha amd64 arm ~ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux"
SLOT="0"
LICENSE="MPL-2.0 GPL-2 LGPL-2.1"
IUSE="bindist gconf +crypt +jit +ipc ldap +lightning +minimal mozdom selinux"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.10.0.ebuild,v 1.8 2013/04/11 19:30:58 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/postfix-2.10.0.ebuild,v 1.11 2013/04/12 17:22:43 ago Exp $
EAPI=5
inherit eutils multilib ssl-cert toolchain-funcs flag-o-matic pam user versionator
@ -19,7 +19,7 @@ SRC_URI="${MY_URI}/${MY_SRC}.tar.gz
LICENSE="IBM"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
IUSE="+berkdb cdb doc dovecot-sasl hardened ldap ldap-bind memcached mbox mysql nis pam postgres sasl selinux sqlite ssl vda"
DEPEND=">=dev-libs/libpcre-3.4

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.26-r1.ebuild,v 1.10 2013/04/05 18:20:36 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-1.0.26-r1.ebuild,v 1.12 2013/04/12 17:27:26 ago Exp $
EAPI=5
@ -14,7 +14,7 @@ SRC_URI="mirror://alsaproject/lib/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux"
IUSE="doc debug alisp python"
RDEPEND="python? ( ${PYTHON_DEPS} )"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-oss/alsa-oss-1.0.25.ebuild,v 1.7 2013/04/05 18:21:36 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-oss/alsa-oss-1.0.25.ebuild,v 1.9 2013/04/12 17:28:09 ago Exp $
EAPI=4
@ -15,7 +15,7 @@ SRC_URI="mirror://alsaproject/oss-lib/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE="static-libs"
RDEPEND=">=media-libs/alsa-lib-${PV}"

@ -1,2 +1,3 @@
DIST libdiscid-0.2.2.tar.gz 347907 SHA256 974b5d5ab23fb45910a4fe171045a22a749cd8cb9833168f7178839993a58402 SHA512 5a10b16cd3698641276ebb7b9dc9bc4aeeca8afeda2b3850a0c9309fecfcba5d0c0954f7de3e077460bcb409e056e3b69f23aad677f522891751c0edc4b657cd WHIRLPOOL 96329bb6654ef4f1a286b1da3699051a665361db3afba9f2c69affd1fb5d846cb47f5d7c44457a7ae9457594a9c7e2e6485f64de703a4ddc2cbed2025b450b3f
DIST libdiscid-0.3.0.tar.gz 344348 SHA256 94ae143a98fbe74f1ba6c39a8d4f28785cfaa86ef5669b394d4d0baa3138ee53 SHA512 51900e3a22d20041a6bab70ab62ab501523d8d13f459f5af81cbef95f954483ed9bdd86f2167efcad44c3d283a4f26ac0e0fa55609f71fbe7e67435bb9245db9 WHIRLPOOL dcde078f6cde8f58f2bdae1f6675c8104e952876896ccf5852aa22fdb347aa5f84514ba0c9e4755f2776ec8b20036e9b4b3e05c832cd12736b16a963b6c859b3
DIST libdiscid-0.5.0.tar.gz 366828 SHA256 35ef385d2186b73ad69a70a8f956ba09e2b6abe786e680e69d45fa7953790d70 SHA512 c1e7b67968b678464b5fdc4cef4dbe6e4b6af2809b9d140d24913061e27869ea5bfcc417b1fa4ee2ec731842bebe8816c721ca4e20d8051125a300c408a1b679 WHIRLPOOL b47ca921c8ce86e0e05b433edfe29a325b959f637bfe32378dfa8afe43c60b83bf850b3c53f297f7ef7bc6cd02c4fef40d2f2ab5d7a3b0896275a6686ddd51b2

@ -0,0 +1,18 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libdiscid/libdiscid-0.5.0.ebuild,v 1.1 2013/04/12 19:15:11 radhermit Exp $
EAPI=5
inherit autotools-utils
DESCRIPTION="Client library to create MusicBrainz enabled tagging applications"
HOMEPAGE="http://musicbrainz.org/doc/libdiscid"
SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="static-libs"
DOCS=( AUTHORS ChangeLog examples/discid.c README )

@ -2,12 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sound</herd>
<herd>proxy-maintainers</herd>
<maintainer>
<email>marti@juffo.org</email>
<name>Marti Raudsepp</name>
<description>Proxy maintainer</description>
</maintainer>
<longdescription>libdiscid is a C library for creating MusicBrainz DiscIDs
from audio CDs. It reads a CD's table of contents (TOC) and generates an
identifier which can be used to lookup the CD at MusicBrainz.

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.13.ebuild,v 1.6 2013/04/11 19:27:15 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/libdvdcss/libdvdcss-1.2.13.ebuild,v 1.9 2013/04/12 17:25:24 ago Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://www.videolan.org/pub/${PN}/${PV}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="1.2"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="doc static-libs"
RDEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.15.ebuild,v 1.1 2013/04/05 14:58:49 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/libpng/libpng-1.5.15.ebuild,v 1.2 2013/04/12 14:42:58 jer Exp $
EAPI=5
@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz
LICENSE="libpng"
SLOT="0" # SLOT="0/15"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="apng neon static-libs"
RDEPEND="sys-libs/zlib:="

@ -1,2 +1,3 @@
DIST SFML-1.6-sdk-linux-32.tar.gz 12937755 SHA256 b1c18f9b99c54ebb4cd433792f33ed2b85c846cca28eb871a12b3191dc1532f8 SHA512 518121bf05ab8b1f4ad917eaca72951ff870e992f79e2b3da94baad762e7de63ce331cf4cade172e285015fb6fec501e25039c633be2f7b77d77b171dc29cb0a WHIRLPOOL fee6692123c394b4d67d1937756315daf7386bf8d0292bbeb94ba7db53552010e8f92187496ce9b72f6aad4922e5ea5da191ddaf9baf0f96a7b741a1d1d17f2e
DIST libsfml-2.0.tar.gz 9730206 SHA256 389e705d0ed02de1c04ed2e77fb4510072169c5dd4056e260439ac9f1cbcdd04 SHA512 ba624b8ad20e9a6869458e6300a94be314032e95569860b6d315ab84e89963439d665a31c2d886475ffcea419bfc939c93d1d2ca7e33f2ecea679a1bf6acec95 WHIRLPOOL 11da0652174a59c0f62f14dada870635eee4658e2037f249254bf2bf91222d528f440a0d4f1da014784280c2df905f80f9f4680f37b06e280539e81c5eed1bfc
DIST libsfml-2.0_pre20121126.tar.xz 1569992 SHA256 52e2b9e736d48bd1f8d05e04ece6c7e8bfe6675b3d087f48902e8eace682b821 SHA512 058b5bb1b3b6edd77ff374e168a9d6f3b8b3b83ac83609231ce32155f97f82b9e58617622b35190c7d0b308b79e65e2d0cf9f9e1beb6579d3934f68bc7709404 WHIRLPOOL a5b4009b9456aec447ec37db39f1eab44d5239e45d5a0cbcc44f8a85ff52fdceabc9ad9b0d7495dae5e2eeee27e884d9ac59cc427e6f098a86cbb969d0bc95e0

@ -0,0 +1,60 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libsfml/libsfml-2.0.ebuild,v 1.1 2013/04/12 08:01:46 radhermit Exp $
EAPI=5
inherit cmake-utils eutils
MY_P=SFML-${PV}
DESCRIPTION="Simple and Fast Multimedia Library (SFML)"
HOMEPAGE="http://sfml.sourceforge.net/ https://github.com/LaurentGomila/SFML"
SRC_URI="https://github.com/LaurentGomila/SFML/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug doc examples"
RDEPEND="media-libs/freetype:2
media-libs/glew
media-libs/libpng:0=
media-libs/libsndfile
media-libs/mesa
media-libs/openal
sys-libs/zlib
virtual/jpeg
x11-libs/libX11
x11-libs/libXrandr"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"
DOCS="readme.txt"
S=${WORKDIR}/${MY_P}
src_prepare() {
epatch "${FILESDIR}"/${PN}-2.0_pre20121126-no-docs.patch
epatch "${FILESDIR}"/${PN}-2.0_pre20121126-shared-glew.patch
sed -i "s:DESTINATION .*:DESTINATION /usr/share/doc/${PF}:" \
doc/CMakeLists.txt || die
}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use doc SFML_BUILD_DOC)
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
if use examples ; then
docompress -x /usr/share/doc/${PF}/examples
dodoc -r examples
find "${ED}"/usr/share/doc/${PF}/examples -name CMakeLists.txt -delete
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.9 2013/01/06 09:52:42 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/raptor/raptor-2.0.8.ebuild,v 1.11 2013/04/12 17:51:48 ago Exp $
EAPI=4
inherit eutils libtool
@ -14,7 +14,7 @@ SRC_URI="http://download.librdf.org/source/${MY_P}.tar.gz"
LICENSE="Apache-2.0 GPL-2 LGPL-2.1"
SLOT="2"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="+curl debug json static-libs unicode"
RDEPEND="dev-libs/libxml2

@ -1,2 +1 @@
DIST vigra-1.7.1-src.tar.gz 28481160 SHA256 4fe9052085330300f8c8564021b67fc2c5d534132ef29e781d839feb5d5c0ec2 SHA512 20a4053499e22a8f202ae000a8401a9ce19771a58ad1fe21ea961d1bd5cf0ebcd7fbfe81a0bea423fb5e96fd8fb2fb26766a6f33d4c94bca49f75c81ffe92a1f WHIRLPOOL 667545a01a96606400c30d0aa2bcc8b033e8353d032e8efbecf01009ae5359e0aa1f6263841d040cc6f28ebed54e08f06d32888b03faa340e8e5b8a0152d7bf4
DIST vigra-1.8.0-src.tar.gz 29814914 SHA256 fc3a87d220ce23e79d163c58dd280fd534b81a870d2b140f1d072bbc82c78214 SHA512 a7de19bd7e24442fa488053ff16e54c7b1789a2836069a94a2f5a77e8dd7e9aa246667034d582eb98b1b396ffe4f860d1a87436f804d5256e916cc860c973de1 WHIRLPOOL 002d4cb5a74741db53e4215888357a68c39680632059f3e83e1f67e820a99a48b15c0f0ebde5aea8ba50dd53a7c80d4408c1dab32bdfeb6f1c3c95685597f3e0

@ -1,53 +0,0 @@
diff -urN vigra-1.7.1.old/CMakeLists.txt vigra-1.7.1/CMakeLists.txt
--- vigra-1.7.1.old/CMakeLists.txt 2011-03-31 19:32:42.000000000 +0200
+++ vigra-1.7.1/CMakeLists.txt 2011-03-31 19:39:51.000000000 +0200
@@ -38,16 +38,32 @@
##################################################
INCLUDE(VigraFindPackage)
-VIGRA_FIND_PACKAGE(TIFF NAMES libtiff)
-VIGRA_FIND_PACKAGE(JPEG NAMES libjpeg)
-VIGRA_FIND_PACKAGE(PNG)
-VIGRA_FIND_PACKAGE(FFTW3 NAMES libfftw3-3)
+
+option(WITH_TIFF "Enable tiff support" ON)
+option(WITH_JPEG "Enable jpeg support" ON)
+option(WITH_PNG "Enable png support" ON)
+option(WITH_FFTW3 "Enable fftw support" ON)
+option(ENABLE_DOC "Build documentation" ON)
+if(WITH_TIFF)
+ VIGRA_FIND_PACKAGE(TIFF NAMES libtiff)
+endif()
+if(WITH_JPEG)
+ VIGRA_FIND_PACKAGE(JPEG NAMES libjpeg)
+endif()
+if(WITH_PNG)
+ VIGRA_FIND_PACKAGE(PNG)
+endif()
+if(WITH_FFTW3)
+ VIGRA_FIND_PACKAGE(FFTW3 NAMES libfftw3-3)
+endif()
IF(WITH_HDF5)
VIGRA_FIND_PACKAGE(HDF5)
ENDIF()
-FIND_PACKAGE(Doxygen)
-FIND_PACKAGE(PythonInterp)
+IF(ENABLE_DOC)
+ FIND_PACKAGE(Doxygen)
+ FIND_PACKAGE(PythonInterp)
+ENDIF()
IF(WITH_VIGRANUMPY)
FIND_PACKAGE( VIGRANUMPY_DEPENDENCIES )
@@ -267,10 +283,4 @@
MESSAGE( STATUS " vigranumpy will NOT be installed" )
ENDIF()
-IF(NOT TIFF_FOUND OR NOT JPEG_FOUND OR NOT PNG_FOUND OR NOT FFTW3_FOUND OR
- NOT HDF5_FOUND OR NOT VIGRANUMPY_DEPENDENCIES_FOUND)
- MESSAGE( STATUS "" )
- MESSAGE( STATUS "Consider setting DEPENDENCY_SEARCH_PREFIX to find missing libraries" )
-ENDIF()
-
MESSAGE( STATUS "---------------------------------------------------------" )

@ -1,26 +0,0 @@
diff --git a/include/vigra/noise_normalization.hxx b/include/vigra/noise_normalization.hxx
index 8758cde..344a601 100644
--- a/include/vigra/noise_normalization.hxx
+++ b/include/vigra/noise_normalization.hxx
@@ -583,6 +583,9 @@ void noiseVarianceListMedianCut(Vector1 const & noise, Vector2 & clusters,
for(unsigned int k=0; k < clusters.size(); ++k)
{
int k1 = clusters[k][0], k2 = clusters[k][1]-1;
+
+#if 0 // turned the "internal error" in a postcondition message
+ // for the most likely case
std::string message("noiseVarianceListMedianCut(): internal error (");
message += std::string("k: ") + asString(k) + ", ";
message += std::string("k1: ") + asString(k1) + ", ";
@@ -590,6 +593,11 @@ void noiseVarianceListMedianCut(Vector1 const & noise, Vector2 & clusters,
message += std::string("noise.size(): ") + asString(noise.size()) + ", ";
message += std::string("clusters.size(): ") + asString(clusters.size()) + ").";
vigra_invariant(k1 >= 0 && k1 < (int)noise.size() && k2 >= 0 && k2 < (int)noise.size(), message.c_str());
+#endif
+
+ vigra_postcondition(k1 >= 0 && k1 < (int)noise.size() &&
+ k2 >= 0 && k2 < (int)noise.size(),
+ "noiseVarianceClustering(): Unable to find homogeneous regions.");
double diff = noise[k2][0] - noise[k1][0];
if(diff > diffMax)

@ -1,11 +0,0 @@
diff -urN vigra-1.7.1.old/test/utilities/test.cxx vigra-1.7.1/test/utilities/test.cxx
--- vigra-1.7.1.old/test/utilities/test.cxx 2011-09-04 17:13:53.362610527 +0200
+++ vigra-1.7.1/test/utilities/test.cxx 2011-09-04 17:27:55.772600423 +0200
@@ -33,6 +33,7 @@
/* */
/************************************************************************/
+#include <cstddef>
#include <iostream>
#include <iterator>
#include "unittest.hxx"

@ -1,40 +0,0 @@
--- a/include/vigra/sifImport.hxx 2011-04-10 09:36:12.735845000 -0500
+++ b/include/vigra/sifImport.hxx 2011-04-10 09:36:41.805845002 -0500
@@ -58,6 +58,7 @@
#include <cstring>
#include <vector>
#include "vigra/multi_array.hxx"
+#include <cstddef>
namespace vigra {
@ -43,6 +43,7 @@
#include <set>
#include <list>
#include <numeric>
+#include <stddef.h>
#include "mathutil.hxx"
#include "array_vector.hxx"
#include "sized_int.hxx"
diff -baur vigra-1.7.1.old/include/vigra/sifImport.hxx vigra-1.7.1/include/vigra/sifImport.hxx
--- vigra-1.7.1.old/include/vigra/sifImport.hxx 2010-12-03 17:40:34.000000000 +0000
+++ vigra-1.7.1/include/vigra/sifImport.hxx 2011-01-28 00:23:31.000000000 +0000
@@ -57,6 +57,7 @@
#include <fstream>
#include <cstring>
#include <vector>
+#include <stddef.h>
#include "vigra/multi_array.hxx"
namespace vigra {
diff -baur vigra-1.7.1.old/include/vigra/multi_iterator.hxx vigra-1.7.1/include/vigra/multi_iterator.hxx
--- vigra-1.7.1.old/include/vigra/multi_iterator.hxx 2010-12-03 17:40:34.000000000 +0000
+++ vigra-1.7.1/include/vigra/multi_iterator.hxx 2011-01-28 00:23:31.000000000 +0000
@@ -41,6 +41,7 @@
#define VIGRA_MULTI_ITERATOR_HXX
#include <sys/types.h>
+#include <stddef.h>
#include "tinyvector.hxx"
#include "iteratortags.hxx"

@ -1,35 +0,0 @@
diff -urN vigra-1.7.1.old/include/vigra/random_forest/rf_visitors.hxx vigra-1.7.1/include/vigra/random_forest/rf_visitors.hxx
--- vigra-1.7.1.old/include/vigra/random_forest/rf_visitors.hxx 2011-03-31 19:32:42.000000000 +0200
+++ vigra-1.7.1/include/vigra/random_forest/rf_visitors.hxx 2011-03-31 20:15:28.000000000 +0200
@@ -860,6 +860,7 @@
ArrayVector< int> indices;
OOB_Error() : VisitorBase(), oob_breiman(0.0) {}
+#ifdef HasHDF5
void save(std::string filen, std::string pathn)
{
if(*(pathn.end()-1) != '/')
@@ -869,6 +870,7 @@
temp[0] = oob_breiman;
writeHDF5(filename, (pathn + "breiman_error").c_str(), temp);
}
+#endif // HasHDF5
// negative value if sample was ib, number indicates how often.
// value >=0 if sample was oob, 0 means fail 1, corrrect
@@ -1056,6 +1058,7 @@
/** save to HDF5 file
*/
+#ifdef HasHDF5
void save(std::string filen, std::string pathn)
{
if(*(pathn.end()-1) != '/')
@@ -1074,6 +1077,7 @@
temp[0] = oob_per_tree2;
writeHDF5(filename, (pathn + "ulli_error").c_str(), temp);
}
+#endif // HasHDF5
// negative value if sample was ib, number indicates how often.
// value >=0 if sample was oob, 0 means fail 1, corrrect

@ -1,27 +0,0 @@
diff -urN vigra-1.7.1.old/vigranumpy/docsrc/CMakeLists.txt vigra-1.7.1/vigranumpy/docsrc/CMakeLists.txt
--- vigra-1.7.1.old/vigranumpy/docsrc/CMakeLists.txt 2011-09-04 17:13:53.362610527 +0200
+++ vigra-1.7.1/vigranumpy/docsrc/CMakeLists.txt 2011-09-04 17:18:03.282607530 +0200
@@ -1,4 +1,4 @@
-IF(PYTHON_SPHINX)
+IF(PYTHON_SPHINX AND ENABLE_DOC)
# vigranumpy documentation generation using sphinx
IF(DEFINED VIGRANUMPY_DOCDIR)
MESSAGE(SEND_ERROR "VIGRANUMPY_DOCDIR already defined! Please delete from Cache.")
@@ -33,7 +33,7 @@
${VIGRANUMPY_DOCDIR}
COMMENT "Generating vigranumpy documentation")
-ELSE(PYTHON_SPHINX)
+ELSE(PYTHON_SPHINX AND ENABLE_DOC)
# no vigranumpy documentation if sphinx not available
ADD_CUSTOM_TARGET (doc_python
${CMAKE_COMMAND} -E echo
@@ -41,7 +41,7 @@
"(sphinx-build not found)"
VERBATIM)
-ENDIF(PYTHON_SPHINX)
+ENDIF(PYTHON_SPHINX AND ENABLE_DOC)
ADD_DEPENDENCIES(doc_python vigranumpy)
ADD_DEPENDENCIES(doc_python doc_cpp)

@ -1,36 +0,0 @@
# HG changeset patch
# User Ullrich Koethe <ullrich.koethe@iwr.uni-heidelberg.de>
# Date 1299851742 -3600
# Node ID c3a55cf81b34ae5e71e14b1dc90ece7e646a02dd
# Parent 90494fd71974b95c61181a47580f4d1f02642723
update for libpng 1.5 (fix by Mark Brand, mingw-cross-env)
diff -r 90494fd71974 -r c3a55cf81b34 src/impex/png.cxx
--- a/src/impex/png.cxx Thu Mar 10 18:47:50 2011 +0100
+++ b/src/impex/png.cxx Fri Mar 11 14:55:42 2011 +0100
@@ -320,7 +320,11 @@
#if (PNG_LIBPNG_VER > 10008) && defined(PNG_READ_iCCP_SUPPORTED)
char * dummyName;
int dummyCompType;
+#if (PNG_LIBPNG_VER < 10500)
char * profilePtr;
+#else
+ png_byte * profilePtr;
+#endif
png_uint_32 profileLen;
if (png_get_valid( png, info, PNG_INFO_iCCP )) {
png_get_iCCP(png, info, &dummyName, &dummyCompType, &profilePtr, &profileLen) ;
@@ -593,7 +597,11 @@
// set icc profile
if (iccProfile.size() > 0) {
png_set_iCCP(png, info, (png_charp)("icc"), 0,
+#if (PNG_LIBPNG_VER < 10500)
(png_charp)iccProfile.begin(), (png_uint_32)iccProfile.size());
+#else
+ (png_byte*)iccProfile.begin(), (png_uint_32)iccProfile.size());
+#endif
}
#endif

@ -1,123 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/vigra/vigra-1.7.1-r1.ebuild,v 1.13 2012/07/04 09:05:57 jdhore Exp $
EAPI=4
PYTHON_DEPEND="python? 2:2.6"
PYTHON_USE_WITH_OPT="python"
PYTHON_USE_WITH="threads xml"
MY_P=${P}-src
inherit base cmake-utils multilib python
DESCRIPTION="C++ computer vision library with emphasize on customizable algorithms and data structures"
HOMEPAGE="http://hci.iwr.uni-heidelberg.de/vigra/"
SRC_URI="http://hci.iwr.uni-heidelberg.de/vigra/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc +fftw +hdf5 +jpeg +png +python test +tiff"
RDEPEND="
dev-libs/boost[python?]
fftw? ( >=sci-libs/fftw-3 )
hdf5? ( sci-libs/hdf5 )
jpeg? ( virtual/jpeg )
png? ( media-libs/libpng:0 )
tiff? ( media-libs/tiff:0 )
"
DEPEND="${RDEPEND}
doc? (
app-doc/doxygen
python? ( dev-python/sphinx )
)
test? (
python? ( dev-python/nose )
)
"
PATCHES=(
"${FILESDIR}/1.7.1-png-1.5.patch"
"${FILESDIR}/1.7.1-automagicness.patch"
"${FILESDIR}/1.7.1-hdf5.patch"
"${FILESDIR}/1.7.1-gcc4.6.patch"
"${FILESDIR}/1.7.1-numpy_doc.patch"
"${FILESDIR}/1.7.1-fix-tests.patch"
"${FILESDIR}/1.7.1-fix-nosetest.patch"
)
REQUIRED_USE="
doc? ( hdf5 fftw )
python? ( hdf5 )
test? ( hdf5 python fftw )
"
CMAKE_IN_SOURCE_BUILD=1
DOCS=(README.txt)
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
base_src_prepare
# Don't build nor install API docs when not requested
use doc || sed -e '/ADD_SUBDIRECTORY(docsrc)/d' -i CMakeLists.txt || die
}
src_configure() {
local libdir=$(get_libdir)
# required for ddocdir
_check_build_dir init
# vigranumpy needs python and if enabled it ooms
# doc needs doxygen and python
# walgrind no use for us since we restrict test
# $(cmake-utils_use_with valgrind VALGRIND)
local mycmakeargs=(
"-DDOCDIR=${CMAKE_BUILD_DIR}/doc"
"-DLIBDIR_SUFFIX=${libdir/lib}"
"-DDOCINSTALL=share/doc/${PF}"
"-DWITH_VALGRIND=OFF"
$(cmake-utils_use_with python VIGRANUMPY)
$(cmake-utils_use_with png)
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with tiff)
$(cmake-utils_use_with fftw FFTW3)
$(cmake-utils_use_with hdf5)
$(cmake-utils_use_build test TESTING)
$(cmake-utils_use test CREATE_CTEST_TARGETS)
$(cmake-utils_use test AUTOBUILD_TESTS)
)
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
use doc && cmake-utils_src_make doc
}
src_install() {
cmake-utils_src_install
# drop useless cmake files from libdir
rm -rf "${ED}"/usr/$(get_libdir)/${PN}/
}
src_test() { : ; }
# bug 390447
pkg_postinst() {
use python && python_mod_optimize vigra
}
pkg_postrm() {
use python && python_mod_cleanup vigra
}

@ -1,100 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/vigra/vigra-1.7.1.ebuild,v 1.12 2012/02/19 22:46:18 dilfridge Exp $
EAPI=4
MY_P=${P}-src
inherit base cmake-utils multilib
DESCRIPTION="C++ computer vision library with emphasize on customizable algorithms and data structures"
HOMEPAGE="http://hci.iwr.uni-heidelberg.de/vigra/"
SRC_URI="http://hci.iwr.uni-heidelberg.de/vigra/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 ~sparc x86"
IUSE="doc +fftw +hdf5 +jpeg +png +python test +tiff"
RDEPEND="
dev-libs/boost[python?]
fftw? ( >=sci-libs/fftw-3 )
hdf5? ( sci-libs/hdf5 )
jpeg? ( virtual/jpeg )
png? ( media-libs/libpng )
python? (
|| ( dev-lang/python:2.6 dev-lang/python:2.7 )
)
tiff? ( media-libs/tiff )
"
DEPEND="${RDEPEND}
doc? (
app-doc/doxygen
python? ( dev-python/sphinx )
)
test? (
python? ( dev-python/nose )
)
"
PATCHES=(
"${FILESDIR}/1.7.1-png-1.5.patch"
"${FILESDIR}/1.7.1-automagicness.patch"
"${FILESDIR}/1.7.1-hdf5.patch"
"${FILESDIR}/1.7.1-gcc4.6.patch"
"${FILESDIR}/1.7.1-numpy_doc.patch"
"${FILESDIR}/1.7.1-fix-tests.patch"
"${FILESDIR}/1.7.1-fix-nosetest.patch"
)
REQUIRED_USE="
doc? ( hdf5 fftw )
python? ( hdf5 )
test? ( hdf5 python fftw )
"
CMAKE_IN_SOURCE_BUILD=1
src_configure() {
local libdir=$(get_libdir)
# required for ddocdir
_check_build_dir init
# vigranumpy needs python and if enabled it ooms
# doc needs doxygen and python
# walgrind no use for us since we restrict test
# $(cmake-utils_use_with valgrind VALGRIND)
local mycmakeargs=(
"-DDOCDIR=${CMAKE_BUILD_DIR}/doc"
"-DLIBDIR_SUFFIX=${libdir/lib}"
"-DDOCINSTALL=share/doc/${PF}"
"-DWITH_VALGRIND=OFF"
$(cmake-utils_use_with python VIGRANUMPY)
$(cmake-utils_use_enable doc DOC)
$(cmake-utils_use_with png)
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with tiff)
$(cmake-utils_use_with fftw FFTW3)
$(cmake-utils_use_with hdf5)
$(cmake-utils_use_build test TESTING)
$(cmake-utils_use test CREATE_CTEST_TARGETS)
$(cmake-utils_use test AUTOBUILD_TESTS)
)
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
use doc && cmake-utils_src_make doc
}
src_install() {
cmake-utils_src_install
# drop useless cmake files from libdir
rm -rf "${ED}"/usr/$(get_libdir)/${PN}/
}
src_test() { : ; }
# bug 390447

@ -0,0 +1,111 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/vigra/vigra-1.8.0-r1.ebuild,v 1.1 2013/04/12 07:52:53 ssuominen Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads,xml"
# This ebuild could use python-r1 in the future when upstream gets Python 3.x
# support working
inherit cmake-utils eutils multilib python-single-r1
MY_P=${P}-src
DESCRIPTION="C++ computer vision library with emphasize on customizable algorithms and data structures"
HOMEPAGE="http://hci.iwr.uni-heidelberg.de/vigra/"
SRC_URI="http://hci.iwr.uni-heidelberg.de/vigra/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc +fftw +hdf5 +jpeg openexr +png +python test +tiff"
# Pull in dev-lang/python:2.7 for vigra-config which is always installed
RDEPEND="dev-lang/python:2.7
>=dev-libs/boost-1.52.0-r6[python?,${PYTHON_USEDEP}]
fftw? ( sci-libs/fftw:3.0 )
hdf5? ( sci-libs/hdf5 )
jpeg? ( virtual/jpeg )
openexr? ( media-libs/openexr:= )
png? ( media-libs/libpng:0= )
python? ( ${PYTHON_DEPS} )
tiff? ( media-libs/tiff:0= )"
DEPEND="${RDEPEND}
doc? (
app-doc/doxygen
python? ( >=dev-python/sphinx-1.1.3-r5[${PYTHON_USEDEP}] )
)
test? (
python? ( >=dev-python/nose-1.1.2-r1[${PYTHON_USEDEP}] )
)"
REQUIRED_USE="doc? ( hdf5 fftw )
python? ( hdf5 )
test? ( hdf5 python fftw )"
CMAKE_IN_SOURCE_BUILD=1
DOCS=( README.txt )
pkg_setup() {
use python && python-single-r1_pkg_setup
}
src_prepare() {
epatch \
"${FILESDIR}"/${P}-automagicness.patch \
"${FILESDIR}"/${P}-numpy_doc.patch \
"${FILESDIR}"/${P}-gcc47.patch
# Don't build nor install API docs when not requested
use doc || { sed -i -e '/ADD_SUBDIRECTORY(docsrc)/d' CMakeLists.txt || die; }
# Don't use python_fix_shebang because we can't put this behind USE="python"
sed -i -e '/env/s:python:python2:' config/vigra-config.in || die
}
src_configure() {
local libdir=$(get_libdir)
# required for ddocdir
_check_build_dir init
# vigranumpy needs python and if enabled it ooms
# doc needs doxygen and python
# walgrind no use for us since we restrict test
# $(cmake-utils_use_with valgrind VALGRIND)
local mycmakeargs=(
-DDOCDIR="${CMAKE_BUILD_DIR}"/doc
-DLIBDIR_SUFFIX=${libdir/lib}
-DDOCINSTALL=share/doc/${PF}
-DWITH_VALGRIND=OFF
$(cmake-utils_use_with python VIGRANUMPY)
$(cmake-utils_use_with png)
$(cmake-utils_use_with jpeg)
$(cmake-utils_use_with openexr)
$(cmake-utils_use_with tiff)
$(cmake-utils_use_with fftw FFTW3)
$(cmake-utils_use_with hdf5)
$(cmake-utils_use_build test TESTING)
$(cmake-utils_use test CREATE_CTEST_TARGETS)
$(cmake-utils_use test AUTOBUILD_TESTS)
)
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
use doc && cmake-utils_src_make doc
}
src_test() { :; } #390447
src_install() {
cmake-utils_src_install
use python && python_optimize
# drop useless cmake files from libdir
rm -rf "${ED}"/usr/$(get_libdir)/${PN}
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.26.ebuild,v 1.10 2013/04/05 18:21:58 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/media-plugins/alsa-plugins/alsa-plugins-1.0.26.ebuild,v 1.12 2013/04/12 17:28:31 ago Exp $
EAPI=4
@ -14,7 +14,7 @@ SRC_URI="mirror://alsaproject/plugins/${MY_P}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 sh sparc x86 ~amd64-linux"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~amd64-linux"
IUSE="debug ffmpeg jack libsamplerate pulseaudio speex"
RDEPEND=">=media-libs/alsa-lib-${PV}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.26-r2.ebuild,v 1.10 2013/04/05 18:20:58 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/alsa-utils-1.0.26-r2.ebuild,v 1.12 2013/04/12 17:27:48 ago Exp $
EAPI=5
inherit eutils systemd udev
@ -12,7 +12,7 @@ SRC_URI="mirror://alsaproject/utils/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0.9"
KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 sh sparc x86"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86"
IUSE="doc +libsamplerate minimal +ncurses nls selinux"
COMMON_DEPEND=">=media-libs/alsa-lib-${PV}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/moc/moc-2.5.0_beta1-r1.ebuild,v 1.8 2013/04/05 18:20:03 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/moc/moc-2.5.0_beta1-r1.ebuild,v 1.9 2013/04/12 09:07:49 ago Exp $
EAPI=4
@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.daper.net/pub/soft/moc/unstable/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86"
KEYWORDS="alpha amd64 ppc ppc64 ~sparc x86"
IUSE="aac alsa +cache curl debug ffmpeg flac jack libsamplerate mad +magic modplug musepack
oss sid sndfile speex timidity tremor +unicode vorbis wavpack"

@ -1,4 +1,6 @@
DIST TeamSpeak3-Client-linux_amd64-3.0.10.1.run 32898095 SHA256 dcba7eeb3826b4d020c6a1f7abb2463a372f974ccd2cd71693b391f000943f50 SHA512 12f7cea9f73151e341af89d901d53dac00e8d283666efad666f788ac44f5c0a724e1c0b06b15a76775a19fd9a8dfdb05b6fd49c1709100d536736ba515c89873 WHIRLPOOL 466171cbc71aa1efbdde7a12f8defad7c28c98aee6a98acbab7f436935f42f1a995ebbe7d75ce67886c8e1491b23a8891e4f3caa70a837824d74036647b2ade3
DIST TeamSpeak3-Client-linux_amd64-3.0.10.run 32877660 SHA256 52d1da2d02e3245968058fdd5a8a5c7542964fe18a3bf6e69cb58ede653ea99a SHA512 b449a40c3133cac06177b1cc0912400a85a4b43eb3632d939b954bac7e86f0373738387e82eae6588bd67d85ac1bb1258b70ccf48559e32b8f5c482a349fa98c WHIRLPOOL d10edbf072218e0f5374948bf3f09fd247c0fa90b3ac01bfad37c6c2f64cdb44135305c12f360e8604ec3c35743de120b14f8bc190bf91964e2fa58470000ae3
DIST TeamSpeak3-Client-linux_amd64-3.0.9.2.run 32255440 SHA256 e380bfe465194c2284ab492ec23dec2ecdcace40d0dadc039486d97d48f9c019 SHA512 359c1c3297b21394173598eca3a257fb79519d654ffd827c8859506653683c124bcd87f123f590e565dd1044317029bd851065af357b1ad35fc842d3c1ea5857 WHIRLPOOL ee6295a43f3c523dd2ef2203b61ad055690aff0c804d97e506d882dc35dbd93bf6a1a322b08241eb0bcbd880feb0146a9113aab2396be315b963223fb67dcbc4
DIST TeamSpeak3-Client-linux_x86-3.0.10.1.run 33123806 SHA256 fa9bff06df6df575647bcff6095cb0ac66aed0e112e3cd9d42cafa3c671d0d6d SHA512 c8e9f9dbdcf3bd6ff6080758ae9dc408578a5318fea0dd76ab23ac935e3fceddc0b5954e66de1533837da681e22e6bc91334ccd731d36a41249594dc4528dd67 WHIRLPOOL b9bfb15c7e30df5d724a03a01297941cc6f4533837896a0260a3efd7438736f755e252e2eeb18a6e1bb06f7a9091ff32524109ae5938a98a7c8a5dc06a593190
DIST TeamSpeak3-Client-linux_x86-3.0.10.run 33107071 SHA256 ae1b40a8d5c763d2a2dcbd3036ceeabacd4d233bb59ef231e49d8a5be04e469c SHA512 3607d681eb1c55ee66a9157f06fd22f44ebafa97d2b7aa7d5dd49817381258311e93733ec5af1eba1de3efa51f9fba5cdea4b8098ec3c842583b184afcb53a2a WHIRLPOOL 72f1a696ac910bc7003f0b849a1f7f575f85b20631b0341e98d4467077d017992f7e7350e25fd7880147195bf674c79b938872958064ac6e32d7dc3541c92c87
DIST TeamSpeak3-Client-linux_x86-3.0.9.2.run 32500444 SHA256 df97e3af400bc5b3a3ff656270c3bb6a28b2907d03c38aed6e0cc7c34243301c SHA512 5a090a17986e01a1fe993fb34f9760954ee16dd7c0ddcf4fa8129bb54fb47becdfe731e463254f3330168733a0566aa2171e4ac6d1d95922ca747246278dc3a8 WHIRLPOOL be5ea70844b517f7ec47b00c4212641e842b1ea71c93369d22699ec1d862c0d72df03f334118a01d90c987fe9c075de01c658794a93daeb1006e56e0ccf4f3d4

@ -0,0 +1,48 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/teamspeak-client-bin/teamspeak-client-bin-3.0.10.1.ebuild,v 1.1 2013/04/12 09:16:13 tomwij Exp $
EAPI=5
inherit eutils unpacker
DESCRIPTION="TeamSpeak Client - Voice Communication Software"
HOMEPAGE="http://www.TeamSpeak.com/"
LICENSE="teamspeak3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="mirror strip"
SRC_URI="amd64? ( http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_amd64-${PV/_/-}.run )
x86? ( http://ftp.4players.de/pub/hosted/ts3/releases/${PV}/TeamSpeak3-Client-linux_x86-${PV/_/-}.run )"
RDEPEND="dev-qt/qtcore:4
dev-qt/qtgui:4[accessibility,xinerama]
dev-qt/qtsql:4
sys-libs/glibc
sys-libs/zlib"
S="${WORKDIR}"
src_prepare() {
# Remove the qt-libraries as they just cause trouble with the system's Qt, see bug #328807.
rm libQt* || die "Couldn't remove bundled Qt libraries."
# Rename the tsclient to its shorter version, required by the teamspeak3 script we install.
mv ts3client_linux_* ts3client || die "Couldn't rename ts3client to its shorter version."
}
src_install() {
dodir /opt/teamspeak3-client
insinto /opt/teamspeak3-client
doins -r *
fperms +x /opt/teamspeak3-client/ts3client
exeinto /usr/bin
doexe "${FILESDIR}/teamspeak3"
make_desktop_entry teamspeak3 TeamSpeak3 \
"/opt/teamspeak3-client/pluginsdk/docs/client_html/images/logo.png" \
Network
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.10.7.ebuild,v 1.7 2013/04/11 21:43:24 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/media-video/ffmpeg/ffmpeg-0.10.7.ebuild,v 1.9 2013/04/12 17:26:53 ago Exp $
EAPI="4"
@ -26,7 +26,7 @@ FFMPEG_REVISION="${PV#*_p}"
LICENSE="GPL-2 amr? ( GPL-3 ) encode? ( aac? ( GPL-3 ) )"
SLOT="0"
if [ "${PV#9999}" = "${PV}" ] ; then
KEYWORDS="alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux"
fi
IUSE="
aac aacplus alsa amr bindist +bzip2 cdio celt cpudetection debug

@ -1 +1 @@
Fri, 12 Apr 2013 03:06:55 +0000
Fri, 12 Apr 2013 20:06:56 +0000

@ -1 +1 @@
Fri, 12 Apr 2013 03:06:55 +0000
Fri, 12 Apr 2013 20:06:56 +0000

@ -4,11 +4,11 @@ DESCRIPTION=Allows users or groups to run commands as other users
EAPI=4
HOMEPAGE=http://www.sudo.ws/
IUSE=ldap nls pam offensive selinux skey
KEYWORDS=alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris
KEYWORDS=alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris
LICENSE=ISC BSD
RDEPEND=pam? ( virtual/pam ) skey? ( >=sys-auth/skey-1.1.5-r1 ) ldap? ( >=net-nds/openldap-2.1.30-r1 dev-libs/cyrus-sasl ) sys-libs/zlib selinux? ( sec-policy/selinux-sudo ) ldap? ( dev-lang/perl ) pam? ( sys-auth/pambase ) >=app-misc/editor-wrapper-3 virtual/editor virtual/mta
REQUIRED_USE=pam? ( !skey ) skey? ( !pam )
SLOT=0
SRC_URI=http://www.sudo.ws/sudo/dist/sudo-1.8.6p7.tar.gz ftp://ftp.sudo.ws/pub/sudo/sudo-1.8.6p7.tar.gz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 2b273eea1976cfaed3449345d94331ac multilib ded93e450747134a079e647d888aa80b pam 5c1a9ef4892062f9ec25c8ef7c1f1e52 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=fab891eb0ff8485eb696822c77fff07f
_md5_=1f02fdbe80d7561b24e8abf4520cc9b3

@ -1,11 +1,11 @@
DEFINED_PHASES=compile install unpack
DESCRIPTION=Standard log daemons
HOMEPAGE=http://www.infodrom.org/projects/sysklogd/
KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc x86
KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86
LICENSE=BSD
RDEPEND=dev-lang/perl sys-apps/debianutils
RESTRICT=test
SLOT=0
SRC_URI=http://www.infodrom.org/projects/sysklogd/download/sysklogd-1.5.tar.gz mirror://debian/pool/main/s/sysklogd/sysklogd_1.5-6.diff.gz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=9187f68c1819045b458d26a5028933f4
_md5_=e5998b561a735fb4d1b011b77fc881b5

@ -3,11 +3,11 @@ DEPEND=virtual/pkgconfig
DESCRIPTION=Linux kernel laptop_mode user-space utilities
EAPI=5
HOMEPAGE=http://www.samwel.tk/laptop_mode/
IUSE=+acpi apm bluetooth scsi systemd
IUSE=+acpi apm bluetooth scsi
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=GPL-2
RDEPEND=net-wireless/wireless-tools sys-apps/ethtool sys-apps/hdparm acpi? ( sys-power/acpid ) apm? ( sys-apps/apmd ) bluetooth? ( net-wireless/bluez:= ) scsi? ( sys-apps/sdparm ) systemd? ( sys-apps/systemd )
RDEPEND=net-wireless/wireless-tools sys-apps/ethtool sys-apps/hdparm acpi? ( sys-power/acpid ) apm? ( sys-apps/apmd ) bluetooth? ( net-wireless/bluez:= ) scsi? ( sys-apps/sdparm )
SLOT=0
SRC_URI=http://www.samwel.tk/laptop_mode/tools/downloads/laptop-mode-tools_1.62.tar.gz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 multilib ded93e450747134a079e647d888aa80b systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28
_md5_=3cd62da1131f81c9eb324616be83d5bb
_md5_=66e735a277482850944f356ec97d058c

@ -3,11 +3,11 @@ DEPEND=virtual/pkgconfig
DESCRIPTION=Linux kernel laptop_mode user-space utilities
EAPI=5
HOMEPAGE=http://www.samwel.tk/laptop_mode/
IUSE=+acpi apm bluetooth scsi systemd
IUSE=+acpi apm bluetooth scsi
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=GPL-2
RDEPEND=net-wireless/wireless-tools sys-apps/ethtool sys-apps/hdparm acpi? ( sys-power/acpid ) apm? ( sys-apps/apmd ) bluetooth? ( net-wireless/bluez:= ) scsi? ( sys-apps/sdparm ) systemd? ( sys-apps/systemd )
RDEPEND=net-wireless/wireless-tools sys-apps/ethtool sys-apps/hdparm acpi? ( sys-power/acpid ) apm? ( sys-apps/apmd ) bluetooth? ( net-wireless/bluez:= ) scsi? ( sys-apps/sdparm )
SLOT=0
SRC_URI=http://www.samwel.tk/laptop_mode/tools/downloads/laptop-mode-tools_1.63.tar.gz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 multilib ded93e450747134a079e647d888aa80b systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28
_md5_=c5c813b0d27a732fdd78d5efef92ec4b
_md5_=6736ec264148040b8dbb7d45015be606

@ -3,11 +3,11 @@ DEPEND=virtual/pkgconfig
DESCRIPTION=Linux kernel laptop_mode user-space utilities
EAPI=5
HOMEPAGE=http://www.samwel.tk/laptop_mode/
IUSE=+acpi apm bluetooth scsi systemd
IUSE=+acpi apm bluetooth scsi
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=GPL-2
RDEPEND=net-wireless/wireless-tools sys-apps/ethtool sys-apps/hdparm acpi? ( sys-power/acpid ) apm? ( sys-apps/apmd ) bluetooth? ( net-wireless/bluez:= ) scsi? ( sys-apps/sdparm ) systemd? ( sys-apps/systemd )
RDEPEND=net-wireless/wireless-tools sys-apps/ethtool sys-apps/hdparm acpi? ( sys-power/acpid ) apm? ( sys-apps/apmd ) bluetooth? ( net-wireless/bluez:= ) scsi? ( sys-apps/sdparm )
SLOT=0
SRC_URI=http://www.samwel.tk/laptop_mode/tools/downloads/laptop-mode-tools_1.63.tar.gz
_eclasses_=eutils 36e6377b0e31856b6d62af831661c4f3 multilib ded93e450747134a079e647d888aa80b systemd 0c62b9aceddad24eb96da235b42eded1 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28
_md5_=fa82312883f85272b32894a1a987d0d8
_md5_=837290c1db36d051c7508666574dfb0c

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install postinst prepare pretend test unpack
DEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdbus:4 sys-devel/make >=dev-util/cmake-2.8.9 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-vcs/git
DESCRIPTION=Vrooby, removable device manager for LeechCraft.
EAPI=4
EAPI=5
HOMEPAGE=http://leechcraft.org/
IUSE=debug udisks udisks2
LICENSE=GPL-3
RDEPEND=~app-leechcraft/lc-core-9999 dev-qt/qtdbus:4 udisks? ( sys-fs/udisks:0 ) udisks2? ( sys-fs/udisks:2 )
REQUIRED_USE=^^ ( udisks udisks2 )
REQUIRED_USE=|| ( udisks udisks2 )
SLOT=0
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 cmake-utils bc8bbf26de246f74e2901a3696ad96d6 eutils 36e6377b0e31856b6d62af831661c4f3 flag-o-matic d900015de4e092f26d8c0a18b6bd60de git-2 e92e09651292b1bef5656592364550f7 leechcraft 1f478939dab25982bd1b5ac03a64451f multilib ded93e450747134a079e647d888aa80b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=4ddd8adf2f7d0ea9b36714b5b438a9bc
_md5_=588309da715002e11036a0227c2ba908

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

Loading…
Cancel
Save