Sync with portage [Wed Apr 2 17:47:04 MSK 2014].

mhiretskiy
root 10 years ago
parent f41024fb74
commit acd8f4e871

@ -4,3 +4,4 @@ DIST monit-5.5.1.tar.gz 1260093 SHA256 dbe4b4744a7100e2d5f4eac353dfb2df0549848e2
DIST monit-5.5.tar.gz 1197459 SHA256 8276b060b3f0e6453c9748d421dec044ddae09d3e4c4666e13472aab294d7c53 SHA512 ae5391428417d450d061f4c80f4995f1ea4b83238cd4c1d9813b55cae9e7d6a7b5df22fd97cd73d8a501b3e2e5df7f21caee27aeaf15cadee7bb579c036754b3 WHIRLPOOL 7c7e10b1b9899c8241e0d931cedede2fa302216e691d9523b12bd196f9e1c23d8fd5ad6ec318df9ab75d62c049dc9a078454d7ad40c487b371f69c31c1507d3f
DIST monit-5.6.tar.gz 1263370 SHA256 38e09bd8b39abc59e6b9a9bb7a78f7eac2b02a92f4de1f3a6dc24e84dfedae0d SHA512 36933b6560860eac39421a56726c8748e2ce0f16ee51149828e6ffcb77edf3ce73394c2b58e208f6614712e7c6e0e114bc92e911794503b89793b225199193b8 WHIRLPOOL 9aba45ad39d9e47c964250ad6ef56ff81b1015c2c7878fa16d7e0484592a799e3574b8cbf1d137d02b09f02ecee8b2f3df81633ce1630f1e8add665bbdbe2a1b
DIST monit-5.7.tar.gz 1266763 SHA256 bb250ab011d805b5693972afdf95509e79bb3b390caa763275c9501f74b598a2 SHA512 e76ee9d32b661f603fd24071f00d1ac26e64eed61a2246dcf4b1c6dc6654ab1304b1e6e4d18a100ad3802a1bb1adb2f4d8105e952ef1ae1049d5e6b0b0965368 WHIRLPOOL 2bc4acf1af1d51604cfa07f1b70424c2be22112ba49006b163ec9c8fdf16303465b3ba7e12e973b1940d3374e1e750f7523421cc0d48bcb8e12f31de1fbc066b
DIST monit-5.8.tar.gz 1237958 SHA256 0c00573ebc0156c534a5952f392c2a7bedde194f8261c05497322055938847f5 SHA512 61f2cb4a6b2da8617adfd16ace4d9b246957385109fee9a3312272ac271003cd89a12872ac3a07b0148ad7bdbe544e447745033d2a9fab19908ef19b7a106dda WHIRLPOOL 0eb1f5b778264d7881281f7139037fa07c225a5c7ece7cae2149460036a58c008e16a3d883e1876a2dc08f092900e05d164e37714ec5fc19960d4127e13c6eeb

@ -0,0 +1,49 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/monit-5.8.ebuild,v 1.1 2014/04/02 02:32:01 patrick Exp $
EAPI="2"
inherit systemd
DESCRIPTION="a utility for monitoring and managing daemons or similar programs running on a Unix system."
HOMEPAGE="http://mmonit.com/monit/"
SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux"
IUSE="pam ssl"
RDEPEND="ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
sys-devel/flex
sys-devel/bison
pam? ( virtual/pam )"
src_prepare() {
sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in Makefile.in"
}
src_configure() {
econf $(use_with ssl) $(use_with pam) || die "econf failed"
}
src_compile() {
emake || die "emake failed"
}
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc README*
dohtml -r doc/*
insinto /etc; insopts -m600; doins monitrc || die "doins monitrc failed"
newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit || die "newinitd failed"
systemd_dounit "${FILESDIR}"/${PN}.service || die
}
pkg_postinst() {
elog "Sample configurations are available at:"
elog "http://mmonit.com/monit/documentation/"
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.4.7.ebuild,v 1.4 2014/03/26 21:50:26 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-3.4.7.ebuild,v 1.5 2014/04/02 10:02:45 nimiux Exp $
EAPI=5
inherit eutils multilib systemd
@ -12,7 +12,7 @@ SRC_URI="http://www.balabit.com/downloads/files/syslog-ng/sources/${MY_PV}/sourc
LICENSE="GPL-2+ LGPL-2.1+"
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="caps dbi geoip ipv6 json mongodb +pcre smtp spoof-source ssl systemd tcpd"
RESTRICT="test"

@ -0,0 +1,13 @@
--- a/gtk-splitter.desktop
+++ b/gtk-splitter.desktop
@@ -3,8 +3,8 @@
Name=File Splitter
Comment=GTK+ File Splitter
Exec=gtk-splitter %F
-Icon=gtk-splitter.png
+Icon=/usr/share/pixmaps/gtk-splitter.png
Terminal=false
Type=Application
-Categories=GNOME;Application;Utility;
+Categories=GNOME;Utility;
StartupNotify=true

@ -0,0 +1,41 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1-r1.ebuild,v 1.1 2014/04/02 09:49:55 tomwij Exp $
EAPI="5"
inherit eutils
DESCRIPTION="Split files into smaller pieces and combine them back together."
HOMEPAGE="http://gtk-splitter.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="crypt"
RDEPEND="x11-libs/gtk+:2
virtual/libintl:0
crypt? ( >=app-crypt/mhash-0.8:0 )"
DEPEND="${RDEPEND}
virtual/pkgconfig:*"
src_prepare() {
epatch "${FILESDIR}/"${P}-r1-desktop-QA-fixes.patch
}
src_compile() {
default
if ! use crypt ; then
# configure script only autodetects
sed -i -e 's:-lmhash::' -e 's:-DHAVE_LIBMHASH=1::' src/Makefile || die
fi
}
src_install() {
emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" install
}

@ -1,2 +1,2 @@
DIST obnam_1.6.1.orig.tar.gz 177104 SHA256 69bca2d17d7b4ebc0f2ca15a4d0777e266aa5214a8de1537ecc35f1cadb42510 SHA512 5223dabae927a91825041d755c0c410c9579c946210653b25a8d84dcf8f3c754d3dd460bb097d88a488bd2fb88c7edc8550d74130841e6caf13113ceefe5fffb WHIRLPOOL 6f1fa2be34bead5f2887b505708c9e1ed05dddd457b59362dd166f5be5ef7302a74746a9bfde17eaee142ebdb8389ef8b73281f936a1e80ea161c9b04dc8c0d1
DIST obnam_1.7.2.orig.tar.gz 257675 SHA256 f7431e9d7d2aba7e1dfdc831f796177fb8944725f77c0c2a5558d6ef7733a17c SHA512 f05ca3bc8b8acabf0592353e0e95c742af7e7544e6d91236c54c1f74adb290d969d9afb16d2951c1f522e75e42c7044f30c4932391d29f0f3efb6be2999909f7 WHIRLPOOL 3b891afdc3fd70a96d82e1a84b8b92a68cce5a1410b725444e0c3796a21f6afbc1216d0ea18e0e8ff55e5a6bdee901b2856c5e8c4ac68f7f238a2a98a6600512
DIST obnam_1.7.4.orig.tar.gz 264769 SHA256 9c3ca22f08a3639ec2d5a2cd6291c4c6ac6ec31cdb63c9bd22b379c3cf0af4d4 SHA512 b08bc5256dc5d2fe61920db1dc210e78a46c4baa0ac0ccb3931a15118f147820ed782607af790c7053dcc6a5cbe6f8338b952ee41fe6382fe6429bfe22963717 WHIRLPOOL 65d0f9e539ad208b68e155cd552b4ba8a1f89bd06c10c1fd32caf896082cc0ab781d4200308afd55c38d88dbf45325ec1a710ab07fb7de01e0295d9886fc2d46

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/obnam/obnam-1.7.2.ebuild,v 1.2 2014/03/28 20:24:09 mschiff Exp $
# $Header: /var/cvsroot/gentoo-x86/app-backup/obnam/obnam-1.7.4.ebuild,v 1.1 2014/04/01 20:06:10 mschiff Exp $
EAPI=5

@ -0,0 +1,60 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/graveman/graveman-0.3.12_p5-r2.ebuild,v 1.1 2014/04/02 10:00:36 tomwij Exp $
EAPI="5"
inherit eutils gnome2
DESCRIPTION="Graphical frontend for cdrecord, mkisofs, readcd and sox using GTK+2"
HOMEPAGE="http://graveman.tuxfamily.org/"
SRC_URI="http://graveman.tuxfamily.org/sources/${PN}-${PV/_p/-}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug dvdr flac mp3 nls vorbis"
RDEPEND="app-cdr/cdrdao
>=dev-libs/glib-2.4:2
>=gnome-base/libglade-2.4:2.0
media-libs/libmng
virtual/cdrtools
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-2.4:2
dvdr? ( app-cdr/dvd+rw-tools )
flac? ( media-libs/flac )
mp3? ( media-libs/libid3tag
media-libs/libmad
media-sound/sox )
nls? ( virtual/libintl )
vorbis? (
media-libs/libogg
media-libs/libvorbis
media-sound/sox )"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig
nls? ( sys-devel/gettext )"
S=${WORKDIR}/${P/_p/-}
DOCS="AUTHORS ChangeLog NEWS README* THANKS"
src_prepare() {
epatch "${FILESDIR}"/joliet-long.patch \
"${FILESDIR}"/rename.patch \
"${FILESDIR}"/desktop-entry.patch
if use mp3 || use vorbis; then
epatch "${FILESDIR}"/sox.patch
fi
}
src_configure() {
gnome2_src_configure \
$(use_enable debug) \
$(use_enable flac) \
$(use_enable mp3) \
$(use_enable vorbis ogg)
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.4.15.ebuild,v 1.1 2014/02/14 22:41:38 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ccid/ccid-1.4.15.ebuild,v 1.2 2014/04/01 19:04:15 maekke Exp $
EAPI=5
@ -14,7 +14,7 @@ SRC_URI="http://alioth.debian.org/frs/download.php/file/${STUPID_NUM}/${P}.tar.b
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="twinserial +usb"
RDEPEND=">=sys-apps/pcsc-lite-1.8.3

@ -1,8 +1,8 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r1.ebuild,v 1.2 2009/10/31 00:38:46 ikelos Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack-tables/ophcrack-tables-1.0-r2.ebuild,v 1.1 2014/04/02 10:41:16 tomwij Exp $
EAPI="1"
EAPI="5"
DESCRIPTION="Tables available for ophcrack"
HOMEPAGE="http://ophcrack.sourceforge.net/"
@ -26,12 +26,12 @@ src_unpack() {
table=${i#tables_}
table=${table%.zip}
mkdir "${S}/${table}"
cd "${S}/${table}"
cd $_ || die
unpack "${i}"
done
}
src_install() {
dodir /usr/share/ophcrack/
cp -r "${S}"/* "${D}/usr/share/ophcrack"
cp -r "${S}"/* "${ED}"/usr/share/ophcrack/ || die
}

@ -1,37 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack-tables/ophcrack-tables-1.0.ebuild,v 1.2 2009/10/31 00:38:46 ikelos Exp $
EAPI="1"
DESCRIPTION="Tables available for ophcrack"
HOMEPAGE="http://ophcrack.sourceforge.net/"
SRC_URI="xpfast? ( mirror://sourceforge/ophcrack/tables_xp_free_fast.zip )
xpsmall? ( mirror://sourceforge/ophcrack/tables_xp_free_small.zip )
vistafree? ( mirror://sourceforge/ophcrack/tables_vista_free.zip )"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64 ~ppc"
IUSE="+xpfast xpsmall +vistafree"
DEPEND="app-arch/unzip"
RDEPEND=""
S=${WORKDIR}
src_unpack() {
for i in ${A};
do
table=${i#tables_}
table=${table%.zip}
mkdir "${S}/${table}"
cd "${S}/${table}"
unpack "${i}"
done
}
src_install() {
dodir /usr/share/ophcrack/
cp -r "${S}/*" "${D}/usr/share/ophcrack"
}

@ -0,0 +1,13 @@
--- a/kasumi.desktop.in
+++ b/kasumi.desktop.in
@@ -8,8 +8,8 @@
Comment=Edit Anthy dictionary.
Comment[ja]=Anthy の個人辞書に単語を登録、削除、編集するツールです。
Exec=kasumi
-Icon=kasumi.png
+Icon=/usr/share/pixmaps/kasumi.png
StartupNotify=true
Terminal=false
Type=Application
-Categories=Applications;Settings;
+Categories=Settings;

@ -0,0 +1,33 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.5-r1.ebuild,v 1.1 2014/04/02 10:52:21 tomwij Exp $
EAPI="5"
inherit eutils
DESCRIPTION="Anthy dictionary maintenance tool"
HOMEPAGE="http://kasumi.sourceforge.jp/"
SRC_URI="mirror://sourceforge.jp/${PN}/41436/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="nls"
RDEPEND=">=x11-libs/gtk+-2.6:2
nls? ( virtual/libintl )
virtual/libiconv
>=app-i18n/anthy-6131"
DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )"
src_prepare() {
epatch "${FILESDIR}"/${P}-r1-fix-desktop-QA.patch
}
src_configure() {
econf $(use_enable nls)
}

@ -1 +0,0 @@
DIST prime-el-1.5.1.3.tar.gz 145403 SHA256 5dbc817c58926419da462a58e65086465317411c22f1fe9160c383023f285291 SHA512 12c50f7976df6912ab75026bd2268dcf6640f44f7225f73fb1abbc9487d1e8493777d14798aaa98a31de6aed5e01732ab790161c010192ac05033ab5fa65ebb5 WHIRLPOOL 6bc78c0b50a3e0ec1f6a1153f72b54f73227cca737a67bdb38e7a7e02019db0d4aab9095f9896378098c931264eb9a4dbec18babb5cef861fabeb3db48332199

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>cjk</herd>
<herd>emacs</herd>
</pkgmetadata>

@ -1,44 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/prime-el/prime-el-1.5.1.3.ebuild,v 1.9 2012/10/07 16:11:25 armin76 Exp $
EAPI=4
inherit elisp
MY_P="${P/_p/.}"
DESCRIPTION="PRIME Client for Emacs"
HOMEPAGE="http://taiyaki.org/prime/"
SRC_URI="http://prime.sourceforge.jp/src/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ppc ppc64 x86"
IUSE=""
S="${WORKDIR}/${MY_P}"
SITEFILE="50${PN}-gentoo.el"
DEPEND="app-emacs/apel
app-emacs/mell
dev-libs/suikyo"
RDEPEND="${DEPEND}
>=app-i18n/prime-0.8.6"
src_configure() {
econf --with-prime-initdir=/usr/share/emacs/site-lisp \
--with-prime-docdir=/usr/share/doc/${PF}
}
src_compile() {
default
}
src_install() {
emake DESTDIR="${D}" install install-etc
elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
dodoc AUTHORS ChangeLog README
mv "${D}"/usr/share/doc/${PF}/{emacs,html} || die
}

@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.29-r1.ebuild,v 1.3 2011/03/27 10:31:29 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.29-r2.ebuild,v 1.1 2014/04/02 11:55:44 tomwij Exp $
EAPI="1"
EAPI="5"
inherit eutils
@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.amigaemulator.org/pub/uae/sources/develop/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="sdl alsa scsi"
DEPEND="sdl? ( media-libs/libsdl
@ -27,17 +27,15 @@ DEPEND="sdl? ( media-libs/libsdl
scsi? ( app-cdr/cdrtools )"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/uae-0.8.25-allow_spaces_in_zip_filenames.diff
epatch "${FILESDIR}"/uae-0.8.25-struct_uae_wrong_fields_name.diff
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.8.25-allow_spaces_in_zip_filenames.diff
epatch "${FILESDIR}"/${PN}-0.8.25-struct_uae_wrong_fields_name.diff
epatch "${FILESDIR}"/${PN}-0.8.26-uae_reset_args.diff
cp "${FILESDIR}"/sdlgfx.h "${S}"/src
cp "${FILESDIR}"/sdlgfx.h "${S}"/src || die
}
src_compile() {
src_configure() {
# disabling lots of options, cause many code-paths are broken, these should compile,
# if you want/need other options, please test if they work with other combinations
# before opening a bug
@ -45,15 +43,17 @@ src_compile() {
--without-asciiart --without-sdl-sound --enable-threads \
$(use_with sdl) $(use_with sdl sdl-gfx) \
$(use_with alsa) \
$(use_enable scsi scsi-device) || die "econf failed"
$(use_enable scsi scsi-device)
}
emake -j1 || die "emake failed"
src_compile() {
emake -j1
}
src_install() {
dobin uae readdisk || die
cp docs/unix/README docs/README.unix
rm -r docs/{AmigaOS,BeOS,pOS,translated,unix}
dobin uae readdisk
cp docs/unix/README docs/README.unix || die
rm -r docs/{AmigaOS,BeOS,pOS,translated,unix} || die
dodoc docs/*
insinto /usr/share/uae/amiga-tools

@ -1 +0,0 @@
DIST gtkimprime-0.1.tar.gz 325873 SHA256 cdb992798b8a2ec0dac45f4f7486a14eedea813625bee73b2e50d98217e53202 SHA512 0c5cbbb63d8dd50c1612801cdbb7bb62aab41003dca6328c7d771f112622efa1abc08dd7dc137b449727aed1e9bfb64ce8bd2f8e3ae4717102c3e837fd1d1673 WHIRLPOOL d2288533c2b8073fac7b3fb1b2a4ea720431e1251479a8b00b48b62d1b3d0b69caaae2b4079ecb7285c712de6fe138a68119bc3657e2c0911c0b02dabf8fa964

@ -1,41 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/gtkimprime/gtkimprime-0.1.ebuild,v 1.7 2013/04/21 10:10:12 lxnay Exp $
EAPI="1"
inherit gnome2-utils
DESCRIPTION="Yet another PRIME client for GTK+2"
HOMEPAGE="http://gtkimprime.sourceforge.jp/"
SRC_URI="mirror://sourceforge.jp/gtkimprime/12368/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=">=x11-libs/gtk+-2.4:2
>=app-i18n/prime-0.9.2-r1"
get_gtk_confdir() {
if use amd64 || ( [ "${CONF_LIBDIR}" == "lib32" ] && use x86 ) ; then
echo "/etc/gtk-2.0/${CHOST}"
else
echo "/etc/gtk-2.0"
fi
}
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog README
}
pkg_postinst() {
gnome2_query_immodules_gtk2
}
pkg_postrm() {
gnome2_query_immodules_gtk2
}

@ -1 +0,0 @@
DIST prime-1.0.0.1.tar.gz 300251 SHA256 3f647c98e09146e41d7c387b395788649534c8c8831c406ec3de5d1436ade4b4 SHA512 6cade85ff23ea4e1b7cb089d932de5d6190ec73b3bf4a13a0a5930dd54d66c9abaeb46e41e5e87f39b0bddbc350aacbdafe21279091693fffe32263369e9ce8a WHIRLPOOL ef25a999ee107a6ed88443cdd9ac75d998c47e682765a7b7f93aca2dbf05b7f423c0d4f8c32500e293a11bfd50439ea4a83f4389d81a2b7230d9108a136f00f6

@ -1,14 +0,0 @@
--- prime-1.0.0.1.orig/src/prime.src 2005-03-07 16:51:34.000000000 +0900
+++ prime-1.0.0.1/src/prime.src 2010-05-27 18:44:37.000000000 +0900
@@ -12,8 +12,10 @@
# the GNU General Public License version 2.
#
+require 'rbconfig'
+
PRIME_BINDIR = '%bindir%'
-PRIME_LIBDIR = '%rubydir%'
+PRIME_LIBDIR = Config::CONFIG["sitelibdir"]
$LOAD_PATH.unshift(PRIME_LIBDIR) unless $LOAD_PATH.member?(PRIME_LIBDIR)
require 'getoptlong'

@ -1,12 +0,0 @@
diff -Naur prime-1.0.0.1.orig//src/Makefile.am prime-1.0.0.1//src/Makefile.am
--- prime-1.0.0.1.orig//src/Makefile.am 2004-03-26 02:19:51.000000000 +0900
+++ prime-1.0.0.1//src/Makefile.am 2010-05-27 18:29:20.000000000 +0900
@@ -23,7 +23,7 @@
## FIXME: Consider other commands.
## FIXME: (2004-02-05) <komatsu@taiyaki.org>
-@PRIME_COMMAND@: $(script_sources) Makefile
+$(primelib_SCRIPTS): $(script_sources) Makefile
ruby -e " \
command_suffixes = ['', \
'-userdict-update', '-userdict-convert', \

@ -1,13 +0,0 @@
diff --git a/lib/taiyaki.rb b/lib/taiyaki.rb
index 3c2ca04..83632e4 100644
--- a/lib/taiyaki.rb
+++ b/lib/taiyaki.rb
@@ -12,7 +12,7 @@ $KCODE = 'e'
require 'jcode'
begin
- Kernel::require('progressbar')
+ require('progressbar')
rescue LoadError
$stderr.puts "WARNING:"
$stderr.puts(" The required Ruby library 'progressbar' is not found.")

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>cjk</herd>
</pkgmetadata>

@ -1,60 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/prime/prime-1.0.0.1-r2.ebuild,v 1.7 2013/03/30 18:21:58 jer Exp $
EAPI="3"
# don't work with ruby19
# jruby: sary-ruby issue
# rbx: sary-ruby issue
USE_RUBY="ruby18 ree18"
inherit autotools eutils ruby-ng
DESCRIPTION="Japanese PRedictive Input Method Editor"
HOMEPAGE="http://taiyaki.org/prime/"
SRC_URI="http://prime.sourceforge.jp/src/${P/_/-}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 hppa ppc ppc64 x86"
IUSE=""
ruby_add_bdepend "virtual/rubygems"
ruby_add_rdepend ">=app-dicts/prime-dict-1.0.0
>=dev-libs/suikyo-2.1.0
dev-ruby/ruby-progressbar
dev-ruby/sary-ruby"
S="${WORKDIR}/${P/_/-}"
all_ruby_prepare() {
epatch \
"${FILESDIR}/${P}-parallel.patch" \
"${FILESDIR}/${P}-libdir.patch" \
"${FILESDIR}/${P}-require.patch"
# eautoreconf
}
each_ruby_prepare() {
sed -i -e "s:ruby -r:${RUBY} -r:" acinclude.m4 || die
sed -i -e "s:ruby -e:${RUBY} -e:" src/Makefile.am || die
eautoreconf
}
each_ruby_configure() {
econf \
--with-prime-docdir=/usr/share/doc/${PF}/html \
--with-rubydir=$(ruby_rbconfig_value 'sitelibdir') || die
}
each_ruby_compile() {
emake || die
}
each_ruby_install() {
emake DESTDIR="${D}" install install-etc || die
}
all_ruby_install() {
dodoc AUTHORS ChangeLog NEWS README TODO || die
dohtml -r doc/* || die
}

@ -1 +0,0 @@
DIST scim-prime-1.0.1.tar.gz 556999 SHA256 8ebdebb92d27d161af71621cae9650f839600824bcf41662ad36056f8901626b SHA512 d85ec514d80bdb9fcfe1661e00eb9aaa5487e5e28faeeed0834bee74932330e021062b2dd327099880c9cfe07ee2fd222f2d34af6718c9ade109a9ade5bef9d7 WHIRLPOOL 44d0244f20dc5242394bb9e32d044a2b3aab10adeb4c771431ca1b4c74976f5f2ca82eb7dc2a39cb6c63dc21f1b3cd44d18754910c6f7ba8d875e4646a99d1f0

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>cjk</herd>
</pkgmetadata>

@ -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/app-i18n/scim-prime/scim-prime-1.0.1-r1.ebuild,v 1.6 2013/06/18 04:07:38 mr_bones_ Exp $
EAPI=4
inherit eutils autotools-utils
DESCRIPTION="Japanese input method PRIME IMEngine for SCIM"
HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMPRIME"
SRC_URI="mirror://sourceforge.jp/scim-imengine/29156/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="static-libs"
RDEPEND=">=app-i18n/scim-1.0
>=app-i18n/prime-1.0.0
dev-libs/atk
dev-libs/glib
media-libs/fontconfig
media-libs/freetype
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
x11-libs/pango"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS=( AUTHORS ChangeLog NEWS README TODO )
pkg_postinst() {
elog
elog "To use SCIM, you should use the following in your user startup scripts"
elog "such as .gnomerc or .xinitrc:"
elog
elog "LANG='your_language' scim -d"
elog "export XMODIFIERS=@im=SCIM"
elog "export GTK_IM_MODULE=scim"
elog "export QT_IM_MODULE=scim"
elog
}

@ -1 +1,2 @@
DIST mc-4.8.11.tar.xz 2211144 SHA256 1877ea844f9d71e133b9e03ca3bebcd7b10b9ba5b419b8d268e255816fe1993a SHA512 5afb9e0704b8c0e98cd4787f03baf40131a0ab40027103e42f44b2ebd5b6c33b8702d7f534ca8175f3b8efbb25a04f08f0f51a1eb3a1783a99e6117472344fbc WHIRLPOOL bbe6dbad549f45b9d4aab0985ce9a2c35e42017d2f2020972d27d8d43c66473c49fea8754fd6635195b72e6a531625a28327c0f2aa65f5e79cea0db0d54ea7e6
DIST mc-4.8.12.tar.xz 2237892 SHA256 5f2fd570a798dc0cc06374adffef8ca403588c4e73dfdf908e9a4311718153fe SHA512 f482177fd2a457b75d96b953922f473ad669ae4d83910c0c3d5445dd459fff38c9abdc0b39e531b58692e00beb6cae2ca4858d79f55204105a62889784b1fbd3 WHIRLPOOL 79fa8fef9f1a076588093360a1f1b5f31ad6e88c2de285408c118492f9d1e9d37ab8d36d3d96b3dae29e3d547a5ecca601cf5ef0a49e7d3e6f5c81a8172536ba

@ -0,0 +1,97 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.8.12.ebuild,v 1.1 2014/04/01 18:43:05 slyfox Exp $
EAPI=5
inherit eutils flag-o-matic
MY_P=${P/_/-}
DESCRIPTION="GNU Midnight Commander is a text based file manager"
HOMEPAGE="http://www.midnight-commander.org"
SRC_URI="http://www.midnight-commander.org/downloads/${MY_P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE="+edit gpm mclib nls samba sftp +slang spell test X +xdg"
REQUIRED_USE="spell? ( edit )"
RDEPEND=">=dev-libs/glib-2.8:2
gpm? ( sys-libs/gpm )
kernel_linux? ( sys-fs/e2fsprogs )
samba? ( net-fs/samba )
sftp? ( net-libs/libssh2 )
slang? ( >=sys-libs/slang-2 )
!slang? ( sys-libs/ncurses )
spell? ( app-text/aspell )
X? ( x11-libs/libX11
x11-libs/libICE
x11-libs/libXau
x11-libs/libXdmcp
x11-libs/libSM )"
DEPEND="${RDEPEND}
app-arch/xz-utils
virtual/pkgconfig
nls? ( sys-devel/gettext )
test? ( dev-libs/check )
"
[[ -n ${LIVE_EBUILD} ]] && DEPEND="${DEPEND} dev-vcs/cvs" # needed only for SCM source tree (autopoint uses cvs)
src_prepare() {
[[ -n ${LIVE_EBUILD} ]] && ./autogen.sh
}
S=${WORKDIR}/${MY_P}
src_configure() {
local myscreen=ncurses
use slang && myscreen=slang
[[ ${CHOST} == *-solaris* ]] && append-ldflags "-lnsl -lsocket"
local homedir=".mc"
use xdg && homedir="XDG"
econf \
--disable-silent-rules \
--disable-dependency-tracking \
$(use_enable nls) \
--enable-vfs \
$(use_enable kernel_linux vfs-undelfs) \
--enable-charset \
$(use_with X x) \
$(use_enable samba vfs-smb) \
$(use_enable sftp vfs-sftp) \
$(use_enable spell aspell) \
$(use_with gpm gpm-mouse) \
--with-screen=${myscreen} \
$(use_with edit internal-edit) \
$(use_enable mclib) \
$(use_enable test tests) \
--with-homedir=${homedir}
}
src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS README NEWS
# fix bug #334383
if use kernel_linux && [[ ${EUID} == 0 ]] ; then
fowners root:tty /usr/libexec/mc/cons.saver
fperms g+s /usr/libexec/mc/cons.saver
fi
if ! use xdg ; then
sed 's@MC_XDG_OPEN="xdg-open"@MC_XDG_OPEN="/bin/false"@' \
-i "${ED}"/usr/libexec/mc/ext.d/*.sh || die
fi
}
pkg_postinst() {
elog "To enable exiting to latest working directory,"
elog "put this into your ~/.bashrc:"
elog ". ${EPREFIX}/usr/libexec/mc/mc.sh"
}

@ -4,3 +4,4 @@ DIST sphinx-2.0.10-release.tar.gz 2016687 SHA256 efc9e90d1edec4f159846c8d4ca8839
DIST sphinx-2.0.9-release.tar.gz 1996939 SHA256 c4fb5d7951bc0831e46f102d17b5f32bbde11434ce3b00b20531dfe9e646869d SHA512 92fc7e3808f4b2fcdc47b510951cd6111e235e8cefa9f4046cd1943fe7161421495a858125c2f1416e893698d78dc83aeb57ea590dca6e4f9e95b6baaaa5f06d WHIRLPOOL 360c884205b8d78024bd8713c33bb4ad6773a5c15253121cfd093149b544162f5fbf02a0698476035d831f915317841acd871622a69692a9c1f212f4d7b492a9
DIST sphinx-2.1.5-release.tar.gz 2414784 SHA256 a69ed011c0ae993582d5c4cb902469fb4797c26e3143abbad63827f054a19f72 SHA512 eea56c60b84c78cece16b61fd48f7e950ab057b978353fc4ff3df835c9ccc8cbab1764ecd0f2567ea34a4bd9e7762107830e1fcb169cfeb042a7323835fe538a WHIRLPOOL f8b35f411c121233baf99272ba03c9c94a785f930421ac7455c3960b0ed3d833f9642b2d80cb96cfe4ce7779a3072b9dff353ef48253da5cbf14c9be4187ea36
DIST sphinx-2.1.6-release.tar.gz 2429835 SHA256 f59e5e07ce91ed6010b98b1d841def14648a6cc6983a1ddb68b5f8059b380c35 SHA512 d2ecdff0dc4f384e64c00f2f5f11a3e6953e794e4c923ead52bdc2ea2c33d58bbee937b0472127637f297326ea4904a264ac5068c1d6b3f108d14d26d4fcb53c WHIRLPOOL 75167ece6f64d76c7acb9364e241e730c9acb980a05091efd1f70fee24eaf30928969e392e7cb1f7b55490fd40aaca83411a5252f05a9837806dcdf0a1041e0c
DIST sphinx-2.1.7-release.tar.gz 2439971 SHA256 3662f29ba74ec048d2031b4034af4c879b66fd10f082aa6d3dd85b0a49d95fa2 SHA512 6ce1f9ab78572ef6d9209ead27e949558018f954ac363c078061949b71bdc3a1d380046d9534e67653719966a8146c647fc2ecf823babf8a22f22a1e25671634 WHIRLPOOL 45d28f2c42b365f7fda6ae2e4f4c6654edcc059dfdb336181e5ae93ccc2fa484029168cb63dd3d3f0a1ddbc5a954f754f0e0511d391920daab85e00833bbf229

@ -0,0 +1,90 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-2.1.7.ebuild,v 1.1 2014/04/02 05:53:11 graaff Exp $
EAPI=5
inherit eutils autotools toolchain-funcs
#MY_P=${P/_/-}
MY_P=${P}-release
DESCRIPTION="Full-text search engine with support for MySQL and PostgreSQL"
HOMEPAGE="http://www.sphinxsearch.com/"
SRC_URI="http://sphinxsearch.com/files/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
IUSE="debug id64 mysql odbc postgres stemmer syslog test xml"
RDEPEND="mysql? ( virtual/mysql )
postgres? ( dev-db/postgresql-base )
odbc? ( dev-db/unixODBC )
stemmer? ( dev-libs/snowball-stemmer )
xml? ( dev-libs/expat )
virtual/libiconv"
S=${WORKDIR}/${MY_P}
src_prepare() {
epatch "${FILESDIR}"/${PN}-2.0.1_beta-darwin8.patch
# drop nasty hardcoded search path breaking Prefix
# We patch configure directly since otherwise we need to run
# eautoreconf twice and that causes problems, bug 425380
sed -i -e 's/\/usr\/local\//\/someplace\/nonexisting\//g' configure || die
# Fix QA compilation warnings.
sed -i -e '19i#include <string.h>' api/libsphinxclient/test.c || die
pushd api/libsphinxclient || die
eautoreconf
popd || die
}
src_configure() {
# fix libiconv detection
use !elibc_glibc && export ac_cv_search_iconv=-liconv
econf \
--sysconfdir="${EPREFIX}/etc/${PN}" \
$(use_enable id64) \
$(use_with debug) \
$(use_with mysql) \
$(use_with odbc unixodbc) \
$(use_with postgres pgsql) \
$(use_with stemmer libstemmer) \
$(use_with syslog syslog) \
$(use_with xml libexpat )
cd api/libsphinxclient || die
econf STRIP=:
}
src_compile() {
emake AR="$(tc-getAR)" || die "emake failed"
emake -j 1 -C api/libsphinxclient || die "emake libsphinxclient failed"
}
src_test() {
elog "Tests require access to a live MySQL database and may require configuration."
elog "You will find them in /usr/share/${PN}/test and they require dev-lang/php"
}
src_install() {
emake DESTDIR="${D}" install || die "install failed"
emake DESTDIR="${D}" -C api/libsphinxclient install || die "install libsphinxclient failed"
dodoc doc/*
dodir /var/lib/sphinx
dodir /var/log/sphinx
newinitd "${FILESDIR}"/searchd.rc searchd
if use test; then
insinto /usr/share/${PN}
doins -r test
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.3-r1.ebuild,v 1.3 2014/03/29 20:54:41 nimiux Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.3-r1.ebuild,v 1.4 2014/04/01 18:57:31 maekke Exp $
EAPI="5"
PYTHON_COMPAT=(python{2_6,2_7,3_2,3_3})
@ -16,7 +16,7 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="linguas_fr linguas_it"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
DEPEND="sys-apps/portage"
RDEPEND="${DEPEND}"

@ -1,8 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p46.ebuild,v 1.1 2014/04/01 06:47:43 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p46-r1.ebuild,v 1.2 2014/04/02 11:38:52 tomwij Exp $
EAPI="1"
EAPI="4"
inherit eutils flag-o-matic toolchain-funcs multilib
@ -41,8 +41,8 @@ DEPEND=">=sys-libs/ncurses-5.2-r2
readline? ( >=sys-libs/readline-6.2 )
nls? ( virtual/libintl )"
RDEPEND="${DEPEND}
!<sys-apps/portage-2.1.6.7_p1
!<sys-apps/paludis-0.26.0_alpha5"
!!<sys-apps/portage-2.1.6.7_p1
!!<sys-apps/paludis-0.26.0_alpha5"
# we only need yacc when the .y files get patched (bash42-005)
DEPEND+=" virtual/yacc"
@ -62,8 +62,9 @@ pkg_setup() {
src_unpack() {
unpack ${MY_P}.tar.gz
cd "${S}"
}
src_prepare() {
# Include official patches
[[ ${PLEVEL} -gt 0 ]] && epatch $(patches -s)
@ -87,7 +88,7 @@ src_unpack() {
epatch_user
}
src_compile() {
src_configure() {
local myconf=()
# For descriptions of these, see config-top.h
@ -135,18 +136,21 @@ src_compile() {
$(use_enable readline history) \
$(use_enable readline bang-history) \
"${myconf[@]}"
emake || die
}
src_compile() {
emake
if use plugins ; then
emake -C examples/loadables all others || die
emake -C examples/loadables all others
fi
}
src_install() {
emake install DESTDIR="${D}" || die
emake install DESTDIR="${D}"
dodir /bin
mv "${D}"/usr/bin/bash "${D}"/bin/ || die
mv "${ED}"/usr/bin/bash "${ED}"/bin/ || die
dosym bash /bin/rbash
insinto /etc/bash
@ -168,12 +172,12 @@ src_install() {
fi
sed -i \
"${sed_args[@]}" \
"${D}"/etc/skel/.bashrc \
"${D}"/etc/bash/bashrc || die
"${ED}"/etc/skel/.bashrc \
"${ED}"/etc/bash/bashrc || die
if use plugins ; then
exeinto /usr/$(get_libdir)/bash
doexe $(echo examples/loadables/*.o | sed 's:\.o::g') || die
doexe $(echo examples/loadables/*.o | sed 's:\.o::g')
insinto /usr/include/bash-plugins
doins *.h builtins/*.h examples/loadables/*.h include/*.h \
lib/{glob/glob.h,tilde/tilde.h}
@ -199,24 +203,24 @@ src_install() {
}
pkg_preinst() {
if [[ -e ${ROOT}/etc/bashrc ]] && [[ ! -d ${ROOT}/etc/bash ]] ; then
mkdir -p "${ROOT}"/etc/bash
mv -f "${ROOT}"/etc/bashrc "${ROOT}"/etc/bash/
if [[ -e ${EROOT}/etc/bashrc ]] && [[ ! -d ${EROOT}/etc/bash ]] ; then
mkdir -p "${EROOT}"/etc/bash
mv -f "${EROOT}"/etc/bashrc "${EROOT}"/etc/bash/
fi
if [[ -L ${ROOT}/bin/sh ]]; then
if [[ -L ${EROOT}/bin/sh ]]; then
# rewrite the symlink to ensure that its mtime changes. having /bin/sh
# missing even temporarily causes a fatal error with paludis.
local target=$(readlink "${ROOT}"/bin/sh)
local tmp=$(emktemp "${ROOT}"/bin)
local target=$(readlink "${EROOT}"/bin/sh)
local tmp=$(emktemp "${EROOT}"/bin)
ln -sf "${target}" "${tmp}"
mv -f "${tmp}" "${ROOT}"/bin/sh
mv -f "${tmp}" "${EROOT}"/bin/sh
fi
}
pkg_postinst() {
# If /bin/sh does not exist, provide it
if [[ ! -e ${ROOT}/bin/sh ]]; then
ln -sf bash "${ROOT}"/bin/sh
if [[ ! -e ${EROOT}/bin/sh ]]; then
ln -sf bash "${EROOT}"/bin/sh
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.5.ebuild,v 1.2 2014/03/28 13:22:06 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-5.0.5.ebuild,v 1.3 2014/04/01 19:03:18 maekke Exp $
EAPI=5
@ -13,7 +13,7 @@ SRC_URI="http://www.zsh.org/pub/${P}.tar.bz2
LICENSE="ZSH gdbm? ( GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-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 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="caps debug doc examples gdbm maildir pcre static unicode"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2014.01.ebuild,v 1.1 2014/01/25 10:33:19 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/u-boot-tools/u-boot-tools-2014.01.ebuild,v 1.2 2014/04/01 19:00:56 maekke Exp $
EAPI="5"
@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
KEYWORDS="~amd64 arm ~x86"
IUSE=""
S=${WORKDIR}/${MY_P}

@ -0,0 +1,70 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/appframework/appframework-1.03-r3.ebuild,v 1.1 2014/04/01 20:47:02 tomwij Exp $
EAPI="5"
JAVA_PKG_IUSE="doc examples source test"
inherit java-pkg-2 java-ant-2
MY_PN="AppFramework"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A small set of Java classes that simplify building desktop applications."
HOMEPAGE="https://appframework.dev.java.net/"
SRC_URI="https://appframework.dev.java.net/downloads/${MY_P}-src.zip"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
COMMON_DEP="dev-java/swing-worker:0"
RDEPEND=">=virtual/jre-1.5
${COMMON_DEP}"
DEPEND=">=virtual/jdk-1.5
dev-java/jnlp-api:0
app-arch/unzip:0
${COMMON_DEP}
test?
(
dev-java/junit:0
dev-java/ant-junit:0
)"
S="${WORKDIR}/${MY_P}"
RESTRICT="test"
EANT_GENTOO_CLASSPATH="swing-worker"
JAVA_ANT_CLASSPATH_TAGS="${JAVA_ANT_CLASSPATH_TAGS} javadoc"
java_prepare() {
rm -v lib/*.jar || die
java-ant_rewrite-classpath
java-ant_rewrite-classpath nbproject/build-impl.xml
}
src_compile() {
EANT_GENTOO_CLASSPATH_EXTRA="$(java-pkg_getjars --build-only jnlp-api)"
java-pkg-2_src_compile
}
src_install() {
java-pkg_newjar "${S}/dist/AppFramework.jar" "${PN}.jar"
use doc && java-pkg_dojavadoc dist/javadoc
use source && java-pkg_dosrc src/org
use examples && java-pkg_doexamples src/examples/*
}
src_test() {
local cp=$(java-pkg_getjars --build-only junit):$(java-pkg_getjars swing-worker)
ANT_TASKS="ant-junit" eant \
-Duser.home="${T}" \
-Drun.test.classpath="${cp}:dist/${MY_PN}.jar:build/test/classes" \
-Dgentoo.classpath="${cp}" test
}

@ -1,13 +1,13 @@
# Copyright 1999-2007 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/rome/rome-0.9.ebuild,v 1.6 2007/08/03 16:56:53 betelgeuse Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/rome/rome-0.9.ebuild,v 1.7 2014/04/01 15:54:09 tomwij Exp $
JAVA_PKG_IUSE="doc source test"
inherit java-pkg-2 java-ant-2
DESCRIPTION="An open source set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats"
HOMEPAGE="https://rome.dev.java.net/"
DESCRIPTION="Open source Atom/RSS Java utilities that make it easy to work in Java with most syndication formats"
HOMEPAGE="https://java.net/projects/rome"
SRC_URI="https://rome.dev.java.net/source/browse/*checkout*/rome/www/dist/${P}-src.zip"
LICENSE="Apache-2.0"

@ -1,21 +1,24 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/sax/sax-2.2.1-r2.ebuild,v 1.7 2010/01/03 21:32:36 fauli Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/sax/sax-2.2.1-r2.ebuild,v 1.8 2014/04/01 15:56:25 tomwij Exp $
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="SAX is the Simple API for XML, originally a Java-only API. SAX was the first widely adopted API for XML in Java."
DESCRIPTION="Simple API for XML, originally a Java-only API. It was the first widely adopted API for XML in Java."
HOMEPAGE="http://sax.sourceforge.net/"
SRC_URI="mirror://sourceforge/sax/sax2r3.zip"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
DEPEND=">=virtual/jdk-1.4
app-arch/unzip"
RDEPEND=">=virtual/jre-1.4"
S="${WORKDIR}/sax2r3"
@ -31,5 +34,5 @@ src_install() {
dodoc ChangeLog CHANGES README || die
use doc && java-pkg_dojavadoc docs/javadoc
use source && java-pkg_dosrc ${S}/src/*
use source && java-pkg_dosrc "${S}"/src/*
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/tapestry/tapestry-3.0.4-r1.ebuild,v 1.1 2014/03/08 17:55:22 tomwij Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/tapestry/tapestry-3.0.4-r1.ebuild,v 1.2 2014/04/01 15:57:40 tomwij Exp $
EAPI="5"
@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="Tapestry is an open-source framework for creating dynamic, robust, highly scalable web applications in Java."
DESCRIPTION="An open-source framework for creating dynamic, robust, highly scalable web applications in Java."
HOMEPAGE="http://tapestry.apache.org/"
SRC_URI="mirror://apache/${PN}/Tapestry-${PV}-src.zip"

@ -1,12 +1,12 @@
# Copyright 1999-2008 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/xsom/xsom-20060901.ebuild,v 1.7 2008/03/28 18:05:03 nixnut Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-java/xsom/xsom-20060901.ebuild,v 1.8 2014/04/01 16:00:59 tomwij Exp $
JAVA_PKG_IUSE="doc source"
inherit java-pkg-2 java-ant-2
DESCRIPTION="XML Schema Object Model (XSOM) is a Java library that allows applications to easily parse XML Schema documents and inspect information in them."
DESCRIPTION="XML Schema Object Model (XSOM) allows Java apps to easy parse and inspect XML Schema docs."
HOMEPAGE="https://xsom.dev.java.net/"
# Upstream does not have versioned source bundles :|
SRC_URI="mirror://gentoo/xsom-src-${PV}.tar.bz2"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2013.10.1.ebuild,v 1.3 2014/01/09 07:55:34 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2013.10.1.ebuild,v 1.4 2014/04/02 04:50:32 patrick Exp $
EAPI=5
@ -18,7 +18,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND=""
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
dev-lang/perl"
S="${WORKDIR}"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2013.10.ebuild,v 1.3 2014/01/15 03:09:47 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2013.10.ebuild,v 1.4 2014/04/02 04:50:32 patrick Exp $
EAPI=5
@ -18,7 +18,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND=""
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
dev-lang/perl"
S="${WORKDIR}"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2014.01.ebuild,v 1.1 2014/02/18 08:36:53 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2014.01.ebuild,v 1.2 2014/04/02 04:50:32 patrick Exp $
EAPI=5
@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="dev-libs/libuv"
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
dev-lang/perl"
S="${WORKDIR}/MoarVM-${PV}"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2014.02-r1.ebuild,v 1.1 2014/03/17 04:06:02 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2014.02-r1.ebuild,v 1.2 2014/04/02 04:50:32 patrick Exp $
EAPI=5
@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="dev-libs/libuv"
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
dev-lang/perl"
S="${WORKDIR}/MoarVM-${PV}"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2014.02.ebuild,v 1.1 2014/02/26 08:26:46 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2014.02.ebuild,v 1.2 2014/04/02 04:50:32 patrick Exp $
EAPI=5
@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="dev-libs/libuv"
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
dev-lang/perl"
S="${WORKDIR}/MoarVM-${PV}"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2014.03.ebuild,v 1.1 2014/03/31 05:18:30 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2014.03.ebuild,v 1.2 2014/04/02 04:50:32 patrick Exp $
EAPI=5
@ -17,7 +17,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="dev-libs/libuv"
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
dev-lang/perl"
S="${WORKDIR}/MoarVM-${PV}"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-9999.ebuild,v 1.3 2014/01/15 03:09:47 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-9999.ebuild,v 1.4 2014/04/02 04:50:32 patrick Exp $
EAPI=5
@ -18,7 +18,8 @@ KEYWORDS=""
IUSE="doc"
RDEPEND=""
DEPEND="${RDEPEND}"
DEPEND="${RDEPEND}
dev-lang/perl"
src_prepare() {
epatch "${FILESDIR}/Configure-9999.patch" || die

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.6.ebuild,v 1.8 2014/03/20 14:13:55 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.6.ebuild,v 1.9 2014/04/01 19:08:28 maekke Exp $
EAPI="4"
WANT_AUTOMAKE="none"
@ -19,7 +19,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
LICENSE="PSF-2"
SLOT="2.7"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="-berkdb build doc elibc_uclibc examples gdbm hardened ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
# Do not add a dependency on dev-lang/python to this ebuild.

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3-r1.ebuild,v 1.4 2014/03/30 19:58:09 nimiux Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr-util/apr-util-1.5.3-r1.ebuild,v 1.5 2014/04/01 16:28:57 polynomial-c Exp $
EAPI="4"
@ -33,6 +33,7 @@ RDEPEND="dev-libs/expat
postgres? ( dev-db/postgresql-base )
sqlite? ( dev-db/sqlite:3 )"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2.4.2
doc? ( app-doc/doxygen )"
DOCS=(CHANGES NOTICE README)

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.0-r2.ebuild,v 1.5 2014/03/30 19:56:20 nimiux Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.5.0-r2.ebuild,v 1.6 2014/04/01 16:24:28 polynomial-c Exp $
EAPI="4"
@ -18,6 +18,7 @@ IUSE="doc elibc_FreeBSD older-kernels-compatibility static-libs +urandom"
RDEPEND="elibc_glibc? ( >=sys-apps/util-linux-2.16 )
elibc_mintlib? ( >=sys-apps/util-linux-2.18 )"
DEPEND="${RDEPEND}
>=sys-devel/libtool-2.4.2
doc? ( app-doc/doxygen )"
DOCS=(CHANGES NOTICE README)

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-5.1.3-r1.ebuild,v 1.10 2014/03/28 03:48:14 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-5.1.3-r1.ebuild,v 1.11 2014/04/01 19:03:47 maekke Exp $
EAPI="4"
@ -17,7 +17,7 @@ SRC_URI="mirror://gnu/${PN}/${MY_P}.tar.xz
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 m68k ~mips ~ppc ~ppc64 s390 sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="doc cxx pgo static-libs"
DEPEND="sys-devel/m4

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.6.ebuild,v 1.4 2014/03/28 18:33:06 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libyaml/libyaml-0.1.6.ebuild,v 1.5 2014/04/01 19:02:22 maekke Exp $
EAPI=5
@ -14,7 +14,7 @@ SRC_URI="http://pyyaml.org/download/${PN}/${MY_P}.tar.gz"
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 ~m68k-mint ~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 ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples test static-libs"
S="${WORKDIR}/${MY_P}"

@ -1 +0,0 @@
DIST suikyo-2.1.0.tar.gz 202155 SHA256 34e4d5438372ed670c516cb92b7e0ee9d059999c420b90e0a90f924d8fde5ec3 SHA512 f27d0213d5f0ac5249820e2119f0df389be955988149dc6d1f53d9d4af63209e85d265a702927a66fef217c019eae5f3077d662394fc74922497f5bd9d18b799 WHIRLPOOL 18ff440cade3cf32a9eaa4c78db28c7839165cf494180513388a25343af0a2b74c64c60396b92286e1ae94159a614e323242c96e457ff9b7e78bfac51cf90d75

@ -1,5 +0,0 @@
;;; suikyo site-lisp configuration
(require 'init-suikyo)

@ -1,11 +0,0 @@
diff -Naur suikyo-2.1.0.orig/suikyo.pc.in suikyo-2.1.0/suikyo.pc.in
--- suikyo-2.1.0.orig/suikyo.pc.in 2004-01-31 17:00:55.000000000 +0900
+++ suikyo-2.1.0/suikyo.pc.in 2007-12-02 00:58:08.000000000 +0900
@@ -1,5 +1,7 @@
prefix=@prefix@
+exec_prefix=@exec_prefix@
+
bindir=@bindir@
sbindir=@sbindir@
libexecdir=@libexecdir@

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>cjk</herd>
<herd>ruby</herd>
</pkgmetadata>

@ -1,57 +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/suikyo/suikyo-2.1.0-r3.ebuild,v 1.8 2013/09/06 14:58:14 ago Exp $
EAPI="2"
USE_RUBY="ruby18"
inherit elisp-common eutils multilib ruby-ng
DESCRIPTION="Romaji Hiragana conversion library"
HOMEPAGE="http://taiyaki.org/suikyo/"
SRC_URI="http://prime.sourceforge.jp/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86"
IUSE="emacs"
DEPEND="$(ruby_implementation_depend ruby18)
emacs? ( virtual/emacs )"
RDEPEND="${DEPEND}"
SITEFILE=50${PN}-gentoo.el
src_unpack() {
# prevent ruby-ng.eclass from messing with src_unpack
default
}
src_prepare() {
epatch "${FILESDIR}/${P}-pkgconfig.patch"
}
src_configure() {
econf \
--with-suikyo-docdir="/usr/share/doc/${PF}/html" \
--with-rubydir="/usr/$(get_libdir)/ruby/site_ruby/1.8" || die
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README || die
if use emacs ; then
elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
else
rm -rf "${D}"/usr/share/emacs/ || die
fi
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,58 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/suikyo/suikyo-2.1.0-r4.ebuild,v 1.1 2012/02/05 02:38:28 matsuu Exp $
EAPI="2"
# ruby19: failed
USE_RUBY="ruby18 ree18 jruby rbx"
inherit elisp-common ruby-ng
DESCRIPTION="Romaji Hiragana conversion library"
HOMEPAGE="http://taiyaki.org/suikyo/"
SRC_URI="http://prime.sourceforge.jp/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="emacs"
DEPEND="emacs? ( virtual/emacs )"
RDEPEND="${DEPEND}"
SITEFILE=50${PN}-gentoo.el
RUBY_PATCHES=(
"${P}-pkgconfig.patch"
)
each_ruby_configure() {
econf \
--with-suikyo-docdir="/usr/share/doc/${PF}/html" \
--with-rubydir="$(ruby_rbconfig_value 'sitelibdir')" || die
}
each_ruby_compile() {
emake || die
}
each_ruby_install() {
emake DESTDIR="${D}" install || die
}
all_ruby_install() {
dodoc AUTHORS ChangeLog NEWS README || die
if use emacs ; then
elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
else
rm -rf "${D}"/usr/share/emacs/ || die
fi
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types/MooseX-Types-0.360.0.ebuild,v 1.1 2013/08/25 10:28:48 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/MooseX-Types/MooseX-Types-0.360.0.ebuild,v 1.2 2014/04/02 12:26:28 zlogene Exp $
EAPI=4
@ -23,6 +23,7 @@ DEPEND="${RDEPEND}
test? (
dev-perl/Test-Fatal
dev-perl/Test-Requires
dev-perl/Test-CheckDeps
)"
SRC_TEST=do

@ -0,0 +1,40 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/Kivy/Kivy-1.8.0.ebuild,v 1.2 2014/04/02 10:39:25 slis Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_1,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="A software library for rapid development of hardware-accelerated multitouch applications."
HOMEPAGE="http://kivy.org/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="cairo camera doc examples garden gstreamer spell"
DEPEND="dev-python/cython
garden? ( dev-python/kivy-garden )
gstreamer? ( dev-python/gst-python )
cairo? ( dev-python/pycairo )
spell? ( dev-python/pyenchant )
dev-python/pygame
dev-python/setuptools
camera? ( media-libs/opencv )
virtual/python-imaging
"
RDEPEND="${DEPEND}"
src_prepare() {
sed -e '/data_files=/d' -i "${S}/setup.py"
}
src_install() {
distutils-r1_src_install
use doc && dodoc -r doc/sources/*
use examples && insinto "/usr/share/doc/${PF}/" && doins -r examples
}

@ -0,0 +1 @@
DIST Kivy-1.8.0.tar.gz 14655888 SHA256 1bb5add88132c902ed746e7624034ecaab49e61f3fbbfde231604e887e6fb324 SHA512 e7057b008cceec9513961ddc3d4aaef2aa1a10de9c2de09ad82bd90ca88300047374e5f8c982cb018712fb0465c03208108c3110887ef383c00a45ee9e5bc81d WHIRLPOOL a6530edebcae34aede981c2f0db37a26a9378e148a073dc1396096b4db04ebdef0f6d96de4222383a5e2d84858bdf10383611751f9bf5ae625eafc67d1cf702f

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>slis@gentoo.org</email>
</maintainer>
<use>
<flag name="camera">
Install libraries needed to support camera
</flag>
<flag name="garden">
Install garden tool to manage user maintained widgets
</flag>
</use>
</pkgmetadata>

@ -2,7 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>qt</herd>
<herd>python</herd>
<use>
<flag name="X">Build QtGui and QtTest modules</flag>
<flag name="declarative">Build QtDeclarative module</flag>

@ -0,0 +1 @@
DIST kivy-garden-0.1.1.tar.gz 5789 SHA256 bea618e978f962bc0a2bfc3890fafe6c1bc2fa7aaf8a1cd3c8c70a682f33d79f SHA512 d551e8fdb08c7c1810972df04b024fb59554a94b9d6dc98a1438620541c13152e8c7de4cc603efed4df00e3d681d8545939ab417266459e26e116ff6660d8013 WHIRLPOOL 79a5db5b0e854ae2d2cf4bbb2c9d4733bf1a4c772a38e7c4e65cfc050bfb4494712b04095e89e026bd282851f562c4df6f5c1ec25e6a5b5e30f53f5a1c503fcc

@ -0,0 +1,10 @@
--- setup.py.orig 2014-04-02 08:48:05.906881843 +0200
+++ setup.py 2014-04-02 08:48:16.650214908 +0200
@@ -8,6 +8,6 @@
version='0.1.1',
license='MIT',
packages=['garden'],
- scripts=['bin/garden', 'bin/garden.bat'],
+ scripts=['bin/garden'],
install_requires=['requests'],
)

@ -0,0 +1,29 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/kivy-garden/kivy-garden-0.1.1.ebuild,v 1.1 2014/04/02 07:23:20 slis Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_1,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="Kivys Garden tool to manage flowers"
HOMEPAGE="http://kivy-garden.github.io/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/requests
dev-python/setuptools
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/garden-${PV}"
src_prepare() {
epatch "${FILESDIR}/remove_bat.patch"
}

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>slis@gentoo.org</email>
</maintainer>
<longdescription>
Tool to manage the installation, removal of flowers at http://github.com/kivy-garden/
They are a set of user maintained widgets, extensions, tools for kivy(http://kivy.org) framework.
</longdescription>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/netifaces-0.8-r2.ebuild,v 1.2 2014/03/20 21:30:27 bicatali Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/netifaces/netifaces-0.8-r2.ebuild,v 1.3 2014/04/01 19:00:28 maekke Exp $
EAPI=5
@ -14,7 +14,7 @@ SRC_URI="http://alastairs-place.net/projects/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 arm ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.8.0-r1.ebuild,v 1.13 2014/03/25 19:26:53 bicatali Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/numpy/numpy-1.8.0-r1.ebuild,v 1.14 2014/04/02 01:38:43 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
FORTRAN_NEEDED=lapack
@ -99,8 +99,8 @@ python_prepare_all() {
# only one fortran to link with:
# linking with cblas and lapack library will force
# autodetecting and linking to all available fortran compilers
append-fflags -fPIC
if use lapack; then
append-fflags -fPIC
NUMPY_FCONFIG="config_fc --noopt --noarch"
# workaround bug 335908
[[ $(tc-getFC) == *gfortran* ]] && NUMPY_FCONFIG+=" --fcompiler=gnu95"

@ -0,0 +1,27 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyacoustid/pyacoustid-1.0.0-r1.ebuild,v 1.1 2014/04/02 05:26:04 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
DESCRIPTION="Python module for Chromaprint acoustic fingerprinting and the Acoustid API"
HOMEPAGE="http://pypi.python.org/pypi/pyacoustid"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND="media-libs/chromaprint
dev-python/audioread[${PYTHON_USEDEP}]"
python_install_all() {
use examples && local EXAMPLES=( ./aidmatch.py)
distutils-r1_python_install_all
}

@ -2,3 +2,4 @@ DIST pyrax-1.3.6.tar.gz 155096 SHA256 bf5bfc0ac2c2d07c3076bdd3b79729c936bf165b5e
DIST pyrax-1.4.3.tar.gz 170693 SHA256 d099b97ef277b7c7635262b5c259b6e95cd91efc539c65a7e6aa640c610f3fbf SHA512 6bb4b08f01488038886f23c73ceec7267b426b7ecaa08b4f9742c2f38e80e5ad956438f0882cfe1e67808963fc070f38a73bdc589a9b3cbc22554c3d9f351c4f WHIRLPOOL 0c505f6ae98c2a7247f8cf96756e9914152982e225a9b25bdfc93f42d4e96f3de716928577e69d8d3b8642115a74a9c74712823d10466153747c2ac0272d26ef
DIST pyrax-1.4.7.tar.gz 176748 SHA256 8a75dd8dbccc425e00791a1bfef4018dea33e2b6cc1a9b728010dd5ececa0356 SHA512 b4d82b9c10342f47ce8fa7194ac7e2e2615f7b492d0e87e147a6eefe596a1ea20764e201dbaf9437cb58cfefc86a123a442ce0796eac3ecf463d43e027672f48 WHIRLPOOL 90487297e17e015cb5ac3c1d19bab54954031ce952ab9b52aa5cee0c5c8ea066f1fd0c319207c38c0012d01dab3196d1c277507c5aae2ab8d10da2deb7f7569d
DIST pyrax-1.6.1.tar.gz 249338 SHA256 3dd049ec3483634496a7a1df12e477900b3ebe3c2b09e0cce6703daff628bb6d SHA512 39e312374cd50d07780c0a75782b07bb3f6742121428ba480590f212267db71d1e95b4b9ed8cc120c1d14a4e96d7958e95e17cd3e7378c027ad11384400124d8 WHIRLPOOL 3dc6b88dff66aaf253b90a0bc0839ab6dcbdd6abd17998732eccd82223e82e55f78b2ad8be34463188906697a84b7c55dc4863097683b4c33c407a64771388c3
DIST pyrax-1.7.2.tar.gz 280406 SHA256 55cad6874029aecbd47018ac7fd5cda60256213d356cbce9b84d6ac2add470c6 SHA512 5484f64c1748f806de929d0085fcf3fef5c40e48bbb1772463f233393415357c1e2a481b2cc96e2259dc2c4f75b554a77b22c0a758a3c14010a5ae3bbae57702 WHIRLPOOL 55dab8eac6f37fca9d8427ce880265f1724f9b27d0d8edd89674086c67e511bbc90d8f521517388e3e557deec90b740b0d26174df43323633357e28b7f795762

@ -0,0 +1,39 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyrax/pyrax-1.7.2.ebuild,v 1.1 2014/04/01 19:21:48 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Python SDK for OpenStack/Rackspace APIs"
HOMEPAGE="https://github.com/openstack/python-novaclient"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test keyring"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/mock[${PYTHON_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
>=dev-python/six-1.5.2[${PYTHON_USEDEP}]
>=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
keyring? ( dev-python/keyring[${PYTHON_USEDEP}] )
>=dev-python/python-novaclient-2.13.0[${PYTHON_USEDEP}]
dev-python/rackspace-novaclient[${PYTHON_USEDEP}]
>=dev-python/python-swiftclient-1.5.0[${PYTHON_USEDEP}] )"
RDEPEND=">=dev-python/requests-2.2.1[${PYTHON_USEDEP}]
>=dev-python/six-1.5.2[${PYTHON_USEDEP}]
keyring? ( dev-python/keyring[${PYTHON_USEDEP}] )
>=dev-python/python-novaclient-2.13.0[${PYTHON_USEDEP}]
>=dev-python/python-swiftclient-1.5.0[${PYTHON_USEDEP}]
dev-python/rackspace-novaclient[${PYTHON_USEDEP}]"
python_test() {
"${PYTHON}" -m nose -v tests/unit --with-coverage --cover-package=pyrax || die
# "${PYTHON}" -m nose -w tests/unit || die
# nosetests --with-coverage --cover-package=pyrax --cover-erase -w tests/unit/ || die
}

@ -1 +1,2 @@
DIST python-iptables-0.3.0.tar.gz 46921 SHA256 e609e150754c70220ece63c43dd763afe383a33d0d7dce35d63612c252c8f701 SHA512 423d1c2b33561410e514633fd18f0b8e6ed4f21f869072cbde58b011c46c825fcc005e8da21bb3a8c3c9ec812a5f37bd246dc1fc0d86884df43264122f7efc63 WHIRLPOOL 6fec86c7bc87334b4fa14672b0d64323bbc3a81448771fa6277ec6578671eae095ef3b2960def40f39c43a0e74e26895042ac806415d32592564a44115e2ef04
DIST python-iptables-0.3.0_p20130331.tar.xz 37324 SHA256 c7bbd1444d3052df9cc9ebd4847f4c9591049d4b81a28d6a7a9a948778eaa0d6 SHA512 4fae77ad670004029a72024e9b6d46e15c615750913c124bc03bed4c70916e248025e9586b25f0dd99085edb47dc622432b9919880a3845d9e53eda0811864ab WHIRLPOOL 570b4fc0d13a4114d1cc7b1c05b3da96bea32cd7d5012b64c32ab932671c6bafa202c6d9b5b463a1d9314744c966ca0d08000866ef79065505dc7172abdec8a3

@ -0,0 +1,33 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-iptables/python-iptables-0.3.0_p20130331.ebuild,v 1.1 2014/04/01 17:39:39 chutzpah Exp $
EAPI=5
PYTHON_COMPAT=(python2_7)
inherit distutils-r1
DESCRIPTION="Python bindings for iptables."
HOMEPAGE="https://github.com/ldx/python-iptables"
#SRC_URI="https://github.com/ldx/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="mirror://gentoo/${P}.tar.xz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="net-firewall/iptables"
RDEPEND="${DEPEND}"
# tests manipulate live iptables rules, so disable them by default
RESTRICT=test
# needed for running tests
#RESTRICT=userpriv
PATCHES=(
"${FILESDIR}/${PN}-0.2.0-tests.patch"
)
python_test() {
${PYTHON} test.py || die "tests fail with ${EPYTHON}"
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild,v 1.1 2014/01/23 04:55:09 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-sqlparse/python-sqlparse-0.1.10.ebuild,v 1.2 2014/04/01 19:01:24 maekke Exp $
EAPI=5
@ -13,7 +13,7 @@ HOMEPAGE="http://code.google.com/p/python-sqlparse/ https://github.com/andialbre
SRC_URI="https://github.com/andialbrecht/sqlparse/archive/${PV}.tar.gz -> ${P}.tar.gz"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
LICENSE="BSD-2"
IUSE="test"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.0.1.ebuild,v 1.3 2014/03/16 02:36:51 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.0.1.ebuild,v 1.5 2014/04/02 08:26:10 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@ -23,9 +23,9 @@ RDEPEND=">=net-libs/zeromq-2.1.9
DEPEND="${RDEPEND}
test? (
dev-python/cffi[${PYTHON_USEDEP}]
dev-python/nose[${PY2_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/gevent[${PY2_USEDEP}]
dev-python/cython[${PY2_USEDEP}]
dev-python/cython[${PYTHON_USEDEP}]
)"
python_configure_all() {
@ -38,17 +38,14 @@ python_compile() {
}
python_test() {
if [[ "${EPYTHON}" == python3* ]]; then
einfo "Skipping python3 due to many incompatibilities"
if python_is_python3; then
einfo "Skipping python3 due to lack of support by gevent"
else
nosetests -svw "${BUILD_DIR}/lib/" || die "Tests fail with ${EPYTHON}"
nosetests -svw "${BUILD_DIR}/lib/"
fi
}
python_install_all() {
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
if use examples; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.1.1.ebuild,v 1.1 2014/03/18 23:03:55 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.1.1.ebuild,v 1.2 2014/04/02 08:26:10 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@ -23,9 +23,9 @@ RDEPEND=">=net-libs/zeromq-2.1.9
DEPEND="${RDEPEND}
test? (
dev-python/cffi[${PYTHON_USEDEP}]
dev-python/nose[${PY2_USEDEP}]
dev-python/nose[${PYTHON_USEDEP}]
dev-python/gevent[${PY2_USEDEP}]
dev-python/cython[${PY2_USEDEP}]
dev-python/cython[${PYTHON_USEDEP}]
)"
python_configure_all() {
@ -38,17 +38,14 @@ python_compile() {
}
python_test() {
if [[ "${EPYTHON}" == python3* ]]; then
einfo "Skipping python3 due to many incompatibilities"
if python_is_python3; then
einfo "Skipping python3 due to lack of support by gevent"
else
nosetests -svw "${BUILD_DIR}/lib/" || die "Tests fail with ${EPYTHON}"
nosetests -svw "${BUILD_DIR}/lib/"
fi
}
python_install_all() {
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
if use examples; then
dodoc -r examples
docompress -x /usr/share/doc/${PF}/examples
fi
}

@ -0,0 +1,30 @@
diff -ur sip-4.15.5.orig/siputils.py sip-4.15.5/siputils.py
--- siputils.py 2014-02-21 18:31:35.000000000 +0800
+++ siputils.py 2014-04-01 23:21:41.895036589 +0800
@@ -945,8 +945,6 @@
"""
if self.generator in ("MSVC", "MSVC.NET", "MSBUILD", "BMAKE"):
plib = clib + ".lib"
- elif sys.platform == "darwin" and framework:
- plib = "-framework " + clib
else:
plib = "-l" + clib
@@ -961,8 +959,6 @@
"""
if self.generator in ("MSVC", "MSVC.NET", "MSBUILD", "BMAKE"):
prl_name = os.path.join(self.config.qt_lib_dir, clib + ".prl")
- elif sys.platform == "darwin" and framework:
- prl_name = os.path.join(self.config.qt_lib_dir, clib + ".framework", clib + ".prl")
else:
prl_name = os.path.join(self.config.qt_lib_dir, "lib" + clib + ".prl")
@@ -1633,7 +1629,7 @@
if sys.platform == "win32":
ext = "pyd"
elif sys.platform == "darwin":
- ext = "so"
+ ext = "bundle"
elif sys.platform == "cygwin":
ext = "dll"
else:

@ -2,7 +2,6 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>qt</herd>
<herd>python</herd>
<upstream>
<maintainer status="active">
<email>phil@riverbankcomputing.com</email>

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.15.5.ebuild,v 1.1 2014/04/01 08:07:06 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.15.5.ebuild,v 1.2 2014/04/01 15:43:49 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@ -44,7 +44,7 @@ RDEPEND="${DEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_prepare() {
# epatch "${FILESDIR}"/${PN}-4.9.3-darwin.patch
epatch "${FILESDIR}"/${PN}-4.15.5-darwin.patch
if [[ ${PV} == *9999* ]]; then
python2 build.py prepare || die

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r4.ebuild,v 1.4 2014/04/01 14:33:06 idella4 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/testscenarios/testscenarios-0.4-r4.ebuild,v 1.5 2014/04/02 12:52:41 jer Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 pypy )
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux"
RDEPEND="dev-python/testtools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}

@ -0,0 +1,52 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v 1.1 2014/04/01 19:28:38 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20 ruby21"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
RUBY_FAKEGEM_TASK_TEST="spec"
inherit ruby-fakegem eutils
DESCRIPTION="A Ruby implementation of Markdown"
HOMEPAGE="http://www.deveiate.org/projects/BlueCloth"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
DEPEND+=" doc? ( dev-lang/perl )"
ruby_add_bdepend "
dev-ruby/rake-compiler
test? (
dev-ruby/hoe
dev-ruby/diff-lcs
dev-ruby/tidy-ext
)"
all_ruby_prepare() {
# for Ruby 1.9.2 compatibility
sed -i -e '1i $: << "."' Rakefile || die
}
all_ruby_compile() {
rake man/man1/bluecloth.1 || die
all_fakegem_compile
}
each_ruby_compile() {
${RUBY} -S rake compile || die "extension build failed"
}
all_ruby_install() {
doman man/man1/bluecloth.1
all_fakegem_install
}

@ -0,0 +1,21 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/diff-lcs/diff-lcs-1.2.5-r1.ebuild,v 1.1 2014/04/01 19:30:08 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
inherit ruby-fakegem
DESCRIPTION="Use the McIlroy-Hunt LCS algorithm to compute differences"
HOMEPAGE="https://github.com/halostatue/diff-lcs"
LICENSE="|| ( MIT Ruby GPL-2 )"
SLOT="0"
KEYWORDS="~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=""

@ -1 +1,2 @@
DIST hipchat-0.14.0.tar.gz 8431 SHA256 16414fa37433040f8232eb60354a09c170622fb4875b9995a855bc77d7cb2cf5 SHA512 9cb8832576ef1d6af660ad6bb3c9d4ae84ca18c8597c8ba3bdb877588014f347b5734d525e7114736d8ab1612084a66ae3511d830d60240be60837605016d9cf WHIRLPOOL 71f1332b5274e622ffa501218e43c7d753a293862cda4a522f1664987ef54bb9fc30bd41e120ce2002300d6e63edef01b3fdee625eb2dc9b99b300e91c56884b
DIST hipchat-1.1.0.tar.gz 13003 SHA256 6a6ed75504f0817fd004fa3e1ca13c38de54ed94be7d77bc9c0c7eb9c211cbdc SHA512 42e4285c074a14c23da5c422b77c525cdfc3e30bfdee86f67d7482e5f07eb7dc9be5724bca68b42aeee9c614a1c3047e77fb1bbd0367345803a33296327de743 WHIRLPOOL 4ee91edbdaa2a39e33de71f0fc42c23eef2ff9efe65034e4bbe3079b8bc2719eb075e660c4cf46d87183fa9b2498de4babb650444ceb12a1f82126dac1b29f50

@ -0,0 +1,37 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hipchat/hipchat-1.1.0.ebuild,v 1.1 2014/04/01 19:47:55 graaff Exp $
EAPI=5
USE_RUBY="ruby19"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="README.textile"
inherit ruby-fakegem
DESCRIPTION="Ruby library to interact with HipChat"
HOMEPAGE="https://github.com/hipchat/hipchat-rb"
SRC_URI="https://github.com/hipchat/hipchat-rb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
RUBY_S="hipchat-rb-${PV}"
ruby_add_rdepend "dev-ruby/httparty"
ruby_add_bdepend "test? (
dev-ruby/rr
dev-ruby/rake
dev-ruby/webmock
)"
all_ruby_prepare() {
sed -i -e '/bundler/d' Rakefile ${PN}.gemspec || die "sed failed"
sed -i -e '/git ls-files/d' ${PN}.gemspec || die "sed failed"
sed -i -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexical/rexical-1.0.5-r2.ebuild,v 1.2 2014/03/28 03:33:16 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexical/rexical-1.0.5-r2.ebuild,v 1.3 2014/04/01 19:04:45 maekke Exp $
EAPI=5
@ -16,7 +16,7 @@ DESCRIPTION="Rexical is a lexical scanner generator"
HOMEPAGE="http://github.com/tenderlove/rexical/tree/master"
LICENSE="LGPL-2" # plus exception
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~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 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE=""

@ -0,0 +1,82 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-core/rspec-core-2.14.8-r1.ebuild,v 1.1 2014/04/01 19:30:48 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby"
RUBY_FAKEGEM_TASK_TEST="none"
RUBY_FAKEGEM_TASK_DOC="none"
RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
# Also install this custom path since internal paths depend on it.
RUBY_FAKEGEM_EXTRAINSTALL="exe"
RUBY_FAKEGEM_GEMSPEC="rspec-core.gemspec"
inherit ruby-fakegem
DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
HOMEPAGE="http://rspec.rubyforge.org/"
SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~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=""
ruby_add_bdepend "test? (
>=dev-ruby/nokogiri-1.5.2
dev-ruby/syntax
>=dev-ruby/zentest-4.6.2
>=dev-ruby/rspec-expectations-2.14.0:2
>=dev-ruby/rspec-mocks-2.12.0:2
)"
# Skip yard for ruby20 for now since we don't support ruby20 eselected
# yet and we can't bootstrap otherwise.
USE_RUBY=${USE_RUBY/ruby20/} ruby_add_bdepend "doc? ( dev-ruby/yard )"
all_ruby_prepare() {
# Don't set up bundler: it doesn't understand our setup.
sed -i -e '/[Bb]undler/d' Rakefile || die
# Avoid dependency on cucumber since we can't run the features anyway.
sed -i -e '/[Cc]ucumber/ s:^:#:' Rakefile || die
# Remove jruby-specific comparison documents since for us the normal
# version passes.
cp spec/rspec/core/formatters/text_mate_formatted-1.8.7.html spec/rspec/core/formatters/text_mate_formatted-1.8.7-jruby.html|| die
# Cover all released versions of ruby 2.1.x. This should be reported
# upstream since ruby 2.1.x uses semantic versioning and the file
# should not have the full version number.
cp spec/rspec/core/formatters/text_mate_formatted-2.1.0.html spec/rspec/core/formatters/text_mate_formatted-2.1.1.html|| die
# Duplicate exe also in bin. We can't change it since internal stuff
# also depends on this and fixing that is going to be fragile. This
# way we can at least install proper bin scripts.
cp -R exe bin || die
# Avoid unneeded dependency on git.
sed -i -e '/git ls-files/ s:^:#:' rspec-core.gemspec || die
# Avoid aruba dependency so that we don't end up in dependency hell.
sed -i -e '/aruba/ s:^:#:' -e '104,106 s:^:#:' spec/spec_helper.rb || die
rm spec/command_line/order_spec.rb || die
}
each_ruby_prepare() {
sed -i -e 's:ruby -e:'${RUBY}' -e:' spec/rspec/core_spec.rb || die
}
all_ruby_compile() {
if use doc ; then
yardoc || die
fi
}
each_ruby_test() {
PATH="${S}/bin:${PATH}" RUBYLIB="${S}/lib" ${RUBY} -Ilib bin/rspec spec || die "Tests failed."
}

@ -0,0 +1,49 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-expectations/rspec-expectations-2.14.5-r1.ebuild,v 1.1 2014/04/01 19:31:30 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
inherit ruby-fakegem
DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
HOMEPAGE="http://rspec.rubyforge.org/"
SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~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=""
ruby_add_rdepend ">=dev-ruby/diff-lcs-1.1.3"
ruby_add_bdepend "test? (
>=dev-ruby/rspec-core-2.11.0:2
>=dev-ruby/rspec-mocks-2.14.0:2
)"
all_ruby_prepare() {
# Don't set up bundler: it doesn't understand our setup.
sed -i -e '/[Bb]undler/d' Rakefile || die
# Remove the Gemfile to avoid running through 'bundle exec'
rm Gemfile || die
# Remove .rspec options to avoid dependency on newer rspec when
# bootstrapping.
rm .rspec || die
# fix up the gemspecs
sed -i \
-e '/git ls/d' \
-e '/add_development_dependency/d' \
"${RUBY_FAKEGEM_GEMSPEC}" || die
}

@ -0,0 +1,40 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec-mocks/rspec-mocks-2.14.6-r1.ebuild,v 1.1 2014/04/01 19:32:04 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_RECIPE_DOC="none"
RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
inherit ruby-fakegem
DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
HOMEPAGE="http://rspec.rubyforge.org/"
SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~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=""
ruby_add_bdepend "
test? (
>=dev-ruby/rspec-core-2.10.0:2
dev-ruby/rspec-expectations:2
)"
all_ruby_prepare() {
# Don't set up bundler: it doesn't understand our setup.
sed -i -e '/[Bb]undler/d' Rakefile || die
# Remove the Gemfile to avoid running through 'bundle exec'
rm Gemfile || die
# Remove .rspec options to avoid dependency on newer rspec when
# bootstrapping.
rm .rspec || die
}

@ -0,0 +1,28 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rspec/rspec-2.14.1-r1.ebuild,v 1.1 2014/04/01 19:32:41 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem versionator
DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
HOMEPAGE="http://rspec.rubyforge.org/"
LICENSE="MIT"
SLOT="2"
KEYWORDS="~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=""
SUBVERSION="$(get_version_component_range 1-2)"
ruby_add_rdepend "
=dev-ruby/rspec-core-${SUBVERSION}*
=dev-ruby/rspec-expectations-${SUBVERSION}*
=dev-ruby/rspec-mocks-${SUBVERSION}*"

@ -0,0 +1,39 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14-r2.ebuild,v 1.1 2014/04/01 19:27:39 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
RUBY_FAKEGEM_DOCDIR="rdoc"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
inherit ruby-fakegem eutils
DESCRIPTION="W3C HTML Tidy library implemented as a Ruby extension."
HOMEPAGE="http://github.com/carld/tidy"
LICENSE="HTML-Tidy"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""
all_ruby_prepare() {
mkdir lib || die
# Remove reference to rspec 1
sed -i -e '/spec/d' spec/spec_helper.rb || die
# Avoid spec that needs network connectivity.
rm spec/tidy/remote_uri_spec.rb || die
}
each_ruby_configure() {
${RUBY} -Cext/tidy extconf.rb || die "Unable to configure extension."
}
each_ruby_compile() {
emake -Cext/tidy V=1
cp ext/tidy/tidy$(get_modname) lib/ || die "Unable to copy extension."
}

@ -1,10 +1,10 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-1.2.0.ebuild,v 1.2 2014/01/29 16:23:29 hattya Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yajl-ruby/yajl-ruby-1.2.0.ebuild,v 1.3 2014/04/02 06:16:58 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 ruby20"
USE_RUBY="ruby18 ruby19 ruby20 ruby21"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"

@ -0,0 +1,38 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.7.3-r1.ebuild,v 1.1 2014/04/01 19:29:21 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21 jruby"
RUBY_FAKEGEM_RECIPE_TEST="rspec"
RUBY_FAKEGEM_TASK_DOC="yard"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_DOCDIR="doc docs"
RUBY_FAKEGEM_EXTRAINSTALL="templates"
inherit ruby-fakegem
DESCRIPTION="Documentation generation tool for the Ruby programming language"
HOMEPAGE="http://yardoc.org/"
# The gem lakes the gemspec file needed to pass tests.
SRC_URI="https://github.com/lsegal/yard/archive/${PV}.tar.gz -> ${P}-git.tgz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~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=""
ruby_add_bdepend "doc? ( || ( dev-ruby/bluecloth dev-ruby/maruku dev-ruby/rdiscount dev-ruby/kramdown ) )
test? ( dev-ruby/rack )"
USE_RUBY="ruby19" ruby_add_bdepend "test? ( >=dev-ruby/ruby-gettext-2.3.8 )"
all_ruby_prepare() {
sed -i -e '/[Bb]undler/ s:^:#:' spec/spec_helper.rb || die
sed -i -e "s/require 'bundler'; rescue LoadError//" spec/cli/server_spec.rb || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.12.2.ebuild,v 1.5 2014/03/29 06:10:26 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake/cmake-2.8.12.2.ebuild,v 1.6 2014/04/01 18:58:55 maekke Exp $
EAPI=5
@ -15,7 +15,7 @@ HOMEPAGE="http://www.cmake.org/"
SRC_URI="http://www.cmake.org/files/v$(get_version_component_range 1-2)/${MY_P}.tar.gz"
LICENSE="CMake"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-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 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE="emacs ncurses qt4 qt5"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild,v 1.2 2014/03/18 21:04:56 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/games-action/garden/garden-1.0.8-r1.ebuild,v 1.3 2014/04/02 10:38:41 nimiux Exp $
EAPI=5
inherit eutils gnome2-utils autotools games
@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
DEPEND="<media-libs/allegro-5"

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild,v 1.2 2013/04/29 08:16:42 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild,v 1.3 2014/04/02 10:42:56 nimiux Exp $
EAPI=5
inherit eutils autotools games
@ -11,7 +11,7 @@ SRC_URI="http://linux.tlk.fr/games/Powermanga/download/${P}.tgz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="amd64 ~ppc ~x86"
IUSE=""
RDEPEND=">=media-libs/libsdl-1.2[audio,joystick,video]

@ -1,2 +1,3 @@
DIST kdepim-4.11.5.tar.xz 13442908 SHA256 0c7a4dab0d891c6c2f1a3cd0f7df656ee11bf6047b81e0e4252ae8f32312cc18 SHA512 4b88fd509a51342edcd4c4335aca470e0fb503899d1775bbf6287cfcd826477e79e73d543f830a3a86f0c92a6434d77a57f26f8a1f9596f4476964cb25fbaed0 WHIRLPOOL c212946e8634f0d725f1dd53647526687cdc67e53232822a609f698a6f8077bb0e3cef6faab223a2419e7407278877cf4e7db8819ea8c5af0d3347495e0abd61
DIST kdepim-4.12.3.tar.xz 14254800 SHA256 d9e64cac5638884bd33f65f0f4d25a3ac891c809c87f5f65363fa17a97500cf0 SHA512 9e6e2695fa7346c7157447365e1ea25dae6237419c6714439ae6d7888f17db3306b08a62033fb5d2a16fd4dc2c8d84537115e63307a3b0b3232b3ca128f0b0df WHIRLPOOL 9d4eede72554d72f6b3e36b1943afa7c86c04cf50fcb23bb3b9fc8f7eeeb64de967a8016a3901b970915bb95d0a0f34e3816e11631ddf1fd1161f4fe80559e7c
DIST kdepim-4.12.4.tar.xz 14257840 SHA256 ff786d59f2914bef03470a8ee60f98cb059a73de06630837166d0a73ccf39a02 SHA512 29a76ba80a6600c2a5cf1fa1a15f8318bd557a08580af904e8a03574bb438ef70c3ef62f2fd3392b83e3fa2e258f1d62c39f19e70160cae9d0b8f4ca3dd258ae WHIRLPOOL f153e0442cec41b920dd9322e386a05cc0a8c2b8d87c4f5f65a3a30eddbbfe4b6308cf39993b7ef3e7fa77bafe02e6adef18fded20b0926a2a5951738d80a512

@ -0,0 +1,28 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/akonadiconsole/akonadiconsole-4.12.4.ebuild,v 1.1 2014/04/01 18:09:56 johu Exp $
EAPI=5
KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="Akonadi developer console"
KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="
$(add_kdebase_dep kdelibs 'semantic-desktop')
$(add_kdebase_dep kdepimlibs)
$(add_kdebase_dep kdepim-common-libs)
$(add_kdebase_dep nepomuk-core)
$(add_kdebase_dep nepomuk-widgets)
app-office/akonadi-server
"
RDEPEND="${DEPEND}"
KMEXTRACTONLY="
akonadi_next/
calendarsupport/
messageviewer/
"

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

Loading…
Cancel
Save