Sync with portage [Tue Jan 24 22:05:08 MSK 2012].

mhiretskiy
root 12 years ago
parent b63c86e4c0
commit d333174b5e

@ -0,0 +1,15 @@
http://bugzilla.xfce.org/show_bug.cgi?id=5187
http://bugs.gentoo.org/show_bug.cgi?id=262519
--- src/window.c
+++ src/window.c
@@ -1724,6 +1724,9 @@
gtk_tree_selection_selected_foreach (selection,(GtkTreeSelectionForeachFunc) xa_concat_selected_filenames,&names);
archive->full_path = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON (extract_window->extract_full));
archive->overwrite = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON (extract_window->overwrite_check));
+ gchar *unescaped_extraction_path = archive->extraction_path;
+ archive->extraction_path = xa_escape_filename(unescaped_extraction_path, "$'`\"\\!?* ()[]&|:;<>#");
+ g_free(unescaped_extraction_path);
(*archive->extract) (archive,names);
g_list_foreach (row_list,(GFunc) gtk_tree_path_free,NULL);

@ -0,0 +1,55 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/xarchiver/xarchiver-0.5.2-r3.ebuild,v 1.1 2012/01/24 12:44:49 ssuominen Exp $
EAPI=4
inherit xfconf
DESCRIPTION="a GTK+ based and advanced archive manager that can be used with Thunar"
HOMEPAGE="http://xarchiver.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.16
>=x11-libs/gtk+-2.10:2"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig"
pkg_setup() {
PATCHES=(
"${FILESDIR}"/${P}-stack-smash.patch
"${FILESDIR}"/${P}-add_xz_support.patch
"${FILESDIR}"/${P}-drag-n-drop_escaped_path.patch
)
XFCONF=(
$(xfconf_use_debug)
)
DOCS=( AUTHORS ChangeLog NEWS README TODO )
}
src_prepare() {
sed -i -e '/COPYING/d' doc/Makefile.in || die
xfconf_src_prepare
}
src_install() {
xfconf_src_install DOCDIR="${ED}/usr/share/doc/${PF}"
}
pkg_postinst() {
xfconf_pkg_postinst
elog "You need external programs for some formats, including"
elog "7zip - app-arch/p7zip"
elog "arj - app-arch/unarj app-arch/arj"
elog "lha - app-arch/lha"
elog "lzop - app-arch/lzop"
elog "rar - app-arch/unrar app-arch/rar"
elog "zip - app-arch/unzip app-arch/zip"
}

@ -1,14 +1,14 @@
# 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/app-misc/grc/grc-1.4.ebuild,v 1.1 2011/08/24 03:22:20 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/grc/grc-1.4.ebuild,v 1.2 2012/01/24 09:53:11 jlec Exp $
EAPI="3"
EAPI=4
PYTHON_DEPEND="2"
inherit eutils python
DESCRIPTION="Generic Colouriser is yet another colouriser for beautifying your logfiles or output of commands"
DESCRIPTION="Generic Colouriser beautifies your logfiles or output of commands"
HOMEPAGE="http://kassiopeia.juls.savba.sk/~garabik/software/grc.html"
SRC_URI="http://kassiopeia.juls.savba.sk/~garabik/software/${PN}/${P/-/_}.tar.gz"
@ -24,10 +24,10 @@ src_prepare() {
src_install() {
insinto /usr/share/grc
doins conf.* "${FILESDIR}"/conf.* || die
doins conf.* "${FILESDIR}"/conf.*
insinto /etc
doins grc.conf || die
dobin grc grcat || die
dodoc README INSTALL TODO CHANGES CREDITS || die
doman grc.1 grcat.1 || die
doins grc.conf
dobin grc grcat
dodoc README INSTALL TODO CHANGES CREDITS
doman grc.1 grcat.1
}

@ -1,2 +1 @@
DIST media-player-info-14.tar.gz 203373 RMD160 0b9a7ebbaea1435066fdb9edc59585569ba88239 SHA1 eb526c38b1a35cebe970dc3fa25a864af79ff83f SHA256 1a70ab8543d8e91b27b5e6eb4c3f66e9dd86710fba8eb265ac1d84f8b7ab3c05
DIST media-player-info-15.tar.gz 209131 RMD160 63c6e0c028d79ec72506314c50f4cbccc61e9baa SHA1 f81b1ba8662109b5d9ef420201d2221d5e453d6b SHA256 341ee6d21e6dcc683384c7f42633d7773e577260ec2e52d83b802d1a569e5244
DIST media-player-info-16.tar.gz 210582 RMD160 614c3f9db15995ae4fa93f74f21b8783253bd40a SHA1 90c5a02fd1e6cf3198a84b2a48bae9fb767863fa SHA256 655baef727eafba27d72cf49b866e2f7614b13201ad71d5e8af0901ed4d5acca

@ -1,20 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/media-player-info/media-player-info-15.ebuild,v 1.1 2011/11/19 22:34:03 eva Exp $
EAPI="4"
DESCRIPTION="A repository of data files describing media player capabilities"
HOMEPAGE="http://cgit.freedesktop.org/media-player-info/"
SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="|| ( >=sys-fs/udev-171[hwdb] <sys-fs/udev-171[extras] )"
DEPEND="${RDEPEND}"
# This ebuild does not install any binaries
RESTRICT="binchecks strip"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/media-player-info/media-player-info-14.ebuild,v 1.2 2011/07/15 19:18:24 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/media-player-info/media-player-info-16.ebuild,v 1.2 2012/01/24 13:36:52 ssuominen Exp $
EAPI=4
@ -10,11 +10,14 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE=""
RDEPEND="|| ( >=sys-fs/udev-171[hwdb] <sys-fs/udev-171[extras] )"
DEPEND="${RDEPEND}"
RDEPEND="sys-fs/udev"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS NEWS README"
# This ebuild does not install any binaries
RESTRICT="binchecks strip"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-moto/libopensync-plugin-moto-0.22.ebuild,v 1.2 2011/03/30 18:26:57 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-pda/libopensync-plugin-moto/libopensync-plugin-moto-0.22.ebuild,v 1.3 2012/01/24 02:59:29 xarthisius Exp $
EAPI=3
@ -19,7 +19,7 @@ IUSE="bluetooth"
RDEPEND="~app-pda/libopensync-${PV}
~app-pda/libopensync-plugin-python-${PV}
dev-python/python-dateutil
dev-python/python-dateutil:python-2
bluetooth? ( dev-python/pybluez )"
DEPEND=""

@ -1,8 +1,8 @@
# 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/app-text/dos2unix/dos2unix-5.3.1.ebuild,v 1.1 2011/08/09 22:12:39 polynomial-c Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-5.3.1.ebuild,v 1.2 2012/01/24 09:50:28 jlec Exp $
EAPI="3"
EAPI=4
inherit eutils toolchain-funcs
@ -44,12 +44,10 @@ lintl() {
src_compile() {
emake prefix="${EPREFIX}/usr" \
$(use nls && echo "LDFLAGS_EXTRA=$(lintl)" || echo "ENABLE_NLS=") \
|| die
$(use nls && echo "LDFLAGS_EXTRA=$(lintl)" || echo "ENABLE_NLS=")
}
src_install() {
emake DESTDIR="${D}" prefix="${EPREFIX}/usr" \
$(use nls || echo "ENABLE_NLS=") install \
|| die "emake install failed"
$(use nls || echo "ENABLE_NLS=") install
}

@ -1,5 +1,5 @@
DIST v8-3.6.6.11.tar.bz2 9618416 RMD160 04e17e27239bdf9623686231a37a610bed615f84 SHA1 386e1746811c0bd36379d64c8e3d9d0ece1d6339 SHA256 35a849674c1dbd77f9a3db15db896694d37ed30ad03ee72fb19e78b6e81fb404
DIST v8-3.6.6.15.tar.bz2 9618005 RMD160 c856f35eab3b8c7a59f4befb03c98984d7ec6ba8 SHA1 b2848211bd594cf13bda5fc1ae6fc38121ceddb3 SHA256 d9fad78e9d17155b0fe1e5151569f7fe934d361c571fbb77b3380d69d6c75932
DIST v8-3.6.6.19.tar.bz2 9615955 RMD160 3f2699de2ae413ff67d292cf527c4e43ba236ace SHA1 f1cd7bfef0ac867f1ee3fa4455397d598969778c SHA256 14a1f7d49617b2b006f39fe7c2d88b54152e1acc454413a821a88ab50bf4ef0d
DIST v8-3.7.12.15.tar.bz2 9833663 RMD160 1cc4f724e95fe6c991ed90e91955553066bb85dd SHA1 c5962862011ac579a3de4a7a5802f3d1c2e3fcd9 SHA256 1997b5c43d466246a87c1265f3572c805d534054f75b82f950191f7e6cf5917e
DIST v8-3.7.12.17.tar.bz2 9834233 RMD160 92944c9b220aec013f7cfccf08732c6e6613615d SHA1 c49457cefec57b48f70a159bb9783c3745904e81 SHA256 5c1b745214212bd4e6b7160c7f34d6cd26616ce50e1d633b2d064b3f9a9241e8
DIST v8-3.8.4.1.tar.bz2 9858745 RMD160 79c5ed28381fb0d8ad6561276fcfc737e84dc335 SHA1 e488f57409345462d4e1b4c6af9d04455e90bcf1 SHA256 864d3399a9e53aa0a67f8901008834fd177076cf8deffb7e333c0c64e4832190

@ -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/v8/v8-3.6.6.15.ebuild,v 1.1 2012/01/06 02:44:20 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.6.6.19.ebuild,v 1.1 2012/01/24 01:03:59 floppym Exp $
EAPI="4"

@ -3,8 +3,10 @@ DIST XSB330.tar.gz 11037283 RMD160 6d22119f088599ebd89cb0a3e54bfbcb0da61614 SHA1
DIST XSB331.tar.gz 13975953 RMD160 02d93ea366cedbfd944d8b10fdae0857e0caecea SHA1 37e1a8e3033bf9a6c3edeb62c6355deddf114a5c SHA256 ea7eadbe8f37aa01b8093a6f96b81c0d90e31b2078a1ccd5275e7549a192bf95
DIST XSB332.tar.gz 11182086 RMD160 c2d01a9dfded470b84a67d4f34f581100fe18203 SHA1 e64b306a561e5c944bab601da2ba020c3eadf68b SHA256 1d26006526b13ba23bd11cf841fc38298097f46b958b22c5e11bd975ec6994bb
DIST XSB333.tar.gz 11069573 RMD160 4dadc27e67c614f58cc1cac3ca05abec94e42e98 SHA1 8106ecc2ca8484cdfe590983cc4ff7720f452f0e SHA256 9dfa3cd4b443d1b9ee1796e11aa9961556013e995bcbfe792b705e1ee00daa04
DIST XSB335.tar.gz 11724736 RMD160 e57fa486d30ecb0b3dbae661fbf2cb06a7eae999 SHA1 bf9450d6a93be57a67b0652376af22aabca329b0 SHA256 10a62160cbf31eb3db9d8c7fc33f561f96b6d4374aeba9c8af13ba2ba83e83bc
DIST xsb-3.2-gentoo-patchset-3.tar.gz 21365 RMD160 507e70f906645fe4df0941a1549dde774cbebacf SHA1 06bddf984fcc5b7e60c6db97acc46609dec088d7 SHA256 92e5e3e5bd930021501909474530d1336e0c5f5f830e84f773fcf3a8cd85021a
DIST xsb-3.3.0-gentoo-patchset-0.tar.gz 18528 RMD160 202945e47b616b616a2c14a759a3b91bf2a96e49 SHA1 683a03e12a25a8fe1eb4ecfe40c62afc26bbf19c SHA256 e9b8c3e2763a551c66b8e7931a7d285ab35b4db19c349d2d922d452eaf63c32c
DIST xsb-3.3.1-gentoo-patchset-0.tar.gz 19028 RMD160 4b0fcb39aa7e76f14d107be917f0fb78f44dfe02 SHA1 0b33020d82561ba47285b76cdc2f24595787c2e8 SHA256 e091d43d7b1fcf3e52996d5301c4ddb18227d279394a894ec5a7f56016fa7569
DIST xsb-3.3.2-gentoo-patchset-3.tar.gz 18167 RMD160 9b2a731c628961a626032ed5558074d540f66a65 SHA1 bbf8a98333b3072c277dff0bd820a87dbee8348a SHA256 2fb86eb7b610a810c192a04c441b4397375dcd462c4aeec144098992f8c2e0ec
DIST xsb-3.3.3-gentoo-patchset-0.tar.gz 17804 RMD160 e8cb01fd01e69878cc20729b915291ed6558e85d SHA1 bb3efd0076f42c12e3e73900517b38929913a5ed SHA256 37bf9c148ebdaa0d878bddae5bc832b9d49e939e610645c51d0ede314537102f
DIST xsb-3.3.3-gentoo-patchset-0.tar.gz 17314 RMD160 31e22214115e3d8e9231099f4c87415dc20cf0d7 SHA1 529f8e0ed1d4879e69719cbfbf1d161ed6ef2921 SHA256 eaec68638ea4419a4b3bea1c09cfb97061e13f2683000ac54c3c20046eca9db2
DIST xsb-3.3.5-gentoo-patchset-0.tar.gz 18570 RMD160 06d3f3dd29f0007fe7eb4fd73abeb5e6ea562d00 SHA1 229a755b756f47319c23ebbd98d8b9fb7fd26874 SHA256 808e90836e69bcd9609ad945377324a65a2f86472c934638fbe5cba5b49bdd88

@ -0,0 +1,212 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/xsb-3.3.5.ebuild,v 1.1 2012/01/24 06:36:41 keri Exp $
EAPI=2
MY_P="XSB${PV//./}"
PATCHSET_VER="0"
inherit eutils autotools java-pkg-opt-2
DESCRIPTION="XSB is a logic programming and deductive database system"
HOMEPAGE="http://xsb.sourceforge.net"
SRC_URI="http://xsb.sourceforge.net/downloads/${MY_P}.tar.gz
mirror://gentoo/${P}-gentoo-patchset-${PATCHSET_VER}.tar.gz"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="curl debug examples iodbc java mysql odbc pcre threads xml"
RDEPEND="curl? ( net-misc/curl )
iodbc? ( dev-db/libiodbc )
java? ( >=virtual/jdk-1.4 )
mysql? ( virtual/mysql )
odbc? ( dev-db/unixODBC )
pcre? ( dev-libs/libpcre )
xml? ( dev-libs/libxml2 )"
DEPEND="${RDEPEND}"
S="${WORKDIR}"/XSB
src_prepare() {
EPATCH_FORCE=yes
EPATCH_SUFFIX=patch
epatch "${WORKDIR}"/${PV}
cd "${S}"/build
eautoconf
find "${S}"/emu -name '*\.o' | xargs rm -f
}
src_configure() {
cd "${S}"/build
econf \
--libdir=/usr/$(get_libdir) \
--disable-optimization \
--without-smodels \
--with-config-tag="" \
$(use_with odbc) \
$(use_with iodbc) \
$(use_enable threads mt) \
$(use_enable debug)
if use curl ; then
cd "${S}"/packages/curl
econf
fi
if use mysql ; then
cd "${S}"/packages/dbdrivers/mysql
econf
fi
if use odbc ; then
cd "${S}"/packages/dbdrivers/odbc
econf
fi
if use pcre ; then
cd "${S}"/packages/pcre
econf
fi
if use xml ; then
cd "${S}"/packages/xpath
econf
fi
}
src_compile() {
cd "${S}"/build
emake || die "emake failed"
# All XSB Packages are compiled using a single Prolog engine.
# Consequently they must all be compiled using a single make job.
cd "${S}"/packages
rm -rf *.xwam
emake -j1 || die "emake packages failed"
if use curl ; then
emake -j1 curl || die "emake curl package failed"
fi
if use mysql ; then
emake -j1 mysql || die "emake mysql package failed"
fi
if use odbc ; then
emake -j1 odbc || die "emake odbc package failed"
fi
if use pcre ; then
emake -j1 pcre || die "emake pcre package failed"
fi
if use xml ; then
emake -j1 xpath || die "emake xpath package failed"
fi
}
src_install() {
cd "${S}"/build
emake DESTDIR="${D}" install || die "make install failed"
local XSB_INSTALL_DIR=/usr/$(get_libdir)/xsb-${PV}
dosym ${XSB_INSTALL_DIR}/bin/xsb /usr/bin/xsb || die
cd "${S}"/packages
local PACKAGES=${XSB_INSTALL_DIR}/packages
insinto ${PACKAGES}
doins *.xwam || die
insinto ${PACKAGES}/chr
doins chr/*.xwam || die
insinto ${PACKAGES}/chr_d
doins chr_d/*.xwam || die
insinto ${PACKAGES}/gap
doins gap/*.xwam || die
insinto ${PACKAGES}/justify
doins justify/*.xwam || die
doins justify/*.H || die
insinto ${PACKAGES}/regmatch
doins regmatch/*.xwam || die
insinto ${PACKAGES}/regmatch/cc
doins regmatch/cc/*.H || die
insinto ${PACKAGES}/sgml
doins sgml/*.xwam || die
insinto ${PACKAGES}/sgml/cc
doins sgml/cc/*.H || die
insinto ${PACKAGES}/sgml/cc/dtd
doins sgml/cc/dtd/* || die
insinto ${PACKAGES}/slx
doins slx/*.xwam || die
insinto ${PACKAGES}/wildmatch
doins wildmatch/*.xwam || die
insinto ${PACKAGES}/wildmatch/cc
doins wildmatch/cc/*.H || die
if use curl ; then
insinto ${PACKAGES}/curl
doins curl/*.xwam || die
fi
if use mysql || use odbc ; then
insinto ${PACKAGES}/dbdrivers
doins dbdrivers/*.xwam || die
doins dbdrivers/*.H || die
insinto ${PACKAGES}/dbdrivers/cc
doins dbdrivers/cc/*.H || die
if use mysql ; then
insinto ${PACKAGES}/dbdrivers/mysql
doins dbdrivers/mysql/*.xwam || die
insinto ${PACKAGES}/dbdrivers/mysql/cc
doins dbdrivers/mysql/cc/*.H || die
fi
if use odbc ; then
insinto ${PACKAGES}/dbdrivers/odbc
doins dbdrivers/odbc/*.xwam || die
insinto ${PACKAGES}/dbdrivers/odbc/cc
doins dbdrivers/odbc/cc/*.H || die
fi
fi
if use pcre ; then
insinto ${PACKAGES}/pcre
doins pcre/*.xwam || die
insinto ${PACKAGES}/pcre/cc
doins pcre/cc/*.H || die
fi
if use xml ; then
insinto ${PACKAGES}/xpath
doins xpath/*xwam || die
insinto ${PACKAGES}/xpath/cc
doins xpath/cc/*.H || die
fi
if use examples ; then
cd "${S}"/build
emake \
DESTDIR="${D}" \
install_examples="${D}"/usr/share/doc/${PF}/examples \
install_examples || die "make install_examples failed"
fi
cd "${S}"
dodoc FAQ README || die
}

@ -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/yap/yap-6.2.2.ebuild,v 1.5 2012/01/22 12:03:56 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-6.2.2.ebuild,v 1.6 2012/01/24 07:08:37 keri Exp $
EAPI=2
@ -24,7 +24,7 @@ RDEPEND="sys-libs/zlib
mpi? ( virtual/mpi )
mysql? ( virtual/mysql )
odbc? ( dev-db/unixODBC )
readline? ( sys-libs/readline )"
readline? ( sys-libs/readline sys-libs/ncurses )"
DEPEND="${RDEPEND}
doc? ( app-text/texi2html )"

@ -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/yap/yap-6.3.0.ebuild,v 1.2 2012/01/15 01:52:59 keri Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/yap/yap-6.3.0.ebuild,v 1.3 2012/01/24 07:08:37 keri Exp $
EAPI=2
@ -24,7 +24,7 @@ RDEPEND="sys-libs/zlib
mpi? ( virtual/mpi )
mysql? ( virtual/mysql )
odbc? ( dev-db/unixODBC )
readline? ( sys-libs/readline )"
readline? ( sys-libs/readline sys-libs/ncurses )"
DEPEND="${RDEPEND}
doc? ( app-text/texi2html )"

@ -1,16 +1,16 @@
# 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-libs/gf2x/gf2x-1.0-r1.ebuild,v 1.1 2011/07/08 11:25:31 tomka Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gf2x/gf2x-1.0-r1.ebuild,v 1.2 2012/01/24 09:30:01 jlec Exp $
EAPI=2
EAPI=4
inherit autotools-utils
PID=27999 # hack
PACKAGEID=27999 # hack
DESCRIPTION="C/C++ routines for fast arithmetic in GF(2)[x]"
HOMEPAGE="http://gf2x.gforge.inria.fr/"
SRC_URI="http://gforge.inria.fr/frs/download.php/${PID}/${P}.tar.gz"
SRC_URI="http://gforge.inria.fr/frs/download.php/${PACKAGEID}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@ -40,8 +40,3 @@ src_configure() {
autotools-utils_src_configure
}
src_install() {
dodoc ChangeLog README AUTHORS BUGS
autotools-utils_src_install
}

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-mathematics</herd>
<longdescription lang="en">
<herd>sci-mathematics</herd>
<longdescription lang="en">
gf2x is a C/C++ software package containing routines for fast
arithmetic in GF(2)[x] (multiplication, squaring, GCD) and searching
for irreducible/primitive trinomials.

@ -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/openssl/openssl-0.9.8t.ebuild,v 1.1 2012/01/18 15:26:40 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-0.9.8t.ebuild,v 1.3 2012/01/24 13:05:08 tomka Exp $
# this ebuild is only for the libcrypto.so.0.9.8 and libssl.so.0.9.8 SONAME for ABI compat
@ -14,7 +14,7 @@ SRC_URI="mirror://openssl/source/${P}.tar.gz"
LICENSE="openssl"
SLOT="0.9.8"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE="bindist gmp kerberos sse2 test zlib"
RDEPEND="gmp? ( dev-libs/gmp )

@ -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/openssl/openssl-1.0.0g.ebuild,v 1.1 2012/01/18 15:26:40 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/openssl/openssl-1.0.0g.ebuild,v 1.4 2012/01/24 13:39:42 jer Exp $
EAPI="4"
@ -14,7 +14,7 @@ SRC_URI="mirror://openssl/source/${P}.tar.gz
LICENSE="openssl"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE="bindist gmp kerberos rfc3779 sse2 static-libs test zlib"
# Have the sub-libs in RDEPEND with [static-libs] since, logically,

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild,v 1.9 2011/12/03 18:06:01 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.0.1-r1.ebuild,v 1.10 2012/01/24 02:56:26 xarthisius Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -28,7 +28,7 @@ KEYWORDS="amd64 ppc ~ppc64 x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~
LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
CDEPEND="dev-python/numpy
dev-python/python-dateutil
dev-python/python-dateutil:python-2
dev-python/pytz
media-libs/freetype:2
media-libs/libpng

@ -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-python/matplotlib/matplotlib-1.1.0.ebuild,v 1.4 2012/01/17 15:31:22 bicatali Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-1.1.0.ebuild,v 1.5 2012/01/24 02:56:26 xarthisius Exp $
EAPI="3"
@ -29,7 +29,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-maco
LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1"
CDEPEND="dev-python/numpy
dev-python/python-dateutil
dev-python/python-dateutil:python-2
dev-python/pytz
media-libs/freetype:2
media-libs/libpng

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/vobject/vobject-0.8.1c.ebuild,v 1.4 2010/07/11 12:43:51 fauli Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/vobject/vobject-0.8.1c.ebuild,v 1.5 2012/01/24 03:04:50 xarthisius Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-python/python-dateutil-1.1"
RDEPEND="dev-python/python-dateutil:python-2"
DEPEND="${RDEPEND}
dev-python/setuptools"

@ -1,2 +1 @@
DIST best_in_place-1.0.4.gem 56832 RMD160 ccb3c88bd989b73c731987d8dbcae6e224edfa56 SHA1 aba5a95e07513c0b75e5297d61a4fff257bae965 SHA256 9abb4c2e3713bb1a4ded74924fbb23ee48e5abcef21adb245b906453bb1b2acd
DIST best_in_place-1.0.5.gem 58368 RMD160 4c98317cc7795f7a170189660d0ec522accaddd5 SHA1 cb803d59b8f47d6d5f2c99a7797095cddcb6b2a1 SHA256 bc2ae968b2de854b44a7d5c4a5582a30c53ee9c0ae95f29c7aad37efa5a76780
DIST best_in_place-1.0.6.gem 57856 RMD160 9c587f386feae4feddf87705358c43f62d946b1b SHA1 29893fecc3ae2192bd116f568f8ab142eb82a621 SHA256 6990c5ab3b0e175d7184d18aa06d8dfe0d81471988adcd0006687418d26bb468

@ -1,62 +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/best_in_place/best_in_place-1.0.5.ebuild,v 1.1 2012/01/23 18:45:05 flameeyes Exp $
EAPI=4
USE_RUBY="ruby18 ree18"
RUBY_FAKEGEM_TASK_TEST="spec"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
# if ever needed
#GITHUB_USER="bernat"
#GITHUB_PROJECT="${PN}"
#RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*"
inherit virtualx ruby-fakegem
DESCRIPTION="In-place editor helper for Rails 3o"
HOMEPAGE="http://github.com/bernat/best_in_place"
LICENSE="MIT"
SLOT="3"
KEYWORDS="~amd64"
IUSE=""
ruby_add_rdepend "
dev-ruby/rails:3.1
dev-ruby/jquery-rails
"
ruby_add_bdepend "
test? (
dev-ruby/rspec-rails
>=dev-ruby/nokogiri-1.5.0
>=dev-ruby/capybara-1.0.1
>=dev-ruby/sqlite3-ruby-1.3.4-r1
dev-ruby/rdiscount
)"
DEPEND+=" test? ( www-client/firefox )"
all_ruby_prepare() {
sed -i \
-e '/git ls-files/d' \
-e '/rspec-rails/s:,.*::' \
${RUBY_FAKEGEM_GEMSPEC} || die
rm test_app/Gemfile.lock
# improve timing-resilience on two tests that would otherwise fail
# https://github.com/bernat/best_in_place/issues/87
# fix an issue with the :display_as option, that has been sent upstream
epatch "${FILESDIR}"/${PN}-1.0.4-gentoo.patch
}
each_ruby_test() {
RAILS_ENV=test ${RUBY} -C test_app -S rake db:migrate || die "test_app migration failed"
VIRTUALX_COMMAND="${RUBY}" virtualmake -S rake spec || die "Specs failed"
}

@ -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/best_in_place/best_in_place-1.0.4-r1.ebuild,v 1.1 2012/01/21 13:27:18 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/best_in_place/best_in_place-1.0.6.ebuild,v 1.1 2012/01/24 10:38:54 flameeyes Exp $
EAPI=4
USE_RUBY="ruby18 ree18"
@ -48,12 +48,12 @@ all_ruby_prepare() {
-e '/git ls-files/d' \
-e '/rspec-rails/s:,.*::' \
${RUBY_FAKEGEM_GEMSPEC} || die
rm test_app/Gemfile.lock
# improve timing-resilience on two tests that would otherwise fail
# https://github.com/bernat/best_in_place/issues/87
# fix an issue with the :display_as option, that has been sent upstream
epatch "${FILESDIR}"/${P}-gentoo.patch
# let test_app work with Rails 3.1 (since we lack 3.2 for now).
sed -i \
-e '/gem .rails/s:3.2:~> 3.1:' \
-e '/gem .\(coffee\|sass\)/s:3\.2\..:3.1.0:' \
test_app/Gemfile || die
}
each_ruby_test() {

@ -1,77 +0,0 @@
diff --git a/lib/best_in_place/helper.rb b/lib/best_in_place/helper.rb
index 7ab2561..7d40f58 100644
--- a/lib/best_in_place/helper.rb
+++ b/lib/best_in_place/helper.rb
@@ -43,7 +43,7 @@ module BestInPlace
out << " data-type='#{opts[:type]}'"
out << " data-inner-class='#{opts[:inner_class]}'" if opts[:inner_class]
out << " data-html-attrs='#{opts[:html_attrs].to_json}'" unless opts[:html_attrs].blank?
- out << " data-original-content='#{object.send(field)}'" if opts[:display_as] || opts[:display_with]
+ out << " data-original-content='#{attribute_escape(object.send(field))}'" if opts[:display_as] || opts[:display_with]
if !opts[:sanitize].nil? && !opts[:sanitize]
out << " data-sanitize='false'>"
out << sanitize(value, :tags => %w(b i u s a strong em p h1 h2 h3 h4 h5 ul li ol hr pre span img br), :attributes => %w(id class href))
@@ -80,6 +80,10 @@ module BestInPlace
object.send(field).to_s.presence || ""
end
end
+
+ def attribute_escape(data)
+ data.to_s.gsub("&", "&amp;").gsub("'", "&apos;") unless data.nil?
+ end
end
end
diff --git a/spec/integration/js_spec.rb b/spec/integration/js_spec.rb
index 38e09c8..e773108 100644
--- a/spec/integration/js_spec.rb
+++ b/spec/integration/js_spec.rb
@@ -466,15 +466,32 @@ describe "JS behaviour", :js => true do
bip_text @user, :address, "New address"
+ sleep 1
+
id = BestInPlace::Utils.build_best_in_place_id @user, :address
page.execute_script <<-JS
$("##{id}").click();
JS
+ sleep 1
+
text = page.find("##{id} input").value
text.should == "New address"
end
end
+
+ it "should quote properly the data-original-content attribute" do
+ @user.address = "A's & B's"
+ @user.save!
+ retry_on_timeout do
+ visit user_path(@user)
+
+ id = BestInPlace::Utils.build_best_in_place_id @user, :address
+
+ text = page.find("##{id}")["data-original-content"]
+ text.should == "A's & B's"
+ end
+ end
end
describe "display_with" do
@@ -534,11 +551,15 @@ describe "JS behaviour", :js => true do
bip_text @user, :money, "40"
+ sleep 1
+
id = BestInPlace::Utils.build_best_in_place_id @user, :money
page.execute_script <<-JS
$("##{id}").click();
JS
+ sleep 1
+
text = page.find("##{id} input").value
text.should == "40"
end

@ -1,3 +1,4 @@
DIST daemons-1.1.3.gem 33280 RMD160 0c4e1565c0016c84dd708547e28cc535bfc2086a SHA1 b124f7e068f3ec763c45dd61abd1fbb35c622282 SHA256 fd5c279270ccd61a895ae61afc19c76b1fe22aa2c2d27a296042ef435ea09c13
DIST daemons-1.1.4.gem 33792 RMD160 cc1992b05643f10899819472fa5efa3abe77a3f2 SHA1 6603f661cc3b9f591db66b5fbb18d648288651a0 SHA256 e7a7e5bf035a6de2b7aed78845c8f2e5fdfd00b157620b250448e80048a6ca8e
DIST daemons-1.1.5.gem 33792 RMD160 a0790b19e58e57335b91d6edc93a2b6d1eb41633 SHA1 6126bcdb3c4c309f02e1559e637297eda43861b6 SHA256 890c5cc25cd38b54a219cabd643264c59e644cd447c394db8d8c52e3f89b2cc0
DIST daemons-1.1.6.gem 33792 RMD160 317f05d5d7c8d4d64ac83593df24b8ad4ba9b7e8 SHA1 5861f9ddae2a9ecc63b997e16fe69249b6694dc4 SHA256 34cdb81e020e4184306876aceb6431ab9e326aefba3039bd046da08e23ef2463

@ -0,0 +1,30 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/daemons/daemons-1.1.6.ebuild,v 1.1 2012/01/24 07:24:05 graaff Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19 jruby"
RUBY_FAKEGEM_EXTRADOC="Releases README TODO"
RUBY_FAKEGEM_DOCDIR="html"
RUBY_FAKEGEM_TASK_TEST=""
inherit ruby-fakegem
DESCRIPTION="Wrap existing ruby scripts to be run as a daemon"
HOMEPAGE="http://daemons.rubyforge.org/"
LICENSE="|| ( Ruby GPL-2 ) MIT"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="examples"
all_ruby_install() {
all_fakegem_install
use examples || return
insinto /usr/share/doc/${PF}/
doins -r examples
}

@ -2,5 +2,6 @@ DIST hoe-2.12.2.gem 121856 RMD160 b661968caea213e55e335ccc7e30067fe596646c SHA1
DIST hoe-2.12.3.gem 122368 RMD160 a633dd60ad8be0edfd381efeb8ae647672adc727 SHA1 80a12392db38b1c324ddb6d3c3851f2de960e647 SHA256 f68488c8171201a72de14b030180f15c66fc195af0eab16474a52938daf0103f
DIST hoe-2.12.4.gem 122368 RMD160 9c23762bc79fcc2396c7b695b138fd073dbf606f SHA1 bded12f1eaeb4e9b295dec4947d76c8006f7e479 SHA256 759ec4e341c2ccb6ae18a62c0e0ebefd8d1e5d4572a57369d763c53d8049db57
DIST hoe-2.12.5.gem 122880 RMD160 f086144195bc4af55fdec49d81a4f6a746f565e7 SHA1 b844594c1ff4b2c043c9d5dbe9e5d248bc61fe63 SHA256 600ab263807c229b6ee98d1d1a2b48f46d329ccff30458822729b6d686be10f2
DIST hoe-2.13.0.gem 122880 RMD160 5061a9669be053bd08edab388f50c84115c17540 SHA1 960d5d15d9e325bf3e1860f8f79df77b8add2224 SHA256 ab1f5d55301a9e92d34e58d9063c7d28abaf61223292ff04c1a869bb57786eed
DIST hoe-2.6.0.gem 114176 RMD160 16a250681d19fde968fa0a7fa2ef726192733931 SHA1 5f04eb4005025e84962c465e0c3d643b2fb2df46 SHA256 36d7009de42d23162c3c9b3355231906080868c07774db006c2dffd43b6fa723
DIST hoe-2.8.0.gem 116736 RMD160 e38572d68d4105187e2e8437041d82e3899bc038 SHA1 88c11bd3c7ff1149d4508ebc2221c325b10e72bd SHA256 a2094978e0a5659d39266eebc0c56f753b7e25c9a81f633ca029cfc5a2af8b44

@ -0,0 +1,38 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hoe/hoe-2.13.0.ebuild,v 1.1 2012/01/24 07:19:16 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ree18 ruby19 jruby"
RUBY_FAKEGEM_TASK_DOC="docs"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt"
RUBY_FAKEGEM_EXTRAINSTALL="template"
inherit ruby-fakegem
DESCRIPTION="Hoe extends rake to provide full project automation."
HOMEPAGE="http://seattlerb.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
# - also requires dev-ruby/hoe-seattlerb for 1.9;
# - dev-ruby/gemcutter is an optional dependency at both runtime and
# test-time, at least for us;
# - rubyforge is loaded at runtime when needed, so we don't strictly
# depend on it at runtime, but we need it for tests (for now);
ruby_add_bdepend "test? ( dev-ruby/minitest >=dev-ruby/rubyforge-2.0.4 )"
ruby_add_rdepend ">=dev-ruby/rake-0.8.7"
all_ruby_prepare() {
# Make test regexp more lenient to cover the way we name the binaries.
sed -i -e 's/sudo gem/sudo .?gem/' -e 's/\^gem/^.?gem/' test/test_hoe.rb || die
}

@ -4,3 +4,4 @@ DIST rack-1.2.4.tar.gz 341444 RMD160 f4920fde1c792140ddae0966eb1a2cd66a76daee SH
DIST rack-1.2.5.tar.gz 362175 RMD160 f0fa6746c23222596b5f0d3b8a95709a7a9ad071 SHA1 06bfdf3dd6fc062272fc644b562d97779a183260 SHA256 4e8931b4681d85970195643d2dcf3cc82d4a2833313a210d3bf1d3046b5d8b78
DIST rack-1.3.6.tar.gz 408553 RMD160 1fe0418b497140fd9564611436e62c6345cd7c73 SHA1 367f91c3b3917a8d3709c8ec13d09cca5d3ca253 SHA256 1f163f1075a9de968a8fe92d51b3ce7b1bacdfd96fb4635f24bd5f46f261ebf4
DIST rack-1.4.0.tar.gz 429747 RMD160 73c7c61d62e5d9b25f7656f448bb53b287dc6d75 SHA1 0fec4d01e20b1ad13fd7809d0083292a71d3ec84 SHA256 f1a20293758a6c068f9f3ebcf4cae342de9de6007f980324326f7ea26062210a
DIST rack-1.4.1.tar.gz 425436 RMD160 818b4cc9b2fe548d585228c27b4bb73405a5777f SHA1 e822bb1c1dd9306f1f4cc6c7c208ac3fe0aa4018 SHA256 66b8e0fc1edd9d4c1cf52b91b4459ecf173472378256adfab1fb821ae03a166a

@ -0,0 +1,61 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack/rack-1.4.1.ebuild,v 1.1 2012/01/24 07:12:19 graaff Exp $
EAPI="2"
USE_RUBY="ruby18 ree18 ruby19 jruby"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="ChangeLog KNOWN-ISSUES README.rdoc SPEC"
inherit ruby-fakegem eutils versionator
DESCRIPTION="A modular Ruby webserver interface"
HOMEPAGE="http://rubyforge.org/projects/rack"
SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_rdepend "virtual/ruby-ssl"
# The gem has automagic dependencies over mongrel, ruby-openid,
# memcache-client, thin, mongrel and camping; not sure if we should
# make them dependencies at all. We do add the fcgi dependency because
# that spec isn't optional.
ruby_add_bdepend "test? ( dev-ruby/bacon dev-ruby/ruby-fcgi )"
# Block against versions in older slots that also try to install a binary.
RDEPEND="${RDEPEND} !<dev-ruby/rack-1.1.3-r1:0 !<dev-ruby/rack-1.2.5:1.2 !<dev-ruby/rack-1.3.6-r1:1.3"
all_ruby_prepare() {
epatch "${FILESDIR}"/${PN}-1.2.1-gentoo.patch
# Avoid tests depending on now randomized hash ordering.
sed -i -e '/foobarfoo/ s:^:#:' test/spec_response.rb || die
sed -i -e '/build query strings correctly/,/end/ s:^:#:' test/spec_utils.rb || die
sed -i -e '/build nested query strings correctly/,/end/ s:^:#:' test/spec_utils.rb || die
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# Avoid two failing tests due to bugs in jruby that should
# be solved in 1.6.5 or 1.7.
rm test/spec_deflater.rb || die
;;
*)
;;
esac
}
each_ruby_test() {
# Since the Rakefile calls specrb directly rather than loading it, we
# cannot use it to launch the tests or only the currently-selected
# RUBY interpreter will be tested.
${RUBY} -S bacon -Ilib -w -a \
-q -t '^(?!Rack::Handler|Rack::Adapter|Rack::Session::Memcache|Rack::Server)' \
|| die "test failed for ${RUBY}"
}

@ -1,8 +1,2 @@
DIST gambc-v4_4_0.tgz 7780807 RMD160 9dea1538d603a67d1f366a22e0c6b2f6cb35b238 SHA1 bfae71ca26bf816090d2815d16140171b17d7c4a SHA256 28162397ae50cbe00a1038ab33671c8ebd2a70d4d075ae906870ae7f504f3588
DIST gambc-v4_4_1.tgz 8016716 RMD160 8f126b5a54cf7fba4f80afbe3d9b917db98e5779 SHA1 80ed43702024320c20065871c909377745c154b8 SHA256 94f25ca9def7ce082429f60aad3432fa7c40490a0db90dbc427f104376129206
DIST gambc-v4_4_2.tgz 8025856 RMD160 5fc4172cae434520256e6bb65e80fe224809e5e9 SHA1 df152f3ba3b8422d18d9875b6e1322c6e9b809c9 SHA256 9e95b83db35a34676fc135bef47aac09ed14171872c9907eed06a832d0fc5e3e
DIST gambc-v4_4_3.tgz 8028618 RMD160 6b4733fa4dec206d9cb980d0cb8c0602780669d4 SHA1 8bbdb7197ac23d2e863cb18fd0fc6fc7b432b9a2 SHA256 8f5d9ad292d806c99baea11c696a34000ef0f38e175cc114dfee85128faaf565
DIST gambc-v4_5_1.tgz 8106240 RMD160 8e1fb0db17e6761df5c8468fbead3abc0e664de3 SHA1 683a7efdc400430575a2eaae910a09542ac6f463 SHA256 41a5922cfdc8b72e9af29215509beb8f20bea3f5289b466c19c2c9a3e6294235
DIST gambc-v4_5_2.tgz 8160890 RMD160 2dd138bf6bd2c2fd21de202ac22ae14ce35b7495 SHA1 eb5d150bd960a48f5b003051fc4b3d5bf46577c5 SHA256 83d8cf0526a60965fad4d9cfa256240a250ef6697f2c858aca6642c2658fb4a8
DIST gambc-v4_5_3.tgz 8170948 RMD160 dd6543a7c1f4e6b6e1e4b82e4a15aa050cafb606 SHA1 a75df2612009ac86b71502dc0329a68d382b55f2 SHA256 18d2f1b0ccf2c078ed35e8a268a2c55d26f40e9f92fe46604482ec4ad84f9fe3
DIST gambc-v4_6_2.tgz 10463697 RMD160 9557ad441e1b1175a83cf397294477647ed9521d SHA1 72729e1c96f5f31553365e27039cbe6d8feb0a05 SHA256 2e6c2b9597050212376a2544c0e810da5ea26151b8c1e2894381c3664832e8e5
DIST gambc-v4_6_3.tgz 10661300 RMD160 66093724eb0261821a4fcfb3d3f263928c595856 SHA1 d07807f09dd8960e383b10755ec8eed349596038 SHA256 66cbc805484898bcadeab9921d8bcdb07d536dd401c57ff92edb461d7230ff81

@ -1,94 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.4.0.ebuild,v 1.4 2009/01/28 16:46:59 hkbst Exp $
inherit eutils elisp-common check-reqs multilib
MY_PN=gambc
MY_PV=${PV//./_}
MY_P=${MY_PN}-v${MY_PV}
DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter."
HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${MY_P}.tgz"
LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
DEPEND="emacs? ( virtual/emacs )"
RDEPEND=""
SITEFILE="50gambit-gentoo.el"
S=${WORKDIR}/${MY_P} #-devel
IUSE="emacs static"
_pkg_setup() {
if use big-iron; then
ewarn "compiling each Scheme module as a single C function"
ewarn "using gcc specific optimizations"
ewarn "approximately 2GB ram will be needed instead of 0.5GB"
ewarn "this will cause heavy thrashing of your system"
ewarn "and may cause your compiler to crash when it runs out of memory"
ewarn "unless your system is BIG IRON"
# need this much memory in MBytes (does *not* check swap)
CHECKREQS_MEMORY="2560" check_reqs
else
ewarn "NOT compiling each Scheme module as a single C function"
ewarn "NOT using gcc specific optimizations"
ewarn "approximately 0.5GB ram will be needed"
ewarn "if you experience thrashing, try disabling parallel building or setting -O1"
# need this much memory in MBytes (does *not* check swap)
CHECKREQS_MEMORY="768" check_reqs
fi
}
src_compile() {
econf $(use_enable !static shared) --enable-single-host --disable-absolute-shared-libs
emake bootstrap || die
if use emacs; then
elisp-compile misc/*.el || die
fi
}
src_install() {
emake DESTDIR="${D}" install || die
# rename the /usr/bin/gsc to avoid collision with gsc from ghostscript
mv "${D}"/usr/bin/gsc "${D}"/usr/bin/gsc-gambit
}
_src_install(){
rm "${D}"/usr/current
mv "${D}"/usr/syntax-case.scm "${D}"/usr/$(get_libdir)
# remove emacs/site-lisp/gambit.el
rm -r "${D}"/usr/share/emacs
if use emacs; then
elisp-install ${PN} misc/*.{el,elc}
elisp-site-file-install "${FILESDIR}"/${SITEFILE}
fi
dodoc INSTALL.txt README
insinto /usr/share/doc/${PF}
doins -r examples
# create some more explicit names
dosym gsc-gambit usr/bin/gambit-compiler
dosym gsi usr/bin/gambit-interpreter
echo "GAMBCOPT=\"=/usr/\"" > "${T}"/50gambit && doenvd "${T}"/50gambit
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,55 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.4.1.ebuild,v 1.2 2009/05/26 06:09:44 pva Exp $
inherit eutils elisp-common check-reqs multilib
MY_PN=gambc
MY_PV=${PV//./_}
MY_P=${MY_PN}-v${MY_PV}
DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter."
HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${MY_P}.tgz"
LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
#gsc is now Gambit Scheme Compile and not ghostscript.
#only app-text/ghostscript-gpl-8.64 has freed gsc yet.
DEPEND="emacs? ( virtual/emacs )
!app-text/ghostscript-gnu
!<app-text/ghostscript-gpl-8.64"
RDEPEND=""
SITEFILE="50gambit-gentoo.el"
S=${WORKDIR}/${MY_P} #-devel
IUSE="emacs static"
src_compile() {
econf $(use_enable !static shared) --enable-single-host --disable-absolute-shared-libs
emake bootstrap || die
if use emacs; then
elisp-compile misc/*.el || die
fi
}
src_install() {
emake DESTDIR="${D}" install || die
# # rename the /usr/bin/gsc to avoid collision with gsc from ghostscript
# mv "${D}"/usr/bin/gsc "${D}"/usr/bin/gsc-gambit
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,52 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.4.2.ebuild,v 1.2 2009/05/26 06:09:44 pva Exp $
inherit elisp-common
MY_PN=gambc
MY_PV=${PV//./_}
MY_P=${MY_PN}-v${MY_PV}
DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter."
HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${MY_P}.tgz"
LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
#gsc is now Gambit Scheme Compile and not ghostscript.
#only app-text/ghostscript-gpl-8.64 has freed gsc yet.
DEPEND="emacs? ( virtual/emacs )
!app-text/ghostscript-gnu
!<app-text/ghostscript-gpl-8.64"
RDEPEND=""
SITEFILE="50gambit-gentoo.el"
S=${WORKDIR}/${MY_P} #-devel
IUSE="emacs static"
src_compile() {
econf $(use_enable !static shared) --docdir=/usr/share/doc/${PF} --enable-single-host --disable-absolute-shared-libs
emake bootstrap || die
if use emacs; then
elisp-compile misc/*.el || die
fi
}
src_install() {
emake DESTDIR="${D}" install || die
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,52 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.4.3.ebuild,v 1.2 2009/05/26 06:09:44 pva Exp $
inherit elisp-common
MY_PN=gambc
MY_PV=${PV//./_}
MY_P=${MY_PN}-v${MY_PV}
DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter."
HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${MY_P}.tgz"
LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
#gsc is now Gambit Scheme Compiler and not ghostscript.
#only app-text/ghostscript-gpl-8.64 has freed gsc yet.
DEPEND="emacs? ( virtual/emacs )
!app-text/ghostscript-gnu
!<app-text/ghostscript-gpl-8.64"
RDEPEND=""
SITEFILE="50gambit-gentoo.el"
S=${WORKDIR}/${MY_P} #-devel
IUSE="emacs static"
src_compile() {
econf $(use_enable !static shared) --docdir=/usr/share/doc/${PF} --enable-single-host --disable-absolute-shared-libs
emake bootstrap || die
if use emacs; then
elisp-compile misc/*.el || die
fi
}
src_install() {
emake DESTDIR="${D}" install || die
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,52 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.5.1.ebuild,v 1.1 2009/08/07 13:20:05 hkbst Exp $
inherit elisp-common
MY_PN=gambc
MY_PV=${PV//./_}
MY_P=${MY_PN}-v${MY_PV}
DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter."
HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${MY_P}.tgz"
LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
#gsc is now Gambit Scheme Compiler and not ghostscript.
#only app-text/ghostscript-gpl-8.64 has freed gsc yet.
DEPEND="emacs? ( virtual/emacs )
!app-text/ghostscript-gnu
!<app-text/ghostscript-gpl-8.64"
RDEPEND=""
SITEFILE="50gambit-gentoo.el"
S=${WORKDIR}/${MY_P} #-devel
IUSE="emacs static"
src_compile() {
econf $(use_enable !static shared) --docdir=/usr/share/doc/${PF} --enable-single-host --disable-absolute-shared-libs
emake bootstrap || die
if use emacs; then
elisp-compile misc/*.el || die
fi
}
src_install() {
emake DESTDIR="${D}" install || die
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,52 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.5.2.ebuild,v 1.1 2009/09/11 15:28:02 hkbst Exp $
inherit elisp-common
MY_PN=gambc
MY_PV=${PV//./_}
MY_P=${MY_PN}-v${MY_PV}
DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter."
HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${MY_P}.tgz"
LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
#gsc is now Gambit Scheme Compiler and not ghostscript.
#only app-text/ghostscript-gpl-8.64 has freed gsc yet.
DEPEND="emacs? ( virtual/emacs )
!app-text/ghostscript-gnu
!<app-text/ghostscript-gpl-8.64"
RDEPEND=""
SITEFILE="50gambit-gentoo.el"
S=${WORKDIR}/${MY_P} #-devel
IUSE="emacs static"
src_compile() {
econf $(use_enable !static shared) --docdir=/usr/share/doc/${PF} --enable-single-host --disable-absolute-shared-libs
emake bootstrap || die
if use emacs; then
elisp-compile misc/*.el || die
fi
}
src_install() {
emake DESTDIR="${D}" install || die
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,52 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.5.3.ebuild,v 1.1 2009/11/02 15:09:06 hkbst Exp $
inherit elisp-common
MY_PN=gambc
MY_PV=${PV//./_}
MY_P=${MY_PN}-v${MY_PV}
DESCRIPTION="Gambit-C is a native Scheme to C compiler and interpreter."
HOMEPAGE="http://www.iro.umontreal.ca/~gambit/"
SRC_URI="http://www.iro.umontreal.ca/~gambit/download/gambit/v${PV%.*}/source/${MY_P}.tgz"
LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86"
#gsc is now Gambit Scheme Compiler and not ghostscript.
#only app-text/ghostscript-gpl-8.64 has freed gsc yet.
DEPEND="emacs? ( virtual/emacs )
!app-text/ghostscript-gnu
!<app-text/ghostscript-gpl-8.64"
RDEPEND=""
SITEFILE="50gambit-gentoo.el"
S=${WORKDIR}/${MY_P} #-devel
IUSE="emacs static"
src_compile() {
econf $(use_enable !static shared) --docdir=/usr/share/doc/${PF} --enable-single-host --disable-absolute-shared-libs
emake bootstrap || die
if use emacs; then
elisp-compile misc/*.el || die
fi
}
src_install() {
emake DESTDIR="${D}" install || die
}
pkg_postinst() {
use emacs && elisp-site-regen
}
pkg_postrm() {
use emacs && elisp-site-regen
}

@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.5.3-r1.ebuild,v 1.3 2010/11/18 12:16:14 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-scheme/gambit/gambit-4.6.3.ebuild,v 1.1 2012/01/24 14:08:41 hkbst Exp $
EAPI="3"
EAPI="4"
inherit eutils elisp-common
@ -18,11 +18,7 @@ LICENSE="|| ( Apache-2.0 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos"
#gsc is now Gambit Scheme Compiler and not ghostscript.
#only app-text/ghostscript-gpl-8.64 has freed gsc yet.
DEPEND="emacs? ( virtual/emacs )
!app-text/ghostscript-gnu
!<app-text/ghostscript-gpl-8.64"
DEPEND="emacs? ( virtual/emacs )"
RDEPEND=""
SITEFILE="50gambit-gentoo.el"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/togl-2.0-r2.ebuild,v 1.1 2011/08/15 17:15:10 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/togl/togl-2.0-r2.ebuild,v 1.2 2012/01/24 09:39:50 jlec Exp $
EAPI=4
@ -29,6 +29,7 @@ src_prepare() {
sed \
-e 's:-fomit-frame-pointer::g' \
-e 's:-O2::g' \
-e 's:-pipe::g' \
-i configure || die
}
@ -39,7 +40,7 @@ src_configure() {
}
src_install() {
emake DESTDIR="${D}" install || die "failed to install"
dohtml doc/* || die "no html"
dodoc README* || die "no README"
emake DESTDIR="${D}" install
dohtml doc/*
dodoc README*
}

@ -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/gnome-extra/avant-window-navigator-extras/avant-window-navigator-extras-0.4.0.ebuild,v 1.3 2012/01/15 14:01:53 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/avant-window-navigator-extras/avant-window-navigator-extras-0.4.0.ebuild,v 1.4 2012/01/24 03:07:53 xarthisius Exp $
EAPI=4
@ -28,7 +28,7 @@ RDEPEND="dev-python/dbus-python
dev-python/pycairo
dev-python/pygobject:2
dev-python/pygtk:2
dev-python/python-dateutil
dev-python/python-dateutil:python-2
dev-python/vobject
>=gnome-base/libgtop-2
>=gnome-extra/avant-window-navigator-${PV}[gconf?]

@ -1,2 +1,3 @@
DIST gmic_1.5.0.7.tar.gz 1228525 RMD160 c1fadcb904b25c8b0056204a9124ab461212c5f6 SHA1 45c85e0ed09caf6c2a41bd3d01747fcc5b5bf284 SHA256 b74d873d5d57947ae7848fb926faa73d98a0aea6fc7b5a305b3b824a67762f54
DIST gmic_1.5.0.8.tar.gz 1250904 RMD160 99532589dab47f0e1b493e8b07853eac8543ae70 SHA1 f81c982686d6e434cce853366aec6e47a5a30ed1 SHA256 ded93e9b45513359d51512d547237bedfbc3f26a2e042b62e8ac8b44d0e5f2aa
DIST gmic_1.5.0.9.tar.gz 1196717 RMD160 fdd779ecbe0bc33060641dcfd6b1f5e1d3db3d26 SHA1 0800997001cfff79a82a11e07239b5971316833a SHA256 d647a64bd25bf4146d1c755aa2d26f129605e03b3072dca2dc2e6ec5e38ed3b0

@ -0,0 +1,119 @@
--- gmic-1.5.0.9/src/Makefile.orig
+++ gmic-1.5.0.9/src/Makefile
@@ -89,7 +89,7 @@
# Flags that are mandatory to compile 'gmic'.
MANDATORY_CFLAGS += -Dgmic_build -I$(USR)/include
-MANDATORY_LDFLAGS += -L$(USR)/lib
+MANDATORY_LDFLAGS +=
ifeq ($(IS_GCC),yes)
MANDATORY_CFLAGS += -Wall -W
MANDATORY_LDFLAGS += -lm
@@ -100,12 +100,12 @@
DEBUG_CFLAGS = -Dcimg_use_vt100 -Dcimg_verbosity=3 -g
# Flags to enable optimizations.
-ifeq ($(IS_GCC),yes)
-OPT_CFLAGS = -O3 -fno-tree-pre # -ffast-math
-endif
-ifeq ($(CC),icc)
-OPT_CFLAGS = -O3 -ipo -no-prec-div -override-limits
-endif
+#ifeq ($(IS_GCC),yes)
+#OPT_CFLAGS = -O3 -fno-tree-pre # -ffast-math
+#endif
+#ifeq ($(CC),icc)
+#OPT_CFLAGS = -O3 -ipo -no-prec-div -override-limits
+#endif
# Flags to enable image display, using X11
# (keep /usr/ dirname here since X11 is located in /usr/ on Mac too).
@@ -165,12 +165,7 @@
# This requires the presence of the OpenCV include and library files.
# (package 'libcv3-2-dev' on Debian).
OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include/opencv
-ifeq ($(OS),Darwin)
OPENCV_LDFLAGS = -lopencv_core -lopencv_highgui # Use this for OpenCV 2.2.0 !
-else
-OPENCV_LDFLAGS = -lcv -lhighgui
-# OPENCV_LDFLAGS = -lopencv_core -lopencv_highgui # Use this for OpenCV 2.2.0 !
-endif
# Flags to enable native support of most classical image file formats, using the GraphicsMagick++ library.
# This requires the presence of the GraphicsMagick++ include and library files.
@@ -215,11 +210,11 @@
$(EXR_LDFLAGS) $(FFTW_LDFLAGS) $(OPENCV_LDFLAGS) # $(FFMPEG_LDFLAGS) $(XSHM_LDFLAGS) # $(MAGICK_LDFLAGS)
CUST_UNIX_CFLAGS = $(MANDATORY_CFLAGS) $(X11_CFLAGS) $(XSHM_CFLAGS) $(PNG_CFLAGS) \
- $(JPEG_CFLAGS) $(TIFF_CFLAGS) $(MINC2_CFLAGS) $(ZLIB_CFLAGS) \
- $(FFTW_CFLAGS) $(BOARD_CFLAGS) $(EXR_CFLAGS) $(MAGICK_CFLAGS) # $(FFMPEG_CFLAGS) $(OPENCV_CFLAGS)
+ $(JPEG_CFLAGS) $(TIFF_CFLAGS) $(ZLIB_CFLAGS) \
+ $(FFTW_CFLAGS) $(EXR_CFLAGS) $(MAGICK_CFLAGS) $(FFMPEG_CFLAGS) $(OPENCV_CFLAGS)
CUST_UNIX_LDFLAGS = $(MANDATORY_LDFLAGS) $(X11_LDFLAGS) $(XSHM_LDFLAGS) $(PNG_LDFLAGS) \
- $(JPEG_LDFLAGS) $(TIFF_LDFLAGS) $(MINC2_LDFLAGS) $(ZLIB_LDFLAGS) \
- $(FFTW_LDFLAGS) $(BOARD_LDFLAGS) $(EXR_LDFLAGS) $(MAGICK_LDFLAGS) # $(FFMPEG_LDFLAGS) $(OPENCV_LDFLAGS)
+ $(JPEG_LDFLAGS) $(TIFF_LDFLAGS) $(ZLIB_LDFLAGS) \
+ $(FFTW_LDFLAGS) $(EXR_LDFLAGS) $(MAGICK_LDFLAGS) $(FFMPEG_LDFLAGS) $(OPENCV_LDFLAGS)
DEBUG_UNIX_CFLAGS = $(MANDATORY_CFLAGS) $(DEBUG_CFLAGS) $(X11_CFLAGS) $(XSHM_CFLAGS) $(PNG_CFLAGS) \
$(JPEG_CFLAGS) $(TIFF_CFLAGS) $(ZLIB_CFLAGS) $(FFTW_CFLAGS) \
@@ -245,7 +240,7 @@
STD_WINDOWS_LDFLAGS = $(MANDATORY_LDFLAGS) $(GDI32_LDFLAGS) $(ZLIB_LDFLAGS) $(PNG_LDFLAGS) $(JPEG_LDFLAGS) $(FFTW_LDFLAGS)
STD_GIMP_CFLAGS = -Dgmic_build -Dcimg_display=0 -Dcimg_use_rng -I$(USR)/include $(FFTW_CFLAGS) $(PNG_CFLAGS) $(ZLIB_CFLAGS) ${IS_BETA_CFLAGS}
-STD_GIMP_LDFLAGS = -L$(USR)/lib -lpthread $(FFTW_LDFLAGS) $(PNG_LDFLAGS) $(ZLIB_LDFLAGS)
+STD_GIMP_LDFLAGS = -lpthread $(FFTW_LDFLAGS) $(PNG_LDFLAGS) $(ZLIB_LDFLAGS)
ifeq ($(OS),MINGW32_NT-5.1)
STD_GIMP_LDFLAGS += -mwindows
endif
@@ -289,10 +284,10 @@
endif
gimp:
- $(MAKE) "CFLAGS=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_GIMP_LDFLAGS) $(OPT_LDFLAGS)" "STRIP_EXE=1" gmic_gimp
+ $(MAKE) "CFLAGS+=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_GIMP_LDFLAGS) $(OPT_LDFLAGS)" gmic_gimp
lib:
- $(MAKE) "CFLAGS=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_LIB_LDFLAGS)" gmic_lib
+ $(MAKE) "CFLAGS+=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_LIB_LDFLAGS)" gmic_lib
# Entries for non-default configurations.
minimal:
@@ -302,10 +297,10 @@
$(MAKE) "CFLAGS+=$(DEBUG_UNIX_CFLAGS)" "LDFLAGS+=$(DEBUG_UNIX_LDFLAGS)" gmic_minimal
linux:
- $(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(STD_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic
+ $(MAKE) "CFLAGS+=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_UNIX_LDFLAGS)" gmic_gmic
custom:
- $(MAKE) "CFLAGS=$(CUST_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(CUST_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic
+ $(MAKE) "CFLAGS+=$(CUST_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(CUST_UNIX_LDFLAGS)" gmic_gmic
solaris:
$(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(STD_UNIX_LDFLAGS) -R$(USR)/X11R6/lib -lrt -lnsl -lsocket" "STRIP_EXE=1" gmic_gmic
@@ -323,7 +318,7 @@
gmic_lib.o: gmic.cpp gmic_def.h
$(CC) -o gmic_lib.o -c gmic.cpp -fPIC -Dgmic_minimal -Dgmic_float $(CFLAGS)
gmic_lib: gmic_lib.o
- ar rcs libgmic.a gmic_lib.o
+ $(AR) rcs libgmic.a gmic_lib.o
$(CC) -shared -Wl,-soname,libgmic.so.1 -o libgmic.so gmic_lib.o $(LDFLAGS)
$(CC) -o gmic_use_lib gmic_use_lib.cpp -L. -lgmic $(FFTW_LDFLAGS)
@@ -331,7 +326,6 @@
$(CC) -o gmic_gimp.o -c gmic.cpp -Dgmic_gimp -Dgmic_minimal -Dgmic_float $(CFLAGS)
gmic_gimp : gmic_gimp.o gmic_gimp.cpp
$(CC) -o gmic_gimp gmic_gimp.cpp gmic_gimp.o `gimptool-2.0$(EXE) --cflags` $(CFLAGS) `gimptool-2.0$(EXE) --libs` $(LDFLAGS)
- strip gmic_gimp$(EXE)
gmic_minimal: gmic.cpp
$(CC) -o gmic gmic.cpp -Dgmic_minimal -Dgmic_float -Dgmic_main $(CFLAGS) $(LDFLAGS)
@@ -356,7 +350,6 @@
$(CC) -o gmic_double.o -c gmic.cpp -Dgmic_separate_compilation -Dgmic_double $(CFLAGS)
gmic_gmic: gmic.cpp gmic_bool.o gmic_uchar.o gmic_char.o gmic_ushort.o gmic_short.o gmic_uint.o gmic_int.o gmic_float.o gmic_double.o gmic_def.h
$(CC) -o gmic gmic.cpp -Dgmic_separate_compilation -Dgmic_main $(CFLAGS) gmic_bool.o gmic_uchar.o gmic_char.o gmic_ushort.o gmic_short.o gmic_uint.o gmic_int.o gmic_float.o gmic_double.o $(LDFLAGS)
- strip gmic$(EXE)
def:
@echo "#ifndef gmic_gimp" > gmic_def.h

@ -0,0 +1,64 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gmic/gmic-1.5.0.9.ebuild,v 1.1 2012/01/24 11:39:26 radhermit Exp $
EAPI="4"
inherit eutils toolchain-funcs bash-completion-r1
DESCRIPTION="GREYC's Magic Image Converter"
HOMEPAGE="http://gmic.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz"
LICENSE="CeCILL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ffmpeg fftw graphicsmagick jpeg opencv openexr png tiff X zlib"
RDEPEND="
ffmpeg? ( virtual/ffmpeg )
fftw? ( sci-libs/fftw:3.0 )
graphicsmagick? ( media-gfx/graphicsmagick )
jpeg? ( virtual/jpeg )
opencv? ( >=media-libs/opencv-2.3.1a-r1 )
openexr? (
media-libs/ilmbase
media-libs/openexr
)
png? ( media-libs/libpng )
tiff? ( media-libs/tiff )
X? (
x11-libs/libX11
x11-libs/libXext
)
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${P}/src"
src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch
epatch "${FILESDIR}"/${PN}-1.5.0.7-ffmpeg.patch
for i in ffmpeg fftw jpeg opencv png tiff zlib ; do
use $i || { sed -i -r -e "s/^(${i}_(C|LD)FLAGS =).*/\1/I" Makefile || die ; }
done
use graphicsmagick || { sed -i -r -e "s/^(MAGICK_(C|LD)FLAGS =).*/\1/" Makefile || die ; }
use openexr || { sed -i -r -e "s/^(EXR_(C|LD)FLAGS =).*/\1/" Makefile || die ; }
use X || { sed -i -r -e "s/^((X11|XSHM)_(C|LD)FLAGS =).*/\1/" Makefile || die ; }
}
src_compile() {
emake AR="$(tc-getAR)" CC="$(tc-getCXX)" custom bashcompletion lib
}
src_install() {
dobin gmic
newlib.so libgmic.so libgmic.so.1
insinto /usr/include
doins gmic.h
doman ../man/gmic.1.gz
dodoc ../README
newbashcomp gmic_bashcompletion.sh ${PN}
}

@ -1,3 +1,4 @@
DIST pngcrush-1.7.20-nolib.tar.xz 47840 RMD160 daf4dfdcf05e2161c986ad98629b84c70e46979b SHA1 a54dc7ee061c002b40830d0d986e491abc5bb50c SHA256 c06f8e6c9671a032589a818244f4a522b69faf243e19804195226f6983160919
DIST pngcrush-1.7.22-nolib.tar.xz 48536 RMD160 054189a0a2c1d31fbd6642448dc146854099f662 SHA1 3b534f624799b7cf248ed037bf0348086a81ee52 SHA256 57b31e5ed255ceb15b74c7170dd658cd1368742d18e20d8f24d16acdc8f8cfea
DIST pngcrush-1.7.23-nolib.tar.xz 48600 RMD160 38f6e3a1f158bdec2e434e9b04e443903efadae0 SHA1 f6355ee26e96cf8a919a75cd30bd56b05619c31d SHA256 8ab04c413eebf38ca921f83ac507fd79574a9f4ecd04158988188f8bfba6c76a
DIST pngcrush-1.7.24-nolib.tar.xz 48784 RMD160 1dd5fe1eb69e4e2854c437f26c1976256a2025f7 SHA1 a202e53dfeec8fd7acdb6e8cc5f41c71f815bcdc SHA256 02e5fe2c49541086d29ece01451ea0aa78a28de583c7c68f7a0dbdbef4c5fddb

@ -0,0 +1,38 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/pngcrush/pngcrush-1.7.24.ebuild,v 1.1 2012/01/24 11:53:48 radhermit Exp $
EAPI=4
MY_P=${P}-nolib
inherit toolchain-funcs
DESCRIPTION="Portable Network Graphics (PNG) optimizing utility"
HOMEPAGE="http://pmt.sourceforge.net/pngcrush/"
SRC_URI="mirror://sourceforge/pmt/${MY_P}.tar.xz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=">=media-libs/libpng-1.4:0
sys-libs/zlib"
DEPEND="${RDEPEND}
app-arch/xz-utils"
S=${WORKDIR}/${MY_P}
src_compile() {
emake \
CC="$(tc-getCC)" \
LD="$(tc-getCC)" \
CFLAGS="${CFLAGS} -Wall" \
LDFLAGS="${LDFLAGS}"
}
src_install() {
dobin ${PN}
dohtml ChangeLog.html
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.7.0_rc3-r1.ebuild,v 1.2 2011/11/17 17:02:27 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/povray/povray-3.7.0_rc3-r1.ebuild,v 1.3 2012/01/24 04:32:57 lavajoe Exp $
EAPI="3"
@ -97,7 +97,8 @@ src_configure() {
--disable-strip \
--disable-optimiz \
--disable-optimiz-arch \
--with-boost-libdir="${EPREFIX}/usr/$(get_libdir)"
--with-boost-libdir="${EPREFIX}/usr/$(get_libdir)" \
--with-boost-thread=boost_thread-mt
}
src_test() {

@ -1,2 +1,3 @@
DIST gmic_1.5.0.7.tar.gz 1228525 RMD160 c1fadcb904b25c8b0056204a9124ab461212c5f6 SHA1 45c85e0ed09caf6c2a41bd3d01747fcc5b5bf284 SHA256 b74d873d5d57947ae7848fb926faa73d98a0aea6fc7b5a305b3b824a67762f54
DIST gmic_1.5.0.8.tar.gz 1250904 RMD160 99532589dab47f0e1b493e8b07853eac8543ae70 SHA1 f81c982686d6e434cce853366aec6e47a5a30ed1 SHA256 ded93e9b45513359d51512d547237bedfbc3f26a2e042b62e8ac8b44d0e5f2aa
DIST gmic_1.5.0.9.tar.gz 1196717 RMD160 fdd779ecbe0bc33060641dcfd6b1f5e1d3db3d26 SHA1 0800997001cfff79a82a11e07239b5971316833a SHA256 d647a64bd25bf4146d1c755aa2d26f129605e03b3072dca2dc2e6ec5e38ed3b0

@ -0,0 +1,119 @@
--- gmic-1.5.0.9/src/Makefile.orig
+++ gmic-1.5.0.9/src/Makefile
@@ -89,7 +89,7 @@
# Flags that are mandatory to compile 'gmic'.
MANDATORY_CFLAGS += -Dgmic_build -I$(USR)/include
-MANDATORY_LDFLAGS += -L$(USR)/lib
+MANDATORY_LDFLAGS +=
ifeq ($(IS_GCC),yes)
MANDATORY_CFLAGS += -Wall -W
MANDATORY_LDFLAGS += -lm
@@ -100,12 +100,12 @@
DEBUG_CFLAGS = -Dcimg_use_vt100 -Dcimg_verbosity=3 -g
# Flags to enable optimizations.
-ifeq ($(IS_GCC),yes)
-OPT_CFLAGS = -O3 -fno-tree-pre # -ffast-math
-endif
-ifeq ($(CC),icc)
-OPT_CFLAGS = -O3 -ipo -no-prec-div -override-limits
-endif
+#ifeq ($(IS_GCC),yes)
+#OPT_CFLAGS = -O3 -fno-tree-pre # -ffast-math
+#endif
+#ifeq ($(CC),icc)
+#OPT_CFLAGS = -O3 -ipo -no-prec-div -override-limits
+#endif
# Flags to enable image display, using X11
# (keep /usr/ dirname here since X11 is located in /usr/ on Mac too).
@@ -165,12 +165,7 @@
# This requires the presence of the OpenCV include and library files.
# (package 'libcv3-2-dev' on Debian).
OPENCV_CFLAGS = -Dcimg_use_opencv -I$(USR)/include/opencv
-ifeq ($(OS),Darwin)
OPENCV_LDFLAGS = -lopencv_core -lopencv_highgui # Use this for OpenCV 2.2.0 !
-else
-OPENCV_LDFLAGS = -lcv -lhighgui
-# OPENCV_LDFLAGS = -lopencv_core -lopencv_highgui # Use this for OpenCV 2.2.0 !
-endif
# Flags to enable native support of most classical image file formats, using the GraphicsMagick++ library.
# This requires the presence of the GraphicsMagick++ include and library files.
@@ -215,11 +210,11 @@
$(EXR_LDFLAGS) $(FFTW_LDFLAGS) $(OPENCV_LDFLAGS) # $(FFMPEG_LDFLAGS) $(XSHM_LDFLAGS) # $(MAGICK_LDFLAGS)
CUST_UNIX_CFLAGS = $(MANDATORY_CFLAGS) $(X11_CFLAGS) $(XSHM_CFLAGS) $(PNG_CFLAGS) \
- $(JPEG_CFLAGS) $(TIFF_CFLAGS) $(MINC2_CFLAGS) $(ZLIB_CFLAGS) \
- $(FFTW_CFLAGS) $(BOARD_CFLAGS) $(EXR_CFLAGS) $(MAGICK_CFLAGS) # $(FFMPEG_CFLAGS) $(OPENCV_CFLAGS)
+ $(JPEG_CFLAGS) $(TIFF_CFLAGS) $(ZLIB_CFLAGS) \
+ $(FFTW_CFLAGS) $(EXR_CFLAGS) $(MAGICK_CFLAGS) $(FFMPEG_CFLAGS) $(OPENCV_CFLAGS)
CUST_UNIX_LDFLAGS = $(MANDATORY_LDFLAGS) $(X11_LDFLAGS) $(XSHM_LDFLAGS) $(PNG_LDFLAGS) \
- $(JPEG_LDFLAGS) $(TIFF_LDFLAGS) $(MINC2_LDFLAGS) $(ZLIB_LDFLAGS) \
- $(FFTW_LDFLAGS) $(BOARD_LDFLAGS) $(EXR_LDFLAGS) $(MAGICK_LDFLAGS) # $(FFMPEG_LDFLAGS) $(OPENCV_LDFLAGS)
+ $(JPEG_LDFLAGS) $(TIFF_LDFLAGS) $(ZLIB_LDFLAGS) \
+ $(FFTW_LDFLAGS) $(EXR_LDFLAGS) $(MAGICK_LDFLAGS) $(FFMPEG_LDFLAGS) $(OPENCV_LDFLAGS)
DEBUG_UNIX_CFLAGS = $(MANDATORY_CFLAGS) $(DEBUG_CFLAGS) $(X11_CFLAGS) $(XSHM_CFLAGS) $(PNG_CFLAGS) \
$(JPEG_CFLAGS) $(TIFF_CFLAGS) $(ZLIB_CFLAGS) $(FFTW_CFLAGS) \
@@ -245,7 +240,7 @@
STD_WINDOWS_LDFLAGS = $(MANDATORY_LDFLAGS) $(GDI32_LDFLAGS) $(ZLIB_LDFLAGS) $(PNG_LDFLAGS) $(JPEG_LDFLAGS) $(FFTW_LDFLAGS)
STD_GIMP_CFLAGS = -Dgmic_build -Dcimg_display=0 -Dcimg_use_rng -I$(USR)/include $(FFTW_CFLAGS) $(PNG_CFLAGS) $(ZLIB_CFLAGS) ${IS_BETA_CFLAGS}
-STD_GIMP_LDFLAGS = -L$(USR)/lib -lpthread $(FFTW_LDFLAGS) $(PNG_LDFLAGS) $(ZLIB_LDFLAGS)
+STD_GIMP_LDFLAGS = -lpthread $(FFTW_LDFLAGS) $(PNG_LDFLAGS) $(ZLIB_LDFLAGS)
ifeq ($(OS),MINGW32_NT-5.1)
STD_GIMP_LDFLAGS += -mwindows
endif
@@ -289,10 +284,10 @@
endif
gimp:
- $(MAKE) "CFLAGS=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_GIMP_LDFLAGS) $(OPT_LDFLAGS)" "STRIP_EXE=1" gmic_gimp
+ $(MAKE) "CFLAGS+=$(STD_GIMP_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_GIMP_LDFLAGS) $(OPT_LDFLAGS)" gmic_gimp
lib:
- $(MAKE) "CFLAGS=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_LIB_LDFLAGS)" gmic_lib
+ $(MAKE) "CFLAGS+=$(STD_LIB_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_LIB_LDFLAGS)" gmic_lib
# Entries for non-default configurations.
minimal:
@@ -302,10 +297,10 @@
$(MAKE) "CFLAGS+=$(DEBUG_UNIX_CFLAGS)" "LDFLAGS+=$(DEBUG_UNIX_LDFLAGS)" gmic_minimal
linux:
- $(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(STD_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic
+ $(MAKE) "CFLAGS+=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(STD_UNIX_LDFLAGS)" gmic_gmic
custom:
- $(MAKE) "CFLAGS=$(CUST_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(CUST_UNIX_LDFLAGS)" "STRIP_EXE=1" gmic_gmic
+ $(MAKE) "CFLAGS+=$(CUST_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS+=$(CUST_UNIX_LDFLAGS)" gmic_gmic
solaris:
$(MAKE) "CFLAGS=$(STD_UNIX_CFLAGS) $(OPT_CFLAGS)" "LDFLAGS=$(STD_UNIX_LDFLAGS) -R$(USR)/X11R6/lib -lrt -lnsl -lsocket" "STRIP_EXE=1" gmic_gmic
@@ -323,7 +318,7 @@
gmic_lib.o: gmic.cpp gmic_def.h
$(CC) -o gmic_lib.o -c gmic.cpp -fPIC -Dgmic_minimal -Dgmic_float $(CFLAGS)
gmic_lib: gmic_lib.o
- ar rcs libgmic.a gmic_lib.o
+ $(AR) rcs libgmic.a gmic_lib.o
$(CC) -shared -Wl,-soname,libgmic.so.1 -o libgmic.so gmic_lib.o $(LDFLAGS)
$(CC) -o gmic_use_lib gmic_use_lib.cpp -L. -lgmic $(FFTW_LDFLAGS)
@@ -331,7 +326,6 @@
$(CC) -o gmic_gimp.o -c gmic.cpp -Dgmic_gimp -Dgmic_minimal -Dgmic_float $(CFLAGS)
gmic_gimp : gmic_gimp.o gmic_gimp.cpp
$(CC) -o gmic_gimp gmic_gimp.cpp gmic_gimp.o `gimptool-2.0$(EXE) --cflags` $(CFLAGS) `gimptool-2.0$(EXE) --libs` $(LDFLAGS)
- strip gmic_gimp$(EXE)
gmic_minimal: gmic.cpp
$(CC) -o gmic gmic.cpp -Dgmic_minimal -Dgmic_float -Dgmic_main $(CFLAGS) $(LDFLAGS)
@@ -356,7 +350,6 @@
$(CC) -o gmic_double.o -c gmic.cpp -Dgmic_separate_compilation -Dgmic_double $(CFLAGS)
gmic_gmic: gmic.cpp gmic_bool.o gmic_uchar.o gmic_char.o gmic_ushort.o gmic_short.o gmic_uint.o gmic_int.o gmic_float.o gmic_double.o gmic_def.h
$(CC) -o gmic gmic.cpp -Dgmic_separate_compilation -Dgmic_main $(CFLAGS) gmic_bool.o gmic_uchar.o gmic_char.o gmic_ushort.o gmic_short.o gmic_uint.o gmic_int.o gmic_float.o gmic_double.o $(LDFLAGS)
- strip gmic$(EXE)
def:
@echo "#ifndef gmic_gimp" > gmic_def.h

@ -0,0 +1,43 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gimp-gmic/gimp-gmic-1.5.0.9.ebuild,v 1.1 2012/01/24 11:00:50 radhermit Exp $
EAPI="4"
inherit eutils toolchain-funcs
DESCRIPTION="G'MIC GIMP plugin"
HOMEPAGE="http://gmic.sourceforge.net/gimp.shtml"
SRC_URI="mirror://sourceforge/gmic/gmic_${PV}.tar.gz"
LICENSE="CeCILL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=media-gfx/gimp-2.4.0
media-libs/libpng
sci-libs/fftw:3.0
sys-libs/zlib"
DEPEND="${RDEPEND}"
S="${WORKDIR}/gmic-${PV}/src"
src_prepare() {
epatch "${FILESDIR}"/gmic-${PV}-makefile.patch
}
src_compile() {
emake CC="$(tc-getCXX)" gimp
}
src_install() {
exeinto $(gimptool-2.0 --gimpplugindir)/plug-ins
doexe gmic_gimp
dodoc ../README
}
pkg_postinst() {
elog "The G'MIC plugin is accessible from the menu:"
elog "Filters -> G'MIC"
}

@ -0,0 +1,177 @@
http://trac.xbmc.org/attachment/ticket/11775
make mysql support optional
--- a/Makefile.in
+++ b/Makefile.in
@@ -127,13 +127,17 @@ endif
LIB_DIRS=\
lib/cximage-6.0 \
lib/libexif \
- lib/cmyth \
lib/libhdhomerun \
lib/libid3tag \
lib/libapetag \
lib/cpluff \
lib/xbmc-dll-symbols
+ifeq (@BUILD_MYTHTV@,1)
+LIB_DIRS+=\
+ lib/cmyth
+endif
+
SS_DIRS=
ifeq (@USE_OPENGL@,1)
SS_DIRS+= xbmc/screensavers/rsxs-0.9/xbmc
@@ -418,7 +422,10 @@ imagelib: dllloader
$(MAKE) -C lib/cximage-6.0
codecs: papcodecs dvdpcodecs
-libs: cmyth libhdhomerun libid3tag imagelib libexif system/libcpluff-@ARCH@.so
+libs: libhdhomerun libid3tag imagelib libexif system/libcpluff-@ARCH@.so
+ifeq (@BUILD_MYTHTV@,1)
+libs: cmyth
+endif
externals: codecs libs visualizations screensavers
xcode_depends: \
--- a/configure.in
+++ b/configure.in
@@ -68,6 +68,8 @@ goom_enabled="== GOOM enabled. =="
goom_disabled="== GOOM disabled. =="
pulse_not_found="== Could not find libpulse. PulseAudio support disabled. =="
pulse_disabled="== PulseAudio support manually disabled. =="
+mysql_not_found="Could not find required library libmysqlclient for MythTV."
+mythtv_disabled="== MythTV support disabled. =="
dvdcss_enabled="== DVDCSS support enabled. =="
dvdcss_disabled="== DVDCSS support disabled. =="
hal_not_found="== Could not find hal. HAL support disabled. =="
@@ -238,6 +240,12 @@ AC_ARG_ENABLE([ffmpeg_libvorbis],
[use_ffmpeg_libvorbis=$enableval],
[use_ffmpeg_libvorbis=no])
+AC_ARG_ENABLE([mythtv],
+ [AS_HELP_STRING([--enable-mythtv],
+ [enable MythTV support (default is yes)])],
+ [use_mythtv=$enableval],
+ [use_mythtv=yes])
+
AC_ARG_ENABLE([dvdcss],
[AS_HELP_STRING([--enable-dvdcss],
[enable DVDCSS support (default is yes)])],
@@ -563,14 +571,21 @@ else
fi
# platform common libraries
-AC_CHECK_PROG(MYSQL_CONFIG, mysql_config, "yes", "no")
-if test $MYSQL_CONFIG = "yes"; then
- INCLUDES="$INCLUDES `mysql_config --include`"
- MYSQL_LIBS=`mysql_config --libs`
- LIBS="$LIBS $MYSQL_LIBS"
- AC_SUBST(MYSQL_LIBS)
+if test "$use_mythtv" = "yes"; then
+ AC_CHECK_PROG(MYSQL_CONFIG, mysql_config, "yes", "no")
+ if test $MYSQL_CONFIG = "yes"; then
+ INCLUDES="$INCLUDES `mysql_config --include`"
+ MYSQL_LIBS=`mysql_config --libs`
+ LIBS="$LIBS $MYSQL_LIBS"
+ AC_SUBST(MYSQL_LIBS)
+ else
+ AC_MSG_ERROR($missing_program)
+ fi
+ AC_CHECK_LIB([mysqlclient], [main],
+ AC_DEFINE([BUILD_MYTHTV], [1], [Define to 1 to build mythtv.]),
+ AC_MSG_ERROR($mysql_not_found))
else
- AC_MSG_ERROR($missing_program)
+ AC_MSG_RESULT($mythtv_disabled)
fi
AC_CHECK_HEADER([ass/ass.h],, AC_MSG_ERROR($missing_library))
AC_CHECK_HEADER([mpeg2dec/mpeg2.h],, AC_MSG_ERROR($missing_library))
@@ -594,7 +609,6 @@ AC_CHECK_LIB([lzo2], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([z], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([ssl], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([crypto], [main],, AC_MSG_ERROR($missing_library))
-AC_CHECK_LIB([mysqlclient], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([ssh], [sftp_tell64],, AC_MSG_RESULT([Could not find suitable version of libssh]))
AC_CHECK_LIB([smbclient], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([bluetooth], [hci_devid],, AC_MSG_RESULT([Could not find suitable version of libbluetooth]))
@@ -1319,6 +1333,12 @@ else
final_message="$final_message\n HAL Support:\tNo"
fi
+if test "$use_mythtv" = "yes"; then
+ final_message="$final_message\n MythTV:\tYes"
+else
+ final_message="$final_message\n MythTV:\tNo"
+fi
+
# DVDCSS
if test "$use_dvdcss" = "yes"; then
AC_MSG_NOTICE($dvdcss_enabled)
@@ -1490,6 +1510,7 @@ AC_SUBST(USE_EXTERNAL_FFMPEG)
AC_SUBST(PYTHON_VERSION)
AC_SUBST(OUTPUT_FILES)
AC_SUBST(HAVE_XBMC_NONFREE)
+AC_SUBST(BUILD_MYTHTV)
AC_SUBST(USE_ASAP_CODEC)
AC_SUBST(LIBCURL_BASENAME)
AC_SUBST(LIBFLAC_BASENAME)
--- a/xbmc/dbwrappers/Database.cpp
+++ b/xbmc/dbwrappers/Database.cpp
@@ -29,7 +29,9 @@
#include "utils/AutoPtrHandle.h"
#include "utils/log.h"
#include "utils/URIUtils.h"
+#ifdef BUILD_MYTHTV
#include "mysqldataset.h"
+#endif /* BUILD_MYTHTV */
#include "sqlitedataset.h"
@@ -265,6 +267,7 @@ bool CDatabase::Open(const DatabaseSettings &settings)
m_sqlite = true;
+#ifdef BUILD_MYTHTV
if ( dbSettings.type.Equals("mysql") )
{
// check we have all information before we cancel the fallback
@@ -274,6 +277,7 @@ bool CDatabase::Open(const DatabaseSettings &settings)
else
CLog::Log(LOGINFO, "essential mysql database information is missing (eg. host, name, user, pass)");
}
+#endif /* BUILD_MYTHTV */
// always safely fallback to sqlite3, and use separate, versioned database
if (m_sqlite)
@@ -339,10 +343,12 @@ bool CDatabase::Connect(const DatabaseSettings &dbSettings, bool create)
{
m_pDB.reset( new SqliteDatabase() ) ;
}
+#ifdef BUILD_MYTHTV
else if (dbSettings.type.Equals("mysql"))
{
m_pDB.reset( new MysqlDatabase() ) ;
}
+#endif /* BUILD_MYTHTV */
else
{
CLog::Log(LOGERROR, "Unable to determine database type: %s", dbSettings.type.c_str());
--- a/xbmc/dbwrappers/Makefile
+++ b/xbmc/dbwrappers/Makefile
@@ -1,9 +1,13 @@
SRCS=Database.cpp \
dataset.cpp \
- mysqldataset.cpp \
qry_dat.cpp \
sqlitedataset.cpp \
+ifeq (@BUILD_MYTHTV@,1)
+SRCS+=\
+ mysqldataset.cpp
+endif
+
LIB=dbwrappers.a
include ../../Makefile.include

@ -8,6 +8,7 @@
<flag name='goom'>Enable GOOM visualization plugin</flag>
<flag name='midi'>Support MIDI files</flag>
<flag name='projectm'>Enable projectM visualization plugin</flag>
<flag name='pvr'>Enable MythTV support</flag>
<flag name="rtmp">Enable Real Time Messaging Protocol using librtmp</flag>
<flag name='rsxs'>Enable really slick X screensavers</flag>
<flag name='vaapi'>Enables VAAPI (Video Acceleration API) for hardware decoding</flag>

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.94 2011/12/21 03:42:04 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/media-tv/xbmc/xbmc-9999.ebuild,v 1.95 2012/01/24 02:45:07 vapier Exp $
EAPI="2"
@ -22,7 +22,7 @@ HOMEPAGE="http://xbmc.org/"
LICENSE="GPL-2"
SLOT="0"
IUSE="airplay alsa altivec avahi bluray css debug goom joystick midi profile +projectm pulseaudio +rsxs rtmp +samba sse sse2 udev vaapi vdpau webserver +xrandr"
IUSE="airplay alsa altivec avahi bluray css debug goom joystick midi profile +projectm pulseaudio pvr +rsxs rtmp +samba sse sse2 udev vaapi vdpau webserver +xrandr"
COMMON_DEPEND="virtual/opengl
app-arch/bzip2
@ -75,7 +75,7 @@ COMMON_DEPEND="virtual/opengl
samba? ( >=net-fs/samba-3.4.6[smbclient] )
sys-apps/dbus
sys-libs/zlib
virtual/mysql
pvr? ( virtual/mysql )
x11-apps/xdpyinfo
x11-apps/mesa-progs
vaapi? ( x11-libs/libva )
@ -110,6 +110,8 @@ src_unpack() {
}
src_prepare() {
epatch "${FILESDIR}"/${PN}-9999-nomysql.patch
# some dirs ship generated autotools, some dont
local d
for d in \
@ -178,6 +180,7 @@ src_configure() {
$(use_enable profile profiling) \
$(use_enable projectm) \
$(use_enable pulseaudio pulse) \
$(use_enable pvr mythtv) \
$(use_enable rsxs) \
$(use_enable rtmp) \
$(use_enable samba) \

@ -1,2 +1 @@
DIST pyqtrailer-0.6.0.tar.gz 454573 RMD160 75c2875c8acfa3f9c3049c6bfbc9962aad6a6710 SHA1 91b4a1a4cbe5bd41889db063b0f1d352abd15702 SHA256 30512530684dd3f76dbfac6bba871d5d43e07c5ad5b4d9ef8db00e6a8b5ef6c4
DIST pyqtrailer-0.6.1.tar.gz 453892 RMD160 b332e2cf401c82ee7c691a97d83d9110c209b9ce SHA1 a8e66e2e4491e8ec09416e478fef7fce26d6f5fa SHA256 899a5a7b117b747086c142499a17fcbffd8db3268f5728d493a8bc3ab2ce81e3

@ -1,34 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.0.ebuild,v 1.1 2010/11/28 19:06:36 sochotnicky Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS=""
inherit distutils
DESCRIPTION="Qt4 application for downloading trailers from apple.com"
HOMEPAGE="http://github.com/sochotnicky/pyqtrailer http://pypi.python.org/pypi/pyqtrailer"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-python/pytrailer-0.6.0
dev-python/PyQt4
dev-python/python-dateutil"
RDEPEND="$DEPEND"
src_install()
{
distutils_src_install
insinto /usr/share/pixmaps
newins xdg/${PN}.svg ${PN}.svg || die
insinto /usr/share/applications
doins "xdg/${PN}.desktop" || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.1.ebuild,v 1.1 2011/01/26 22:00:48 sochotnicky Exp $
# $Header: /var/cvsroot/gentoo-x86/media-video/pyqtrailer/pyqtrailer-0.6.1.ebuild,v 1.2 2012/01/24 03:11:40 xarthisius Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@ -19,7 +19,7 @@ IUSE=""
DEPEND=">=dev-python/pytrailer-0.6.0
dev-python/PyQt4[X]
dev-python/python-dateutil"
dev-python/python-dateutil:python-2"
RDEPEND="$DEPEND"
src_install()

@ -0,0 +1,22 @@
>=dev-libs/glib-2.16 >=x11-libs/gtk+-2.10:2 dev-util/intltool dev-util/pkgconfig >=sys-apps/sed-4
>=dev-libs/glib-2.16 >=x11-libs/gtk+-2.10:2
0
mirror://sourceforge/xarchiver/xarchiver-0.5.2.tar.bz2
http://xarchiver.sourceforge.net/
GPL-2
a GTK+ based and advanced archive manager that can be used with Thunar
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux
autotools base eutils fdo-mime gnome2-utils libtool multilib portability toolchain-funcs user xfconf
debug
4
compile configure install postinst postrm preinst prepare setup unpack

@ -5,16 +5,16 @@ http://kassiopeia.juls.savba.sk/~garabik/software/grc/grc_1.4.tar.gz
http://kassiopeia.juls.savba.sk/~garabik/software/grc.html
GPL-2
Generic Colouriser is yet another colouriser for beautifying your logfiles or output of commands
Generic Colouriser beautifies your logfiles or output of commands
~amd64 ~ppc ~x86
eutils multilib portability python toolchain-funcs user
3
4
install prepare
install prepare setup

@ -1,22 +0,0 @@
|| ( >=sys-fs/udev-171[hwdb] <sys-fs/udev-171[extras] )
|| ( >=sys-fs/udev-171[hwdb] <sys-fs/udev-171[extras] )
0
http://www.freedesktop.org/software/media-player-info/media-player-info-15.tar.gz
binchecks strip
http://cgit.freedesktop.org/media-player-info/
BSD
A repository of data files describing media player capabilities
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
4
-

@ -1,12 +1,12 @@
|| ( >=sys-fs/udev-171[hwdb] <sys-fs/udev-171[extras] )
|| ( >=sys-fs/udev-171[hwdb] <sys-fs/udev-171[extras] )
sys-fs/udev dev-util/pkgconfig
sys-fs/udev
0
http://www.freedesktop.org/software/media-player-info/media-player-info-14.tar.gz
http://www.freedesktop.org/software/media-player-info/media-player-info-16.tar.gz
binchecks strip
http://cgit.freedesktop.org/media-player-info/
BSD
A repository of data files describing media player capabilities
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86

@ -1,5 +1,5 @@
>=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
~app-pda/libopensync-0.22 ~app-pda/libopensync-plugin-python-0.22 dev-python/python-dateutil bluetooth? ( dev-python/pybluez ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
~app-pda/libopensync-0.22 ~app-pda/libopensync-plugin-python-0.22 dev-python/python-dateutil:python-2 bluetooth? ( dev-python/pybluez ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
0
http://www.opensync.org/download/releases/0.22/libopensync-plugin-moto-0.22.tar.bz2

@ -12,7 +12,7 @@ debug nls
3
4
compile install prepare

@ -0,0 +1,22 @@
curl? ( net-misc/curl ) iodbc? ( dev-db/libiodbc ) java? ( >=virtual/jdk-1.4 ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) pcre? ( dev-libs/libpcre ) xml? ( dev-libs/libxml2 ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool java? ( >=dev-java/java-config-2.1.9-r1 )
curl? ( net-misc/curl ) iodbc? ( dev-db/libiodbc ) java? ( >=virtual/jdk-1.4 ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) pcre? ( dev-libs/libpcre ) xml? ( dev-libs/libxml2 ) java? ( >=dev-java/java-config-2.1.9-r1 )
0
http://xsb.sourceforge.net/downloads/XSB335.tar.gz mirror://gentoo/xsb-3.3.5-gentoo-patchset-0.tar.gz
http://xsb.sourceforge.net
GPL-2 LGPL-2
XSB is a logic programming and deductive database system
~amd64 ~x86
autotools eutils java-pkg-opt-2 java-utils-2 libtool multilib portability toolchain-funcs user versionator
curl debug examples iodbc java mysql odbc pcre threads xml elibc_FreeBSD java
2
compile configure install preinst prepare setup

@ -1,5 +1,5 @@
sys-libs/zlib gmp? ( dev-libs/gmp ) java? ( >=virtual/jdk-1.4 ) mpi? ( virtual/mpi ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline ) doc? ( app-text/texi2html ) java? ( >=dev-java/java-config-2.1.9-r1 )
sys-libs/zlib gmp? ( dev-libs/gmp ) java? ( >=virtual/jdk-1.4 ) mpi? ( virtual/mpi ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline ) java? ( >=dev-java/java-config-2.1.9-r1 )
sys-libs/zlib gmp? ( dev-libs/gmp ) java? ( >=virtual/jdk-1.4 ) mpi? ( virtual/mpi ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline sys-libs/ncurses ) doc? ( app-text/texi2html ) java? ( >=dev-java/java-config-2.1.9-r1 )
sys-libs/zlib gmp? ( dev-libs/gmp ) java? ( >=virtual/jdk-1.4 ) mpi? ( virtual/mpi ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline sys-libs/ncurses ) java? ( >=dev-java/java-config-2.1.9-r1 )
0
http://www.dcc.fc.up.pt/~vsc/Yap/yap-6.2.2.tar.gz mirror://gentoo/yap-6.2.2-gentoo-patchset-2.tar.gz

@ -1,5 +1,5 @@
sys-libs/zlib gmp? ( dev-libs/gmp ) java? ( >=virtual/jdk-1.4 ) mpi? ( virtual/mpi ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline ) doc? ( app-text/texi2html ) java? ( >=dev-java/java-config-2.1.9-r1 )
sys-libs/zlib gmp? ( dev-libs/gmp ) java? ( >=virtual/jdk-1.4 ) mpi? ( virtual/mpi ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline ) java? ( >=dev-java/java-config-2.1.9-r1 )
sys-libs/zlib gmp? ( dev-libs/gmp ) java? ( >=virtual/jdk-1.4 ) mpi? ( virtual/mpi ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline sys-libs/ncurses ) doc? ( app-text/texi2html ) java? ( >=dev-java/java-config-2.1.9-r1 )
sys-libs/zlib gmp? ( dev-libs/gmp ) java? ( >=virtual/jdk-1.4 ) mpi? ( virtual/mpi ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) readline? ( sys-libs/readline sys-libs/ncurses ) java? ( >=dev-java/java-config-2.1.9-r1 )
0
http://www.dcc.fc.up.pt/~vsc/Yap/yap-6.3.0.tar.gz mirror://gentoo/yap-6.3.0-gentoo-patchset-1.tar.gz

@ -12,7 +12,7 @@ bindist
2
4
compile configure install prepare test

@ -6,7 +6,7 @@ mirror://openssl/source/openssl-0.9.8t.tar.gz
http://www.openssl.org/
openssl
Toolkit for SSL v2/v3 and TLS v1
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd
eutils flag-o-matic multilib portability toolchain-funcs user
bindist gmp kerberos sse2 test zlib

@ -6,7 +6,7 @@ mirror://openssl/source/openssl-1.0.0g.tar.gz http://cvs.pld-linux.org/cgi-bin/c
http://www.openssl.org/
openssl
full-strength general purpose cryptography library (including SSL v2/v3 and TLS v1)
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd
eutils flag-o-matic multilib portability toolchain-funcs user
bindist gmp kerberos rfc3779 sse2 static-libs test zlib

@ -1,5 +1,5 @@
dev-python/numpy dev-python/python-dateutil dev-python/pytz media-libs/freetype:2 media-libs/libpng gtk? ( dev-python/pygtk ) wxwidgets? ( dev-python/wxpython:2.8 ) dev-python/pycxx dev-util/pkgconfig doc? ( app-text/dvipng dev-python/imaging dev-python/ipython dev-python/xlwt dev-python/sphinx media-gfx/graphviz[cairo] dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* tk? ( =dev-lang/python-2*[tk] )
dev-python/numpy dev-python/python-dateutil dev-python/pytz media-libs/freetype:2 media-libs/libpng gtk? ( dev-python/pygtk ) wxwidgets? ( dev-python/wxpython:2.8 ) virtual/ttf-fonts media-fonts/stix-fonts media-fonts/texcm-ttf dev-python/pyparsing cairo? ( dev-python/pycairo ) excel? ( dev-python/xlwt ) fltk? ( dev-python/pyfltk ) qt4? ( dev-python/PyQt4[X] ) traits? ( dev-python/traits dev-python/configobj ) latex? ( virtual/latex-base app-text/ghostscript-gpl app-text/dvipng app-text/poppler[utils] dev-texlive/texlive-fontsrecommended ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* tk? ( =dev-lang/python-2*[tk] )
dev-python/numpy dev-python/python-dateutil:python-2 dev-python/pytz media-libs/freetype:2 media-libs/libpng gtk? ( dev-python/pygtk ) wxwidgets? ( dev-python/wxpython:2.8 ) dev-python/pycxx dev-util/pkgconfig doc? ( app-text/dvipng dev-python/imaging dev-python/ipython dev-python/xlwt dev-python/sphinx media-gfx/graphviz[cairo] dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* tk? ( =dev-lang/python-2*[tk] )
dev-python/numpy dev-python/python-dateutil:python-2 dev-python/pytz media-libs/freetype:2 media-libs/libpng gtk? ( dev-python/pygtk ) wxwidgets? ( dev-python/wxpython:2.8 ) virtual/ttf-fonts media-fonts/stix-fonts media-fonts/texcm-ttf dev-python/pyparsing cairo? ( dev-python/pycairo ) excel? ( dev-python/xlwt ) fltk? ( dev-python/pyfltk ) qt4? ( dev-python/PyQt4[X] ) traits? ( dev-python/traits dev-python/configobj ) latex? ( virtual/latex-base app-text/ghostscript-gpl app-text/dvipng app-text/poppler[utils] dev-texlive/texlive-fontsrecommended ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* tk? ( =dev-lang/python-2*[tk] )
0
mirror://sourceforge/matplotlib/matplotlib-1.0.1.tar.gz doc? ( mirror://gentoo/matplotlib-sampledata.tar.bz2 ) examples? ( mirror://gentoo/matplotlib-sampledata.tar.bz2 )

@ -1,5 +1,5 @@
dev-python/numpy dev-python/python-dateutil dev-python/pytz media-libs/freetype:2 media-libs/libpng gtk? ( dev-python/pygtk ) wxwidgets? ( dev-python/wxpython:2.8 ) dev-python/pycxx dev-util/pkgconfig doc? ( app-text/dvipng dev-python/imaging dev-python/ipython dev-python/xlwt dev-python/sphinx media-gfx/graphviz[cairo] dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* tk? ( =dev-lang/python-2*[tk] )
dev-python/numpy dev-python/python-dateutil dev-python/pytz media-libs/freetype:2 media-libs/libpng gtk? ( dev-python/pygtk ) wxwidgets? ( dev-python/wxpython:2.8 ) virtual/ttf-fonts media-fonts/stix-fonts media-fonts/texcm-ttf dev-python/pyparsing cairo? ( dev-python/pycairo ) excel? ( dev-python/xlwt ) fltk? ( dev-python/pyfltk ) qt4? ( || ( dev-python/PyQt4[X] dev-python/pyside[X] ) ) latex? ( virtual/latex-base app-text/ghostscript-gpl app-text/dvipng app-text/poppler[utils] dev-texlive/texlive-fontsrecommended ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* tk? ( =dev-lang/python-2*[tk] )
dev-python/numpy dev-python/python-dateutil:python-2 dev-python/pytz media-libs/freetype:2 media-libs/libpng gtk? ( dev-python/pygtk ) wxwidgets? ( dev-python/wxpython:2.8 ) dev-python/pycxx dev-util/pkgconfig doc? ( app-text/dvipng dev-python/imaging dev-python/ipython dev-python/xlwt dev-python/sphinx media-gfx/graphviz[cairo] dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* tk? ( =dev-lang/python-2*[tk] )
dev-python/numpy dev-python/python-dateutil:python-2 dev-python/pytz media-libs/freetype:2 media-libs/libpng gtk? ( dev-python/pygtk ) wxwidgets? ( dev-python/wxpython:2.8 ) virtual/ttf-fonts media-fonts/stix-fonts media-fonts/texcm-ttf dev-python/pyparsing cairo? ( dev-python/pycairo ) excel? ( dev-python/xlwt ) fltk? ( dev-python/pyfltk ) qt4? ( || ( dev-python/PyQt4[X] dev-python/pyside[X] ) ) latex? ( virtual/latex-base app-text/ghostscript-gpl app-text/dvipng app-text/poppler[utils] dev-texlive/texlive-fontsrecommended ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* tk? ( =dev-lang/python-2*[tk] )
0
mirror://sourceforge/matplotlib/matplotlib-1.1.0.tar.gz doc? ( mirror://sourceforge/matplotlib/mpl_sampledata-1.1.0.tar.gz ) examples? ( mirror://sourceforge/matplotlib/mpl_sampledata-1.1.0.tar.gz )

@ -1,5 +1,5 @@
>=dev-python/python-dateutil-1.1 dev-python/setuptools >=app-admin/eselect-python-20091230 =dev-lang/python-2*
>=dev-python/python-dateutil-1.1 >=app-admin/eselect-python-20091230 =dev-lang/python-2*
dev-python/python-dateutil:python-2 dev-python/setuptools >=app-admin/eselect-python-20091230 =dev-lang/python-2*
dev-python/python-dateutil:python-2 >=app-admin/eselect-python-20091230 =dev-lang/python-2*
0
http://vobject.skyhouseconsulting.com/vobject-0.8.1c.tar.gz

@ -1,22 +0,0 @@
test? ( ruby_targets_ruby18? ( dev-ruby/rails:3.1[ruby_targets_ruby18] dev-ruby/jquery-rails[ruby_targets_ruby18] ) ruby_targets_ree18? ( dev-ruby/rails:3.1[ruby_targets_ree18] dev-ruby/jquery-rails[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rspec-rails[ruby_targets_ruby18] >=dev-ruby/nokogiri-1.5.0[ruby_targets_ruby18] >=dev-ruby/capybara-1.0.1[ruby_targets_ruby18] >=dev-ruby/sqlite3-ruby-1.3.4-r1[ruby_targets_ruby18] dev-ruby/rdiscount[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rspec-rails[ruby_targets_ree18] >=dev-ruby/nokogiri-1.5.0[ruby_targets_ree18] >=dev-ruby/capybara-1.0.1[ruby_targets_ree18] >=dev-ruby/sqlite3-ruby-1.3.4-r1[ruby_targets_ree18] dev-ruby/rdiscount[ruby_targets_ree18] ) ) test? ( www-client/firefox ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
ruby_targets_ruby18? ( dev-ruby/rails:3.1[ruby_targets_ruby18] dev-ruby/jquery-rails[ruby_targets_ruby18] ) ruby_targets_ree18? ( dev-ruby/rails:3.1[ruby_targets_ree18] dev-ruby/jquery-rails[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
3
mirror://rubygems/best_in_place-1.0.5.gem
http://github.com/bernat/best_in_place
MIT
In-place editor helper for Rails 3o
~amd64
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator virtualx
test test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 test test
|| ( ruby_targets_ruby18 ruby_targets_ree18 )
4
compile configure install prepare setup test unpack

@ -1,7 +1,7 @@
test? ( ruby_targets_ruby18? ( dev-ruby/rails:3.1[ruby_targets_ruby18] dev-ruby/jquery-rails[ruby_targets_ruby18] ) ruby_targets_ree18? ( dev-ruby/rails:3.1[ruby_targets_ree18] dev-ruby/jquery-rails[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rspec-rails[ruby_targets_ruby18] >=dev-ruby/nokogiri-1.5.0[ruby_targets_ruby18] >=dev-ruby/capybara-1.0.1[ruby_targets_ruby18] >=dev-ruby/sqlite3-ruby-1.3.4-r1[ruby_targets_ruby18] dev-ruby/rdiscount[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rspec-rails[ruby_targets_ree18] >=dev-ruby/nokogiri-1.5.0[ruby_targets_ree18] >=dev-ruby/capybara-1.0.1[ruby_targets_ree18] >=dev-ruby/sqlite3-ruby-1.3.4-r1[ruby_targets_ree18] dev-ruby/rdiscount[ruby_targets_ree18] ) ) test? ( www-client/firefox ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
ruby_targets_ruby18? ( dev-ruby/rails:3.1[ruby_targets_ruby18] dev-ruby/jquery-rails[ruby_targets_ruby18] ) ruby_targets_ree18? ( dev-ruby/rails:3.1[ruby_targets_ree18] dev-ruby/jquery-rails[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
3
mirror://rubygems/best_in_place-1.0.4.gem
mirror://rubygems/best_in_place-1.0.6.gem
http://github.com/bernat/best_in_place
MIT

@ -0,0 +1,22 @@
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_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
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_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
0
mirror://rubygems/daemons-1.1.6.gem
http://daemons.rubyforge.org/
|| ( Ruby GPL-2 ) MIT
Wrap existing ruby scripts to be run as a daemon
~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
examples elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby doc doc test
|| ( ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby )
4
compile configure install prepare setup test unpack

@ -0,0 +1,22 @@
ruby_targets_ruby18? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rdoc[ruby_targets_ree18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rdoc[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/minitest[ruby_targets_ruby18] >=dev-ruby/rubyforge-2.0.4[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( test? ( dev-ruby/minitest[ruby_targets_ree18] >=dev-ruby/rubyforge-2.0.4[ruby_targets_ree18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/minitest[ruby_targets_ruby19] >=dev-ruby/rubyforge-2.0.4[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/minitest[ruby_targets_jruby] >=dev-ruby/rubyforge-2.0.4[ruby_targets_jruby] ) ) test? ( ruby_targets_ruby18? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby18] ) ruby_targets_ree18? ( >=dev-ruby/rake-0.8.7[ruby_targets_ree18] ) ruby_targets_ruby19? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] ) ruby_targets_jruby? ( >=dev-ruby/rake-0.8.7[ruby_targets_jruby] ) ) 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_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
ruby_targets_ruby18? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby18] ) ruby_targets_ree18? ( >=dev-ruby/rake-0.8.7[ruby_targets_ree18] ) ruby_targets_ruby19? ( >=dev-ruby/rake-0.8.7[ruby_targets_ruby19] ) ruby_targets_jruby? ( >=dev-ruby/rake-0.8.7[ruby_targets_jruby] ) 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_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
0
mirror://rubygems/hoe-2.13.0.gem
http://seattlerb.rubyforge.org/
MIT
Hoe extends rake to provide full project automation.
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby doc doc test test
2
compile configure install prepare setup test unpack

@ -0,0 +1,22 @@
test? ( ruby_targets_ruby18? ( virtual/ruby-ssl[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/ruby-ssl[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/ruby-ssl[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/bacon[ruby_targets_ruby18] dev-ruby/ruby-fcgi[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( test? ( dev-ruby/bacon[ruby_targets_ree18] dev-ruby/ruby-fcgi[ruby_targets_ree18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/bacon[ruby_targets_ruby19] dev-ruby/ruby-fcgi[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/bacon[ruby_targets_jruby] dev-ruby/ruby-fcgi[ruby_targets_jruby] ) ) 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_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
ruby_targets_ruby18? ( virtual/ruby-ssl[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/ruby-ssl[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/ruby-ssl[ruby_targets_jruby] ) !<dev-ruby/rack-1.1.3-r1:0 !<dev-ruby/rack-1.2.5:1.2 !<dev-ruby/rack-1.3.6-r1:1.3 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_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
1.4
mirror://rubyforge/rack/rack-1.4.1.tar.gz
http://rubyforge.org/projects/rack
MIT
A modular Ruby webserver interface
~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby doc doc test test
2
compile configure install prepare setup test unpack

@ -1,22 +0,0 @@
emacs? ( virtual/emacs )
0
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.4/source/gambc-v4_4_0.tgz
http://www.iro.umontreal.ca/~gambit/
|| ( Apache-2.0 LGPL-2.1 )
Gambit-C is a native Scheme to C compiler and interpreter.
~amd64 ~ppc64 ~x86
check-reqs elisp-common eutils multilib portability toolchain-funcs user
emacs static
compile install postinst postrm setup

@ -1,22 +0,0 @@
emacs? ( virtual/emacs ) !app-text/ghostscript-gnu !<app-text/ghostscript-gpl-8.64
0
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.4/source/gambc-v4_4_1.tgz
http://www.iro.umontreal.ca/~gambit/
|| ( Apache-2.0 LGPL-2.1 )
Gambit-C is a native Scheme to C compiler and interpreter.
~amd64 ~ppc64 ~x86
check-reqs elisp-common eutils multilib portability toolchain-funcs user
emacs static
compile install postinst postrm setup

@ -1,22 +0,0 @@
emacs? ( virtual/emacs ) !app-text/ghostscript-gnu !<app-text/ghostscript-gpl-8.64
0
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.4/source/gambc-v4_4_2.tgz
http://www.iro.umontreal.ca/~gambit/
|| ( Apache-2.0 LGPL-2.1 )
Gambit-C is a native Scheme to C compiler and interpreter.
~amd64 ~ppc64 ~x86
elisp-common
emacs static
compile install postinst postrm

@ -1,22 +0,0 @@
emacs? ( virtual/emacs ) !app-text/ghostscript-gnu !<app-text/ghostscript-gpl-8.64
0
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.4/source/gambc-v4_4_3.tgz
http://www.iro.umontreal.ca/~gambit/
|| ( Apache-2.0 LGPL-2.1 )
Gambit-C is a native Scheme to C compiler and interpreter.
~amd64 ~ppc64 ~x86
elisp-common
emacs static
compile install postinst postrm

@ -1,22 +0,0 @@
emacs? ( virtual/emacs ) !app-text/ghostscript-gnu !<app-text/ghostscript-gpl-8.64
0
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.5/source/gambc-v4_5_1.tgz
http://www.iro.umontreal.ca/~gambit/
|| ( Apache-2.0 LGPL-2.1 )
Gambit-C is a native Scheme to C compiler and interpreter.
~amd64 ~ppc64 ~x86
elisp-common
emacs static
compile install postinst postrm

@ -1,22 +0,0 @@
emacs? ( virtual/emacs ) !app-text/ghostscript-gnu !<app-text/ghostscript-gpl-8.64
0
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.5/source/gambc-v4_5_2.tgz
http://www.iro.umontreal.ca/~gambit/
|| ( Apache-2.0 LGPL-2.1 )
Gambit-C is a native Scheme to C compiler and interpreter.
~amd64 ~ppc64 ~x86
elisp-common
emacs static
compile install postinst postrm

@ -1,22 +0,0 @@
emacs? ( virtual/emacs ) !app-text/ghostscript-gnu !<app-text/ghostscript-gpl-8.64
0
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.5/source/gambc-v4_5_3.tgz
http://www.iro.umontreal.ca/~gambit/
|| ( Apache-2.0 LGPL-2.1 )
Gambit-C is a native Scheme to C compiler and interpreter.
~amd64 ~ppc64 ~x86
elisp-common
emacs static
compile install postinst postrm

@ -1,7 +1,7 @@
emacs? ( virtual/emacs ) !app-text/ghostscript-gnu !<app-text/ghostscript-gpl-8.64
emacs? ( virtual/emacs )
0
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.5/source/gambc-v4_5_3.tgz
http://www.iro.umontreal.ca/~gambit/download/gambit/v4.6/source/gambc-v4_6_3.tgz
http://www.iro.umontreal.ca/~gambit/
|| ( Apache-2.0 LGPL-2.1 )
@ -12,7 +12,7 @@ emacs static
3
4
compile configure install postinst postrm

@ -1,5 +1,5 @@
dev-python/dbus-python dev-python/feedparser dev-python/gdata dev-python/librsvg-python dev-python/notify-python dev-python/pycairo dev-python/pygobject:2 dev-python/pygtk:2 dev-python/python-dateutil dev-python/vobject >=gnome-base/libgtop-2 >=gnome-extra/avant-window-navigator-0.4.0[gconf?] sys-apps/dbus >=x11-libs/gtk+-2.18:2 x11-libs/libdesktop-agnostic >=x11-libs/libnotify-0.7 >=x11-libs/libwnck-2.22:1 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXrender x11-libs/vte:0 gconf? ( >=gnome-base/gconf-2 dev-python/gconf-python ) gstreamer? ( media-libs/gstreamer:0.10 dev-python/gst-python:0.10 ) webkit? ( net-libs/webkit-gtk:2 ) dev-util/intltool dev-util/pkgconfig sys-devel/gettext app-arch/xz-utils >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
dev-python/dbus-python dev-python/feedparser dev-python/gdata dev-python/librsvg-python dev-python/notify-python dev-python/pycairo dev-python/pygobject:2 dev-python/pygtk:2 dev-python/python-dateutil dev-python/vobject >=gnome-base/libgtop-2 >=gnome-extra/avant-window-navigator-0.4.0[gconf?] sys-apps/dbus >=x11-libs/gtk+-2.18:2 x11-libs/libdesktop-agnostic >=x11-libs/libnotify-0.7 >=x11-libs/libwnck-2.22:1 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXrender x11-libs/vte:0 gconf? ( >=gnome-base/gconf-2 dev-python/gconf-python ) gstreamer? ( media-libs/gstreamer:0.10 dev-python/gst-python:0.10 ) webkit? ( net-libs/webkit-gtk:2 ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
dev-python/dbus-python dev-python/feedparser dev-python/gdata dev-python/librsvg-python dev-python/notify-python dev-python/pycairo dev-python/pygobject:2 dev-python/pygtk:2 dev-python/python-dateutil:python-2 dev-python/vobject >=gnome-base/libgtop-2 >=gnome-extra/avant-window-navigator-0.4.0[gconf?] sys-apps/dbus >=x11-libs/gtk+-2.18:2 x11-libs/libdesktop-agnostic >=x11-libs/libnotify-0.7 >=x11-libs/libwnck-2.22:1 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXrender x11-libs/vte:0 gconf? ( >=gnome-base/gconf-2 dev-python/gconf-python ) gstreamer? ( media-libs/gstreamer:0.10 dev-python/gst-python:0.10 ) webkit? ( net-libs/webkit-gtk:2 ) dev-util/intltool dev-util/pkgconfig sys-devel/gettext app-arch/xz-utils >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
dev-python/dbus-python dev-python/feedparser dev-python/gdata dev-python/librsvg-python dev-python/notify-python dev-python/pycairo dev-python/pygobject:2 dev-python/pygtk:2 dev-python/python-dateutil:python-2 dev-python/vobject >=gnome-base/libgtop-2 >=gnome-extra/avant-window-navigator-0.4.0[gconf?] sys-apps/dbus >=x11-libs/gtk+-2.18:2 x11-libs/libdesktop-agnostic >=x11-libs/libnotify-0.7 >=x11-libs/libwnck-2.22:1 x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXrender x11-libs/vte:0 gconf? ( >=gnome-base/gconf-2 dev-python/gconf-python ) gstreamer? ( media-libs/gstreamer:0.10 dev-python/gst-python:0.10 ) webkit? ( net-libs/webkit-gtk:2 ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
0
http://launchpad.net/awn-extras/0.4/0.4.0/+download/awn-extras-0.4.0.tar.gz

@ -0,0 +1,22 @@
ffmpeg? ( virtual/ffmpeg ) fftw? ( sci-libs/fftw:3.0 ) graphicsmagick? ( media-gfx/graphicsmagick ) jpeg? ( virtual/jpeg ) opencv? ( >=media-libs/opencv-2.3.1a-r1 ) openexr? ( media-libs/ilmbase media-libs/openexr ) png? ( media-libs/libpng ) tiff? ( media-libs/tiff ) X? ( x11-libs/libX11 x11-libs/libXext ) zlib? ( sys-libs/zlib )
ffmpeg? ( virtual/ffmpeg ) fftw? ( sci-libs/fftw:3.0 ) graphicsmagick? ( media-gfx/graphicsmagick ) jpeg? ( virtual/jpeg ) opencv? ( >=media-libs/opencv-2.3.1a-r1 ) openexr? ( media-libs/ilmbase media-libs/openexr ) png? ( media-libs/libpng ) tiff? ( media-libs/tiff ) X? ( x11-libs/libX11 x11-libs/libXext ) zlib? ( sys-libs/zlib )
0
mirror://sourceforge/gmic/gmic_1.5.0.9.tar.gz
http://gmic.sourceforge.net/
CeCILL-2
GREYC's Magic Image Converter
~amd64 ~x86
bash-completion-r1 eutils multilib portability toolchain-funcs user
ffmpeg fftw graphicsmagick jpeg opencv openexr png tiff X zlib
4
compile install prepare

@ -0,0 +1,22 @@
>=media-libs/libpng-1.4:0 sys-libs/zlib app-arch/xz-utils
>=media-libs/libpng-1.4:0 sys-libs/zlib
0
mirror://sourceforge/pmt/pngcrush-1.7.24-nolib.tar.xz
http://pmt.sourceforge.net/pngcrush/
as-is
Portable Network Graphics (PNG) optimizing utility
~alpha ~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
multilib toolchain-funcs
4
compile install

@ -0,0 +1,22 @@
>=media-gfx/gimp-2.4.0 media-libs/libpng sci-libs/fftw:3.0 sys-libs/zlib
>=media-gfx/gimp-2.4.0 media-libs/libpng sci-libs/fftw:3.0 sys-libs/zlib
0
mirror://sourceforge/gmic/gmic_1.5.0.9.tar.gz
http://gmic.sourceforge.net/gimp.shtml
CeCILL-2
G'MIC GIMP plugin
~amd64 ~x86
eutils multilib portability toolchain-funcs user
4
compile install postinst prepare

@ -1,5 +1,5 @@
virtual/opengl app-arch/bzip2 app-arch/unzip app-arch/zip app-i18n/enca airplay? ( app-pda/libplist ) >=dev-lang/python-2.4 dev-libs/boost dev-libs/fribidi dev-libs/libcdio[-minimal] dev-libs/libpcre[cxx] >=dev-libs/lzo-2.04 dev-libs/yajl >=dev-python/pysqlite-2 dev-python/simplejson media-libs/alsa-lib media-libs/flac media-libs/fontconfig media-libs/freetype >=media-libs/glew-1.5.6 media-libs/jasper media-libs/jbigkit virtual/jpeg >=media-libs/libass-0.9.7 bluray? ( media-libs/libbluray ) css? ( media-libs/libdvdcss ) media-libs/libmad media-libs/libmodplug media-libs/libmpeg2 media-libs/libogg media-libs/libpng projectm? ( media-libs/libprojectm ) media-libs/libsamplerate media-libs/libsdl[audio,opengl,video,X] alsa? ( media-libs/libsdl[alsa] ) media-libs/libvorbis media-libs/sdl-gfx >=media-libs/sdl-image-1.2.10[gif,jpeg,png] media-libs/sdl-mixer media-libs/sdl-sound media-libs/tiff pulseaudio? ( media-sound/pulseaudio ) media-sound/wavpack >=virtual/ffmpeg-0.6 rtmp? ( media-video/rtmpdump ) avahi? ( net-dns/avahi ) webserver? ( net-libs/libmicrohttpd ) net-misc/curl samba? ( >=net-fs/samba-3.4.6[smbclient] ) sys-apps/dbus sys-libs/zlib virtual/mysql x11-apps/xdpyinfo x11-apps/mesa-progs vaapi? ( x11-libs/libva ) vdpau? ( || ( x11-libs/libvdpau >=x11-drivers/nvidia-drivers-180.51 ) virtual/ffmpeg[vdpau] ) x11-libs/libXinerama xrandr? ( x11-libs/libXrandr ) x11-libs/libXrender dev-util/gperf x11-proto/xineramaproto dev-util/cmake x86? ( dev-lang/nasm ) >=app-admin/eselect-python-20091230 dev-vcs/git || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
virtual/opengl app-arch/bzip2 app-arch/unzip app-arch/zip app-i18n/enca airplay? ( app-pda/libplist ) >=dev-lang/python-2.4 dev-libs/boost dev-libs/fribidi dev-libs/libcdio[-minimal] dev-libs/libpcre[cxx] >=dev-libs/lzo-2.04 dev-libs/yajl >=dev-python/pysqlite-2 dev-python/simplejson media-libs/alsa-lib media-libs/flac media-libs/fontconfig media-libs/freetype >=media-libs/glew-1.5.6 media-libs/jasper media-libs/jbigkit virtual/jpeg >=media-libs/libass-0.9.7 bluray? ( media-libs/libbluray ) css? ( media-libs/libdvdcss ) media-libs/libmad media-libs/libmodplug media-libs/libmpeg2 media-libs/libogg media-libs/libpng projectm? ( media-libs/libprojectm ) media-libs/libsamplerate media-libs/libsdl[audio,opengl,video,X] alsa? ( media-libs/libsdl[alsa] ) media-libs/libvorbis media-libs/sdl-gfx >=media-libs/sdl-image-1.2.10[gif,jpeg,png] media-libs/sdl-mixer media-libs/sdl-sound media-libs/tiff pulseaudio? ( media-sound/pulseaudio ) media-sound/wavpack >=virtual/ffmpeg-0.6 rtmp? ( media-video/rtmpdump ) avahi? ( net-dns/avahi ) webserver? ( net-libs/libmicrohttpd ) net-misc/curl samba? ( >=net-fs/samba-3.4.6[smbclient] ) sys-apps/dbus sys-libs/zlib virtual/mysql x11-apps/xdpyinfo x11-apps/mesa-progs vaapi? ( x11-libs/libva ) vdpau? ( || ( x11-libs/libvdpau >=x11-drivers/nvidia-drivers-180.51 ) virtual/ffmpeg[vdpau] ) x11-libs/libXinerama xrandr? ( x11-libs/libXrandr ) x11-libs/libXrender udev? ( sys-fs/udisks sys-power/upower ) >=app-admin/eselect-python-20091230
virtual/opengl app-arch/bzip2 app-arch/unzip app-arch/zip app-i18n/enca airplay? ( app-pda/libplist ) >=dev-lang/python-2.4 dev-libs/boost dev-libs/fribidi dev-libs/libcdio[-minimal] dev-libs/libpcre[cxx] >=dev-libs/lzo-2.04 dev-libs/yajl >=dev-python/pysqlite-2 dev-python/simplejson media-libs/alsa-lib media-libs/flac media-libs/fontconfig media-libs/freetype >=media-libs/glew-1.5.6 media-libs/jasper media-libs/jbigkit virtual/jpeg >=media-libs/libass-0.9.7 bluray? ( media-libs/libbluray ) css? ( media-libs/libdvdcss ) media-libs/libmad media-libs/libmodplug media-libs/libmpeg2 media-libs/libogg media-libs/libpng projectm? ( media-libs/libprojectm ) media-libs/libsamplerate media-libs/libsdl[audio,opengl,video,X] alsa? ( media-libs/libsdl[alsa] ) media-libs/libvorbis media-libs/sdl-gfx >=media-libs/sdl-image-1.2.10[gif,jpeg,png] media-libs/sdl-mixer media-libs/sdl-sound media-libs/tiff pulseaudio? ( media-sound/pulseaudio ) media-sound/wavpack >=virtual/ffmpeg-0.6 rtmp? ( media-video/rtmpdump ) avahi? ( net-dns/avahi ) webserver? ( net-libs/libmicrohttpd ) net-misc/curl samba? ( >=net-fs/samba-3.4.6[smbclient] ) sys-apps/dbus sys-libs/zlib pvr? ( virtual/mysql ) x11-apps/xdpyinfo x11-apps/mesa-progs vaapi? ( x11-libs/libva ) vdpau? ( || ( x11-libs/libvdpau >=x11-drivers/nvidia-drivers-180.51 ) virtual/ffmpeg[vdpau] ) x11-libs/libXinerama xrandr? ( x11-libs/libXrandr ) x11-libs/libXrender dev-util/gperf x11-proto/xineramaproto dev-util/cmake x86? ( dev-lang/nasm ) >=app-admin/eselect-python-20091230 dev-vcs/git || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
virtual/opengl app-arch/bzip2 app-arch/unzip app-arch/zip app-i18n/enca airplay? ( app-pda/libplist ) >=dev-lang/python-2.4 dev-libs/boost dev-libs/fribidi dev-libs/libcdio[-minimal] dev-libs/libpcre[cxx] >=dev-libs/lzo-2.04 dev-libs/yajl >=dev-python/pysqlite-2 dev-python/simplejson media-libs/alsa-lib media-libs/flac media-libs/fontconfig media-libs/freetype >=media-libs/glew-1.5.6 media-libs/jasper media-libs/jbigkit virtual/jpeg >=media-libs/libass-0.9.7 bluray? ( media-libs/libbluray ) css? ( media-libs/libdvdcss ) media-libs/libmad media-libs/libmodplug media-libs/libmpeg2 media-libs/libogg media-libs/libpng projectm? ( media-libs/libprojectm ) media-libs/libsamplerate media-libs/libsdl[audio,opengl,video,X] alsa? ( media-libs/libsdl[alsa] ) media-libs/libvorbis media-libs/sdl-gfx >=media-libs/sdl-image-1.2.10[gif,jpeg,png] media-libs/sdl-mixer media-libs/sdl-sound media-libs/tiff pulseaudio? ( media-sound/pulseaudio ) media-sound/wavpack >=virtual/ffmpeg-0.6 rtmp? ( media-video/rtmpdump ) avahi? ( net-dns/avahi ) webserver? ( net-libs/libmicrohttpd ) net-misc/curl samba? ( >=net-fs/samba-3.4.6[smbclient] ) sys-apps/dbus sys-libs/zlib pvr? ( virtual/mysql ) x11-apps/xdpyinfo x11-apps/mesa-progs vaapi? ( x11-libs/libva ) vdpau? ( || ( x11-libs/libvdpau >=x11-drivers/nvidia-drivers-180.51 ) virtual/ffmpeg[vdpau] ) x11-libs/libXinerama xrandr? ( x11-libs/libXrandr ) x11-libs/libXrender udev? ( sys-fs/udisks sys-power/upower ) >=app-admin/eselect-python-20091230
0
@ -8,7 +8,7 @@ GPL-2
XBMC is a free and open source media-player and entertainment hub
autotools eutils git-2 libtool multilib portability python toolchain-funcs user
airplay alsa altivec avahi bluray css debug goom joystick midi profile +projectm pulseaudio +rsxs rtmp +samba sse sse2 udev vaapi vdpau webserver +xrandr
airplay alsa altivec avahi bluray css debug goom joystick midi profile +projectm pulseaudio pvr +rsxs rtmp +samba sse sse2 udev vaapi vdpau webserver +xrandr

@ -1,22 +0,0 @@
>=dev-python/pytrailer-0.6.0 dev-python/PyQt4 dev-python/python-dateutil >=app-admin/eselect-python-20091230 dev-lang/python
>=dev-python/pytrailer-0.6.0 dev-python/PyQt4 dev-python/python-dateutil >=app-admin/eselect-python-20091230 dev-lang/python
0
mirror://pypi/p/pyqtrailer/pyqtrailer-0.6.0.tar.gz
http://github.com/sochotnicky/pyqtrailer http://pypi.python.org/pypi/pyqtrailer
GPL-3
Qt4 application for downloading trailers from apple.com
~amd64 ~x86
distutils multilib python toolchain-funcs
2
compile install postinst postrm prepare

@ -1,5 +1,5 @@
>=dev-python/pytrailer-0.6.0 dev-python/PyQt4[X] dev-python/python-dateutil >=app-admin/eselect-python-20091230 dev-lang/python
>=dev-python/pytrailer-0.6.0 dev-python/PyQt4[X] dev-python/python-dateutil >=app-admin/eselect-python-20091230 dev-lang/python
>=dev-python/pytrailer-0.6.0 dev-python/PyQt4[X] dev-python/python-dateutil:python-2 >=app-admin/eselect-python-20091230 dev-lang/python
>=dev-python/pytrailer-0.6.0 dev-python/PyQt4[X] dev-python/python-dateutil:python-2 >=app-admin/eselect-python-20091230 dev-lang/python
0
mirror://pypi/p/pyqtrailer/pyqtrailer-0.6.1.tar.gz

@ -1,22 +0,0 @@
dev-libs/openssl >=dev-libs/libevent-2.0 || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
dev-libs/openssl >=dev-libs/libevent-2.0
0
http://www.torproject.org/dist/tor-0.2.2.34.tar.gz
http://www.torproject.org/
BSD
Anonymizing overlay network for TCP
amd64 arm ppc ppc64 sparc x86 ~x86-fbsd
autotools eutils flag-o-matic libtool multilib portability toolchain-funcs user versionator
doc tor-hardening +transparent-proxy threads
4
configure install postinst prepare setup

@ -0,0 +1,22 @@
dev-libs/openssl >=dev-libs/libevent-2.0.14 nat-pmp? ( net-libs/libnatpmp ) upnp? ( <net-libs/miniupnpc-1.6 )
dev-libs/openssl >=dev-libs/libevent-2.0.14 nat-pmp? ( net-libs/libnatpmp ) upnp? ( <net-libs/miniupnpc-1.6 )
0
http://www.torproject.org/dist/tor-0.2.3.11-alpha.tar.gz
http://www.torproject.org/
BSD
Anonymizing overlay network for TCP
~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
eutils flag-o-matic multilib portability toolchain-funcs user versionator
+bufferevents doc nat-pmp tor-hardening transparent-proxy threads upnp
4
configure install postinst prepare setup

@ -6,7 +6,7 @@ mirror://sourceforge/scikit-learn/scikit-learn-0.9.tar.gz
http://scikit-learn.org
BSD
A set of python modules for machine learning and data mining
~amd64 ~x86
~amd64 ~x86 ~amd64-linux ~x86-linux
distutils eutils flag-o-matic multilib portability python toolchain-funcs user
doc examples

@ -0,0 +1,22 @@
dev-libs/icu
0
mirror://sourceforge/project/gptfdisk/gptfdisk/0.8.2/gptfdisk-0.8.2.tar.gz
http://www.rodsbooks.com/gdisk/
GPL-2
gdisk - GPT partition table manipulator for Linux
~amd64 ~arm ~x86 ~x86-linux
eutils multilib portability toolchain-funcs user
4
compile install

@ -1,7 +1,7 @@
>=dev-lang/python-2.4 >=dev-python/snakeoil-0.4.5 || ( >=dev-lang/python-2.5 dev-python/pycrypto ) doc? ( dev-python/sphinx dev-python/pyparsing ) >=app-admin/eselect-python-20091230 dev-lang/python
>=dev-lang/python-2.4 >=dev-python/snakeoil-0.4.5 || ( >=dev-lang/python-2.5 dev-python/pycrypto ) >=app-admin/eselect-python-20091230 dev-lang/python
0
http://pkgcore.googlecode.com/files/pkgcore-0.7.7.5.tar.bz2
http://pkgcore.googlecode.com/files/pkgcore-0.7.7.7.tar.bz2
http://pkgcore.googlecode.com/
GPL-2

@ -1,7 +1,7 @@
>=dev-lang/python-2.4 >=dev-python/snakeoil-0.4.5 || ( >=dev-lang/python-2.5 dev-python/pycrypto ) doc? ( dev-python/sphinx dev-python/pyparsing ) >=app-admin/eselect-python-20091230 dev-lang/python
>=dev-lang/python-2.4 >=dev-python/snakeoil-0.4.5 || ( >=dev-lang/python-2.5 dev-python/pycrypto ) >=app-admin/eselect-python-20091230 dev-lang/python
0
http://pkgcore.googlecode.com/files/pkgcore-0.7.7.5.tar.bz2
http://pkgcore.googlecode.com/files/pkgcore-0.7.7.7.tar.bz2
http://pkgcore.googlecode.com/
GPL-2

@ -0,0 +1,22 @@
!<sys-apps/sg3_utils-1.28
0
http://sg.danny.cz/sg/p/sdparm-1.07.tgz
http://sg.danny.cz/sg/sdparm.html
BSD
Utility to output and modify parameters on a SCSI device, like hdparm
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux
4
install

@ -1,5 +1,5 @@
>=app-admin/eselect-python-20091230
!app-emulation/qemu !<=app-emulation/qemu-kvm-0.15.0 >=app-admin/eselect-python-20091230
>=app-admin/eselect-python-20091230 =dev-lang/python-2*
!app-emulation/qemu !<=app-emulation/qemu-kvm-0.15.0 >=app-admin/eselect-python-20091230 =dev-lang/python-2*
0
http://www.linuxtogo.org/~kevin/SeaBIOS/seabios-1.6.3.tar.gz

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

Loading…
Cancel
Save