Sync with portage [Tue Sep 11 09:37:26 MSK 2012].

mhiretskiy
root 12 years ago
parent 09539d9723
commit 96edcce9cc

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.5-r1.ebuild,v 1.6 2012/08/28 18:52:37 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.5-r1.ebuild,v 1.7 2012/09/11 03:29:29 ottxor Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd"
KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE="bzip2 clamdtop iconv ipv6 milter selinux static-libs"
CDEPEND="bzip2? ( app-arch/bzip2 )
@ -48,8 +48,9 @@ src_configure() {
econf \
--disable-experimental \
--enable-id-check \
--with-dbdir=/var/lib/clamav \
--with-dbdir="${EPREFIX}"/var/lib/clamav \
--with-system-tommath \
--with-zlib="${EPREFIX}"/usr
$(use_enable bzip2) \
$(use_enable clamdtop) \
$(use_enable ipv6) \
@ -78,18 +79,18 @@ src_install() {
# Modify /etc/{clamd,freshclam}.conf to be usable out of the box
sed -i -e "s:^\(Example\):\# \1:" \
-e "s:.*\(PidFile\) .*:\1 /var/run/clamav/clamd.pid:" \
-e "s:.*\(LocalSocket\) .*:\1 /var/run/clamav/clamd.sock:" \
-e "s:.*\(PidFile\) .*:\1 ${EPREFIX}/var/run/clamav/clamd.pid:" \
-e "s:.*\(LocalSocket\) .*:\1 ${EPREFIX}/var/run/clamav/clamd.sock:" \
-e "s:.*\(User\) .*:\1 clamav:" \
-e "s:^\#\(LogFile\) .*:\1 /var/log/clamav/clamd.log:" \
-e "s:^\#\(LogFile\) .*:\1 ${EPREFIX}/var/log/clamav/clamd.log:" \
-e "s:^\#\(LogTime\).*:\1 yes:" \
-e "s:^\#\(AllowSupplementaryGroups\).*:\1 yes:" \
"${ED}"/etc/clamd.conf
sed -i -e "s:^\(Example\):\# \1:" \
-e "s:.*\(PidFile\) .*:\1 /var/run/clamav/freshclam.pid:" \
-e "s:.*\(PidFile\) .*:\1 ${EPREFIX}/var/run/clamav/freshclam.pid:" \
-e "s:.*\(DatabaseOwner\) .*:\1 clamav:" \
-e "s:^\#\(UpdateLogFile\) .*:\1 /var/log/clamav/freshclam.log:" \
-e "s:^\#\(NotifyClamd\).*:\1 /etc/clamd.conf:" \
-e "s:^\#\(UpdateLogFile\) .*:\1 ${EPREFIX}/var/log/clamav/freshclam.log:" \
-e "s:^\#\(NotifyClamd\).*:\1 ${EPREFIX}/etc/clamd.conf:" \
-e "s:^\#\(ScriptedUpdates\).*:\1 yes:" \
-e "s:^\#\(AllowSupplementaryGroups\).*:\1 yes:" \
"${ED}"/etc/freshclam.conf
@ -99,12 +100,12 @@ src_install() {
# inet: which we want to leave
dodoc "${FILESDIR}"/clamav-milter.README.gentoo
sed -i -e "s:^\(Example\):\# \1:" \
-e "s:.*\(PidFile\) .*:\1 /var/run/clamav/clamav-milter.pid:" \
-e "s+^\#\(ClamdSocket\) .*+\1 unix:/var/run/clamav/clamd.sock+" \
-e "s:.*\(PidFile\) .*:\1 ${EPREFIX}/var/run/clamav/clamav-milter.pid:" \
-e "s+^\#\(ClamdSocket\) .*+\1 unix:${EPREFIX}/var/run/clamav/clamd.sock+" \
-e "s:.*\(User\) .*:\1 clamav:" \
-e "s+^\#\(MilterSocket\) /.*+\1 unix:/var/run/clamav/clamav-milter.sock+" \
-e "s+^\#\(MilterSocket\) /.*+\1 unix:${EPREFIX}/var/run/clamav/clamav-milter.sock+" \
-e "s:^\#\(AllowSupplementaryGroups\).*:\1 yes:" \
-e "s:^\#\(LogFile\) .*:\1 /var/log/clamav/clamav-milter.log:" \
-e "s:^\#\(LogFile\) .*:\1 ${EPREFIX}/var/log/clamav/clamav-milter.log:" \
"${ED}"/etc/clamav-milter.conf
cat > "${ED}"/etc/conf.d/clamd <<-EOF
MILTER_NICELEVEL=19

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/tpm-tools-1.3.5-r1.ebuild,v 1.2 2012/05/14 19:40:07 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/tpm-tools-1.3.5-r1.ebuild,v 1.3 2012/09/11 00:55:29 vapier Exp $
EAPI=4
inherit autotools eutils flag-o-matic
@ -24,7 +24,9 @@ DEPEND="${COMMON_DEPEND}
nls? ( sys-devel/gettext )"
src_prepare() {
sed -i -e "s/-Werror //" configure.in || die "Sed failed"
sed -i -r \
-e '/CFLAGS/s/ -(Werror|m64)//' \
configure.in || die
epatch "${FILESDIR}"/${PN}-1.3.1-gold.patch
eautoreconf

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.3.6-r1.ebuild,v 1.1 2012/08/11 16:55:36 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/trousers/trousers-0.3.6-r1.ebuild,v 1.2 2012/09/10 23:00:32 vapier Exp $
EAPI="3"
@ -71,7 +71,9 @@ pkg_setup() {
src_prepare() {
epatch "${FILESDIR}/${PN}-0.3.5-nouseradd.patch"
sed -e "s/ -Werror//" -i configure.in
sed -i -r \
-e '/CFLAGS/s/ -(Werror|m64)//' \
configure.in || die
eautoreconf
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.2 2012/09/06 19:56:00 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.3 2012/09/10 19:54:40 vapier Exp $
EAPI="3"
@ -14,7 +14,7 @@ else
fi
DESCRIPTION="GNU GPL'd Pico clone with more functionality"
HOMEPAGE="http://www.nano-editor.org/"
HOMEPAGE="http://www.nano-editor.org/ http://www.gentoo.org/doc/en/nano-basics-guide.xml"
LICENSE="GPL-3"
SLOT="0"
@ -66,8 +66,3 @@ src_install() {
dodir /usr/bin
dosym /bin/nano /usr/bin/nano
}
pkg_postinst() {
einfo "More helpful info about nano, visit the GDP page:"
einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml"
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild,v 1.59 2012/09/07 12:39:49 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu-kvm/qemu-kvm-9999.ebuild,v 1.60 2012/09/10 21:39:34 cardoe Exp $
EAPI="4"
@ -67,6 +67,7 @@ RDEPEND="
>=dev-libs/glib-2.0
media-libs/libpng
sys-apps/pciutils
sys-firmware/ipxe
>=sys-firmware/seabios-1.7.0
sys-firmware/sgabios
sys-firmware/vgabios
@ -356,6 +357,15 @@ src_install() {
# Remove sgabios since we're using the sgabios packaged one
rm "${ED}/usr/share/qemu/sgabios.bin"
dosym ../sgabios/sgabios.bin /usr/share/qemu/sgabios.bin
# Remove iPXE since we're using the iPXE packaged one
rm "${ED}/usr/share/qemu/pxe-*.rom"
dosym ../ipxe/808610de.rom /usr/share/qemu/pxe-e1000.rom
dosym ../ipxe/80861209.rom /usr/share/qemu/pxe-eepro100.rom
dosym ../ipxe/10500940.rom /usr/share/qemu/pxe-ne2k_pci.rom
dosym ../ipxe/10222000.rom /usr/share/qemu/pxe-pcnet.rom
dosym ../ipxe/10ec8139.rom /usr/share/qemu/pxe-rtl8139.rom
dosym ../ipxe/1af41000.rom /usr/share/qemu/pxe-virtio.rom
}
pkg_postinst() {

@ -1,3 +1,4 @@
DIST mc-4.8.1.tar.xz 2057960 SHA256 3a734a12940e7f7db5b93a45823266c5ec2582838ac7d62c681283c1b0a8b672 SHA512 39158429c78e959700411e4b3c714552cad4e8badedcf9c391e4807f27f35753dcf911427b4319ea22be03c7cf7b1a3ff494e6c1b8f90389e5d518f1bb9cfa1c WHIRLPOOL e34e6dad86fbc4a4d2f727094ddfbbc7a346161b04944f6ec65bc2c27770ece5c3c8f9d46aef021a007dc3b8b4eceb2b34b9c6d6e266a9c431969043d838f7d3
DIST mc-4.8.3.tar.xz 2042276 SHA256 bd2855116f6dc9acf5b45d2794beeba3ddfb2e71cd9ac3b692dd6629019e42a3 SHA512 db52c53b7325974fb8f5b6077ea6e802b05f2993492d486607745d0dde1dc77a305865c86c0afcd3b39b9f0abbc8ad50a45e279a4072a1481b7969aaf2032843 WHIRLPOOL 9263d9dfd35b12ea379c8ea0f0e966ccc2ad86bf292324615735db92a324487dea2c27666a8be350971991cbdbccf402549b6a904bdd2f35a208d90a1d387556
DIST mc-4.8.4.tar.xz 2114996 SHA256 b4be11c27857ec0c0896a7cd42dd1782a03d1e4c82c83f86b5cc880f6970863e SHA512 b0827f5a88dd65a12a15dc207ab2e97d5ed40c38921ad17c22a8316a62122238bb69077100744cc2fea20b6a202812bc8e38183546fe3ef63924017269a024c7 WHIRLPOOL 65aaf0a95911eade82a00513e71ca00d13c914412f9de33269e4b216df4e64025e42a20808cc265ef5fac3388a0ec832f3a3c64aadba82f1a725b9a92d070eb0
DIST mc-4.8.5.tar.xz 2172344 SHA256 a7c8de3dde99e66edaa1ef00df4b7f609b91d598a5725370cc800c8b53219512 SHA512 b34cd0965baf6a72dbc2f361652382471455f8189258ede2e3d85ff4088c7ffe4e881da24e595cf120e22390849af6a52a94f5b0ed2aaf5ef7ff107eac79e687 WHIRLPOOL c27c94d5dd87391bf24fdb5155e7d8470dc3d1b12da8d77d6cd256523d50f8d70c0de3a8376643abc7eeee61308b710f88ade03cf607244928a6f076ddf0d89a

@ -0,0 +1,92 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.8.5.ebuild,v 1.1 2012/09/10 21:02:57 slyfox Exp $
EAPI=4
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) \
$(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
}
pkg_postinst() {
elog "To enable exiting to latest working directory,"
elog "put this into your ~/.bashrc:"
elog ". ${EPREFIX}/usr/libexec/mc/mc.sh"
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-9999.ebuild,v 1.9 2012/08/04 15:14:09 hasufell Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-9999.ebuild,v 1.10 2012/09/10 21:02:57 slyfox Exp $
EAPI=4
@ -50,19 +50,8 @@ DEPEND="${RDEPEND}
[[ -n ${LIVE_EBUILD} ]] && DEPEND="${DEPEND} dev-vcs/cvs" # needed only for SCM source tree (autopoint uses cvs)
LANGS="az be bg ca cs da de el eo es et eu fi
fr gl hu ia id it ja ka ko lt lv mn nb nl pl pt_BR
pt ro ru sk sl sr sv sv_SE ta tr uk vi wa zh_CN zh_TW"
#LANGS+=" de_CH fi_FI it_IT" # suspicious overlap
for X in ${LANGS} ; do
IUSE="${IUSE} linguas_${X}"
done
src_prepare() {
[[ -n ${LIVE_EBUILD} ]] && ./autogen.sh
strip-linguas ${LANGS}
}
S=${WORKDIR}/${MY_P}

@ -1,3 +1,4 @@
DIST gnokii-0.6.27.tar.bz2 1491564 SHA256 69f1d75f755a2918e9577cf28dacea9d6fca9b9d722813341d50d12acb8ee886 SHA512 45ce74f28ed127022f7062c0b57532662859f79bb8fdb52236789de27af86b7ad5684a0c70786bd13e408b393c28296609730a420bb7dae6f2a2cc3bfb783d10 WHIRLPOOL e4d6dbee60609d0ee3ef2c42982584527b12a970f3e67191cd27e233fb66f1dae43486dc803abb50e57c2352dffc1baae2cee1f452263a17a30fa6056d8c44f3
DIST gnokii-0.6.28.1.tar.bz2 1271287 SHA256 58659ccd8a6d4b38cbfcc820ec4705acea6e5ba63f89c9a5494d03c63e71aced SHA512 f8f2e17bf415db1f832ded159f17443543a3a5df7b3390c5e55f6e83a0b5d66f8323608d245bda04140c6145ccb52ced15cce03339a950bc7f78442fc9250d06 WHIRLPOOL 091d7e0ed566db7d22a53b4f22296b731ef79ed4b408ce2239a20363ae99bcbd52cb802e11163f1fc71fe3974fd8689fa6d21760c83ec8183c8696f9a82ebb95
DIST gnokii-0.6.29.tar.bz2 1302020 SHA256 d1633e934b6b43c681ea96c5830d44683a85f05e64ea03c3ecf0d5096aee8470 SHA512 0d080b4f06163d00fcae5f27fe3b66886c12cf0356c245a5200552e1f98e4347f15b0101d5e709a3d6f98b3ffc55ede12789bec779cc0c9d566db1e4a050ae32 WHIRLPOOL 8ebb2e2613187bd79de19bcc8841016966b49762579d130a4f4c89e2d126d9068630db8c11d119ba57ad58a4ca3dd9e2ff6ddadbeeacb0a31a1a0a2e958d6910
DIST gnokii-0.6.31.tar.bz2 1237865 SHA256 8f5a083b05c1a66a3402ca5cd80084e14c2c0632c991bb53b03c78e9adb02501 SHA512 529f6d0d29873f48ac00cf7151ba35dcbd93405ab27d69848ed17dea73f4fba71721d1811d921441b4214777b9b33f760b372631627cc108eb94c39684da343d WHIRLPOOL a14927d205748647187336f408fc7449808e48ff2b6de0df8cc14562d25a67643d1bb4cb97f50c27a5c2acad2bdb503bcec049a4fdac534ce48c763b9715cae7

@ -0,0 +1,127 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.31.ebuild,v 1.1 2012/09/11 04:17:55 ottxor Exp $
EAPI=4
inherit eutils linux-info autotools
HOMEPAGE="http://www.gnokii.org/"
if [ "$PV" != "9999" ]; then
SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
else
SRC_URI=""
KEYWORDS=""
EGIT_REPO_URI="git://git.savannah.nongnu.org/${PN}.git
http://git.savannah.gnu.org/r/${PN}.git"
inherit git-2
fi
DESCRIPTION="user space driver and tools for use with mobile phones"
LICENSE="GPL-2"
SLOT="0"
IUSE="nls bluetooth ical irda sms postgres mysql usb X debug +pcsc-lite"
RDEPEND="!app-mobilephone/smstools
pcsc-lite? ( sys-apps/pcsc-lite )
X? ( x11-libs/gtk+:2 )
bluetooth? ( kernel_linux? ( net-wireless/bluez ) )
sms? (
!app-mobilephone/smstools
dev-libs/glib:2
postgres? ( >=dev-db/postgresql-base-8.0 )
mysql? ( >=virtual/mysql-4.1 )
)
ical? ( dev-libs/libical )
usb? ( =virtual/libusb-0* )"
DEPEND="${RDEPEND}
irda? ( virtual/os-headers )
nls? ( sys-devel/gettext )
dev-util/intltool"
CONFIG_CHECK="~UNIX98_PTYS"
S="${WORKDIR}/${PN}-${PV%.1}"
# Supported languages and translated documentation
# Be sure all languages are prefixed with a single space!
MY_AVAILABLE_LINGUAS=" cs de et fi fr it nl pl pt sk sl sv zh_CN"
IUSE="${IUSE} ${MY_AVAILABLE_LINGUAS// / linguas_}"
src_prepare() {
if [ "$PV" != "9999" ]; then
epatch "${FILESDIR}"/${P}-fix_xgnokii_inclusion.patch
else
epatch "${FILESDIR}"/${P}-icon.patch
epatch "${FILESDIR}"/${P}-translations.patch
intltoolize --force --copy --automake || die "intltoolize error"
fi
eautoreconf
}
src_configure() {
strip-linguas ${MY_AVAILABLE_LINGUAS}
local config_xdebug="--disable-xdebug"
use X && use debug && config_xdebug="--enable-xdebug"
econf \
$(use_enable nls) \
$(use_enable ical libical) \
$(use_enable usb libusb) \
$(use_enable irda) \
$(use_enable bluetooth) \
$(use_with X x) \
$(use_enable sms smsd) \
$(use_enable mysql) \
$(use_enable postgres) \
$(use_enable debug fulldebug) \
${config_xdebug} \
$(use_enable debug rlpdebug) \
--enable-security \
--disable-unix98test \
$(use_enable pcsc-lite libpcsclite)
}
src_install() {
default
insinto /etc
doins Docs/sample/gnokiirc
sed -i -e 's:/usr/local:'"${EPREFIX}"'/usr:' "${ED}/etc/gnokiirc"
# only one file needs suid root to make a pseudo device
fperms 4755 /usr/sbin/mgnokiidev
if use X; then
newicon Docs/sample/logo/gnokii.xpm xgnokii.xpm
fi
if use sms; then
pushd "${S}/smsd"
insinto /usr/share/doc/${PN}/smsd
use mysql && doins sms.tables.mysql.sql README.MySQL
use postgres && doins sms.tables.pq.sql
doins README ChangeLog README.Tru64 action
popd
fi
}
src_test() {
echo common/phones/fake.c >> "${S}"/po/POTFILES.in
default
}
pkg_postinst() {
elog "Make sure the user that runs gnokii has read/write access to the device"
elog "which your phone is connected to."
elog "The simple way of doing that is to add your user to the uucp group."
if [ "$PV" == "9999" ]; then
elog "This is the GIT version of ${PN}. It is experimental but may have important bug fixes."
elog "You can keep track of the most recent commits at:"
elog " http://git.savannah.gnu.org/cgit/gnokii.git/"
elog "Whenever there is a change you are interested in, you can re-emerge ${P}."
fi
}

@ -1,15 +1,15 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild,v 1.10 2012/09/05 09:20:17 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-9999.ebuild,v 1.11 2012/09/11 04:17:55 ottxor Exp $
EAPI=2
EAPI=4
inherit eutils linux-info autotools
HOMEPAGE="http://www.gnokii.org/"
if [ "$PV" != "9999" ]; then
SRC_URI="http://www.gnokii.org/download/${PN}/${P}.tar.bz2"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
else
SRC_URI=""
KEYWORDS=""
@ -21,12 +21,12 @@ DESCRIPTION="user space driver and tools for use with mobile phones"
LICENSE="GPL-2"
SLOT="0"
IUSE="nls bluetooth ical irda sms postgres mysql usb X debug"
IUSE="nls bluetooth ical irda sms postgres mysql usb X debug +pcsc-lite"
RDEPEND="!app-mobilephone/smstools
sys-apps/pcsc-lite
pcsc-lite? ( sys-apps/pcsc-lite )
X? ( x11-libs/gtk+:2 )
bluetooth? ( net-wireless/bluez )
bluetooth? ( kernel_linux? ( net-wireless/bluez ) )
sms? (
!app-mobilephone/smstools
>=dev-libs/glib-2
@ -78,16 +78,15 @@ src_configure() {
$(use_enable debug rlpdebug) \
--enable-security \
--disable-unix98test \
--enable-libpcsclite \
|| die "configure failed"
$(use_enable pcsc-lite libpcsclite)
}
src_install() {
einstall || die "make install failed"
default
insinto /etc
doins Docs/sample/gnokiirc
sed -i -e 's:/usr/local:/usr:' "${D}/etc/gnokiirc"
sed -i -e 's:/usr/local:'"${EPREFIX}"'/usr:' "${ED}/etc/gnokiirc"
# only one file needs suid root to make a pseudo device
fperms 4755 /usr/sbin/mgnokiidev
@ -111,9 +110,9 @@ pkg_postinst() {
elog "which your phone is connected to."
elog "The simple way of doing that is to add your user to the uucp group."
if [ "$PV" == "9999" ]; then
elog "This is the GIT version of ${PN}. It is experimental but may have important bug fixes."
elog "You can keep track of the most recent commits at:"
elog " http://git.savannah.gnu.org/cgit/gnokii.git/"
elog "Whenever there is a change you are interested in, you can re-emerge ${P}."
elog "This is the GIT version of ${PN}. It is experimental but may have important bug fixes."
elog "You can keep track of the most recent commits at:"
elog " http://git.savannah.gnu.org/cgit/gnokii.git/"
elog "Whenever there is a change you are interested in, you can re-emerge ${P}."
fi
}

@ -12,5 +12,6 @@ depending on the phone you have.
<flag name='ical'>Enable support for <pkg>dev-libs/libical</pkg></flag>
<flag name='irda'>Enable infrared support</flag>
<flag name='sms'>Enable SMS support (build smsd)</flag>
<flag name='pcsc-lite'>Enable smartcard support with <pkg>sys-apps/pcsc-lite</pkg></flag>
</use>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/gnupod-0.99.8.ebuild,v 1.4 2012/09/09 12:12:21 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-pda/gnupod/gnupod-0.99.8.ebuild,v 1.5 2012/09/11 01:06:53 blueness Exp $
inherit perl-module
@ -10,7 +10,7 @@ SRC_URI="http://blinkenlights.ch/gnupod-dist/stable/${P}.tgz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
KEYWORDS="amd64 ppc ppc64 ~x86"
IUSE="aac ffmpeg flac mp3 ogg"
RDEPEND="dev-lang/perl

@ -1,2 +1,3 @@
DIST ebook-tools-0.1.1.tar.gz 43280 SHA256 e940999f7dd19171de9262b5c18ee1946fff314ae955f91e9d5214c140c5d41d SHA512 f902f7a5831b2a1fbdbb7169cea65113bc1b57d7c5aca9aff4d75b0ddcb509acccfc18cd75738ce0a47b6aa2a0cef3b8752d5951a1ebd54eda561fd9d949a7f0 WHIRLPOOL 64c2b9b06fd09e82d38e6d886142d2993728c769151169b1e264682739f0294121aaeb0b320913cb08fba94dea72125cb31d0e0ff2f7fcda8daa7876e1d17ee0
DIST ebook-tools-0.2.1.tar.gz 44793 SHA256 c243cbfdac8c34bf4098bf5380541c914aec1507b2642fcd788e73399a6efc71 SHA512 06bfe0b1b27505aa94e100ed1401940ea0e00962c24f398ba44802877859dc7cd08e0e4b6f2c7e2e59025a6c55e906640391d46004a274354b7a2b12984af9ba WHIRLPOOL 8ed76e3137cdfb70ee5433c737dd40975b995472246ddac8f0c0d709eb2bae80e81bb3c4ac8dffeddfcb92ab039c43a85247a0a6f27e6615522f055251587635
DIST ebook-tools-0.2.2.tar.gz 46889 SHA256 cbc35996e911144fa62925366ad6a6212d6af2588f1e39075954973bbee627ae SHA512 b4518249835ed7cc672392bf2f8b1c62bc218e41c53663bb26ab34c9e43a99b6b7ae794babdb4bd775e467bb17918703a66ee57c8cf94cb7afc4ba2a7f74816a WHIRLPOOL c9c3a5bd48d1821f2e823538f33ba8cd90ff56ad4d1b6c73a7592b086ef86c617ac64a707b270b5483734a16217640afba4591095bf445ec0e4ef77b8f3e5c8d

@ -0,0 +1,23 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/ebook-tools/ebook-tools-0.2.2.ebuild,v 1.1 2012/09/10 23:05:25 johu Exp $
EAPI=4
inherit cmake-utils multilib
DESCRIPTION="Tools for accessing and converting various ebook file formats."
HOMEPAGE="http://sourceforge.net/projects/ebook-tools"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="dev-libs/libxml2
dev-libs/libzip"
RDEPEND="${DEPEND}
app-text/convertlit"
DOCS=( INSTALL README TODO )

@ -1,2 +1,2 @@
DIST glog-0.3.1-1.tar.gz 491798 SHA256 0a5ce945aaa5c64cb3889bf4844a0459263c06a77ad549042230dfea316787cb
DIST glog-0.3.1-1.tar.gz 491798 SHA256 0a5ce945aaa5c64cb3889bf4844a0459263c06a77ad549042230dfea316787cb SHA512 9bf48fe53e45a7af24ea6cfe27f6a4b592efe9911e2c9764c364d551ad9a7ab4eae2ace64873ec9bd2202323032ffbdbbda5ea9e7514aa0e324e30048c238e96 WHIRLPOOL 21593af929da3db01527c6e9111b75a7318be2c14abebbfb1e09f0a6ac12442e522cb510a776ef95136168baa1400e759bb69f7670192301ed1044db00eac385
DIST glog-0.3.2.tar.gz 478666 SHA256 5e47f9437e97cb1621930dea3c557a2801ddac3b5db1a9fd0c3cde399f2c9ccd SHA512 75f61d63fd65df40995b657c47a6c2dcabd2e25716c7ac1d4229dfc6a43e5957576b9d090997ae0ec81b30b60df6fdc6ae1294a087cbc3d03ad42295980fddfd WHIRLPOOL c6649da59d7de673b39fdb4f6930c44ab6887595733468e9ed81928525892f21c23e0f8e9cb7aac383fdb3afa6f86aa683ccff5502b445c546f00bc44f4c75f2

@ -0,0 +1,56 @@
http://code.google.com/p/google-glog/issues/detail?id=130
make the code work with all gcc targets
--- a/src/symbolize_unittest.cc
+++ b/src/symbolize_unittest.cc
@@ -60,9 +60,7 @@ using namespace GOOGLE_NAMESPACE;
# endif // __i386__
# else
# endif // __GNUC__ >= 4
-# if defined(__i386__) || defined(__x86_64__)
-# define TEST_X86_32_AND_64 1
-# endif // defined(__i386__) || defined(__x86_64__)
+# define TEST_WITH_LABEL_ADDRESSES
#endif
// A wrapper function for Symbolize() to make the unit test simple.
@@ -289,22 +287,24 @@ TEST(Symbolize, SymbolizeWithDemanglingStackConsumption) {
extern "C" {
inline void* always_inline inline_func() {
register void *pc = NULL;
-#ifdef TEST_X86_32_AND_64
- __asm__ __volatile__("call 1f; 1: pop %0" : "=r"(pc));
+#ifdef TEST_WITH_LABEL_ADDRESSES
+ pc = &&curr_pc;
+ curr_pc:
#endif
return pc;
}
void* ATTRIBUTE_NOINLINE non_inline_func() {
register void *pc = NULL;
-#ifdef TEST_X86_32_AND_64
- __asm__ __volatile__("call 1f; 1: pop %0" : "=r"(pc));
+#ifdef TEST_WITH_LABEL_ADDRESSES
+ pc = &&curr_pc;
+ curr_pc:
#endif
return pc;
}
void ATTRIBUTE_NOINLINE TestWithPCInsideNonInlineFunction() {
-#if defined(TEST_X86_32_AND_64) && defined(HAVE_ATTRIBUTE_NOINLINE)
+#if defined(TEST_WITH_LABEL_ADDRESSES) && defined(HAVE_ATTRIBUTE_NOINLINE)
void *pc = non_inline_func();
const char *symbol = TrySymbolize(pc);
CHECK(symbol != NULL);
@@ -314,7 +314,7 @@ void ATTRIBUTE_NOINLINE TestWithPCInsideNonInlineFunction() {
}
void ATTRIBUTE_NOINLINE TestWithPCInsideInlineFunction() {
-#if defined(TEST_X86_32_AND_64) && defined(HAVE_ALWAYS_INLINE)
+#if defined(TEST_WITH_LABEL_ADDRESSES) && defined(HAVE_ALWAYS_INLINE)
void *pc = inline_func(); // Must be inlined.
const char *symbol = TrySymbolize(pc);
CHECK(symbol != NULL);

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glog/glog-0.3.2.ebuild,v 1.2 2012/07/23 21:04:46 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glog/glog-0.3.2.ebuild,v 1.3 2012/09/10 22:04:15 vapier Exp $
EAPI="4"
inherit eutils
@ -22,6 +22,10 @@ DEPEND="${RDEPEND}
dev-cpp/gtest
)"
src_prepare() {
epatch "${FILESDIR}"/${P}-avoid-inline-asm.patch
}
src_configure() {
export ac_cv_lib_gflags_main=$(usex gflags)
export ac_cv_lib_unwind_backtrace=$(usex unwind)

@ -1,9 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/common-v2.eblit,v 1.3 2010/10/08 18:25:10 olemarkus Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/common-v2.eblit,v 1.4 2012/09/11 01:38:31 ottxor Exp $
php_set_ini_dir() {
PHP_INI_DIR="/etc/php/${1}-php${SLOT}"
PHP_INI_DIR="${EPREFIX}/etc/php/${1}-php${SLOT}"
PHP_EXT_INI_DIR="${PHP_INI_DIR}/ext"
PHP_EXT_INI_DIR_ACTIVE="${PHP_INI_DIR}/ext-active"
}

@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.4 2012/08/22 15:01:54 olemarkus Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.5 2012/09/11 01:38:31 ottxor Exp $
eblit-php-src_configure() {
addpredict /usr/share/snmp/mibs/.index
addpredict /var/lib/net-snmp/mib_indexes
PHP_DESTDIR="/usr/$(get_libdir)/php${SLOT}"
PHP_DESTDIR="${EPREFIX}/usr/$(get_libdir)/php${SLOT}"
# This is a global variable and should be in caps. It isn't because the
# phpconfutils eclass relies on exactly this name...
@ -23,60 +23,61 @@ eblit-php-src_configure() {
# extension USE flag shared
my_conf+="
$(use_enable bcmath bcmath )
$(use_with bzip2 bz2 )
$(use_with bzip2 bz2 "${EPREFIX}"/usr)
$(use_enable calendar calendar )
$(use_enable ctype ctype )
$(use_with curl curl )
$(use_with curlwrappers curlwrappers )
$(use_with curl curl "${EPREFIX}"/usr)
$(use_with curlwrappers curlwrappers "${EPREFIX}"/usr)
$(use_enable xml dom )
$(use_with enchant enchant /usr)
$(use_with enchant enchant "${EPREFIX}"/usr)
$(use_enable exif exif )
$(use_enable fileinfo fileinfo )
$(use_enable filter filter )
$(use_enable ftp ftp )
$(use_with nls gettext )
$(use_with gmp gmp )
$(use_with nls gettext "${EPREFIX}"/usr)
$(use_with gmp gmp "${EPREFIX}"/usr)
$(use_enable hash hash )
$(use_with mhash mhash )
$(use_with mhash mhash "${EPREFIX}"/usr)
$(use_with iconv iconv )
$(use_enable intl intl )
$(use_enable ipv6 ipv6 )
$(use_enable json json )
$(use_with kerberos kerberos /usr)
$(use_with kerberos kerberos "${EPREFIX}"/usr)
$(use_enable xml libxml )
$(use_with xml libxml-dir "${EPREFIX}"/usr)
$(use_enable unicode mbstring )
$(use_with crypt mcrypt )
$(use_with mssql mssql )
$(use_with unicode onig /usr)
$(use_with ssl openssl )
$(use_with ssl openssl-dir /usr)
$(use_with crypt mcrypt "${EPREFIX}"/usr)
$(use_with mssql mssql "${EPREFIX}"/usr)
$(use_with unicode onig "${EPREFIX}"/usr)
$(use_with ssl openssl "${EPREFIX}"/usr)
$(use_with ssl openssl-dir "${EPREFIX}"/usr)
$(use_enable pcntl pcntl )
$(use_enable phar phar )
$(use_enable pdo pdo )
$(use_with postgres pgsql )
$(use_with postgres pgsql "${EPREFIX}"/usr)
$(use_enable posix posix )
$(use_with spell pspell )
$(use_with recode recode )
$(use_with spell pspell "${EPREFIX}"/usr)
$(use_with recode recode "${EPREFIX}"/usr)
$(use_enable simplexml simplexml )
$(use_enable sharedmem shmop )
$(use_with snmp snmp )
$(use_with snmp snmp "${EPREFIX}"/usr)
$(use_enable soap soap )
$(use_enable sockets sockets )
$(use_with sqlite3 sqlite3 /usr)
$(use_with sybase-ct sybase-ct /usr)
$(use_with sqlite3 sqlite3 "${EPREFIX}"/usr)
$(use_with sybase-ct sybase-ct "${EPREFIX}"/usr)
$(use_enable sysvipc sysvmsg )
$(use_enable sysvipc sysvsem )
$(use_enable sysvipc sysvshm )
$(use_with tidy tidy )
$(use_with tidy tidy "${EPREFIX}"/usr)
$(use_enable tokenizer tokenizer )
$(use_enable wddx wddx )
$(use_enable xml xml )
$(use_enable xmlreader xmlreader )
$(use_enable xmlwriter xmlwriter )
$(use_with xmlrpc xmlrpc )
$(use_with xsl xsl )
$(use_with xmlrpc xmlrpc "${EPREFIX}"/usr)
$(use_with xsl xsl "${EPREFIX}"/usr)
$(use_enable zip zip )
$(use_with zlib zlib )
$(use_with zlib zlib "${EPREFIX}"/usr)
$(use_enable debug debug )"
# DBA support
@ -87,44 +88,44 @@ eblit-php-src_configure() {
# DBA drivers support
my_conf+="
$(use_with cdb cdb )
$(use_with berkdb db4 )
$(use_with cdb cdb ${EPREFIX}/usr)
$(use_with berkdb db4 ${EPREFIX}/usr)
$(use_enable flatfile flatfile )
$(use_with gdbm gdbm )
$(use_with gdbm gdbm ${EPREFIX}/usr)
$(use_enable inifile inifile )
$(use_with qdbm qdbm )"
$(use_with qdbm qdbm ${EPREFIX}/usr)"
# Support for the GD graphics library
my_conf+="
$(use_with truetype freetype-dir /usr)
$(use_with truetype t1lib /usr)
$(use_with truetype freetype-dir ${EPREFIX}/usr)
$(use_with truetype t1lib ${EPREFIX}/usr)
$(use_enable cjk gd-jis-conv )
$(use_with gd jpeg-dir /usr)
$(use_with gd png-dir /usr)
$(use_with xpm xpm-dir /usr)"
$(use_with gd jpeg-dir ${EPREFIX}/usr)
$(use_with gd png-dir ${EPREFIX}/usr)
$(use_with xpm xpm-dir ${EPREFIX}/usr)"
# enable gd last, so configure can pick up the previous settings
my_conf+="
$(use_with gd gd )"
$(use_with gd gd ${EPREFIX}/usr)"
# IMAP support
if use imap ; then
my_conf+="
$(use_with imap imap )
$(use_with ssl imap-ssl )"
$(use_with imap imap ${EPREFIX}/usr)
$(use_with ssl imap-ssl ${EPREFIX}/usr)"
fi
# Interbase/firebird support
if use firebird ; then
my_conf+="
$(use_with firebird interbase /usr)"
$(use_with firebird interbase ${EPREFIX}/usr)"
fi
# LDAP support
if use ldap ; then
my_conf+="
$(use_with ldap ldap )
$(use_with ldap-sasl ldap-sasl )"
$(use_with ldap ldap ${EPREFIX}/usr)
$(use_with ldap-sasl ldap-sasl ${EPREFIX}/usr)"
fi
# MySQL support
@ -134,10 +135,10 @@ eblit-php-src_configure() {
$(use_with mysql mysql mysqlnd)"
else
my_conf+="
$(use_with mysql mysql /usr)"
$(use_with mysql mysql ${EPREFIX}/usr)"
fi
my_conf+="
$(use_with mysql mysql-sock /var/run/mysqld/mysqld.sock)"
$(use_with mysql mysql-sock ${EPREFIX}/var/run/mysqld/mysqld.sock)"
fi
# MySQLi support
@ -146,18 +147,18 @@ eblit-php-src_configure() {
$(use_with mysqli mysqli mysqlnd)"
else
my_conf+="
$(use_with mysqli mysqli /usr/bin/mysql_config)"
$(use_with mysqli mysqli ${EPREFIX}/usr/bin/mysql_config)"
fi
# ODBC support
if use odbc ; then
my_conf+="
$(use_with odbc unixODBC /usr)"
$(use_with odbc unixODBC ${EPREFIX}/usr)"
fi
if use iodbc ; then
my_conf+="
$(use_with iodbc iodbc /usr)"
$(use_with iodbc iodbc ${EPREFIX}/usr)"
fi
# Oracle support
@ -175,12 +176,12 @@ eblit-php-src_configure() {
$(use_with mysql pdo-mysql mysqlnd)"
else
my_conf+="
$(use_with mysql pdo-mysql /usr)"
$(use_with mysql pdo-mysql ${EPREFIX}/usr)"
fi
my_conf+="
$(use_with postgres pdo-pgsql )
$(use_with sqlite3 pdo-sqlite /usr)
$(use_with odbc pdo-odbc unixODBC,/usr)"
$(use_with sqlite3 pdo-sqlite ${EPREFIX}/usr)
$(use_with odbc pdo-odbc unixODBC,${EPREFIX}/usr)"
if use oci8-instant-client ; then
my_conf+="
$(use_with oci8-instant-client pdo-oci)"
@ -189,13 +190,13 @@ eblit-php-src_configure() {
# readline/libedit support
my_conf+="
$(use_with readline readline )
$(use_with libedit libedit )"
$(use_with readline readline ${EPREFIX}/usr)
$(use_with libedit libedit ${EPREFIX}/usr)"
# Session support
if use session ; then
my_conf+="
$(use_with sharedmem mm )"
$(use_with sharedmem mm ${EPREFIX}/usr)"
else
my_conf+="
$(use_enable session session )"
@ -208,7 +209,7 @@ eblit-php-src_configure() {
# we use the system copy of pcre
# --with-pcre-regex affects ext/pcre
# --with-pcre-dir affects ext/filter and ext/zip
my_conf="${my_conf} --with-pcre-regex=/usr --with-pcre-dir=/usr"
my_conf="${my_conf} --with-pcre-regex=${EPREFIX}/usr --with-pcre-dir=${EPREFIX}/usr"
# Catch CFLAGS problems
# Fixes bug #14067.
@ -244,7 +245,7 @@ eblit-php-src_configure() {
apache2)
if [[ "${one_sapi}" == "${sapi}" ]] ; then
sapi_conf="${sapi_conf} --with-apxs2=/usr/sbin/apxs"
sapi_conf="${sapi_conf} --with-apxs2=${EPREFIX}/usr/sbin/apxs"
else
sapi_conf="${sapi_conf} --without-apxs2"
fi

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v3.eblit,v 1.6 2012/09/04 09:52:00 olemarkus Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_install-v3.eblit,v 1.7 2012/09/11 01:38:31 ottxor Exp $
eblit-php-src_install() {
# see bug #324739 for what happens when we don't have that
@ -16,7 +16,7 @@ eblit-php-src_install() {
done
# Makefile forgets to create this before trying to write to it...
dodir "${PHP_DESTDIR}/bin"
dodir "${PHP_DESTDIR#${EPREFIX}}/bin"
# Install php environment (without any sapis)
cd "${WORKDIR}/sapis-build/$first_sapi"
@ -24,7 +24,7 @@ eblit-php-src_install() {
install-build install-headers install-programs \
|| die "emake install failed"
local extension_dir="$("${D}/${PHP_DESTDIR}/bin/php-config" --extension-dir)"
local extension_dir="$("${ED}/${PHP_DESTDIR#${EPREFIX}}/bin/php-config" --extension-dir)"
# Create the directory where we'll put version-specific php scripts
keepdir /usr/share/php${PHP_MV}
@ -40,12 +40,12 @@ eblit-php-src_install() {
if [[ "${sapi}" == "apache2" ]] ; then
# We're specifically not using emake install-sapi as libtool
# may cause unnecessary relink failures (see bug #351266)
insinto "${PHP_DESTDIR}/apache2/"
newins ".libs/libphp5.so" "libphp${PHP_MV}.so"
insinto "${PHP_DESTDIR#${EPREFIX}}/apache2/"
newins ".libs/libphp5$(get_libname)" "libphp${PHP_MV}$(get_libname)"
keepdir "/usr/$(get_libdir)/apache2/modules"
else
# needed each time, php_install_ini would reset it
into "${PHP_DESTDIR}"
into "${PHP_DESTDIR#${EPREFIX}}"
case "$sapi" in
cli)
source="sapi/cli/php"
@ -57,14 +57,14 @@ eblit-php-src_install() {
source="sapi/fpm/php-fpm"
;;
embed)
source="libs/libphp${PHP_MV}.so"
source="libs/libphp${PHP_MV}$(get_libname)"
;;
*)
die "unhandled sapi in src_install"
;;
esac
if [[ "${source: -3}" == ".so" ]]; then
if [[ "${source}" == *"$(get_libname)" ]]; then
dolib.so "${source}" || die "Unable to install ${sapi} sapi"
else
dobin "${source}" || die "Unable to install ${sapi} sapi"
@ -87,13 +87,13 @@ eblit-php-src_install() {
newenvd "${FILESDIR}/20php5-envd" \
"20php${SLOT}"
sed -e "s|/lib/|/$(get_libdir)/|g" -i \
"${D}/etc/env.d/20php${SLOT}"
"${ED}/etc/env.d/20php${SLOT}"
sed -e "s|php5|php${SLOT}|g" -i \
"${D}/etc/env.d/20php${SLOT}"
"${ED}/etc/env.d/20php${SLOT}"
# set php-config variable correctly (bug #278439)
sed -e "s:^\(php_sapis=\)\".*\"$:\1\"${sapi_list}\":" -i \
"${D}/usr/$(get_libdir)/php${SLOT}/bin/php-config"
"${ED}/usr/$(get_libdir)/php${SLOT}/bin/php-config"
}
php_install_ini() {
@ -106,44 +106,44 @@ php_install_ini() {
cp "${PHP_INI_UPSTREAM}" "${phpinisrc}"
# default to /tmp for save_path, bug #282768
sed -e 's|^;session.save_path .*$|session.save_path = "/tmp"|g' -i "${phpinisrc}"
sed -e 's|^;session.save_path .*$|session.save_path = "'"${EPREFIX}"'/tmp"|g' -i "${phpinisrc}"
# Set the extension dir
sed -e "s|^extension_dir .*$|extension_dir = ${extension_dir}|g" -i "${phpinisrc}"
# Set the include path to point to where we want to find PEAR packages
sed -e 's|^;include_path = ".:/php/includes".*|include_path = ".:/usr/share/php'${PHP_MV}':/usr/share/php"|' -i "${phpinisrc}"
dodir "${PHP_INI_DIR}"
insinto "${PHP_INI_DIR}"
sed -e 's|^;include_path = ".:/php/includes".*|include_path = ".:'"${EPREFIX}"'/usr/share/php'${PHP_MV}':'"${EPREFIX}"'/usr/share/php"|' -i "${phpinisrc}"
dodir "${PHP_INI_DIR#${EPREFIX}}"
insinto "${PHP_INI_DIR#${EPREFIX}}"
newins "${phpinisrc}" "${PHP_INI_FILE}"
elog "Installing php.ini for ${phpsapi} into ${PHP_INI_DIR}"
elog "Installing php.ini for ${phpsapi} into ${PHP_INI_DIR#${EPREFIX}}"
elog
dodir "${PHP_EXT_INI_DIR}"
dodir "${PHP_EXT_INI_DIR_ACTIVE}"
dodir "${PHP_EXT_INI_DIR#${EPREFIX}}"
dodir "${PHP_EXT_INI_DIR_ACTIVE#${EPREFIX}}"
# SAPI-specific handling
if [[ "${sapi}" == "apache2" ]] ; then
insinto "${APACHE_MODULES_CONFDIR}"
newins "${FILESDIR}/70_mod_php${PHP_MV}.conf-apache2" \
"70_mod_php${PHP_MV}.conf"
insinto "${APACHE_MODULES_CONFDIR#${EPREFIX}}"
newins "${FILESDIR}/70_mod_php${PHP_MV}.conf-apache2" \
"70_mod_php${PHP_MV}.conf"
fi
if [[ "${sapi}" == "fpm" ]] ; then
[[ -z ${PHP_FPM_INIT_VER} ]] && PHP_FPM_INIT_VER=3
[[ -z ${PHP_FPM_CONF_VER} ]] && PHP_FPM_CONF_VER=0
einfo "Installing FPM CGI config file php-fpm.conf"
insinto ${PHP_INI_DIR}
insinto "${PHP_INI_DIR#${EPREFIX}}"
newins "${FILESDIR}/php-fpm-r${PHP_FPM_CONF_VER}.conf" php-fpm.conf
dodir "/etc/init.d"
insinto "/etc/init.d"
newinitd "${FILESDIR}/php-fpm-r${PHP_FPM_INIT_VER}.init" "php-fpm"
#dosym "${PHP_DESTDIR}/bin/php-fpm" "/usr/bin/php-fpm"
# dosym "${PHP_DESTDIR#${EPREFIX}}/bin/php-fpm" "/usr/bin/php-fpm"
# Remove bogus /etc/php-fpm.conf.default (bug 359906)
[[ -f "${D}/etc/php-fpm.conf.default" ]] && rm "${D}/etc/php-fpm.conf.default"
[[ -f "${ED}/etc/php-fpm.conf.default" ]] && rm "${ED}/etc/php-fpm.conf.default"
fi
# Install PHP ini files into /usr/share/php

@ -0,0 +1,45 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbus-c++/dbus-c++-0.9.0-r1.ebuild,v 1.1 2012/09/10 23:27:32 vapier Exp $
EAPI="4"
inherit eutils
DESCRIPTION="provide a C++ API for D-BUS"
HOMEPAGE="http://sourceforge.net/projects/dbus-cplusplus/ http://sourceforge.net/apps/mediawiki/dbus-cplusplus/index.php?title=Main_Page"
SRC_URI="mirror://sourceforge/dbus-cplusplus/lib${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="doc ecore glib static-libs test"
RDEPEND="sys-apps/dbus
ecore? ( dev-libs/ecore )
glib? ( dev-libs/glib )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )
dev-util/cppunit
virtual/pkgconfig"
S=${WORKDIR}/lib${P}
src_prepare() {
epatch "${FILESDIR}"/${P}-gcc-4.7.patch #424707
}
src_configure() {
econf \
--disable-examples \
$(use_enable doc doxygen-docs) \
$(use_enable ecore) \
$(use_enable glib) \
$(use_enable static-libs static) \
$(use_enable test tests)
}
src_install() {
default
prune_libtool_files
}

@ -0,0 +1,38 @@
sniped from ChromiumOS
https://bugs.gentoo.org/424707
From 154f7861d19a2bd5c79c488f9989610971db451b Mon Sep 17 00:00:00 2001
From: Han Shen <shenhan@google.com>
Date: Thu, 31 May 2012 16:49:35 -0700
Subject: [PATCH] Fixed dbus-c++ gcc 4.7 building problem.
Just add "unistd.h" inclusion to eventloop-integration.h.
BUG=None
TEST=Manually built using gcc 4.7.
Change-Id: I87bd1f90db6a4c974a5ed8134044e8be2034aff2
Reviewed-on: https://gerrit.chromium.org/gerrit/24260
Tested-by: Han Shen <shenhan@google.com>
Reviewed-by: Yunlian Jiang <yunlian@chromium.org>
Commit-Ready: Han Shen <shenhan@chromium.org>
---
include/dbus-c++/eventloop-integration.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/dbus-c++/eventloop-integration.h b/include/dbus-c++/eventloop-integration.h
index 5108340..1b56ab5 100644
--- a/include/dbus-c++/eventloop-integration.h
+++ b/include/dbus-c++/eventloop-integration.h
@@ -27,6 +27,7 @@
#include <cstring>
#include <errno.h>
+#include <unistd.h>
#include "api.h"
#include "dispatcher.h"
#include "util.h"
--
1.7.9.7

@ -10,5 +10,6 @@
</longdescription>
<use>
<flag name="ecore">Use Ecore integration</flag>
<flag name="glib">Use glib integration</flag>
</use>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/e_dbus/e_dbus-1.7.0.ebuild,v 1.1 2012/09/08 11:48:14 tommy Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/e_dbus/e_dbus-1.7.0.ebuild,v 1.2 2012/09/10 23:30:13 vapier Exp $
EAPI="2"
@ -9,7 +9,7 @@ inherit enlightenment
DESCRIPTION="Enlightenment's (Ecore) integration to DBus"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="bluetooth +connman +libnotify ofono static-libs test-binaries +udev"
RDEPEND=">=dev-libs/eina-1.7.0

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ecore/ecore-1.7.0.ebuild,v 1.1 2012/09/08 08:55:07 tommy Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/ecore/ecore-1.7.0.ebuild,v 1.2 2012/09/10 23:28:35 vapier Exp $
EAPI=2
@ -9,7 +9,7 @@ inherit virtualx enlightenment eutils
DESCRIPTION="Enlightenment's core event abstraction layer and OS abstraction layer"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="ares curl directfb +evas fbcon glib gnutls +inotify ipv6 opengl sdl ssl static-libs +threads tslib +X xcb xinerama xprint xscreensaver"
RDEPEND=">=dev-libs/eina-1.7.0

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/eet/eet-1.7.0.ebuild,v 1.1 2012/09/07 19:39:23 tommy Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/eet/eet-1.7.0.ebuild,v 1.2 2012/09/10 23:28:03 vapier Exp $
EAPI=2
@ -10,7 +10,7 @@ DESCRIPTION="E file chunk reading/writing library"
HOMEPAGE="http://trac.enlightenment.org/e/wiki/Eet"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="debug examples gnutls ssl static-libs test"
RDEPEND=">=dev-libs/eina-1.7.0

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/eeze/eeze-1.7.0.ebuild,v 1.1 2012/09/08 11:56:07 tommy Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/eeze/eeze-1.7.0.ebuild,v 1.2 2012/09/10 23:28:56 vapier Exp $
inherit enlightenment
@ -8,7 +8,7 @@ DESCRIPTION="library to simplify the use of devices"
HOMEPAGE="http://trac.enlightenment.org/e/wiki/Eeze"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="static-libs utilities"
DEPEND=">=dev-libs/ecore-1.7.0"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/efreet/efreet-1.7.0.ebuild,v 1.1 2012/09/08 11:36:50 tommy Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/efreet/efreet-1.7.0.ebuild,v 1.2 2012/09/10 23:29:31 vapier Exp $
EAPI=2
@ -9,7 +9,7 @@ inherit enlightenment
DESCRIPTION="library for handling of freedesktop.org specs (desktop/icon/theme/etc...)"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="static-libs"
RDEPEND=">=dev-libs/ecore-1.7.0

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.7.0.ebuild,v 1.1 2012/09/07 19:21:10 tommy Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.7.0.ebuild,v 1.2 2012/09/10 23:26:03 vapier Exp $
EAPI="2"
@ -13,7 +13,7 @@ DESCRIPTION="Enlightenment's data types library (List, hash, etc) in C"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="altivec debug default-mempool mempool-buddy +mempool-chained
mempool-fixed-bitmap +mempool-pass-through
mmx sse sse2 static-libs test"

@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/embryo-1.7.0.ebuild,v 1.1 2012/09/08 10:48:35 tommy Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/embryo-1.7.0.ebuild,v 1.2 2012/09/10 23:30:40 vapier Exp $
inherit enlightenment
DESCRIPTION="load and control programs compiled in embryo language (small/pawn variant)"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="static-libs"
DEPEND=">=dev-libs/eina-1.7.0"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0.ebuild,v 1.2 2012/04/26 11:00:19 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Audio-FLAC-Header/Audio-FLAC-Header-2.400.0.ebuild,v 1.3 2012/09/11 01:05:53 blueness Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Access to FLAC audio metadata"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="amd64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="test"
RDEPEND="media-libs/flac"

@ -0,0 +1,33 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISMN/Business-ISMN-1.110.0.ebuild,v 1.1 2012/09/11 03:21:08 tove Exp $
EAPI=4
MODULE_AUTHOR=BDFOY
MODULE_VERSION=1.11
inherit perl-module
DESCRIPTION="International Standard Music Numbers"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
dev-perl/Tie-Cycle
virtual/perl-Scalar-List-Utils
"
DEPEND="${RDEPEND}
test? (
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)
"
SRC_TEST=do
src_install() {
perl-module_src_install
rm -rf "${ED}"/usr/share/man || die
}

@ -0,0 +1 @@
DIST Business-ISMN-1.11.tar.gz 9053 SHA256 76d5240a5672c7a8b1ba9e9ea8238a5c8882139911acbb67b7059b5ee3da342d SHA512 e5bbaf048b06ee133a95443227fe2bf0e49abbb2164330105f7ccd4360503ca97848e4ff6b663064ceb36a34d4e5f7b47209f0153e5fa6e88d8ae8a0c90bd41a WHIRLPOOL f780112fddb09ece0bd784e29cf23fca31ee135f582eabe0bbc3192efdf554bfa610d94c8d222b2eac766c0615b2ca8806e4f1f1707d9f6c6624c9bec4bae1a3

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<upstream>
<remote-id type="cpan">Business-ISMN</remote-id>
<remote-id type="cpan-module">Business::ISBM::Data</remote-id>
<remote-id type="cpan-module">Business::ISMN</remote-id>
</upstream>
</pkgmetadata>

@ -0,0 +1,29 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Business-ISSN/Business-ISSN-0.910.0.ebuild,v 1.1 2012/09/11 03:31:54 tove Exp $
EAPI=4
MODULE_AUTHOR=BDFOY
MODULE_VERSION=0.91
inherit perl-module
DESCRIPTION="Object and functions to work with International Standard Serial Numbers"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPEND="
test? (
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)
"
SRC_TEST=do
src_install() {
perl-module_src_install
rm -rf "${ED}"/usr/share/man || die
}

@ -0,0 +1 @@
DIST Business-ISSN-0.91.tar.gz 4348 SHA256 f15b192c0f547bb2967811072b3d343b94bc5ea58d02704c19122f7ae0a9d6b5 SHA512 5a7d098feda97088b89b58313c2f05555a0c15f3220fa7bf6d77428e38cc25dc747671813ec64c67ed90ac0f29de4c6aaeb846d7ff41ba1e8e54b4a24c6adb31 WHIRLPOOL d0870e2eb347b5838446e32e2c79cdfb7c203d79c98d14c208386b0c976570f057d6a7ecedc853c38ce0d5d5c793cd123867ba85e61011935040e91ce7361774

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<upstream>
<remote-id type="cpan">Business-ISSN</remote-id>
<remote-id type="cpan-module">Business::ISSN</remote-id>
</upstream>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Ogg-Vorbis-Header-PurePerl/Ogg-Vorbis-Header-PurePerl-1.0.0.ebuild,v 1.4 2012/03/25 16:52:50 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Ogg-Vorbis-Header-PurePerl/Ogg-Vorbis-Header-PurePerl-1.0.0.ebuild,v 1.5 2012/09/11 01:04:43 blueness Exp $
EAPI=4
@ -12,7 +12,7 @@ DESCRIPTION="Object-oriented interface to Ogg Vorbis information and comment fie
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""
SRC_TEST="do"

@ -0,0 +1 @@
DIST Tie-Cycle-1.17.tar.gz 3912 SHA256 4c1749cff55a57a670f6f6832b5c32b59ddb660ffc5cb0e60a091810627ae5a5 SHA512 6025504b0cc501f0abbf94cc946f17ee97dc3b262e8cbf848fd307b641d38aa22ecf296e6a1068e83ee4f17c3e163c00680b8c2cc3530237e44354828f791512 WHIRLPOOL 05110449f5e837256eaec47bf4763c02b28fe0421a0fe0220cdc8535af6c3a7935825fdff6122468a112f260278d11ab635e74dfe2623726a3174757e8b02aa9

@ -0,0 +1,29 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Cycle/Tie-Cycle-1.170.0.ebuild,v 1.1 2012/09/11 03:14:04 tove Exp $
EAPI=4
MODULE_AUTHOR=BDFOY
MODULE_VERSION=1.17
inherit perl-module
DESCRIPTION="Cycle through a list of values via a scalar"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
DEPEND="
test? (
dev-perl/Test-Pod
dev-perl/Test-Pod-Coverage
)
"
SRC_TEST=do
src_install() {
perl-module_src_install
rm -rf "${ED}"/usr/share/man/
}

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>perl</herd>
<upstream>
<remote-id type="cpan">Tie-Cycle</remote-id>
<remote-id type="cpan-module">Tie::Cycle</remote-id>
</upstream>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.14.0.ebuild,v 1.1 2012/08/04 07:15:46 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pg/pg-0.14.0.ebuild,v 1.3 2012/09/11 00:32:13 blueness Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19"
@ -18,7 +18,7 @@ HOMEPAGE="http://bitbucket.org/ged/ruby-pg/"
LICENSE="|| ( GPL-2 Ruby )"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~amd64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${RDEPEND}

@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.2.0-r1.ebuild,v 1.3 2012/08/16 03:54:49 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/png/png-1.2.0-r1.ebuild,v 1.4 2012/09/10 18:39:44 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"

@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4-r1.ebuild,v 1.2 2011/06/24 14:33:38 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/podcast/podcast-0.0.4-r1.ebuild,v 1.3 2012/09/10 18:47:26 graaff Exp $
EAPI=2
USE_RUBY="ruby18"
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_TASK_DOC=""
@ -20,7 +20,6 @@ KEYWORDS="~amd64 ~x86"
IUSE="test"
ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
ruby_add_rdepend "dev-ruby/ruby-mp3info"
each_ruby_test() {

@ -1,3 +1 @@
DIST polyglot-0.3.1.gem 6656 SHA256 af93ff90a8c43c6c442d91dd533037a45cd138ab26e82a3c090f9e6f312c13ea SHA512 f696458b301765cece6d3ccd9be803f4f824618e9cb0c5f353a96b31cd6ceddce3bddc56a57be2e18251a8bbfb46ddbce9fbd1f364957097cbcabb54171c341f WHIRLPOOL 1484a798b9b7498be492abaf06ed711be1ca692ff7c30b65fc5e58013e1111502dda483bdf7ba2d82576344400f1301b9fd99b257a0f8101399ec79e3ca89c64
DIST polyglot-0.3.2.gem 15872 SHA256 df43d0d64edfb5e874a00a8209876b1ce0cdde2f2178d82c97b03ace56895654 SHA512 2305c6589924bc9b7e1f0721f483b833e04be48c938d41791c1c8809e04a984b52ca44c11ed692cd2ec97f96947af163e105d995aa1152d6b43da15832fdfa2b WHIRLPOOL 23a602a9cf066d5a196cf4403cd8cf50053e2c74862ff46a1d0f11ba900a05e596889fe23bfa6c8c0db4e06c2ba8d5c084ae3a2eb29efd28ba3656a5f3dd4437
DIST polyglot-0.3.3.gem 6656 SHA256 1b0026fa0ce5aef4a65199ff3f5c589a4865265cd1f2f053eb6c4041a3aa5f20 SHA512 0b6c91da15db3232d78e0cea1c2cd6af9389c0fb9f505691f6afb489d4049500f681882b16587a680ff9b73d8ec841a12586dce246c08b8b286c9d6d32b936d8 WHIRLPOOL dc43c06cb9d8d00b0d972df99afaa626c8d38baa2d0e6aa40f0c2a5756828d7b73a34307274c2838a1940f761e2557287267011459f6d362affc334309c8dc18

@ -1,27 +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/polyglot/polyglot-0.3.1.ebuild,v 1.7 2012/05/01 18:24:08 armin76 Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby ree18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
inherit ruby-fakegem
DESCRIPTION="Polyglot provides support for fully-custom DSLs."
HOMEPAGE="http://polyglot.rubyforge.org/"
LICENSE="MIT"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-solaris"
SLOT="0"
IUSE=""
ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
each_ruby_test() {
${RUBY} test/test_polyglot.rb || die "tests failed"
}

@ -1,21 +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/polyglot/polyglot-0.3.2.ebuild,v 1.4 2012/05/01 18:24:08 armin76 Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 jruby ree18"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
inherit ruby-fakegem
DESCRIPTION="Polyglot provides support for fully-custom DSLs."
HOMEPAGE="http://polyglot.rubyforge.org/"
LICENSE="MIT"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris"
SLOT="0"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.2 2012/09/08 12:38:02 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/cscope/cscope-15.8a.ebuild,v 1.5 2012/09/11 01:16:05 blueness Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/cscope/${P}.tar.gz"
LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="emacs"
RDEPEND=">=sys-libs/ncurses-5.2

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.9-r1.ebuild,v 1.1 2012/06/27 22:01:30 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/lcov/lcov-1.9-r1.ebuild,v 1.2 2012/09/10 23:25:37 vapier Exp $
EAPI="4"
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/ltp/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE=""
DEPEND=""

@ -1,2 +1,3 @@
DIST tortoisehg-2.4.2.tar.gz 9018020 SHA256 d30963453a9d618b04dfbfebda1641cb4742133829c25ff60735236f1399108a SHA512 433e2facd02b44a9c9ea2a20ecdf98ff4381f2c30c046f59b246c27686f2142eef944c3fc256371e7444495cb95a0291e8f4924382f8a67e2c109060a52e5b54 WHIRLPOOL 95d26511cbd502048854f846172e7fad107ae492f4d4eb9a5a6ce5ff9e9b482978ec28e693c752cf914ad6b1048e987ac3eb2ceaf79c838d0ff41f53607a2aac
DIST tortoisehg-2.4.3.tar.gz 9025948 SHA256 6db82b51c301e8e7e83a5f7730882fdd055ba99f33ed5013d8c16b68b243f373 SHA512 5321c53750959888272d7073483025b47467de3bf9946c1e816fed5672651183d0fed2dec82ddb6975272dcb6c1cbae56aba6c256edea98e434f7533f46d7d68 WHIRLPOOL 29d8bb553af5e7fc7efb1843cdd81bcb9b077528d9767ee424869e7ccc6e0e5f7b2c5542047ddd0c061ffa419535cfb84f8f848ed7c143064771927c6d68531e
DIST tortoisehg-2.5.tar.gz 9767802 SHA256 8fb1fdd90517e9c24c36f62053eea862aea55e43ee28b1b898848798538b1abd SHA512 efd32a06ac81c6802e184c79b6cddead4256585e3473a3a91236831e461aad056a681532b08358ebec0c10e704fb2cb252df3f5350ec3c4d147edf46b692b8b1 WHIRLPOOL 693cf1bb59e673fc30d05cfa4af683f8ea67c79ebddb96786dae14b3a320ef1875d6678421c0472a13cc977e91958379ed0e78a952c3f48256e740575059ca11

@ -0,0 +1,78 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.5.ebuild,v 1.2 2012/09/10 20:14:10 floppym Exp $
EAPI=4
SUPPORT_PYTHON_ABIS=1
PYTHON_DEPEND="2:2.5"
RESTRICT_PYTHON_ABIS="2.4 3.* *-pypy-*"
inherit distutils eutils
if [[ ${PV} != *9999* ]]; then
KEYWORDS="~amd64 ~x86"
SRC_URI="mirror://bitbucket/${PN}/targz/downloads/${P}.tar.gz"
HG_DEPEND=">=dev-vcs/mercurial-2.2 <dev-vcs/mercurial-2.4"
else
inherit mercurial
EHG_REPO_URI="https://bitbucket.org/tortoisehg/thg"
KEYWORDS=""
SRC_URI=""
HG_DEPEND="dev-vcs/mercurial"
fi
DESCRIPTION="Set of graphical tools for Mercurial"
HOMEPAGE="http://tortoisehg.bitbucket.org"
LICENSE="GPL-2"
SLOT="0"
IUSE="doc"
RDEPEND="${HG_DEPEND}
dev-python/iniparse
dev-python/pygments
dev-python/PyQt4
dev-python/qscintilla-python"
DEPEND="${RDEPEND}
doc? ( >=dev-python/sphinx-1.0.3 )"
src_prepare() {
if [[ ${LINGUAS+set} ]]; then
pushd i18n/tortoisehg > /dev/null || die
local x y keep
for x in *.po; do
keep=false
for y in ${LINGUAS}; do
if [[ ${y} == ${x%.po}* ]]; then
keep=true
break
fi
done
${keep} || rm "${x}" || die
done
popd > /dev/null || die
fi
distutils_src_prepare
}
src_compile() {
distutils_src_compile
if use doc ; then
emake -C doc html
fi
}
src_install() {
distutils_src_install
dodoc doc/ReadMe*.txt doc/TODO
if use doc ; then
dohtml -r doc/build/html
fi
newicon -s scalable icons/scalable/apps/thg-logo.svg tortoisehg_logo.svg
domenu contrib/${PN}.desktop
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.10 2012/08/21 15:17:33 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-9999.ebuild,v 1.12 2012/09/10 20:14:10 floppym Exp $
EAPI=4
@ -8,7 +8,7 @@ SUPPORT_PYTHON_ABIS=1
PYTHON_DEPEND="2:2.5"
RESTRICT_PYTHON_ABIS="2.4 3.* *-pypy-*"
inherit distutils eutils multilib
inherit distutils eutils
if [[ ${PV} != *9999* ]]; then
KEYWORDS="~amd64 ~x86"
@ -38,21 +38,18 @@ DEPEND="${RDEPEND}
doc? ( >=dev-python/sphinx-1.0.3 )"
src_prepare() {
# make the install respect multilib.
sed -i -e "s:lib/nautilus:$(get_libdir)/nautilus:" setup.py || die
if [[ ${LINGUAS+set} ]]; then
pushd i18n/tortoisehg > /dev/null || die
local x y keep
for x in *.po; do
keep=
keep=false
for y in ${LINGUAS}; do
if [[ ${y} == ${x%.po}* ]]; then
keep=1
keep=true
break
fi
done
[[ ${keep} ]] || rm "${x}" || die
${keep} || rm "${x}" || die
done
popd > /dev/null || die
fi

@ -1 +1 @@
DIST uniconvertor-1.1.5.tar.gz 246998 RMD160 86211bdb7b7af7611a9db4a2e2f6101995af6850 SHA1 51ec7c4487048c3357ed95cdb4ab3524018a2c9e SHA256 c3a9ecb70779911470e01c6b1950b07fc2fe1880777a1e70e44251323f4d5882
DIST uniconvertor-1.1.5.tar.gz 246998 SHA256 c3a9ecb70779911470e01c6b1950b07fc2fe1880777a1e70e44251323f4d5882

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.13 2012/02/26 07:23:24 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/uniconvertor/uniconvertor-1.1.5.ebuild,v 1.14 2012/09/11 03:13:22 ottxor Exp $
EAPI="3"
@ -14,7 +14,7 @@ DESCRIPTION="Commandline tool for popular vector formats convertion"
HOMEPAGE="http://sk1project.org/modules.php?name=Products&product=uniconvertor"
SRC_URI="http://uniconvertor.googlecode.com/files/${P}.tar.gz"
KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x64-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
SLOT="0"
LICENSE="GPL-2 LGPL-2"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/edje-1.7.0.ebuild,v 1.1 2012/09/08 11:12:38 tommy Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/edje-1.7.0.ebuild,v 1.2 2012/09/10 23:30:41 vapier Exp $
EAPI=1
@ -10,7 +10,7 @@ DESCRIPTION="graphical layout and animation library"
HOMEPAGE="http://www.enlightenment.org/pages/edje.html"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="debug +cache static-libs vim-syntax"
DEPEND="dev-lang/lua

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/evas-1.7.0.ebuild,v 1.1 2012/09/07 20:21:40 tommy Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/evas/evas-1.7.0.ebuild,v 1.2 2012/09/10 23:28:11 vapier Exp $
EAPI=2
@ -10,7 +10,7 @@ DESCRIPTION="hardware-accelerated retained canvas API"
HOMEPAGE="http://trac.enlightenment.org/e/wiki/Evas"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg mmx opengl +png +ppm +psd sse sse3 svg static-libs tga +threads tiff X xcb xpm"
RDEPEND=">=dev-libs/eina-1.7.0

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.5.ebuild,v 1.4 2012/09/09 14:50:29 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/imlib2/imlib2-1.4.5.ebuild,v 1.5 2012/09/11 00:51:53 blueness Exp $
EAPI=4
inherit enlightenment toolchain-funcs
@ -8,7 +8,7 @@ inherit enlightenment toolchain-funcs
DESCRIPTION="Version 2 of an advanced replacement library for libraries like libXpm"
HOMEPAGE="http://www.enlightenment.org/"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="X bzip2 gif jpeg mmx mp3 png static-libs tiff zlib"
RDEPEND="=media-libs/freetype-2*

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.19.ebuild,v 1.14 2012/08/24 21:55:47 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-1.19.ebuild,v 1.15 2012/09/11 02:45:36 ottxor Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
@ -15,7 +15,7 @@ SRC_URI="http://www.littlecms.com/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="jpeg python static-libs tiff zlib"
RDEPEND="tiff? ( media-libs/tiff:0 )
@ -64,9 +64,9 @@ src_compile() {
building() {
emake \
LCMS_PYEXECDIR="$(python_get_sitedir)" \
LCMS_PYINCLUDE="$(python_get_includedir)" \
LCMS_PYLIB="$(python_get_libdir)" \
LCMS_PYEXECDIR="${EPREFIX}$(python_get_sitedir)" \
LCMS_PYINCLUDE="${EPREFIX}$(python_get_includedir)" \
LCMS_PYLIB="${EPREFIX}$(python_get_libdir)" \
PYTHON_VERSION="$(python_get_version)"
}
python_execute_function -s --source-dir python building
@ -76,16 +76,16 @@ src_compile() {
src_install() {
emake \
DESTDIR="${D}" \
BINDIR="${D}"/usr/bin \
libdir=/usr/$(get_libdir) \
BINDIR="${ED}"/usr/bin \
libdir="${EPREFIX}"/usr/$(get_libdir) \
install || die
if use python; then
installation() {
emake \
DESTDIR="${D}" \
LCMS_PYEXECDIR="$(python_get_sitedir)" \
LCMS_PYLIB="$(python_get_libdir)" \
LCMS_PYEXECDIR="${EPREFIX}$(python_get_sitedir)" \
LCMS_PYLIB="${EPREFIX}$(python_get_libdir)" \
PYTHON_VERSION="$(python_get_version)" \
install
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/sk1libs/sk1libs-0.9.1-r1.ebuild,v 1.2 2012/07/27 06:29:27 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/sk1libs/sk1libs-0.9.1-r1.ebuild,v 1.3 2012/09/11 03:02:14 ottxor Exp $
EAPI="3"
@ -15,7 +15,7 @@ HOMEPAGE="http://sk1project.org/index.php"
SRC_URI="http://uniconvertor.googlecode.com/files/${P}.tar.gz"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x64-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris"
LICENSE="GPL-2 LGPL-2"
IUSE=""

@ -1 +1 @@
Mon, 10 Sep 2012 18:36:58 +0000
Tue, 11 Sep 2012 05:06:58 +0000

@ -1 +1 @@
Mon, 10 Sep 2012 18:36:59 +0000
Tue, 11 Sep 2012 05:06:58 +0000

@ -4,11 +4,11 @@ DESCRIPTION=Clam Anti-Virus Scanner
EAPI=4
HOMEPAGE=http://www.clamav.net/
IUSE=bzip2 clamdtop iconv ipv6 milter selinux static-libs
KEYWORDS=alpha amd64 ~arm hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd
KEYWORDS=alpha amd64 ~arm hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris
LICENSE=GPL-2
RDEPEND=bzip2? ( app-arch/bzip2 ) clamdtop? ( sys-libs/ncurses ) iconv? ( virtual/libiconv ) milter? ( || ( mail-filter/libmilter mail-mta/sendmail ) ) dev-libs/libtommath >=sys-libs/zlib-1.2.2 sys-devel/libtool selinux? ( sec-policy/selinux-clamav )
RESTRICT=test
SLOT=0
SRC_URI=mirror://sourceforge/clamav/clamav-0.97.5.tar.gz
_eclasses_=eutils f98a70ed99fbfc479df6694dc8af82ac flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=75444f9c419640f13718650863d22d02
_md5_=cc77b6d85c608affbeda35934ea31934

@ -10,4 +10,4 @@ RDEPEND=>=app-crypt/trousers-0.3.0 dev-libs/openssl pkcs11? ( dev-libs/opencrypt
SLOT=0
SRC_URI=mirror://sourceforge/trousers/tpm-tools-1.3.5.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils f98a70ed99fbfc479df6694dc8af82ac flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f libtool a83de71c2123161fc5a8323cb275f8e5 multilib c2b85b5c63a44798c1e442147ac14c5c multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=3ccbe9913203f2f55d5145f2436d572a
_md5_=1499f8f8409489c95ab81d54c22227f8

@ -10,4 +10,4 @@ RDEPEND=>=dev-libs/glib-2 >=dev-libs/openssl-0.9.7:0
SLOT=0
SRC_URI=mirror://sourceforge/trousers/trousers-0.3.6.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils f98a70ed99fbfc479df6694dc8af82ac libtool a83de71c2123161fc5a8323cb275f8e5 linux-info 0b7adf68a2edb4e5a32b07bb6e68121c multilib c2b85b5c63a44798c1e442147ac14c5c multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=f19623010301d0eb3aab45b1b3a09125
_md5_=b6d79a60ce0b5c98a8eb3e5dffbc2d65

@ -1,8 +1,8 @@
DEFINED_PHASES=configure install postinst prepare
DEFINED_PHASES=configure install prepare
DEPEND=>=sys-libs/ncurses-5.9-r1[unicode?] magic? ( sys-apps/file ) nls? ( virtual/libintl ) !ncurses? ( slang? ( sys-libs/slang ) ) nls? ( sys-devel/gettext ) virtual/pkgconfig || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=GNU GPL'd Pico clone with more functionality
EAPI=3
HOMEPAGE=http://www.nano-editor.org/
HOMEPAGE=http://www.nano-editor.org/ http://www.gentoo.org/doc/en/nano-basics-guide.xml
IUSE=debug justify +magic minimal ncurses nls slang spell unicode
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=GPL-3
@ -10,4 +10,4 @@ RDEPEND=>=sys-libs/ncurses-5.9-r1[unicode?] magic? ( sys-apps/file ) nls? ( virt
SLOT=0
SRC_URI=http://www.nano-editor.org/dist/v2.3/nano-2.3.1.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils f98a70ed99fbfc479df6694dc8af82ac libtool a83de71c2123161fc5a8323cb275f8e5 multilib c2b85b5c63a44798c1e442147ac14c5c multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=bcc5adb2c7657e8c0be6bc6116743c61
_md5_=edbc6a0c8ffffdea91428cf8db011bfd

@ -1,12 +1,12 @@
DEFINED_PHASES=configure install postinst prepare pretend setup unpack
DEPEND=!app-emulation/kqemu !app-emulation/qemu !<app-emulation/qemu-1.0 >=dev-libs/glib-2.0 media-libs/libpng sys-apps/pciutils >=sys-firmware/seabios-1.7.0 sys-firmware/sgabios sys-firmware/vgabios virtual/jpeg aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bluetooth? ( net-wireless/bluez ) brltty? ( app-accessibility/brltty ) caps? ( sys-libs/libcap-ng ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.2.0 ) kernel_linux? ( >=sys-apps/util-linux-2.16.0 ) ncurses? ( sys-libs/ncurses ) opengl? ( virtual/opengl ) pulseaudio? ( media-sound/pulseaudio ) python? ( =dev-lang/python-2*[ncurses] ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( static? ( >=media-libs/libsdl-1.2.11[static-libs,X] ) !static? ( >=media-libs/libsdl-1.2.11[X] ) ) static? ( sys-libs/zlib[static-libs(+)] ) !static? ( sys-libs/zlib ) smartcard? ( dev-libs/nss ) spice? ( >=app-emulation/spice-protocol-0.8.1 static? ( >=app-emulation/spice-0.9.0[static-libs] ) !static? ( >=app-emulation/spice-0.9.0 ) ) systemtap? ( dev-util/systemtap ) tls? ( net-libs/gnutls ) usbredir? ( sys-apps/usbredir ) vde? ( net-misc/vde ) virtfs? ( sys-libs/libcap ) xattr? ( sys-apps/attr ) xen? ( app-emulation/xen-tools ) xfs? ( sys-fs/xfsprogs ) app-text/texi2html virtual/pkgconfig kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) =dev-lang/python-2* dev-vcs/git
DEPEND=!app-emulation/kqemu !app-emulation/qemu !<app-emulation/qemu-1.0 >=dev-libs/glib-2.0 media-libs/libpng sys-apps/pciutils sys-firmware/ipxe >=sys-firmware/seabios-1.7.0 sys-firmware/sgabios sys-firmware/vgabios virtual/jpeg aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bluetooth? ( net-wireless/bluez ) brltty? ( app-accessibility/brltty ) caps? ( sys-libs/libcap-ng ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.2.0 ) kernel_linux? ( >=sys-apps/util-linux-2.16.0 ) ncurses? ( sys-libs/ncurses ) opengl? ( virtual/opengl ) pulseaudio? ( media-sound/pulseaudio ) python? ( =dev-lang/python-2*[ncurses] ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( static? ( >=media-libs/libsdl-1.2.11[static-libs,X] ) !static? ( >=media-libs/libsdl-1.2.11[X] ) ) static? ( sys-libs/zlib[static-libs(+)] ) !static? ( sys-libs/zlib ) smartcard? ( dev-libs/nss ) spice? ( >=app-emulation/spice-protocol-0.8.1 static? ( >=app-emulation/spice-0.9.0[static-libs] ) !static? ( >=app-emulation/spice-0.9.0 ) ) systemtap? ( dev-util/systemtap ) tls? ( net-libs/gnutls ) usbredir? ( sys-apps/usbredir ) vde? ( net-misc/vde ) virtfs? ( sys-libs/libcap ) xattr? ( sys-apps/attr ) xen? ( app-emulation/xen-tools ) xfs? ( sys-fs/xfsprogs ) app-text/texi2html virtual/pkgconfig kernel_linux? ( >=sys-kernel/linux-headers-2.6.35 ) =dev-lang/python-2* dev-vcs/git
DESCRIPTION=QEMU + Kernel-based Virtual Machine userland tools
EAPI=4
HOMEPAGE=http://www.linux-kvm.org
IUSE=+aio alsa bluetooth brltty +caps +curl debug doc fdt kernel_linux kernel_FreeBSD mixemu ncurses opengl pulseaudio python rbd sasl sdl smartcard spice static systemtap tci tls usbredir vde +vhost-net virtfs xattr xen xfs +qemu_softmmu_targets_x86_64 qemu_softmmu_targets_i386 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_cris qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mipsel qemu_softmmu_targets_or32 qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_s390x qemu_softmmu_targets_unicore32 qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_ppcemb qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb qemu_user_targets_i386 qemu_user_targets_x86_64 qemu_user_targets_alpha qemu_user_targets_arm qemu_user_targets_cris qemu_user_targets_m68k qemu_user_targets_microblaze qemu_user_targets_microblazeel qemu_user_targets_mips qemu_user_targets_mipsel qemu_user_targets_or32 qemu_user_targets_ppc qemu_user_targets_ppc64 qemu_user_targets_sh4 qemu_user_targets_sh4eb qemu_user_targets_sparc qemu_user_targets_sparc64 qemu_user_targets_s390x qemu_user_targets_unicore32 qemu_user_targets_armeb qemu_user_targets_ppc64abi32 qemu_user_targets_sparc32plus
LICENSE=GPL-2 LGPL-2 BSD-2
RDEPEND=!app-emulation/kqemu !app-emulation/qemu !<app-emulation/qemu-1.0 >=dev-libs/glib-2.0 media-libs/libpng sys-apps/pciutils >=sys-firmware/seabios-1.7.0 sys-firmware/sgabios sys-firmware/vgabios virtual/jpeg aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bluetooth? ( net-wireless/bluez ) brltty? ( app-accessibility/brltty ) caps? ( sys-libs/libcap-ng ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.2.0 ) kernel_linux? ( >=sys-apps/util-linux-2.16.0 ) ncurses? ( sys-libs/ncurses ) opengl? ( virtual/opengl ) pulseaudio? ( media-sound/pulseaudio ) python? ( =dev-lang/python-2*[ncurses] ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( static? ( >=media-libs/libsdl-1.2.11[static-libs,X] ) !static? ( >=media-libs/libsdl-1.2.11[X] ) ) static? ( sys-libs/zlib[static-libs(+)] ) !static? ( sys-libs/zlib ) smartcard? ( dev-libs/nss ) spice? ( >=app-emulation/spice-protocol-0.8.1 static? ( >=app-emulation/spice-0.9.0[static-libs] ) !static? ( >=app-emulation/spice-0.9.0 ) ) systemtap? ( dev-util/systemtap ) tls? ( net-libs/gnutls ) usbredir? ( sys-apps/usbredir ) vde? ( net-misc/vde ) virtfs? ( sys-libs/libcap ) xattr? ( sys-apps/attr ) xen? ( app-emulation/xen-tools ) xfs? ( sys-fs/xfsprogs ) =dev-lang/python-2*
RDEPEND=!app-emulation/kqemu !app-emulation/qemu !<app-emulation/qemu-1.0 >=dev-libs/glib-2.0 media-libs/libpng sys-apps/pciutils sys-firmware/ipxe >=sys-firmware/seabios-1.7.0 sys-firmware/sgabios sys-firmware/vgabios virtual/jpeg aio? ( dev-libs/libaio ) alsa? ( >=media-libs/alsa-lib-1.0.13 ) bluetooth? ( net-wireless/bluez ) brltty? ( app-accessibility/brltty ) caps? ( sys-libs/libcap-ng ) curl? ( >=net-misc/curl-7.15.4 ) fdt? ( >=sys-apps/dtc-1.2.0 ) kernel_linux? ( >=sys-apps/util-linux-2.16.0 ) ncurses? ( sys-libs/ncurses ) opengl? ( virtual/opengl ) pulseaudio? ( media-sound/pulseaudio ) python? ( =dev-lang/python-2*[ncurses] ) rbd? ( sys-cluster/ceph ) sasl? ( dev-libs/cyrus-sasl ) sdl? ( static? ( >=media-libs/libsdl-1.2.11[static-libs,X] ) !static? ( >=media-libs/libsdl-1.2.11[X] ) ) static? ( sys-libs/zlib[static-libs(+)] ) !static? ( sys-libs/zlib ) smartcard? ( dev-libs/nss ) spice? ( >=app-emulation/spice-protocol-0.8.1 static? ( >=app-emulation/spice-0.9.0[static-libs] ) !static? ( >=app-emulation/spice-0.9.0 ) ) systemtap? ( dev-util/systemtap ) tls? ( net-libs/gnutls ) usbredir? ( sys-apps/usbredir ) vde? ( net-misc/vde ) virtfs? ( sys-libs/libcap ) xattr? ( sys-apps/attr ) xen? ( app-emulation/xen-tools ) xfs? ( sys-fs/xfsprogs ) =dev-lang/python-2*
REQUIRED_USE=|| ( qemu_softmmu_targets_x86_64 qemu_softmmu_targets_i386 qemu_softmmu_targets_alpha qemu_softmmu_targets_arm qemu_softmmu_targets_cris qemu_softmmu_targets_m68k qemu_softmmu_targets_microblaze qemu_softmmu_targets_microblazeel qemu_softmmu_targets_mips qemu_softmmu_targets_mipsel qemu_softmmu_targets_or32 qemu_softmmu_targets_ppc qemu_softmmu_targets_ppc64 qemu_softmmu_targets_sh4 qemu_softmmu_targets_sh4eb qemu_softmmu_targets_sparc qemu_softmmu_targets_sparc64 qemu_softmmu_targets_s390x qemu_softmmu_targets_unicore32 qemu_softmmu_targets_mips64 qemu_softmmu_targets_mips64el qemu_softmmu_targets_ppcemb qemu_softmmu_targets_xtensa qemu_softmmu_targets_xtensaeb ) static? ( !alsa !pulseaudio ) amd64? ( qemu_softmmu_targets_x86_64 ) x86? ( qemu_softmmu_targets_x86_64 ) virtfs? ( xattr )
SLOT=0
_eclasses_=eutils f98a70ed99fbfc479df6694dc8af82ac flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f git-2 15733ab6a6feb34af9837b41623c2bad linux-info 0b7adf68a2edb4e5a32b07bb6e68121c multilib c2b85b5c63a44798c1e442147ac14c5c python a0b470c1fca4658ffc97f0df0f25dcdc toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=7deead0a235a93980e5bc0d541ae60d6
_md5_=82248280040c2d166a111470f59a23ae

@ -0,0 +1,14 @@
DEFINED_PHASES=configure install postinst prepare
DEPEND=>=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 ) app-arch/xz-utils virtual/pkgconfig nls? ( sys-devel/gettext ) test? ( dev-libs/check )
DESCRIPTION=GNU Midnight Commander is a text based file manager
EAPI=4
HOMEPAGE=http://www.midnight-commander.org
IUSE=+edit gpm mclib nls samba sftp +slang spell test X +xdg
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
LICENSE=GPL-3
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 )
REQUIRED_USE=spell? ( edit )
SLOT=0
SRC_URI=http://www.midnight-commander.org/downloads/mc-4.8.5.tar.xz
_eclasses_=eutils f98a70ed99fbfc479df6694dc8af82ac flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=7110b105e115d60df2bb6d44fae1a6e1

@ -3,10 +3,10 @@ DEPEND=>=dev-libs/glib-2.8:2 gpm? ( sys-libs/gpm ) kernel_linux? ( sys-fs/e2fspr
DESCRIPTION=GNU Midnight Commander is a text based file manager
EAPI=4
HOMEPAGE=http://www.midnight-commander.org
IUSE=+edit gpm mclib nls samba sftp +slang spell test X +xdg linguas_az linguas_be linguas_bg linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_eo linguas_es linguas_et linguas_eu linguas_fi linguas_fr linguas_gl linguas_hu linguas_ia linguas_id linguas_it linguas_ja linguas_ka linguas_ko linguas_lt linguas_lv linguas_mn linguas_nb linguas_nl linguas_pl linguas_pt_BR linguas_pt linguas_ro linguas_ru linguas_sk linguas_sl linguas_sr linguas_sv linguas_sv_SE linguas_ta linguas_tr linguas_uk linguas_vi linguas_wa linguas_zh_CN linguas_zh_TW
IUSE=+edit gpm mclib nls samba sftp +slang spell test X +xdg
LICENSE=GPL-3
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 )
REQUIRED_USE=spell? ( edit )
SLOT=0
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils f98a70ed99fbfc479df6694dc8af82ac flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f git-2 15733ab6a6feb34af9837b41623c2bad libtool a83de71c2123161fc5a8323cb275f8e5 multilib c2b85b5c63a44798c1e442147ac14c5c multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ce008aeefaab2f9cb4c9f15375ec94f2
_md5_=8eb1e2945340c129f115a586b447ca8a

@ -0,0 +1,13 @@
DEFINED_PHASES=configure install postinst prepare setup test
DEPEND=!app-mobilephone/smstools pcsc-lite? ( sys-apps/pcsc-lite ) X? ( x11-libs/gtk+:2 ) bluetooth? ( kernel_linux? ( net-wireless/bluez ) ) sms? ( !app-mobilephone/smstools dev-libs/glib:2 postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( >=virtual/mysql-4.1 ) ) ical? ( dev-libs/libical ) usb? ( =virtual/libusb-0* ) irda? ( virtual/os-headers ) nls? ( sys-devel/gettext ) dev-util/intltool || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=user space driver and tools for use with mobile phones
EAPI=4
HOMEPAGE=http://www.gnokii.org/
IUSE=nls bluetooth ical irda sms postgres mysql usb X debug +pcsc-lite linguas_cs linguas_de linguas_et linguas_fi linguas_fr linguas_it linguas_nl linguas_pl linguas_pt linguas_sk linguas_sl linguas_sv linguas_zh_CN
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
LICENSE=GPL-2
RDEPEND=!app-mobilephone/smstools pcsc-lite? ( sys-apps/pcsc-lite ) X? ( x11-libs/gtk+:2 ) bluetooth? ( kernel_linux? ( net-wireless/bluez ) ) sms? ( !app-mobilephone/smstools dev-libs/glib:2 postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( >=virtual/mysql-4.1 ) ) ical? ( dev-libs/libical ) usb? ( =virtual/libusb-0* )
SLOT=0
SRC_URI=http://www.gnokii.org/download/gnokii/gnokii-0.6.31.tar.bz2
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils f98a70ed99fbfc479df6694dc8af82ac libtool a83de71c2123161fc5a8323cb275f8e5 linux-info 0b7adf68a2edb4e5a32b07bb6e68121c multilib c2b85b5c63a44798c1e442147ac14c5c multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=777885eb8d49ceaa0dec0eaeef42a43a

@ -1,11 +1,11 @@
DEFINED_PHASES=configure install postinst prepare setup unpack
DEPEND=!app-mobilephone/smstools sys-apps/pcsc-lite X? ( x11-libs/gtk+:2 ) bluetooth? ( net-wireless/bluez ) sms? ( !app-mobilephone/smstools >=dev-libs/glib-2 postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( >=virtual/mysql-4.1 ) ) ical? ( dev-libs/libical ) usb? ( =virtual/libusb-0* ) irda? ( virtual/os-headers ) nls? ( sys-devel/gettext ) dev-util/intltool || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git
DEPEND=!app-mobilephone/smstools pcsc-lite? ( sys-apps/pcsc-lite ) X? ( x11-libs/gtk+:2 ) bluetooth? ( kernel_linux? ( net-wireless/bluez ) ) sms? ( !app-mobilephone/smstools >=dev-libs/glib-2 postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( >=virtual/mysql-4.1 ) ) ical? ( dev-libs/libical ) usb? ( =virtual/libusb-0* ) irda? ( virtual/os-headers ) nls? ( sys-devel/gettext ) dev-util/intltool || ( >=sys-devel/automake-1.11.1:1.11 >=sys-devel/automake-1.12:1.12 ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git
DESCRIPTION=user space driver and tools for use with mobile phones
EAPI=2
EAPI=4
HOMEPAGE=http://www.gnokii.org/
IUSE=nls bluetooth ical irda sms postgres mysql usb X debug linguas_cs linguas_de linguas_et linguas_fi linguas_fr linguas_it linguas_nl linguas_pl linguas_pt linguas_sk linguas_sl linguas_sv linguas_zh_CN
IUSE=nls bluetooth ical irda sms postgres mysql usb X debug +pcsc-lite linguas_cs linguas_de linguas_et linguas_fi linguas_fr linguas_it linguas_nl linguas_pl linguas_pt linguas_sk linguas_sl linguas_sv linguas_zh_CN
LICENSE=GPL-2
RDEPEND=!app-mobilephone/smstools sys-apps/pcsc-lite X? ( x11-libs/gtk+:2 ) bluetooth? ( net-wireless/bluez ) sms? ( !app-mobilephone/smstools >=dev-libs/glib-2 postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( >=virtual/mysql-4.1 ) ) ical? ( dev-libs/libical ) usb? ( =virtual/libusb-0* )
RDEPEND=!app-mobilephone/smstools pcsc-lite? ( sys-apps/pcsc-lite ) X? ( x11-libs/gtk+:2 ) bluetooth? ( kernel_linux? ( net-wireless/bluez ) ) sms? ( !app-mobilephone/smstools >=dev-libs/glib-2 postgres? ( >=dev-db/postgresql-base-8.0 ) mysql? ( >=virtual/mysql-4.1 ) ) ical? ( dev-libs/libical ) usb? ( =virtual/libusb-0* )
SLOT=0
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe eutils f98a70ed99fbfc479df6694dc8af82ac git-2 15733ab6a6feb34af9837b41623c2bad libtool a83de71c2123161fc5a8323cb275f8e5 linux-info 0b7adf68a2edb4e5a32b07bb6e68121c multilib c2b85b5c63a44798c1e442147ac14c5c multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=be4c4124d02a6a8e8ee1dd1cbb2d457f
_md5_=5903436705aed32b3247a2e4fce1fe9c

@ -3,10 +3,10 @@ DEPEND=dev-lang/perl dev-perl/TimeDate dev-perl/XML-Parser >=dev-perl/MP3-Info-1
DESCRIPTION=A collection of Perl-scripts for iPod
HOMEPAGE=http://www.gnu.org/software/gnupod/
IUSE=aac ffmpeg flac mp3 ogg
KEYWORDS=amd64 ~ppc ~ppc64 ~x86
KEYWORDS=amd64 ppc ppc64 ~x86
LICENSE=GPL-3
RDEPEND=dev-lang/perl dev-perl/TimeDate dev-perl/XML-Parser >=dev-perl/MP3-Info-1.01 dev-perl/Unicode-String dev-perl/Digest-SHA1 dev-perl/libwww-perl ffmpeg? ( virtual/ffmpeg ) flac? ( dev-perl/Audio-FLAC-Header media-libs/flac aac? ( >=media-libs/faac-1.24 ) mp3? ( media-sound/lame ) !aac? ( media-sound/lame ) ) ogg? ( dev-perl/Ogg-Vorbis-Header-PurePerl media-sound/vorbis-tools aac? ( >=media-libs/faac-1.24 ) mp3? ( media-sound/lame ) !aac? ( media-sound/lame ) )
SLOT=0
SRC_URI=http://blinkenlights.ch/gnupod-dist/stable/gnupod-0.99.8.tgz
_eclasses_=base d40e074a6349af3ea5e937210630bdc1 eutils f98a70ed99fbfc479df6694dc8af82ac multilib c2b85b5c63a44798c1e442147ac14c5c multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 1c5ba5b92574108992a6758f863da534 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=5b79f414f75a5cbe50570ba4c06e46dc
_md5_=2e2589d196e14c96e29ae56367bf929b

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-libs/libxml2 dev-libs/libzip >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
DESCRIPTION=Tools for accessing and converting various ebook file formats.
EAPI=4
HOMEPAGE=http://sourceforge.net/projects/ebook-tools
KEYWORDS=~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86
LICENSE=MIT
RDEPEND=dev-libs/libxml2 dev-libs/libzip app-text/convertlit
SLOT=0
SRC_URI=mirror://sourceforge/ebook-tools/ebook-tools-0.2.2.tar.gz
_eclasses_=base d40e074a6349af3ea5e937210630bdc1 cmake-utils de2b6743eb0bffee798e01b913aec936 eutils f98a70ed99fbfc479df6694dc8af82ac flag-o-matic 2c938a1fe61ea9899a2b97ea1e065f5f multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=bf60aed5bad3ea5a7baca28c96a841e0

@ -1,4 +1,4 @@
DEFINED_PHASES=configure install
DEFINED_PHASES=configure install prepare
DEPEND=gflags? ( dev-cpp/gflags ) unwind? ( sys-libs/libunwind ) test? ( dev-cpp/gmock dev-cpp/gtest )
DESCRIPTION=Google's C++ logging library
EAPI=4
@ -10,4 +10,4 @@ RDEPEND=gflags? ( dev-cpp/gflags ) unwind? ( sys-libs/libunwind )
SLOT=0
SRC_URI=http://google-glog.googlecode.com/files/glog-0.3.2.tar.gz
_eclasses_=eutils f98a70ed99fbfc479df6694dc8af82ac multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=428a56dc6d042499b3a7d10722312236
_md5_=8a55515870f98de626b17c7db24acd97

@ -0,0 +1,13 @@
DEFINED_PHASES=configure install prepare
DEPEND=sys-apps/dbus ecore? ( dev-libs/ecore ) glib? ( dev-libs/glib ) doc? ( app-doc/doxygen ) dev-util/cppunit virtual/pkgconfig
DESCRIPTION=provide a C++ API for D-BUS
EAPI=4
HOMEPAGE=http://sourceforge.net/projects/dbus-cplusplus/ http://sourceforge.net/apps/mediawiki/dbus-cplusplus/index.php?title=Main_Page
IUSE=doc ecore glib static-libs test
KEYWORDS=~amd64 ~arm ~x86
LICENSE=GPL-2
RDEPEND=sys-apps/dbus ecore? ( dev-libs/ecore ) glib? ( dev-libs/glib )
SLOT=0
SRC_URI=mirror://sourceforge/dbus-cplusplus/libdbus-c++-0.9.0.tar.gz
_eclasses_=eutils f98a70ed99fbfc479df6694dc8af82ac multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=3d773bfd3b1f476a8a7784ff2df1c065

@ -4,10 +4,10 @@ DESCRIPTION=Enlightenment's (Ecore) integration to DBus
EAPI=2
HOMEPAGE=http://www.enlightenment.org/
IUSE=bluetooth +connman +libnotify ofono static-libs test-binaries +udev nls doc
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~x86
LICENSE=BSD
RDEPEND=>=dev-libs/eina-1.7.0 >=dev-libs/ecore-1.7.0 sys-apps/dbus connman? ( >=net-misc/connman-0.75 ) libnotify? ( >=media-libs/evas-1.7.0 ) udev? ( sys-power/upower sys-fs/udisks:0 ) nls? ( sys-devel/gettext )
SLOT=0
SRC_URI=http://download.enlightenment.org/releases/e_dbus-1.7.0.tar.bz2
_eclasses_=enlightenment 8b2f159cf37ac63433934b2282d9c318 eutils f98a70ed99fbfc479df6694dc8af82ac libtool a83de71c2123161fc5a8323cb275f8e5 multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=4a1222c6187a2452436bcdb83d22168a
_md5_=489a5026617fe6193d5050337a9dccb5

@ -4,11 +4,11 @@ DESCRIPTION=Enlightenment's core event abstraction layer and OS abstraction laye
EAPI=2
HOMEPAGE=http://www.enlightenment.org/
IUSE=ares curl directfb +evas fbcon glib gnutls +inotify ipv6 opengl sdl ssl static-libs +threads tslib +X xcb xinerama xprint xscreensaver test nls doc
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~x86
LICENSE=BSD
RDEPEND=>=dev-libs/eina-1.7.0 ares? ( net-dns/c-ares ) glib? ( dev-libs/glib ) curl? ( net-misc/curl ) gnutls? ( net-libs/gnutls ) !gnutls? ( ssl? ( dev-libs/openssl ) ) evas? ( >=media-libs/evas-1.7.0[directfb?,fbcon?,opengl?,X?,xcb?] opengl? ( virtual/opengl ) ) directfb? ( >=dev-libs/DirectFB-0.9.16 ) tslib? ( x11-libs/tslib ) sdl? ( media-libs/libsdl ) X? ( x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrender x11-libs/libXtst xinerama? ( x11-libs/libXinerama x11-libs/libXrandr ) xprint? ( x11-libs/libXp ) xscreensaver? ( x11-libs/libXScrnSaver ) ) !X? ( xcb? ( x11-libs/xcb-util ) ) nls? ( sys-devel/gettext )
RESTRICT=test
SLOT=0
SRC_URI=http://download.enlightenment.org/releases/ecore-1.7.0.tar.bz2
_eclasses_=enlightenment 8b2f159cf37ac63433934b2282d9c318 eutils f98a70ed99fbfc479df6694dc8af82ac libtool a83de71c2123161fc5a8323cb275f8e5 multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 virtualx 0c41ff55e46b959d9457dde69e7a09d9
_md5_=5942a4270f9310fe348fae16ddde7f8b
_md5_=6efb9c1ba640d82ca79924b6d23113ab

@ -4,10 +4,10 @@ DESCRIPTION=E file chunk reading/writing library
EAPI=2
HOMEPAGE=http://trac.enlightenment.org/e/wiki/Eet
IUSE=debug examples gnutls ssl static-libs test nls doc
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~x86
LICENSE=BSD
RDEPEND=>=dev-libs/eina-1.7.0 virtual/jpeg sys-libs/zlib gnutls? ( net-libs/gnutls ) !gnutls? ( ssl? ( dev-libs/openssl ) ) nls? ( sys-devel/gettext )
SLOT=0
SRC_URI=http://download.enlightenment.org/releases/eet-1.7.0.tar.bz2
_eclasses_=enlightenment 8b2f159cf37ac63433934b2282d9c318 eutils f98a70ed99fbfc479df6694dc8af82ac libtool a83de71c2123161fc5a8323cb275f8e5 multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=30244c92ba1113385c834c555759e873
_md5_=7fa83a4fc2e9ed545c42051f87c5dad3

@ -3,10 +3,10 @@ DEPEND=>=dev-libs/ecore-1.7.0 doc? ( app-doc/doxygen )
DESCRIPTION=library to simplify the use of devices
HOMEPAGE=http://trac.enlightenment.org/e/wiki/Eeze
IUSE=static-libs utilities nls doc
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~x86
LICENSE=BSD
RDEPEND=>=dev-libs/ecore-1.7.0 nls? ( sys-devel/gettext )
SLOT=0
SRC_URI=http://download.enlightenment.org/releases/eeze-1.7.0.tar.bz2
_eclasses_=enlightenment 8b2f159cf37ac63433934b2282d9c318 eutils f98a70ed99fbfc479df6694dc8af82ac libtool a83de71c2123161fc5a8323cb275f8e5 multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=b0fcec302091f937f3e96f13642239ab
_md5_=a8805189af6c549ea48b71390d1442a1

@ -4,10 +4,10 @@ DESCRIPTION=library for handling of freedesktop.org specs (desktop/icon/theme/et
EAPI=2
HOMEPAGE=http://www.enlightenment.org/
IUSE=static-libs nls doc
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~x86
LICENSE=BSD
RDEPEND=>=dev-libs/ecore-1.7.0 >=dev-libs/eet-1.7.0 >=dev-libs/eina-1.7.0 x11-misc/xdg-utils nls? ( sys-devel/gettext )
SLOT=0
SRC_URI=http://download.enlightenment.org/releases/efreet-1.7.0.tar.bz2
_eclasses_=enlightenment 8b2f159cf37ac63433934b2282d9c318 eutils f98a70ed99fbfc479df6694dc8af82ac libtool a83de71c2123161fc5a8323cb275f8e5 multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=91be2aabdfccc255204a28ab894558e5
_md5_=c2d1ee6a84924890ea18dff6cb5f7945

@ -4,10 +4,10 @@ DESCRIPTION=Enlightenment's data types library (List, hash, etc) in C
EAPI=2
HOMEPAGE=http://www.enlightenment.org/
IUSE=altivec debug default-mempool mempool-buddy +mempool-chained mempool-fixed-bitmap +mempool-pass-through mmx sse sse2 static-libs test nls doc
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~x86
LICENSE=LGPL-2.1
RDEPEND=debug? ( dev-util/valgrind ) nls? ( sys-devel/gettext )
SLOT=0
SRC_URI=mirror://gentoo/eina-1.7.0.tar.bz2
_eclasses_=enlightenment 8b2f159cf37ac63433934b2282d9c318 eutils f98a70ed99fbfc479df6694dc8af82ac libtool a83de71c2123161fc5a8323cb275f8e5 multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=f09c6a75992679157949c51d64863314
_md5_=99c9686edfe4587ab3330d5d58e2aa0c

@ -3,10 +3,10 @@ DEPEND=>=dev-libs/eina-1.7.0 doc? ( app-doc/doxygen )
DESCRIPTION=load and control programs compiled in embryo language (small/pawn variant)
HOMEPAGE=http://www.enlightenment.org/
IUSE=static-libs nls doc
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~x86
LICENSE=BSD
RDEPEND=>=dev-libs/eina-1.7.0 nls? ( sys-devel/gettext )
SLOT=0
SRC_URI=http://download.enlightenment.org/releases/embryo-1.7.0.tar.bz2
_eclasses_=enlightenment 8b2f159cf37ac63433934b2282d9c318 eutils f98a70ed99fbfc479df6694dc8af82ac libtool a83de71c2123161fc5a8323cb275f8e5 multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a635dd5cc1e09f28633c66251f3cea63
_md5_=90d016b7c5d01b80fee000ccdc09dac1

@ -4,10 +4,10 @@ DESCRIPTION=Access to FLAC audio metadata
EAPI=4
HOMEPAGE=http://search.cpan.org/dist/Audio-FLAC-Header/
IUSE=test
KEYWORDS=amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
KEYWORDS=amd64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos
LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
RDEPEND=media-libs/flac dev-lang/perl[-build]
SLOT=0
SRC_URI=mirror://cpan/authors/id/D/DA/DANIEL/Audio-FLAC-Header-2.4.tar.gz
_eclasses_=base d40e074a6349af3ea5e937210630bdc1 eutils f98a70ed99fbfc479df6694dc8af82ac multilib c2b85b5c63a44798c1e442147ac14c5c multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 1c5ba5b92574108992a6758f863da534 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a9a9faf808bf29ad9255836ebd9a9ddc
_md5_=4921cd2fc46b1e350cfc4def0707b6af

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=dev-perl/Tie-Cycle virtual/perl-Scalar-List-Utils test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage ) dev-lang/perl[-build]
DESCRIPTION=International Standard Music Numbers
EAPI=4
HOMEPAGE=http://search.cpan.org/dist/Business-ISMN/
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
RDEPEND=dev-perl/Tie-Cycle virtual/perl-Scalar-List-Utils dev-lang/perl[-build]
SLOT=0
SRC_URI=mirror://cpan/authors/id/B/BD/BDFOY/Business-ISMN-1.11.tar.gz
_eclasses_=base d40e074a6349af3ea5e937210630bdc1 eutils f98a70ed99fbfc479df6694dc8af82ac multilib c2b85b5c63a44798c1e442147ac14c5c multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 1c5ba5b92574108992a6758f863da534 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d2c8635f8a57646255febadc126b1fcb

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage ) dev-lang/perl[-build]
DESCRIPTION=Object and functions to work with International Standard Serial Numbers
EAPI=4
HOMEPAGE=http://search.cpan.org/dist/Business-ISSN/
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
RDEPEND=dev-lang/perl[-build]
SLOT=0
SRC_URI=mirror://cpan/authors/id/B/BD/BDFOY/Business-ISSN-0.91.tar.gz
_eclasses_=base d40e074a6349af3ea5e937210630bdc1 eutils f98a70ed99fbfc479df6694dc8af82ac multilib c2b85b5c63a44798c1e442147ac14c5c multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 1c5ba5b92574108992a6758f863da534 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=6ace2fc7fd99837d0211ffc7200fe741

@ -3,10 +3,10 @@ DEPEND=dev-lang/perl[-build]
DESCRIPTION=Object-oriented interface to Ogg Vorbis information and comment fields
EAPI=4
HOMEPAGE=http://search.cpan.org/dist/Ogg-Vorbis-Header-PurePerl/
KEYWORDS=amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris
KEYWORDS=amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris
LICENSE=GPL-2
RDEPEND=dev-lang/perl[-build]
SLOT=0
SRC_URI=mirror://cpan/authors/id/D/DA/DANIEL/Ogg-Vorbis-Header-PurePerl-1.0.tar.gz
_eclasses_=base d40e074a6349af3ea5e937210630bdc1 eutils f98a70ed99fbfc479df6694dc8af82ac multilib c2b85b5c63a44798c1e442147ac14c5c multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 1c5ba5b92574108992a6758f863da534 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=2135242e1c8e9c84ce5c8c6e14210c3d
_md5_=28aeee4f75584b9a30a9c093db7e3b00

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=test? ( dev-perl/Test-Pod dev-perl/Test-Pod-Coverage ) dev-lang/perl[-build]
DESCRIPTION=Cycle through a list of values via a scalar
EAPI=4
HOMEPAGE=http://search.cpan.org/dist/Tie-Cycle/
IUSE=test
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-1 GPL-2 GPL-3 )
RDEPEND=dev-lang/perl[-build]
SLOT=0
SRC_URI=mirror://cpan/authors/id/B/BD/BDFOY/Tie-Cycle-1.17.tar.gz
_eclasses_=base d40e074a6349af3ea5e937210630bdc1 eutils f98a70ed99fbfc479df6694dc8af82ac multilib c2b85b5c63a44798c1e442147ac14c5c multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 1c5ba5b92574108992a6758f863da534 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=5361fd82a574c5e83780cb7a5c02bd23

@ -4,11 +4,11 @@ DESCRIPTION=Ruby extension library providing an API to PostgreSQL
EAPI=4
HOMEPAGE=http://bitbucket.org/ged/ruby-pg/
IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 doc test test
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
KEYWORDS=~amd64 ~hppa ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=|| ( GPL-2 Ruby )
RDEPEND=dev-db/postgresql-base ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] )
REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 )
SLOT=0
SRC_URI=mirror://rubygems/pg-0.14.0.gem
_eclasses_=eutils f98a70ed99fbfc479df6694dc8af82ac java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib c2b85b5c63a44798c1e442147ac14c5c ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 11b7dd91b6b9c90989dcdba9ea5e9b12 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=f129f2c7380e8861dd3b36ae57c868d7
_md5_=41522f2b6474d19386733ed7889cf06a

@ -1,13 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=ruby_targets_ruby18? ( doc? ( dev-ruby/hoe[ruby_targets_ruby18] ) test? ( dev-ruby/hoe[ruby_targets_ruby18] dev-ruby/minitest[ruby_targets_ruby18] ) ) test? ( ruby_targets_ruby18? ( >=dev-ruby/RubyInline-3.5.0[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) )
DEPEND=ruby_targets_ruby18? ( doc? ( dev-ruby/hoe[ruby_targets_ruby18] ) test? ( dev-ruby/hoe[ruby_targets_ruby18] dev-ruby/minitest[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/hoe[ruby_targets_ruby19] ) test? ( dev-ruby/hoe[ruby_targets_ruby19] dev-ruby/minitest[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/hoe[ruby_targets_ree18] ) test? ( dev-ruby/hoe[ruby_targets_ree18] dev-ruby/minitest[ruby_targets_ree18] ) ) test? ( ruby_targets_ruby18? ( >=dev-ruby/RubyInline-3.5.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/RubyInline-3.5.0[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/RubyInline-3.5.0[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
DESCRIPTION=An almost pure-Ruby Portable Network Graphics (PNG) library.
EAPI=2
EAPI=4
HOMEPAGE=http://rubyforge.org/projects/seattlerb/
IUSE=test elibc_FreeBSD ruby_targets_ruby18 doc test test
IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test test
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/RubyInline-3.5.0[ruby_targets_ruby18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] )
RDEPEND=ruby_targets_ruby18? ( >=dev-ruby/RubyInline-3.5.0[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/RubyInline-3.5.0[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/RubyInline-3.5.0[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 )
SLOT=0
SRC_URI=mirror://rubygems/png-1.2.0.gem
_eclasses_=eutils f98a70ed99fbfc479df6694dc8af82ac java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib c2b85b5c63a44798c1e442147ac14c5c ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 11b7dd91b6b9c90989dcdba9ea5e9b12 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=e516ef65ded306a5b5ff5725f096e08a
_md5_=032934438f10beb2594ca5a9aba436df

@ -1,13 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=ruby_targets_ruby18? ( test? ( virtual/ruby-test-unit[ruby_targets_ruby18] ) ) test? ( ruby_targets_ruby18? ( dev-ruby/ruby-mp3info[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) )
DEPEND=test? ( ruby_targets_ruby18? ( dev-ruby/ruby-mp3info[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/ruby-mp3info[ruby_targets_ruby19] ) ruby_targets_ree18? ( dev-ruby/ruby-mp3info[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
DESCRIPTION=A pure Ruby library for generating podcasts from mp3 files
EAPI=2
EAPI=4
HOMEPAGE=http://podcast.rubyforge.org/
IUSE=test elibc_FreeBSD ruby_targets_ruby18 test
IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=ruby_targets_ruby18? ( dev-ruby/ruby-mp3info[ruby_targets_ruby18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] )
RDEPEND=ruby_targets_ruby18? ( dev-ruby/ruby-mp3info[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/ruby-mp3info[ruby_targets_ruby19] ) ruby_targets_ree18? ( dev-ruby/ruby-mp3info[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 )
SLOT=0
SRC_URI=mirror://rubygems/podcast-0.0.4.gem
_eclasses_=eutils f98a70ed99fbfc479df6694dc8af82ac java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib c2b85b5c63a44798c1e442147ac14c5c ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 11b7dd91b6b9c90989dcdba9ea5e9b12 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=487d8bcc609270577e42b7965eea2302
_md5_=1e75a9fb3f666615f0891e2e04557cb9

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=ruby_targets_ruby18? ( test? ( virtual/ruby-test-unit[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( virtual/ruby-test-unit[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( virtual/ruby-test-unit[ruby_targets_jruby] ) ) ruby_targets_ree18? ( test? ( virtual/ruby-test-unit[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
DESCRIPTION=Polyglot provides support for fully-custom DSLs.
EAPI=2
HOMEPAGE=http://polyglot.rubyforge.org/
IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 test
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-solaris
LICENSE=MIT
RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
SLOT=0
SRC_URI=mirror://rubygems/polyglot-0.3.1.gem
_eclasses_=eutils f98a70ed99fbfc479df6694dc8af82ac java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib c2b85b5c63a44798c1e442147ac14c5c ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 11b7dd91b6b9c90989dcdba9ea5e9b12 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=90179fff1ed399d00baf3d06746b6dfa

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
DESCRIPTION=Polyglot provides support for fully-custom DSLs.
EAPI=2
HOMEPAGE=http://polyglot.rubyforge.org/
IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby ruby_targets_ree18 test
KEYWORDS=~amd64 ~hppa ~ppc ~ppc64 ~x86 ~sparc-solaris ~x86-solaris
LICENSE=MIT
RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
SLOT=0
SRC_URI=mirror://rubygems/polyglot-0.3.2.gem
_eclasses_=eutils f98a70ed99fbfc479df6694dc8af82ac java-utils-2 2d9eb3508fa5d6759e39354b74545567 multilib c2b85b5c63a44798c1e442147ac14c5c ruby-fakegem 2785c639b173dd603e95bd60b8d6c4c0 ruby-ng 11b7dd91b6b9c90989dcdba9ea5e9b12 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=4700d4e5863d29df06e253ba5c365924

@ -4,10 +4,10 @@ DESCRIPTION=Interactively examine a C program
EAPI=4
HOMEPAGE=http://cscope.sourceforge.net/
IUSE=emacs
KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
KEYWORDS=~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
LICENSE=BSD GPL-2
RDEPEND=>=sys-libs/ncurses-5.2 emacs? ( virtual/emacs )
SLOT=0
SRC_URI=mirror://sourceforge/cscope/cscope-15.8a.tar.gz
_eclasses_=autotools d89996a2048bc6d1ae72bfa4c04517fe elisp-common cdb887d0e278ea6e82ea2a5d4792c52a eutils f98a70ed99fbfc479df6694dc8af82ac libtool a83de71c2123161fc5a8323cb275f8e5 multilib c2b85b5c63a44798c1e442147ac14c5c multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=0ecf5c3719480e32b70e4cf1255b2bd0
_md5_=561f82df83bebdf524fbc93c21ea074a

@ -2,10 +2,10 @@ DEFINED_PHASES=compile install prepare
DESCRIPTION=A graphical front-end for GCC's coverage testing tool gcov
EAPI=4
HOMEPAGE=http://ltp.sourceforge.net/coverage/lcov.php
KEYWORDS=~amd64 ~ppc ~x86
KEYWORDS=~amd64 ~arm ~ppc ~x86
LICENSE=GPL-2
RDEPEND=>=dev-lang/perl-5 dev-perl/GD[png]
SLOT=0
SRC_URI=mirror://sourceforge/ltp/lcov-1.9.tar.gz
_eclasses_=eutils f98a70ed99fbfc479df6694dc8af82ac multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=768d8a9ca7646def51a05357d15b5662
_md5_=ee7974967a14fb11d6a2a5be420cb72c

@ -0,0 +1,13 @@
DEFINED_PHASES=compile install postinst postrm prepare setup
DEPEND=>=dev-vcs/mercurial-2.2 <dev-vcs/mercurial-2.4 dev-python/iniparse dev-python/pygments dev-python/PyQt4 dev-python/qscintilla-python doc? ( >=dev-python/sphinx-1.0.3 ) || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
DESCRIPTION=Set of graphical tools for Mercurial
EAPI=4
HOMEPAGE=http://tortoisehg.bitbucket.org
IUSE=doc
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=dev-vcs/mercurial-2.2 <dev-vcs/mercurial-2.4 dev-python/iniparse dev-python/pygments dev-python/PyQt4 dev-python/qscintilla-python || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
SLOT=0
SRC_URI=mirror://bitbucket/tortoisehg/targz/downloads/tortoisehg-2.5.tar.gz
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils f98a70ed99fbfc479df6694dc8af82ac multilib c2b85b5c63a44798c1e442147ac14c5c python a0b470c1fca4658ffc97f0df0f25dcdc toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=58fd2c27053b21284a2748938a0b1693

@ -8,4 +8,4 @@ LICENSE=GPL-2
RDEPEND=dev-vcs/mercurial dev-python/iniparse dev-python/pygments dev-python/PyQt4 dev-python/qscintilla-python || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
SLOT=0
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils f98a70ed99fbfc479df6694dc8af82ac mercurial add64e64d758a9618d46a08a95f77483 multilib c2b85b5c63a44798c1e442147ac14c5c python a0b470c1fca4658ffc97f0df0f25dcdc toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=f006e465100c800354409bc00aa7316c
_md5_=8c929784807eaeba6ffaccb547bc39c2

@ -3,10 +3,10 @@ DEPEND=>=media-libs/sk1libs-0.9.1 =dev-lang/python-2*
DESCRIPTION=Commandline tool for popular vector formats convertion
EAPI=3
HOMEPAGE=http://sk1project.org/modules.php?name=Products&product=uniconvertor
KEYWORDS=amd64 hppa ppc ppc64 x86 ~amd64-linux ~x64-macos ~sparc-solaris ~x86-solaris
KEYWORDS=amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~x86-solaris
LICENSE=GPL-2 LGPL-2
RDEPEND=>=media-libs/sk1libs-0.9.1 app-text/ghostscript-gpl =dev-lang/python-2*
SLOT=0
SRC_URI=http://uniconvertor.googlecode.com/files/uniconvertor-1.1.5.tar.gz
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils f98a70ed99fbfc479df6694dc8af82ac multilib c2b85b5c63a44798c1e442147ac14c5c python a0b470c1fca4658ffc97f0df0f25dcdc toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=fc8c0e52a6fec5aacbb55a685c7f45a0
_md5_=e721cd642fcc9d101fd6ded479ba302c

@ -4,10 +4,10 @@ DESCRIPTION=graphical layout and animation library
EAPI=1
HOMEPAGE=http://www.enlightenment.org/pages/edje.html
IUSE=debug +cache static-libs vim-syntax nls doc
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~x86
LICENSE=BSD
RDEPEND=dev-lang/lua >=dev-libs/eet-1.7.0 >=dev-libs/eina-1.7.0 >=dev-libs/embryo-1.7.0 >=media-libs/evas-1.7.0 >=dev-libs/ecore-1.7.0 nls? ( sys-devel/gettext )
SLOT=0
SRC_URI=http://download.enlightenment.org/releases/edje-1.7.0.tar.bz2
_eclasses_=enlightenment 8b2f159cf37ac63433934b2282d9c318 eutils f98a70ed99fbfc479df6694dc8af82ac libtool a83de71c2123161fc5a8323cb275f8e5 multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=b08ea37ebefe6d92de8fe9a3b61a00e9
_md5_=6488aca6d9bca9e2954be0f5e157a912

@ -4,10 +4,10 @@ DESCRIPTION=hardware-accelerated retained canvas API
EAPI=2
HOMEPAGE=http://trac.enlightenment.org/e/wiki/Evas
IUSE=altivec bidi +bmp directfb +eet fbcon +fontconfig gles gif +ico +jpeg mmx opengl +png +ppm +psd sse sse3 svg static-libs tga +threads tiff X xcb xpm nls doc
KEYWORDS=~amd64 ~x86
KEYWORDS=~amd64 ~arm ~x86
LICENSE=BSD
RDEPEND=>=dev-libs/eina-1.7.0 >=media-libs/freetype-2.3.9 fontconfig? ( media-libs/fontconfig ) gles? ( media-libs/mesa[gallium,gles] ) gif? ( media-libs/giflib ) jpeg? ( virtual/jpeg ) png? ( media-libs/libpng ) bidi? ( >=dev-libs/fribidi-0.19.1 ) directfb? ( >=dev-libs/DirectFB-0.9.16 ) tiff? ( media-libs/tiff ) xpm? ( x11-libs/libXpm ) X? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXrender opengl? ( virtual/opengl ) ) !X? ( xcb? ( x11-libs/xcb-util ) ) eet? ( >=dev-libs/eet-1.7.0 ) svg? ( >=gnome-base/librsvg-2.14.0 x11-libs/cairo x11-libs/libsvg-cairo ) nls? ( sys-devel/gettext )
SLOT=0
SRC_URI=http://download.enlightenment.org/releases/evas-1.7.0.tar.bz2
_eclasses_=enlightenment 8b2f159cf37ac63433934b2282d9c318 eutils f98a70ed99fbfc479df6694dc8af82ac libtool a83de71c2123161fc5a8323cb275f8e5 multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=b45ea8b01c952ad3dc67115fc2c736c9
_md5_=a5aa5b68e2d991ccd738de9cc7ca4ebe

@ -4,10 +4,10 @@ DESCRIPTION=Version 2 of an advanced replacement library for libraries like libX
EAPI=4
HOMEPAGE=http://www.enlightenment.org/
IUSE=X bzip2 gif jpeg mmx mp3 png static-libs tiff zlib nls doc
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
KEYWORDS=~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
LICENSE=BSD
RDEPEND==media-libs/freetype-2* bzip2? ( app-arch/bzip2 ) zlib? ( sys-libs/zlib ) gif? ( >=media-libs/giflib-4.1.0 ) png? ( media-libs/libpng:0 ) jpeg? ( virtual/jpeg ) tiff? ( media-libs/tiff:0 ) X? ( x11-libs/libX11 x11-libs/libXext ) mp3? ( media-libs/libid3tag ) nls? ( sys-devel/gettext )
SLOT=0
SRC_URI=mirror://sourceforge/enlightenment/imlib2-1.4.5.tar.gz
_eclasses_=enlightenment 8b2f159cf37ac63433934b2282d9c318 eutils f98a70ed99fbfc479df6694dc8af82ac libtool a83de71c2123161fc5a8323cb275f8e5 multilib c2b85b5c63a44798c1e442147ac14c5c toolchain-funcs d3b5812eeab360bc41aa48b6cdbbc142 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=149b63d3e24db76ce8c276ca177c5e52
_md5_=ec528884eac13cdc8c5081204bb3bbbc

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

Loading…
Cancel
Save