Sync with portage [Mon Nov 26 11:17:09 MSK 2012].

mhiretskiy
root 12 years ago
parent d0794c15a0
commit 664fb2fb4d

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/lsyncd-2.1.3.ebuild,v 1.1 2012/11/24 07:01:56 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/lsyncd/lsyncd-2.1.3.ebuild,v 1.2 2012/11/26 03:05:02 patrick Exp $
EAPI=5
@ -13,8 +13,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=">=dev-lang/lua-5.1"
RDEPEND="${DEPEND}
DEPEND=">=dev-lang/lua-5.1
app-text/asciidoc"
RDEPEND=">=dev-lang/lua-5.1
net-misc/rsync"
src_configure() {

@ -1,2 +1,3 @@
DIST snappy-1.0.3.tar.gz 1716787 SHA256 2201cb724923d1d490698d19e0ce295f46d87b302ca9590aff2302051fc90a5e SHA512 5b98c0afecfd99176a36d009d15f13920ef1678485886031d09b58b89eefe5d54997a8320d322d88b6c6fe2ac7eb9f1124bcae3bf333c30bf56e60ee7eeeec0b WHIRLPOOL dcc606d334f5a0f58c736f4ffd96ba758ac7a1b5e73fda46250fa8d17ae7c894791e22333949ff487bf0396d716ad27fb69116cfff0aad13399aea37d813e535
DIST snappy-1.0.4.tar.gz 1676541 SHA256 4ad91adb1592b6de67ecaad2ade6c34b9cf98a0bbc74ac8786b520b529b3bf61 SHA512 34e70dc35af9e8d7601618c2521be0cd0ba74907b8e67362d02c515c06c7bf2a2f58dac3dfed75270b7d9c9a1d6ec408c76e3665dc70bbeda8f87584cb4f01b0 WHIRLPOOL 8bd9213060f2de46699515c869d7d4574059a463296208ff7720be9378bdfd03d0d44e50e47d0a95c143696465eaf4b3140bee1c9158af8b72197b26d335a539
DIST snappy-1.0.5.tar.gz 1731382 SHA256 6a2d4afc3752d78996f7a881e4f3648c6358654c5ff618f5d1b6b253984fd607 SHA512 4f772673dd1bf482f13db0f09299b46d0ee47b7052c43e69c2c5361d352031152f3132c25faf86ffcf1bfbe0e68625d7eef8fa669be873b568adfc160a82f25b WHIRLPOOL b392f358e494ad2490f15ea5a37cf0d8b7540d541fc41103e977ed62c7d6288cb389a9297b80a433c73888e3d10b9d2ce85d8caf743cdc0d8edd1957cf0be104

@ -0,0 +1,42 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/snappy/snappy-1.0.5.ebuild,v 1.1 2012/11/25 23:26:09 radhermit Exp $
EAPI="5"
inherit eutils
DESCRIPTION="A high-speed compression/decompression library by Google"
HOMEPAGE="https://code.google.com/p/snappy/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
DOCS="AUTHORS ChangeLog README NEWS format_description.txt"
src_prepare() {
default
# Avoid automagic lzop and gzip by not checking for it
#sed -i -e '/^CHECK_EXT_COMPRESSION_LIB/d' "${S}/configure.ac" || die
# Avoid eautoreconf due to the above sed by just removing the expanded lines
sed -i -e '15126,15385d' "${S}/configure" || die
}
src_configure() {
econf \
--without-gflags \
--disable-gtest \
$(use_enable static-libs static)
}
src_install() {
default
# Remove docs installed by snappy itself
rm -rf "${ED}/usr/share/doc/snappy" || die
prune_libtool_files
}

@ -1 +0,0 @@
DIST XML-XSH-1.8.2.tar.gz 243860 SHA256 bddf007a51ba9e2c77208cf4daf3fd27d938750e63cf04a7033d9d2ecf642f29 SHA512 6da2883a369890753a4468547fa2ed8b94a8fa581f5aea1ce2d36747a5c53ad0dfd1afcc4efee750ad02df579f0bcf5d55369421a457583f3c489d9e3a509516 WHIRLPOOL f509547dd759bd5cd44c805c699beaca40ee7cd790f719f8c692a853bf7e4a06b9716a30541534041f98e2f68e9a5b5cf5d49c62c90f2d2af391c9146079cd7c

@ -1,22 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH/XML-XSH-1.8.2.ebuild,v 1.9 2012/11/25 17:14:58 ago Exp $
inherit perl-module
DESCRIPTION="XML Editing Shell"
HOMEPAGE="http://xsh.sourceforge.net/"
SRC_URI="mirror://sourceforge/xsh/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
DEPEND=">=dev-perl/XML-LibXML-1.61
dev-perl/Parse-RecDescent
dev-perl/Text-Iconv
dev-perl/XML-LibXSLT
dev-perl/Term-ReadLine-Perl
dev-perl/XML-XUpdate-LibXML
!app-editors/XML-XSH2"

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

@ -1,6 +1 @@
DIST XML-XSH2-2.0.2.tar.gz 270693 SHA256 3e3432e884485d68fdb950f73d842576e55540094ad3bf44d89dc7ac5838ddb7 SHA512 3c515e0ce52798a953c559b3bf5b51e7b5f887c419af56ae19c0bbe08f2b8ad284102d6850c1708c9b32755f37428e871c3623cfe84e0297497662a7f94a88b4 WHIRLPOOL 5736b25c7a31237142ef7ec62178d420e4ea1f81f081d21335863bdeb02b99ff17f53a688158b424b56aacff28f102ea5d3b8365253e33aa07d0f3120a0cda72
DIST XML-XSH2-2.1.1.tar.gz 315780 SHA256 38367cc3c70d7ef1813cfa7e519f522fb694dc677414796622099f1fc576d2b4 SHA512 21fc3161bed0f8db5c2c0ccacc19f07b6b7d93873975f8e2c696a3c67be070852572f05f98a5cae02b3da79e73fed6a9c03dcddd3bb61db675b006b327dadb20 WHIRLPOOL 4aa8e9ed764ef6c1926a6aa7367e1cad0eb2415811372d19329bb2088d86f8c2d541f073b495c5a1d3ab56bcc1ba280aa8eb8851acd982fe223411eb9d551665
DIST XML-XSH2-2.1.2.tar.gz 322132 SHA256 559f88ce4f49972f91f8c8e35cfe3aa5b9e6d1d0eeaec6615650788a6f3fbe59 SHA512 11e74d98a70bd071883ece3adc2209685d2154c371f14f1344d26d2006cd2c9e159e4831f8b9bfca497ddef8467d71ab8972633fb5fcf348be4e6f2d02e194cc WHIRLPOOL 5cccaac281d4bc30ce9f09788ca740ffac9c2d6c4691bedba85cf3d92f3fa66cc1125cf61d49dd45fd97eab44a0726935d12e4089fc1363731e90f0b712ecb95
DIST XML-XSH2-2.1.3.tar.gz 322219 SHA256 8cd5d52f9657a1dc4d8cfc52099b84663abff2895cdb079cba7b2c5f22a2f592 SHA512 612ec1ae6890009a60e816a3e58d3038af0436fb990e9ba02515965af53bdc8e3a55043b1132bbfe74fd5cd895cf4ce2818b2c31e0fedd83dcd638ab7becadcb WHIRLPOOL 8264f21de5439914a77e0cabf332474134cd708fa8a1c55e096f4ae683ea381f6a530d860242ba845b311846123a16c19377d1743e04ffff4de717c999ea2d08
DIST XML-XSH2-2.1.5.tar.gz 322441 SHA256 d3cfe8a7f609b5c971cbd93a5f96652b58741e328516f5feb950115efd72be66 SHA512 c9443ae7007e2039cd8b07f6490349236ced5459a87054ec63de657e55bd11108ccd70d2b701af5ddae8cafb92111dddf4b4afacd04d4afbb149c1c45123d9e1 WHIRLPOOL b1d1f52fb55d94a36ae5ebedeb3a635bddc183f14ee99a7bab33f713333381d1013a590892c3a2c2de256e7a59f7213e94664d72de15077bb10532d92b96dff5
DIST XML-XSH2-2.1.6.tar.gz 322506 SHA256 6bd3d520db9b192e9d04b2fdb43ac54ebd945148e03d1e93dc4b9f39fa5dd551 SHA512 2ee992a50378a6f79327938cbd301eb49954d4dbf7c2815bc40f9f74d77eed4060a234f0369215375f34a495871c29ef17f60919f31fc9b192558945a9303b7b WHIRLPOOL 155137cb11204638b3aeedc46444797a0065e341fa29adaac3864b648206e3506561a9175838a61eb28c7b29262db6f6669694be660e2b4348d21e5b68b80f01

@ -1,21 +0,0 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/XML-XSH2-2.0.2.ebuild,v 1.5 2007/03/09 23:54:59 mcummings Exp $
inherit perl-module
DESCRIPTION="XML Editing Shell"
HOMEPAGE="http://xsh.sourceforge.net/"
SRC_URI="mirror://sourceforge/xsh/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~x86"
IUSE=""
DEPEND=">=dev-perl/XML-LibXML-1.61
>=dev-perl/Parse-RecDescent-1.94
>=dev-perl/XML-LibXSLT-1.53
dev-perl/Term-ReadLine-Perl
>=dev-perl/XML-XUpdate-LibXML-0.4.0
!app-editors/XML-XSH"

@ -1,26 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/XML-XSH2-2.1.1.ebuild,v 1.2 2010/10/30 10:07:24 ssuominen Exp $
MODULE_AUTHOR=PAJAS
inherit perl-module
DESCRIPTION="XML Editing Shell"
HOMEPAGE="http://xsh.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-perl/XML-LibXML-1.61
>=dev-perl/Parse-RecDescent-1.94
>=dev-perl/XML-LibXSLT-1.53
dev-perl/IO-stringy
dev-perl/XML-SAX-Writer
dev-perl/Term-ReadLine-Perl
dev-perl/XML-Filter-DOMFilter-LibXML
>=dev-perl/XML-XUpdate-LibXML-0.4.0
!app-editors/XML-XSH"
SRC_TEST=do

@ -1,33 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/XML-XSH2-2.1.2.ebuild,v 1.1 2011/06/23 08:20:15 tove Exp $
EAPI=4
MODULE_AUTHOR=PAJAS
MODULE_VERSION=2.1.2
inherit perl-module
DESCRIPTION="XML Editing Shell"
HOMEPAGE="http://xsh.sourceforge.net/"
LICENSE="|| ( Artistic GPL-2 )" # Artistic or GPL-2
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-perl/XML-LibXML-1.61
>=dev-perl/Parse-RecDescent-1.94
>=dev-perl/XML-LibXSLT-1.53
dev-perl/IO-stringy
dev-perl/XML-SAX-Writer
dev-perl/Term-ReadLine-Perl
dev-perl/URI
dev-perl/XML-Filter-DOMFilter-LibXML
>=dev-perl/XML-XUpdate-LibXML-0.4.0
!app-editors/XML-XSH
"
DEPEND="${RDEPEND}"
SRC_TEST=do

@ -1,33 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/XML-XSH2-2.1.3.ebuild,v 1.1 2011/07/06 12:37:32 tove Exp $
EAPI=4
MODULE_AUTHOR=PAJAS
MODULE_VERSION=2.1.3
inherit perl-module
DESCRIPTION="XML Editing Shell"
HOMEPAGE="http://xsh.sourceforge.net/"
LICENSE="|| ( Artistic GPL-2 )" # Artistic or GPL-2
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-perl/XML-LibXML-1.61
>=dev-perl/Parse-RecDescent-1.94
>=dev-perl/XML-LibXSLT-1.53
dev-perl/IO-stringy
dev-perl/XML-SAX-Writer
dev-perl/Term-ReadLine-Perl
dev-perl/URI
dev-perl/XML-Filter-DOMFilter-LibXML
>=dev-perl/XML-XUpdate-LibXML-0.4.0
!app-editors/XML-XSH
"
DEPEND="${RDEPEND}"
SRC_TEST=do

@ -1,33 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/XML-XSH2-2.1.5.ebuild,v 1.1 2011/11/19 19:53:32 tove Exp $
EAPI=4
MODULE_AUTHOR=PAJAS
MODULE_VERSION=2.1.5
inherit perl-module
DESCRIPTION="XML Editing Shell"
HOMEPAGE="http://xsh.sourceforge.net/"
LICENSE="|| ( Artistic GPL-2 )" # Artistic or GPL-2
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=dev-perl/XML-LibXML-1.61
>=dev-perl/Parse-RecDescent-1.94
>=dev-perl/XML-LibXSLT-1.53
dev-perl/IO-stringy
dev-perl/XML-SAX-Writer
dev-perl/Term-ReadLine-Perl
dev-perl/URI
dev-perl/XML-Filter-DOMFilter-LibXML
>=dev-perl/XML-XUpdate-LibXML-0.4.0
!app-editors/XML-XSH
"
DEPEND="${RDEPEND}"
SRC_TEST=do

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/XML-XSH2-2.1.6.ebuild,v 1.3 2012/11/22 10:05:19 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/XML-XSH2/XML-XSH2-2.1.6.ebuild,v 1.4 2012/11/26 04:22:30 tove Exp $
EAPI=4
@ -26,7 +26,6 @@ RDEPEND="
dev-perl/URI
dev-perl/XML-Filter-DOMFilter-LibXML
>=dev-perl/XML-XUpdate-LibXML-0.4.0
!app-editors/XML-XSH
"
DEPEND="${RDEPEND}"

@ -4,5 +4,32 @@
<herd>perl</herd>
<upstream>
<remote-id type="cpan">XML-XSH2</remote-id>
<remote-id type="cpan-module">Parse::RecDescent::XML::XSH2::Parser</remote-id>
<remote-id type="cpan-module">XML::LibXML::Literal</remote-id>
<remote-id type="cpan-module">XML::LibXML::Namespace</remote-id>
<remote-id type="cpan-module">XML::LibXML::NodeList</remote-id>
<remote-id type="cpan-module">XML::LibXML::Number</remote-id>
<remote-id type="cpan-module">XML::LibXML::SubTreeIterator</remote-id>
<remote-id type="cpan-module">XML::SAX::Writer::XMLEnc</remote-id>
<remote-id type="cpan-module">XML::XSH2</remote-id>
<remote-id type="cpan-module">XML::XSH2::Compile</remote-id>
<remote-id type="cpan-module">XML::XSH2::Completion</remote-id>
<remote-id type="cpan-module">XML::XSH2::CompletionList</remote-id>
<remote-id type="cpan-module">XML::XSH2::DummyXPathContext</remote-id>
<remote-id type="cpan-module">XML::XSH2::FilteredIterator</remote-id>
<remote-id type="cpan-module">XML::XSH2::Functions</remote-id>
<remote-id type="cpan-module">XML::XSH2::Grammar</remote-id>
<remote-id type="cpan-module">XML::XSH2::Help</remote-id>
<remote-id type="cpan-module">XML::XSH2::Inline</remote-id>
<remote-id type="cpan-module">XML::XSH2::Internal::Exception</remote-id>
<remote-id type="cpan-module">XML::XSH2::Internal::LoopTerminatingException</remote-id>
<remote-id type="cpan-module">XML::XSH2::Internal::SubTerminatingException</remote-id>
<remote-id type="cpan-module">XML::XSH2::Internal::UncatchableException</remote-id>
<remote-id type="cpan-module">XML::XSH2::Iterators</remote-id>
<remote-id type="cpan-module">XML::XSH2::LibXMLCompat</remote-id>
<remote-id type="cpan-module">XML::XSH2::Map</remote-id>
<remote-id type="cpan-module">XML::XSH2::Parser</remote-id>
<remote-id type="cpan-module">XML::XSH2::VarAlias</remote-id>
<remote-id type="cpan-module">XML::XSH2::XPathToXML</remote-id>
</upstream>
</pkgmetadata>

@ -1,2 +1,3 @@
DIST latexila-2.4.1.tar.xz 637204 SHA256 22cf882008a28637e9e6bec2d3fe551df18d0e0452b482e1920cdc776cb31b44 SHA512 2cd5fce1a77d7c9458c2a48a54dd4ababa280891c8ac234fc29d0ebcc4b2b16e4ed28c8b940d0728c6630d6619aa5331c04a734e18c93e5e2a86caf896a3fc7d WHIRLPOOL 27d8d53990ed0f2a37b49df6c918e1286339a7b15810a9a770cca5f701142e99a961cb259436b901a4a0313cd89d836fb885f297bbc7f7a4c8157fc2d1dff3c9
DIST latexila-2.6.1.tar.xz 1063136 SHA256 daff4fffbe9dd08a1c3ccd858cf3abc457d90f78b17f09f3ea6d6626be192003 SHA512 1026a2df0a9938d3236b5b52dacf4c090763c64ac8bab5b6ad87532fa5f7b21277ab4ab69a244f65021d53eb1dc17880ada379bf200d251c6a0ca2c7b932dc20 WHIRLPOOL 254f28c9f97311e1ad987c4030ae5d32659515954f2cf9e5a7076edc935c6e0e597233b4d3399fdc5a326271191603a7e7e426342b26a8d1d10936358f5e2865
DIST latexila-2.6.2.tar.xz 1063520 SHA256 0e236bdc7bf05858be815146b38f34a5b55ac13ae8125d4a3a98c306d62c7fce SHA512 ce8229d3b30cd09bdf71d0e2d6fe2e3584f5a632efb7dea2677c39e06a520a51ba361e4b4fddf2836c7a9b6e1e52e5e395324988b1cf12c8c982a3de0dd97a9c WHIRLPOOL 97eb2d543bb8c472a302abc8a0295112dac8854dfc4c52bd26327df1de47fbca8f581f045c04b207ef9b4bc8a37f874b0ee34cf11e95021c26e9461691274281

@ -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/app-editors/latexila/latexila-2.6.2.ebuild,v 1.1 2012/11/25 21:16:32 eva Exp $
EAPI="4"
GCONF_DEBUG="no"
VALA_MIN_API_VERSION="0.18"
inherit gnome2 vala
DESCRIPTION="Integrated LaTeX environment for GNOME"
HOMEPAGE="http://projects.gnome.org/latexila/"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+latexmk rubber"
COMMON_DEPEND="
app-text/enchant
>=dev-libs/glib-2.32:2
dev-libs/libgee:0
gnome-base/gsettings-desktop-schemas
>=x11-libs/gtk+-3.4.3:3
>=x11-libs/gtksourceview-3.4.1:3.0
x11-libs/gdk-pixbuf:2
x11-libs/libX11
x11-libs/pango
$(vala_depend)
"
RDEPEND="${COMMON_DEPEND}
virtual/latex-base
x11-themes/hicolor-icon-theme
latexmk? ( dev-tex/latexmk )
rubber? ( dev-tex/rubber )
"
DEPEND="${COMMON_DEPEND}
dev-util/itstool
virtual/pkgconfig
sys-devel/gettext
"
DOCS="AUTHORS HACKING NEWS README"

@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20120520.ebuild,v 1.3 2012/09/24 00:41:18 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20120520.ebuild,v 1.4 2012/11/25 19:26:53 ulm Exp $
EAPI="4"
inherit emul-linux-x86
LICENSE="Artistic GPL-1 GPL-2 GPL-3 BSD BSD-2 BZIP2 AFL-2.1 LGPL-2.1 BSD-4 MIT public-domain
LGPL-3 LGPL-2 GPL-2-with-exceptions MPL-1.1 OPENLDAP OracleDB UoI-NCSA ZLIB as-is openssl tcp_wrappers_license"
LGPL-3 LGPL-2 GPL-2-with-exceptions MPL-1.1 OPENLDAP Sleepycat UoI-NCSA ZLIB as-is openssl tcp_wrappers_license"
KEYWORDS="-* amd64"

@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20121028.ebuild,v 1.2 2012/11/25 07:21:05 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/emul-linux-x86-baselibs/emul-linux-x86-baselibs-20121028.ebuild,v 1.3 2012/11/25 19:26:53 ulm Exp $
EAPI="4"
inherit emul-linux-x86
LICENSE="Artistic GPL-1 GPL-2 GPL-3 BSD BSD-2 BZIP2 AFL-2.1 LGPL-2.1 BSD-4 MIT public-domain
LGPL-3 LGPL-2 GPL-2-with-exceptions MPL-1.1 OPENLDAP OracleDB UoI-NCSA ZLIB as-is openssl tcp_wrappers_license"
LGPL-3 LGPL-2 GPL-2-with-exceptions MPL-1.1 OPENLDAP Sleepycat UoI-NCSA ZLIB as-is openssl tcp_wrappers_license"
KEYWORDS="-* amd64"

@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/kinput2/kinput2-3.1-r1.ebuild,v 1.17 2006/10/27 18:18:22 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/app-i18n/kinput2/kinput2-3.1-r1.ebuild,v 1.18 2012/11/25 22:40:59 naota Exp $
inherit eutils
@ -9,7 +9,7 @@ DESCRIPTION="A Japanese input server which supports the XIM protocol"
HOMEPAGE="http://www.nec.co.jp/canna/"
SRC_URI="ftp://ftp.sra.co.jp/pub/x11/${PN}/${MY_P}.tar.gz"
LICENSE="as-is"
LICENSE="HPND"
SLOT="0"
KEYWORDS="x86 ppc sparc amd64 ppc64"
IUSE="freewnn"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/kinput2/kinput2-3.1-r2.ebuild,v 1.3 2012/06/08 11:52:21 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/app-i18n/kinput2/kinput2-3.1-r2.ebuild,v 1.4 2012/11/25 22:40:59 naota Exp $
EAPI="3"
inherit eutils
@ -10,7 +10,7 @@ DESCRIPTION="A Japanese input server which supports the XIM protocol"
HOMEPAGE="http://www.nec.co.jp/canna/"
SRC_URI="ftp://ftp.sra.co.jp/pub/x11/${PN}/${MY_P}.tar.gz"
LICENSE="as-is"
LICENSE="HPND"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86"
IUSE="freewnn"

@ -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-text/chm2pdf/chm2pdf-0.9.1-r1.ebuild,v 1.4 2011/12/11 09:11:04 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/chm2pdf/chm2pdf-0.9.1-r1.ebuild,v 1.5 2012/11/25 21:13:05 hasufell Exp $
EAPI="2"
PYTHON_DEPEND="2"
@ -26,6 +26,7 @@ pkg_setup() {
src_prepare(){
epatch "${FILESDIR}/tempdir.patch"
python_convert_shebangs 2 ${PN}
}
src_install() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.66.ebuild,v 1.6 2012/11/21 21:48:32 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.1.66.ebuild,v 1.7 2012/11/25 19:03:10 armin76 Exp $
EAPI="4"
@ -19,7 +19,7 @@ inherit toolchain-funcs mysql-v2
IUSE="$IUSE"
# REMEMBER: also update eclass/mysql*.eclass before committing!
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris"
# When MY_EXTRAS is bumped, the index should be revised to exclude these.
# This is often broken still

@ -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/j/j-701.ebuild,v 1.2 2012/11/20 17:18:54 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/j/j-701-r1.ebuild,v 1.1 2012/11/26 03:56:52 patrick Exp $
EAPI=4
DESCRIPTION="Modern, high-level, general-purpose, high-performance programming language"
@ -39,6 +39,6 @@ src_install() {
mkdir -p "${D}/opt/j"
cp -r j/* "${D}/opt/j" || die
mkdir -p "${D}/usr/bin"
echo -e "#!/bin/sh\n/opt/j/bin/jconsole" > "${D}/usr/bin/jconsole" || die
chmod +x "${D}/usr/bin/jconsole"
echo -e "#!/bin/sh\n/opt/j/bin/jconsole" > "${D}/usr/bin/jc" || die
chmod +x "${D}/usr/bin/jc"
}

@ -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.14.5.1-r1.ebuild,v 1.1 2012/11/25 18:57:17 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.14.5.1-r1.ebuild,v 1.2 2012/11/25 19:05:33 floppym Exp $
EAPI="5"
@ -16,7 +16,7 @@ SLOT="0/${soname_version}"
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos"
IUSE=""
DEPEND="=dev-lang/python-2*"
DEPEND="|| ( dev-lang/python:2.7 dev-lang/python:2.6 )"
src_compile() {
tc-export AR CC CXX RANLIB

@ -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.15.1.2-r1.ebuild,v 1.1 2012/11/25 18:57:17 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.15.1.2-r1.ebuild,v 1.2 2012/11/25 19:05:33 floppym Exp $
EAPI="5"
@ -16,7 +16,7 @@ SLOT="0/${soname_version}"
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~x64-macos ~x86-macos"
IUSE=""
DEPEND="=dev-lang/python-2*"
DEPEND="|| ( dev-lang/python:2.7 dev-lang/python:2.6 )"
src_compile() {
tc-export AR CC CXX RANLIB

@ -1,12 +1,10 @@
# 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-9999.ebuild,v 1.33 2012/11/16 19:25:59 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.34 2012/11/25 19:05:33 floppym Exp $
EAPI="4"
EAPI="5"
PYTHON_DEPEND="2:2.6"
inherit eutils multilib pax-utils python subversion toolchain-funcs
inherit eutils multilib pax-utils python-utils-r1 subversion toolchain-funcs
DESCRIPTION="Google's open source JavaScript engine"
HOMEPAGE="http://code.google.com/p/v8"
@ -17,10 +15,7 @@ SLOT="0"
KEYWORDS=""
IUSE=""
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
DEPEND="|| ( dev-lang/python:2.7 dev-lang/python:2.6 )"
src_unpack() {
subversion_src_unpack
@ -31,6 +26,7 @@ src_unpack() {
src_compile() {
tc-export AR CC CXX RANLIB
export LINK=${CXX}
python_export python2 EPYTHON
local hardfp=off
@ -114,29 +110,3 @@ src_install() {
dodoc AUTHORS ChangeLog || die
}
pkg_preinst() {
preserved_libs=()
local baselib candidate
eshopts_push -s nullglob
for candidate in "${EROOT}usr/$(get_libdir)"/libv8$(get_libname).*; do
baselib=${candidate##*/}
if [[ ! -e "${ED}usr/$(get_libdir)/${baselib}" ]]; then
preserved_libs+=( "${EPREFIX}/usr/$(get_libdir)/${baselib}" )
fi
done
eshopts_pop
if [[ ${#preserved_libs[@]} -gt 0 ]]; then
preserve_old_lib "${preserved_libs[@]}"
fi
}
pkg_postinst() {
if [[ ${#preserved_libs[@]} -gt 0 ]]; then
preserve_old_lib_notify "${preserved_libs[@]}"
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebuild,v 1.6 2012/01/25 21:46:14 c1pher Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/cryptlib/cryptlib-3.4.0.ebuild,v 1.7 2012/11/25 19:28:39 ulm Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
@ -17,7 +17,7 @@ DOC_PREFIX="${PN}-${PV}"
SRC_URI="ftp://ftp.franken.de/pub/crypt/cryptlib/cl${MY_PV}.zip
doc? ( mirror://gentoo/${DOC_PREFIX}-manual.pdf.bz2 )"
LICENSE="DB"
LICENSE="Sleepycat"
KEYWORDS="amd64 x86"
SLOT="0"
IUSE="doc ldap odbc python"

@ -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/dbxml/dbxml-2.5.16-r2.ebuild,v 1.5 2012/06/01 20:25:56 dev-zero Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/dbxml/dbxml-2.5.16-r2.ebuild,v 1.6 2012/11/25 19:30:51 ulm Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
@ -21,7 +21,8 @@ HOMEPAGE="http://www.oracle.com/technetwork/database/berkeleydb/index-083851.htm
SRC_URI="http://download-east.oracle.com/berkeley-db/${MY_P}.tar.gz
http://download-west.oracle.com/berkeley-db/${MY_P}.tar.gz
http://download-uk.oracle.com/berkeley-db/${MY_P}.tar.gz"
LICENSE="OracleDB Apache-1.1 BSD"
LICENSE="Sleepycat Apache-1.1 BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples java perl python tcl"

@ -1,2 +1,3 @@
DIST libpeas-1.6.0.tar.xz 521520 SHA256 23c1385cba2e32201588c988ea6894b27a115efc01cb4acb927e984456ffd63c SHA512 e6b0bc9c8efe954dbf30fe8363d8e45224c03f53b64d41a217d9aee6f29e4e7a826877bd392dea5d555ce339cc91fc730d8ccd986fa3d78468cdf0b70878380c WHIRLPOOL 22f8f44fa8868444f523a848bbcea045cc3408f61d7d38bfd5243b38d26d52a4d3e4d7ba647f30e4990bf49900e0ecbe1210659e32cc5b25ebcd50d32dc4768e
DIST libpeas-1.6.1.tar.xz 523800 SHA256 7f133f44101594e0f96a0e5fe69c5893cde500f3edf916f680467dfd74de5c39 SHA512 8160730bd6f97e1e9d01c497c9053e5f070a7f555fa0c073a5f257220b9525a65a94ced2651ca3897bf0f2a0915082fc10915aad67906cf3afff9c8734de7f38 WHIRLPOOL 68e87c21580a962d4cf0d8f00358a8d94e25465fde3c55b34821b43faeb7eb869733558a4c6837f1a25cd9319bf7a0ad41d240c0e80590958a754414044e421c
DIST libpeas-1.6.2.tar.xz 525540 SHA256 26fb143ce4e89eb809f96113cd010d33fd337833bd70ab3b29c567f19376a65f SHA512 d8c21bb808f8cdd440fc5dfb2e5376b0935a4d6599eb3951fd03d700aa212688c0fecd112adefede9911be9db9b9dff4e1e866f032a79153bd0e750b5fdbdd25 WHIRLPOOL 9b876c43880d4548777b6ad1325caf6b84ed33fac7843b166769805b2be37cccc2ae33f9274faaaefe122910e48228ae7961e083fc1e26ba4d2864d0ebec0934

@ -0,0 +1,72 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libpeas/libpeas-1.6.2.ebuild,v 1.1 2012/11/25 21:21:45 eva Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_DEPEND="python? 2:2.5"
inherit eutils gnome2 multilib python virtualx
DESCRIPTION="A GObject plugins library"
HOMEPAGE="http://developer.gnome.org/libpeas/stable/"
LICENSE="LGPL-2+"
SLOT="0"
IUSE="gjs +gtk glade +python seed"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
RDEPEND=">=dev-libs/glib-2.32:2
>=dev-libs/gobject-introspection-0.10.1
gjs? ( >=dev-libs/gjs-1.31.11 )
glade? ( >=dev-util/glade-3.9.1:3.10 )
gtk? ( >=x11-libs/gtk+-3:3[introspection] )
python? ( >=dev-python/pygobject-3.0.0:3 )
seed? ( >=dev-libs/seed-2.91.91 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
$(use_enable gjs)
$(use_enable glade glade-catalog)
$(use_enable gtk)
$(use_enable python)
$(use_enable seed)
--disable-deprecation
--disable-static"
# Wtf, --disable-gcov, --enable-gcov=no, --enable-gcov, all enable gcov
# What do we do about gdb, valgrind, gcov, etc?
use python && python_clean_py-compile_files
gnome2_src_prepare
}
src_test() {
# FIXME: Tests fail because of some bug involving Xvfb and Gtk.IconTheme
# DO NOT REPORT UPSTREAM, this is not a libpeas bug.
# To reproduce:
# >>> from gi.repository import Gtk
# >>> Gtk.IconTheme.get_default().has_icon("gtk-about")
# This should return True, it returns False for Xvfb
Xemake check
}
pkg_postinst() {
gnome2_pkg_postinst
use python && python_mod_optimize /usr/$(get_libdir)/peas-demo
}
pkg_postrm() {
gnome2_pkg_postrm
use python && python_mod_cleanup /usr/$(get_libdir)/peas-demo
}

@ -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/mps/mps-1.106.2.ebuild,v 1.3 2012/08/22 16:01:28 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mps/mps-1.106.2.ebuild,v 1.4 2012/11/25 21:54:19 ulm Exp $
EAPI=4
DESCRIPTION="Ravenbrook Memory Pool System"
@ -8,10 +8,10 @@ DESCRIPTION="Ravenbrook Memory Pool System"
MY_P="${PN}-kit-${PV}"
HOMEPAGE="http://www.ravenbrook.com/project/mps/"
SRC_URI="http://www.ravenbrook.com/project/${PN}/release/${PV}/${MY_P}.tar.gz"
LICENSE="Ravenbrook"
LICENSE="Sleepycat"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""

@ -1,6 +1,7 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mps/mps-1.110.0.ebuild,v 1.2 2012/10/23 17:18:28 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mps/mps-1.110.0.ebuild,v 1.3 2012/11/25 21:54:19 ulm Exp $
EAPI=4
inherit eutils
@ -10,10 +11,10 @@ DESCRIPTION="Ravenbrook Memory Pool System"
MY_P="${PN}-kit-${PV}"
HOMEPAGE="http://www.ravenbrook.com/project/mps/"
SRC_URI="http://www.ravenbrook.com/project/${PN}/release/${PV}/${MY_P}.tar.gz"
LICENSE="Ravenbrook"
LICENSE="Sleepycat"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
@ -22,6 +23,6 @@ RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}/
src_prepare() {
# need to fix CFLAGS, it's still being silly
sed -i -e 's/-Werror//' code/g{c,p}.gmk || die "Failed to fix CFLAGS"
# need to fix CFLAGS, it's still being silly
sed -i -e 's/-Werror//' code/g{c,p}.gmk || die "Failed to fix CFLAGS"
}

@ -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/nspr/nspr-4.9.2.ebuild,v 1.6 2012/11/21 21:52:53 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.9.2.ebuild,v 1.7 2012/11/25 19:07:41 armin76 Exp $
EAPI=3
WANT_AUTOCONF="2.1"
@ -15,7 +15,7 @@ SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/${P}.tar
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="debug"
src_prepare() {

@ -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/nss/nss-3.14.ebuild,v 1.5 2012/11/21 21:54:03 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.14.ebuild,v 1.6 2012/11/25 19:09:39 armin76 Exp $
EAPI=3
inherit eutils flag-o-matic multilib toolchain-funcs
@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME}
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="utils"
DEPEND="virtual/pkgconfig

@ -0,0 +1,22 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-SmbClient/Filesys-SmbClient-3.100.0.ebuild,v 1.1 2012/11/26 02:15:55 flameeyes Exp $
EAPI=4
MODULE_AUTHOR="ALIAN"
MODULE_VERSION=3.1
inherit perl-module
DESCRIPTION="Provide Perl API for libsmbclient.so"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND="dev-lang/perl
>=net-fs/samba-3.0.20[smbclient]"
RDEPEND="${DEPEND}"
# tests are not designed to work on a non-developer system.
RESTRICT=test

@ -0,0 +1 @@
DIST Filesys-SmbClient-3.1.tar.gz 51838 SHA256 a31c9e3f5fef7ac9a7fc2aad9a9cdb2817904a93a7b86132e31d7039a1eda502 SHA512 d8c255567e7a38e41b2fdb673d3252f7abc5e254634a78683e79fc88fa1f834ba7b331d65ded526855950d8ff84e9253610a0694672b43cc999aac7f4a4e9a44 WHIRLPOOL dbd0c9aa1dccaefb1d7b84fc62d7034f13cb1213a3dd46b9027bf92076ee46a76568002720e5daa605972479f4117e49f78bd867e216e10d7e8e0c292ea9580e

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

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/domain_name/domain_name-0.5.4.ebuild,v 1.1 2012/10/09 06:14:55 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/domain_name/domain_name-0.5.4.ebuild,v 1.2 2012/11/25 19:14:07 tomka Exp $
EAPI=4
@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/knu/ruby-domain_name"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
ruby_add_rdepend ">=dev-ruby/unf-0.0.5-r1"

@ -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/httpauth/httpauth-0.2.0.ebuild,v 1.1 2012/10/12 05:10:43 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/httpauth-0.2.0.ebuild,v 1.2 2012/11/25 19:27:50 tomka Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19"
@ -18,5 +18,5 @@ HOMEPAGE="http://httpauth.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/jwt-0.1.5.ebuild,v 1.1 2012/09/02 07:56:42 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jwt/jwt-0.1.5.ebuild,v 1.2 2012/11/25 19:27:17 tomka Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19 jruby"
@ -16,5 +16,5 @@ HOMEPAGE="https://github.com/progrium/ruby-jwt"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-0.5.3.ebuild,v 1.1 2012/10/12 05:50:10 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/listen/listen-0.5.3.ebuild,v 1.2 2012/11/25 19:22:23 tomka Exp $
EAPI=4
@ -22,7 +22,7 @@ RUBY_S="guard-listen-*"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x64-macos"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos"
IUSE=""
ruby_add_rdepend ">=dev-ruby/rb-inotify-0.8.8"

@ -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/mechanize/mechanize-2.5.1.ebuild,v 1.3 2012/09/29 15:46:02 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/mechanize-2.5.1.ebuild,v 1.4 2012/11/25 19:15:44 tomka Exp $
EAPI=4
@ -19,7 +19,7 @@ HOMEPAGE="http://mechanize.rubyforge.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_bdepend ">=dev-ruby/hoe-2.3.3"

@ -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/net-http-digest_auth/net-http-digest_auth-1.2.1.ebuild,v 1.3 2012/09/29 15:41:24 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.2.1.ebuild,v 1.4 2012/11/25 19:16:31 tomka Exp $
EAPI=4
@ -18,7 +18,7 @@ HOMEPAGE="http://github.com/drbrain/net-http-digest_auth"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/minitest )"

@ -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/net-http-persistent/net-http-persistent-2.8.ebuild,v 1.1 2012/11/11 12:01:12 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-persistent/net-http-persistent-2.8.ebuild,v 1.2 2012/11/25 19:12:35 tomka Exp $
EAPI=4
@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/drbrain/net-http-persistent"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc test"
ruby_add_bdepend "doc? ( dev-ruby/hoe )

@ -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/ntlm-http/ntlm-http-0.1.1.ebuild,v 1.3 2012/09/29 15:43:47 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ntlm-http/ntlm-http-0.1.1.ebuild,v 1.4 2012/11/25 19:13:20 tomka Exp $
EAPI=4
@ -20,7 +20,7 @@ HOMEPAGE="http://www.mindflowsolutions.net/"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 )"

@ -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/oauth2/oauth2-0.8.0.ebuild,v 1.1 2012/09/09 17:28:24 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-0.8.0.ebuild,v 1.2 2012/11/25 19:28:30 tomka Exp $
EAPI=4
@ -19,7 +19,7 @@ HOMEPAGE="http://github.com/intridea/oauth2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~x86"
IUSE=""
ruby_add_rdepend ">=dev-ruby/faraday-0.8

@ -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/sass/sass-3.2.3.ebuild,v 1.2 2012/11/11 17:57:37 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.2.3.ebuild,v 1.3 2012/11/25 19:23:07 tomka Exp $
EAPI=2
@ -18,7 +18,7 @@ DESCRIPTION="An extension of CSS3, adding nested rules, variables, mixins, selec
HOMEPAGE="http://sass-lang.com/"
LICENSE="MIT"
KEYWORDS="~amd64 ~ppc ~ppc64"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
SLOT="0"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.0.5-r1.ebuild,v 1.3 2012/09/29 15:55:00 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf/unf-0.0.5-r1.ebuild,v 1.4 2012/11/25 19:17:18 tomka Exp $
EAPI=4
@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/knu/ruby-unf"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
# jruby already has support for UNF so it does not need the extension.

@ -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/unf_ext/unf_ext-0.0.5.ebuild,v 1.4 2012/09/29 15:44:30 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/unf_ext/unf_ext-0.0.5.ebuild,v 1.5 2012/11/25 19:11:48 tomka Exp $
EAPI=4
@ -18,7 +18,7 @@ HOMEPAGE="http://sourceforge.jp/projects/unf/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="doc test"
ruby_add_bdepend "doc? ( dev-ruby/hoe dev-ruby/jeweler )

@ -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/webrobots/webrobots-0.0.13.ebuild,v 1.3 2012/09/29 15:42:40 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/webrobots/webrobots-0.0.13.ebuild,v 1.4 2012/11/25 19:14:53 tomka Exp $
EAPI=4
USE_RUBY="ruby18 ree18 ruby19"
@ -15,7 +15,7 @@ HOMEPAGE="http://rubygems.org/gems/webrobots"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE=""
ruby_add_rdepend ">=dev-ruby/nokogiri-1.4.4"

@ -1,2 +1,3 @@
DIST comparator-2.5.tar.gz 1469060 SHA256 d6151d72a3517470292b405fc4e7b0f518ed335377464228677e2416cae52c25 SHA512 aceaabf7bbcce961def9acfdcce3595685d958b330a82dfe48bf3c72cdc672705542f77d27d726c91aa51a6f3a7b3f0909084f4aed8e480d4e1bce55574b3df8 WHIRLPOOL 67339d3e323cfb025502499a45f967762698ec9782bb72eda3b68028ab0b9869e1c3b61004edcf133c49c4dab532c9107d09ff4b76a694508f6c85321a3bef46
DIST comparator-2.8.tar.gz 1463316 SHA256 d858405aa6fb2cd523d11f8ab74af542bec8b323f5a5e13e529a7914f694e8d5 SHA512 40393f26a76d6b863640ea9d0369f5bec7170696b28671fb8ab950ea764ce4490e772ecad0ee1f8a0e975e48ad1de0dcf898c4b1fffa92987bb46dc5e1049285 WHIRLPOOL 06f834c15301cc3cb3fef1e7e5e4b069be69efe591a924f5ca62e5b2bf05b79b31db4a07a7c769ef501be95fe11c622fbf8c4578ed4d940a129ef464d2a3a6bd
DIST comparator-2.9.tar.gz 1463064 SHA256 3fd8b3a8e36e7633950f333f23c60c35ed9a1ac78e9b6f69950908919043d682 SHA512 039c2edead2366f9c067a279b0449a6c5e7872acbe1c06ed5ad31bd3c76eee3c514abe6dd53a4921c2ad382a82c53fcff2db73338532594621327b5bb440d442 WHIRLPOOL 4c608a3627b0e309521f441d088f89f6768e466fa660d75da10e15dd18bba027070a65826a92d5b27254db3b7df76e9164cb1456c3bd4e2b27d5c39ce2027016

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.8.ebuild,v 1.1 2012/01/03 04:03:10 kumba Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.8.ebuild,v 1.2 2012/11/26 03:25:42 blueness Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -15,7 +15,7 @@ SRC_URI="http://www.catb.org/~esr/comparator/${P}.tar.gz"
LICENSE="as-is GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=""

@ -0,0 +1,52 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.9.ebuild,v 1.2 2012/11/26 03:25:42 blueness Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils toolchain-funcs
DESCRIPTION="ESR's utility for making fast comparisons among large source trees"
HOMEPAGE="http://www.catb.org/~esr/comparator/"
SRC_URI="http://www.catb.org/~esr/comparator/${P}.tar.gz"
LICENSE="as-is GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=""
DEPEND="=app-text/docbook-xml-dtd-4.1.2*
app-text/xmlto"
PYTHON_MODNAME="comparator.py"
src_prepare() {
sed \
-e '/install -m 755 -o 0 -g 0 filterator/d' \
-e '/python setup.py install/d' \
-i Makefile || die "sed failed"
}
src_compile() {
distutils_src_compile
emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
emake comparator.html scf-standard.html
}
src_install() {
distutils_src_install
emake ROOT="${D}" install
install_filterator() {
newbin filterator filterator-${PYTHON_ABI} || return 1
python_convert_shebangs ${PYTHON_ABI} "${ED}usr/bin/filterator-${PYTHON_ABI}"
}
python_execute_function -q install_filterator
python_generate_wrapper_scripts "${ED}usr/bin/filterator"
dohtml *.html
}

@ -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/evolution-data-server/evolution-data-server-2.32.3-r2.ebuild,v 1.12 2012/10/17 09:54:20 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-2.32.3-r2.ebuild,v 1.13 2012/11/25 19:33:56 ulm Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -16,7 +16,7 @@ HOMEPAGE="http://projects.gnome.org/evolution/"
SRC_URI="${SRC_URI} http://dev.gentoo.org/~pacho/gnome/${P}-patches.tar.xz"
# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
LICENSE="|| ( LGPL-2 LGPL-3 ) BSD DB"
LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
SLOT="0"
KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"

@ -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/evolution-data-server/evolution-data-server-3.2.3-r2.ebuild,v 1.4 2012/10/17 09:54:20 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.2.3-r2.ebuild,v 1.5 2012/11/25 19:33:56 ulm Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -14,7 +14,7 @@ DESCRIPTION="Evolution groupware backend"
HOMEPAGE="http://projects.gnome.org/evolution/"
# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
LICENSE="|| ( LGPL-2 LGPL-3 ) BSD DB"
LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
IUSE="+gnome-online-accounts +introspection ipv6 ldap kerberos vala +weather"

@ -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/evolution-data-server/evolution-data-server-3.4.4.ebuild,v 1.5 2012/10/17 09:54:20 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.4.4.ebuild,v 1.6 2012/11/25 19:33:56 ulm Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -14,7 +14,7 @@ DESCRIPTION="Evolution groupware backend"
HOMEPAGE="http://projects.gnome.org/evolution/"
# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
LICENSE="|| ( LGPL-2 LGPL-3 ) BSD DB"
LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
IUSE="+gnome-online-accounts +introspection ipv6 ldap kerberos vala +weather"

@ -1,3 +1,3 @@
DIST libgsf-1.14.22.tar.xz 506188 SHA256 a5f23be3cab72abd91bb443a32f41d6adc73250285b53787460750b6d60b783f SHA512 08371fe27db084530740240795edcaeb6f8fbbf18c76095b52364f8c78bfaf84b7dd7504958e81bbb9e2da024d237d2968fdddb9268a970059739b5414640ec0 WHIRLPOOL 2abad12710c1fa8765b75d9683527137f034e3f86bf22df4290d43896583b631e84eca7bfe9e06e4370f66575f8824032842d634fc6ee496803037cdc7d9c35a
DIST libgsf-1.14.23.tar.xz 515136 SHA256 bfc1c6178f5319d5e6d854c380ce26542f9a103a5ff31c9d25a834e0be52fb17 SHA512 21c6f80fb242b3cd1482cef34126de963ffc566f909cbff656c67a20a179abcf1dcfcc2cf78f8aa56ec1b23eebf890262d31aef3709db635bab1432990ac451e WHIRLPOOL 85e1b1fe2c4bff173ab6a30a8a39207c3c1b4c4f7bc3e076e067ef416b1ec2cf75452f2c6d953b24b4a9bfffcfa6f3a3eea984958560284d00edda64d3065088
DIST libgsf-1.14.24.tar.xz 522900 SHA256 975fc00a1332167e2baf649f8e2637884f798db1c8bb04abece2d5141663abff SHA512 806cd80253c8eaf5958bd881b3fd475b0d5cab0e04e8899bf3095cd22523beff569a34f2a86b1645d9e062455c9a63adc1bfc8da6f7bfe5f7f482ddbef6407a0 WHIRLPOOL 5d4950ccbe84a39220c9c12dd74747fac1e23f4223c0ec18512e2ebc81b5c0a6111b63de279124078b11093e7bc091ed569f7bb4aa31696e453aeb1f1699ad14
DIST libgsf-1.14.25.tar.xz 525004 SHA256 127548f07e07951984fb139c3f89d65b9e471aefe6555387de03e1113944d1a2 SHA512 44a231943582005024300f3d73ae7720fdc6f501fbd4685170a6da2ecdf44e3d15b95d2e6eda766c8c07b9220e9e9e2832cf5c1e7f66c55026e61ca1e6cff31e WHIRLPOOL 7de5413629e107bf3597af3962a3bd03da7c67d7f7581ef3d682fda86c63db5c9da0ee1e064c2d75c0120836892fc1d0ed04cc61187555ae68544682fa7ef374

@ -1,123 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.22.ebuild,v 1.9 2012/07/15 17:54:51 armin76 Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_DEPEND="python? 2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython *-pypy-*"
inherit autotools eutils gnome2 python multilib
DESCRIPTION="The GNOME Structured File Library"
HOMEPAGE="http://projects.gnome.org/libgsf/"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bzip2 doc gtk python"
RDEPEND=">=dev-libs/glib-2.16:2
>=dev-libs/libxml2-2.4.16:2
sys-libs/zlib
bzip2? ( app-arch/bzip2 )
gtk? ( x11-libs/gtk+:2 )
python? (
>=dev-python/pygobject-2.10:2
>=dev-python/pygtk-2.10:2 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35.0
dev-util/gtk-doc-am
virtual/pkgconfig
doc? ( >=dev-util/gtk-doc-1 )"
pkg_setup() {
DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
G2CONF="${G2CONF}
--with-gio
--disable-static
$(use_with bzip2 bz2)
$(use_with python)
$(use_with gtk gdk-pixbuf)"
if use python; then
python_pkg_setup
fi
}
src_prepare() {
# Drop DEPRECATED flags
sed -i -e "s/ -DG_DISABLE_DEPRECATED//" configure.in configure || die
# Python bindings are built/installed manually.
sed -e "/SUBDIRS += python/d" -i Makefile.am || die
intltoolize --force --copy --automake || die "intltoolize failed"
eautoreconf
# disable pyc compiling
echo '#!/bin/sh' > py-compile
gnome2_src_prepare
}
src_compile() {
gnome2_src_compile
if use python; then
python_copy_sources python
building() {
emake \
PYTHON_INCLUDES="-I$(python_get_includedir)" \
pyexecdir="$(python_get_sitedir)" \
pythondir="$(python_get_sitedir)"
}
python_execute_function -s --source-dir python building
fi
}
src_install() {
gnome2_src_install
if use python; then
installation() {
emake \
DESTDIR="${D}" \
pyexecdir="$(python_get_sitedir)" \
pythondir="$(python_get_sitedir)" \
install
}
python_execute_function -s --source-dir python installation
python_clean_installation_image
fi
}
pkg_preinst() {
gnome2_pkg_preinst
preserve_old_lib /usr/$(get_libdir)/libgsf-1.so.1
preserve_old_lib /usr/$(get_libdir)/libgsf-gnome-1.so.1
}
pkg_postinst() {
gnome2_pkg_postinst
if use python; then
python_mod_optimize gsf
fi
preserve_old_lib_notify /usr/$(get_libdir)/libgsf-1.so.1
preserve_old_lib_notify /usr/$(get_libdir)/libgsf-gnome-1.so.1
}
pkg_postrm() {
gnome2_pkg_postrm
if use python; then
python_mod_cleanup gsf
fi
}

@ -0,0 +1,95 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.25.ebuild,v 1.1 2012/11/25 21:12:50 eva Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
PYTHON_COMPAT=( python2_{6,7} )
inherit eutils gnome2 multilib python-r1
DESCRIPTION="The GNOME Structured File Library"
HOMEPAGE="http://projects.gnome.org/libgsf/"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="bzip2 gtk +introspection python"
RDEPEND=">=dev-libs/glib-2.26:2
>=dev-libs/libxml2-2.4.16:2
sys-libs/zlib
bzip2? ( app-arch/bzip2 )
gtk? ( x11-libs/gtk+:2 )
introspection? ( >=dev-libs/gobject-introspection-1 )
python? (
${PYTHON_DEPS}
>=dev-python/pygobject-2.10:2
>=dev-python/pygtk-2.10:2 )"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.12
>=dev-util/intltool-0.35.0
dev-libs/gobject-introspection-common
virtual/pkgconfig
"
BUILD_DIR="${S}/python"
src_configure() {
DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO"
G2CONF="${G2CONF}
--disable-static
$(use_with bzip2 bz2)
$(use_enable introspection)
$(use_with gtk gdk-pixbuf)"
if use python ; then
copy_binding() {
gnome2_src_configure --with-python
cp -r python "${BUILD_DIR}"
}
python_foreach_impl copy_binding
fi
gnome2_src_configure --without-python
}
src_compile() {
gnome2_src_compile
if use python ; then
building() {
cd "${BUILD_DIR}"
python_export PYTHON_SITEDIR
default
}
python_foreach_impl building
fi
}
src_install() {
gnome2_src_install
if use python ; then
installation() {
cd "${BUILD_DIR}"
emake install DESTDIR="${D}"
}
python_foreach_impl installation
prune_libtool_files --modules
fi
}
pkg_preinst() {
gnome2_pkg_preinst
preserve_old_lib /usr/$(get_libdir)/libgsf-1.so.1
preserve_old_lib /usr/$(get_libdir)/libgsf-gnome-1.so.1
}
pkg_postinst() {
gnome2_pkg_postinst
preserve_old_lib_notify /usr/$(get_libdir)/libgsf-1.so.1
preserve_old_lib_notify /usr/$(get_libdir)/libgsf-gnome-1.so.1
}

@ -1,102 +0,0 @@
/*-
* $Id: DB,v 1.1 2002/07/07 13:27:02 aliz Exp $
*/
The following is the license that applies to this copy of the Berkeley DB
software. For a license to use the Berkeley DB software under conditions
other than those described here, or to purchase support for this software,
please contact Sleepycat Software by email at db@sleepycat.com, or on the
Web at http://www.sleepycat.com.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
/*
* Copyright (c) 1990-2001
* Sleepycat Software. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Redistributions in any form must be accompanied by information on
* how to obtain complete source code for the DB software and any
* accompanying software that uses the DB software. The source code
* must either be included in the distribution or be available for no
* more than the cost of distribution plus a nominal fee, and must be
* freely redistributable under reasonable conditions. For an
* executable file, complete source code means the source code for all
* modules it contains. It does not include source code for modules or
* files that typically accompany the major components of the operating
* system on which the executable file runs.
*
* THIS SOFTWARE IS PROVIDED BY SLEEPYCAT SOFTWARE ``AS IS'' AND ANY EXPRESS
* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
* NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL SLEEPYCAT SOFTWARE
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
* Copyright (c) 1990, 1993, 1994, 1995
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
/*
* Copyright (c) 1995, 1996
* The President and Fellows of Harvard University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/

@ -1,92 +0,0 @@
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
/*
* Copyright (c) 1990-2006
* Oracle Corporation. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Redistributions in any form must be accompanied by information on
* how to obtain complete source code for the DB software and any
* accompanying software that uses the DB software. The source code
* must either be included in the distribution or be available for no
* more than the cost of distribution plus a nominal fee, and must be
* freely redistributable under reasonable conditions. For an
* executable file, complete source code means the source code for all
* modules it contains. It does not include source code for modules or
* files that typically accompany the major components of the operating
* system on which the executable file runs.
*
* THIS SOFTWARE IS PROVIDED BY ORACLE CORPORATION ``AS IS'' AND ANY EXPRESS
* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
* NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL ORACLE CORPORATION
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/
/*
* Copyright (c) 1990, 1993, 1994, 1995
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
/*
* Copyright (c) 1995, 1996
* The President and Fellows of Harvard University. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Neither the name of the University nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/

@ -1,16 +0,0 @@
Copyright and License
This document is copyright © 2001, 2002, 2004, 2006-2007, 2010 Ravenbrook Limited. All rights reserved. This is an open source license. Contact Ravenbrook for commercial licensing options.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Redistributions in any form must be accompanied by information on how to obtain complete source code for this software and any accompanying software that uses this software. The source code must either be included in the
distribution or be available for no more than the cost of distribution plus a nominal fee, and must be freely redistributable under reasonable conditions. For an executable file, complete source code means the source code for all
modules it contains. It does not include source code for modules or files that typically accompany the major components of the operating system on which the executable file runs.
This software is provided by the copyright holders and contributors "as is" and any express or implied warranties, including, but not limited to, the implied warranties of merchantability, fitness for a particular purpose, or
non-infringement, are disclaimed. In no event shall the copyright holders and contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement
of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising
in any way out of the use of this software, even if advised of the possibility of such damage.

@ -1,47 +0,0 @@
/*-
* $Id: Roadrunner,v 1.2 2011/11/05 02:29:54 ulm Exp $
*/
The following is the license that applies to this copy of the RoadRunner
software. For a license to use the RoadRunner software under conditions
other than those described here, or to purchase support for this software,
please contact CodeFactory AB by email at info@codefactory.se, or on the
Web at http://www.codefactory.se/.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
/*
* Copyright (c) 2002 Jonas Borgström <jonas@codefactory.se>
* Copyright (c) 2002 Daniel Lundin <daniel@codefactory.se>
* Copyright (c) 2002 CodeFactory AB. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Redistributions in any form must be accompanied by information on
* how to obtain complete source code for the RoadRunner software and
* any accompanying software that uses the RoadRunner software. The
* source code must either be included in the distribution or be
* available for no more than the cost of distribution plus a nominal
* fee, and must be freely redistributable under reasonable conditions.
* For an executable file, complete source code means the source code
* for all modules it contains. It does not include source code for
* modules or files that typically accompany the major components of
* the operating system on which the executable file runs.
*
* THIS SOFTWARE IS PROVIDED BY CODEFACTORY AB ``AS IS'' AND ANY EXPRESS
* OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
* NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL CODEFACTORY AB
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*/

@ -10,11 +10,11 @@ are met:
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Redistributions in any form must be accompanied by information on
how to obtain complete source code for the DB software and any
accompanying software that uses the DB software. The source code
must either be included in the distribution or be available for no
more than the cost of distribution plus a nominal fee, and must be
freely redistributable under reasonable conditions. For an
how to obtain complete source code for the <program> software and any
accompanying software that uses the <program> software. The source
code must either be included in the distribution or be available for
no more than the cost of distribution plus a nominal fee, and must
be freely redistributable under reasonable conditions. For an
executable file, complete source code means the source code for all
modules it contains. It does not include source code for modules or
files that typically accompany the major components of the operating
@ -33,7 +33,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
Copyright (c) 1990, 1993, 1994, 1995
[Copyright (c) 1990, 1993, 1994, 1995
The Regents of the University of California. All rights reserved.
Redistribution and use in source and binary forms, with or without
@ -58,10 +58,10 @@ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
SUCH DAMAGE.]
Copyright (c) 1995, 1996
[Copyright (c) 1995, 1996
The President and Fellows of Harvard University. All rights reserved.
Redistribution and use in source and binary forms, with or without
@ -86,4 +86,4 @@ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
SUCH DAMAGE.
SUCH DAMAGE.]

@ -1,3 +1,3 @@
DIST gimp-2.6.11-underlinking.patch.xz 5544 RMD160 289359e3b2367cf85dd2f838350ae340ff21256c SHA1 7b7daa0144da506519070835a101455f87e6bfba SHA256 5e7f2f16b8fe9b186b94cbe4cea1cda6242b066c07d36ca4907e276e32976d56
DIST gimp-2.6.12.tar.bz2 16745411 RMD160 3c7ae863474dea670eaeb914e333ba6bf50c7fcc SHA1 82964e3d4eb003239f3443a1bccac53f5d780e15 SHA256 d553c9f1c07f59fa7b7ce9cc5f84ce59bf4e9dfb5b6ee4bd8718b74b947aec62
DIST gimp-2.8.2.tar.bz2 20161424 RMD160 353cf862302417c35df902618a3ba05ac0b3af41 SHA1 64ad90cedc5e8e348310b6eb6b7821ec110c0886 SHA256 0cd1a7e67e132ead810e16e31ff929394c83fcf841e4a295c45d6f3829601ad9
DIST gimp-2.6.11-underlinking.patch.xz 5544 SHA256 5e7f2f16b8fe9b186b94cbe4cea1cda6242b066c07d36ca4907e276e32976d56 SHA512 ea9e2bac2b00152d0cfe183fdd08d1298c17d18e0f80fda93494adbef336bcbbe9528d94d3ea73648324916142ebda2769d6a88e2eb58a32d64120cf840a6973 WHIRLPOOL f56b217a14239adf96cce031465f8b65cd2d3a7bf2b64ca1d2ba3c2ee8e73fc07a6c7be416cc6863654396e87d441021257f6b2dca5245a551759ffc49da3ca7
DIST gimp-2.6.12.tar.bz2 16745411 SHA256 d553c9f1c07f59fa7b7ce9cc5f84ce59bf4e9dfb5b6ee4bd8718b74b947aec62 SHA512 4afd136510857adf68f7c85b34138ccf3d9e0499ac526481239e5d5bf0cbe400186c57b688b0818c3b372ed2c57bdeba8a1fb456fa0e82590495a4425393969f WHIRLPOOL 310c598dba3202713fa48f776494fe9a7d09ab7cd39538cff5d3f021af6c13c2ece0f30e84d1dd0fbbbb095584995a998700292ce995338648ff37fc7824f34c
DIST gimp-2.8.2.tar.bz2 20161424 SHA256 0cd1a7e67e132ead810e16e31ff929394c83fcf841e4a295c45d6f3829601ad9 SHA512 82a15072aba97d41a7dd74920f5db4e89442ff83841ac614f6fadfd964bdb8d3ae478ac0ba2e906bcf4569c8de00a1616fd6d626032f093060f28df3655d9111 WHIRLPOOL ae8f3347bc847d6a5451b899a5849b947452239f2e73f19ec0e9f5fcf96141a1c697a930b678429ecd0c3184e7d41c9f45f15aef978bf44f0e3f3726305ddd74

@ -0,0 +1,173 @@
From 2873262fccba12af144ed96ed91be144d92ff2e1 Mon Sep 17 00:00:00 2001
From: Michael Natterer <mitch@gimp.org>
Date: Wed, 07 Nov 2012 23:16:31 +0000
Subject: Bug 687392 - Memory corruption vulnerability when reading XWD files
Applied and enhanced patch from andres which makes file-xwd detect
this kind of file corruption and abort loading with an error message.
(cherry picked from commit 0b35f6a082a0b3c372c568ea6bde39a4796acde2)
---
diff --git a/plug-ins/common/file-xwd.c b/plug-ins/common/file-xwd.c
index 4e8a95e..f91d757 100644
--- a/plug-ins/common/file-xwd.c
+++ b/plug-ins/common/file-xwd.c
@@ -186,11 +186,13 @@ static gint32 load_xwd_f2_d16_b16 (const gchar *,
static gint32 load_xwd_f2_d24_b32 (const gchar *,
FILE *,
L_XWDFILEHEADER *,
- L_XWDCOLOR *);
+ L_XWDCOLOR *,
+ GError **);
static gint32 load_xwd_f1_d24_b1 (const gchar *,
FILE *,
L_XWDFILEHEADER *,
- L_XWDCOLOR *);
+ L_XWDCOLOR *,
+ GError **);
static L_CARD32 read_card32 (FILE *,
gint *);
@@ -540,7 +542,8 @@ load_image (const gchar *filename,
case 1: /* Single plane pixmap */
if ((depth <= 24) && (bpp == 1))
{
- image_ID = load_xwd_f1_d24_b1 (filename, ifp, &xwdhdr, xwdcolmap);
+ image_ID = load_xwd_f1_d24_b1 (filename, ifp, &xwdhdr, xwdcolmap,
+ error);
}
break;
@@ -559,7 +562,8 @@ load_image (const gchar *filename,
}
else if ((depth <= 24) && ((bpp == 24) || (bpp == 32)))
{
- image_ID = load_xwd_f2_d24_b32 (filename, ifp, &xwdhdr, xwdcolmap);
+ image_ID = load_xwd_f2_d24_b32 (filename, ifp, &xwdhdr, xwdcolmap,
+ error);
}
break;
}
@@ -570,7 +574,7 @@ load_image (const gchar *filename,
if (xwdcolmap)
g_free (xwdcolmap);
- if (image_ID == -1)
+ if (image_ID == -1 && ! (error && *error))
g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
_("XWD-file %s has format %d, depth %d and bits per pixel %d. "
"Currently this is not supported."),
@@ -1624,10 +1628,11 @@ load_xwd_f2_d16_b16 (const gchar *filename,
/* Load XWD with pixmap_format 2, pixmap_depth up to 24, bits_per_pixel 24/32 */
static gint32
-load_xwd_f2_d24_b32 (const gchar *filename,
- FILE *ifp,
- L_XWDFILEHEADER *xwdhdr,
- L_XWDCOLOR *xwdcolmap)
+load_xwd_f2_d24_b32 (const gchar *filename,
+ FILE *ifp,
+ L_XWDFILEHEADER *xwdhdr,
+ L_XWDCOLOR *xwdcolmap,
+ GError **error)
{
register guchar *dest, lsbyte_first;
gint width, height, linepad, i, j, c0, c1, c2, c3;
@@ -1652,12 +1657,6 @@ load_xwd_f2_d24_b32 (const gchar *filename,
width = xwdhdr->l_pixmap_width;
height = xwdhdr->l_pixmap_height;
- image_ID = create_new_image (filename, width, height, GIMP_RGB,
- &layer_ID, &drawable, &pixel_rgn);
-
- tile_height = gimp_tile_height ();
- data = g_malloc (tile_height * width * 3);
-
redmask = xwdhdr->l_red_mask;
greenmask = xwdhdr->l_green_mask;
bluemask = xwdhdr->l_blue_mask;
@@ -1685,6 +1684,22 @@ load_xwd_f2_d24_b32 (const gchar *filename,
maxblue = 0; while (bluemask >> (blueshift + maxblue)) maxblue++;
maxblue = (1 << maxblue) - 1;
+ if (maxred > sizeof (redmap) ||
+ maxgreen > sizeof (greenmap) ||
+ maxblue > sizeof (bluemap))
+ {
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("XWD-file %s is corrupt."),
+ gimp_filename_to_utf8 (filename));
+ return -1;
+ }
+
+ image_ID = create_new_image (filename, width, height, GIMP_RGB,
+ &layer_ID, &drawable, &pixel_rgn);
+
+ tile_height = gimp_tile_height ();
+ data = g_malloc (tile_height * width * 3);
+
/* Set map-arrays for red, green, blue */
for (red = 0; red <= maxred; red++)
redmap[red] = (red * 255) / maxred;
@@ -1825,10 +1840,11 @@ load_xwd_f2_d24_b32 (const gchar *filename,
/* Load XWD with pixmap_format 1, pixmap_depth up to 24, bits_per_pixel 1 */
static gint32
-load_xwd_f1_d24_b1 (const gchar *filename,
- FILE *ifp,
- L_XWDFILEHEADER *xwdhdr,
- L_XWDCOLOR *xwdcolmap)
+load_xwd_f1_d24_b1 (const gchar *filename,
+ FILE *ifp,
+ L_XWDFILEHEADER *xwdhdr,
+ L_XWDCOLOR *xwdcolmap,
+ GError **error)
{
register guchar *dest, outmask, inmask, do_reverse;
gint width, height, i, j, plane, fromright;
@@ -1863,13 +1879,6 @@ load_xwd_f1_d24_b1 (const gchar *filename,
indexed = (xwdhdr->l_pixmap_depth <= 8);
bytes_per_pixel = (indexed ? 1 : 3);
- image_ID = create_new_image (filename, width, height,
- indexed ? GIMP_INDEXED : GIMP_RGB,
- &layer_ID, &drawable, &pixel_rgn);
-
- tile_height = gimp_tile_height ();
- data = g_malloc (tile_height * width * bytes_per_pixel);
-
for (j = 0; j < 256; j++) /* Create an array for reversing bits */
{
inmask = 0;
@@ -1913,6 +1922,16 @@ load_xwd_f1_d24_b1 (const gchar *filename,
maxblue = 0; while (bluemask >> (blueshift + maxblue)) maxblue++;
maxblue = (1 << maxblue) - 1;
+ if (maxred > sizeof (redmap) ||
+ maxgreen > sizeof (greenmap) ||
+ maxblue > sizeof (bluemap))
+ {
+ g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_FAILED,
+ _("XWD-file %s is corrupt."),
+ gimp_filename_to_utf8 (filename));
+ return -1;
+ }
+
/* Set map-arrays for red, green, blue */
for (red = 0; red <= maxred; red++)
redmap[red] = (red * 255) / maxred;
@@ -1922,6 +1941,13 @@ load_xwd_f1_d24_b1 (const gchar *filename,
bluemap[blue] = (blue * 255) / maxblue;
}
+ image_ID = create_new_image (filename, width, height,
+ indexed ? GIMP_INDEXED : GIMP_RGB,
+ &layer_ID, &drawable, &pixel_rgn);
+
+ tile_height = gimp_tile_height ();
+ data = g_malloc (tile_height * width * bytes_per_pixel);
+
ncols = xwdhdr->l_colormap_entries;
if (xwdhdr->l_ncolors < ncols)
ncols = xwdhdr->l_ncolors;
--
cgit v0.9.0.2

@ -0,0 +1,168 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.8.2-r1.ebuild,v 1.1 2012/11/25 19:38:46 sping Exp $
EAPI="3"
PYTHON_DEPEND="python? 2:2.5"
inherit versionator autotools eutils gnome2 fdo-mime multilib python
DESCRIPTION="GNU Image Manipulation Program"
HOMEPAGE="http://www.gimp.org/"
SRC_URI="mirror://gimp/v$(get_version_component_range 1-2)/${P}.tar.bz2"
LICENSE="GPL-3 LGPL-3"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
LANGS="am ar ast az be bg br ca ca@valencia cs csb da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu id is it ja ka kk km kn ko lt lv mk ml ms my nb nds ne nl nn oc pa pl pt pt_BR ro ru rw si sk sl sr sr@latin sv ta te th tr tt uk vi xh yi zh_CN zh_HK zh_TW"
IUSE="alsa aalib altivec bzip2 curl dbus debug doc exif gnome postscript jpeg jpeg2k lcms mmx mng pdf png python smp sse svg tiff udev webkit wmf xpm"
for lang in ${LANGS}; do
IUSE+=" linguas_${lang}"
done
RDEPEND=">=dev-libs/glib-2.30.2:2
>=dev-libs/atk-2.2.0
>=x11-libs/gtk+-2.24.10:2
>=x11-libs/gdk-pixbuf-2.24.1:2
>=x11-libs/cairo-1.10.2
>=x11-libs/pango-1.29.4
xpm? ( x11-libs/libXpm )
>=media-libs/freetype-2.1.7
>=media-libs/fontconfig-2.2.0
sys-libs/zlib
dev-libs/libxml2
dev-libs/libxslt
x11-themes/hicolor-icon-theme
>=media-libs/babl-0.1.10
>=media-libs/gegl-0.2.0
aalib? ( media-libs/aalib )
alsa? ( media-libs/alsa-lib )
curl? ( net-misc/curl )
dbus? ( dev-libs/dbus-glib )
gnome? ( gnome-base/gvfs )
webkit? ( >=net-libs/webkit-gtk-1.6.1:2 )
jpeg? ( virtual/jpeg:0 )
jpeg2k? ( media-libs/jasper )
exif? ( >=media-libs/libexif-0.6.15 )
lcms? ( >=media-libs/lcms-1.16:0 )
mng? ( media-libs/libmng )
pdf? ( >=app-text/poppler-0.12.4[cairo] )
png? ( >=media-libs/libpng-1.2.37:0 )
python? ( >=dev-python/pygtk-2.10.4:2 )
tiff? ( >=media-libs/tiff-3.5.7:0 )
svg? ( >=gnome-base/librsvg-2.36.0:2 )
wmf? ( >=media-libs/libwmf-0.2.8 )
x11-libs/libXcursor
sys-libs/zlib
bzip2? ( app-arch/bzip2 )
postscript? ( app-text/ghostscript-gpl )
udev? ( sys-fs/udev[gudev] )"
DEPEND="${RDEPEND}
sys-apps/findutils
virtual/pkgconfig
>=dev-util/intltool-0.40.1
>=sys-devel/gettext-0.17
doc? ( >=dev-util/gtk-doc-1 )
>=sys-devel/libtool-2.2
>=sys-devel/automake-1.11
dev-util/gtk-doc-am" # due to our call to eautoreconf below (bug #386453)
DOCS="AUTHORS ChangeLog* HACKING NEWS README*"
S="${WORKDIR}"/${P}
pkg_setup() {
G2CONF="--enable-default-binary \
--with-x \
--disable-silent-rules \
$(use_with aalib aa) \
$(use_with alsa) \
$(use_enable altivec) \
$(use_with bzip2) \
$(use_with curl libcurl) \
$(use_with dbus) \
$(use_with gnome gvfs) \
$(use_with webkit) \
$(use_with jpeg libjpeg) \
$(use_with jpeg2k libjasper) \
$(use_with exif libexif) \
$(use_with lcms) \
$(use_with postscript gs) \
$(use_enable mmx) \
$(use_with mng libmng) \
$(use_with pdf poppler) \
$(use_with png libpng) \
$(use_enable python) \
$(use_enable smp mp) \
$(use_enable sse) \
$(use_with svg librsvg) \
$(use_with tiff libtiff) \
$(use_with udev gudev) \
$(use_with wmf) \
--with-xmc \
$(use_with xpm libxpm) \
--without-xvfb-run"
if use python; then
python_set_active_version 2
python_pkg_setup
fi
}
src_prepare() {
# https://bugs.gentoo.org/show_bug.cgi?id=444280
epatch "${FILESDIR}"/${P}-xwd-file-security.patch
epatch "${FILESDIR}"/${PN}-2.7.4-no-deprecation.patch # bug 395695, comment 9 and 16
eautoreconf # If you remove this: remove dev-util/gtk-doc-am from DEPEND, too
echo '#!/bin/sh' > py-compile
gnome2_src_prepare
}
_clean_up_locales() {
einfo "Cleaning up locales..."
for lang in ${LANGS}; do
use "linguas_${lang}" && {
einfo "- keeping ${lang}"
continue
}
rm -Rf "${D}"/usr/share/locale/"${lang}" || die
done
}
src_install() {
gnome2_src_install
if use python; then
python_convert_shebangs -r $(python_get_version) "${ED}"
python_need_rebuild
fi
# Workaround for bug #321111 to give GIMP the least
# precedence on PDF documents by default
mv "${D}"/usr/share/applications/{,zzz-}gimp.desktop || die
find "${D}" -name '*.la' -delete || die
# Prevent dead symlink gimp-console.1 from downstream man page compression (bug #433527)
local gimp_app_version=$(get_version_component_range 1-2)
mv "${D}"/usr/share/man/man1/gimp-console{-${gimp_app_version},}.1 || die
_clean_up_locales
}
pkg_postinst() {
gnome2_pkg_postinst
use python && python_mod_optimize /usr/$(get_libdir)/gimp/2.0/python \
/usr/$(get_libdir)/gimp/2.0/plug-ins
}
pkg_postrm() {
gnome2_pkg_postrm
use python && python_mod_cleanup /usr/$(get_libdir)/gimp/2.0/python \
/usr/$(get_libdir)/gimp/2.0/plug-ins
}

@ -1,2 +1 @@
DIST audiofile-0.3.3.tar.xz 469996 SHA256 f5229c6d5a0dc1126e0afae04f03cbda6d3d5bc985588ee88ad66561bf4cadc5 SHA512 de3e847f6d180f532e3c290a0a6d095ff2929f0705aa7d6057e7a016e925211baa3a5097255e5ec1b480aa978285b8bb3a06bfabc551db8b4d4a762c3e577b3f WHIRLPOOL a62b7b101537deaa2dc2eac93661c28793f771191ab59b66d0537ed4199dbfba3aed2684f37ef17f06fadbbb69070e7a3104167f75a13d8b6346a62b985ec5f7
DIST audiofile-0.3.4.tar.xz 484628 SHA256 4cd79d8e7b4197dcb75f44f172e9823ba01716d26075a7387d9eba6deccb06bc SHA512 5846c84bacc5060a19c4b9c6270aa06428ee1aa9498b37fee557e5da2e100a073d581330700aab4a99c3d692b290a308d57af82af8e9dc5208a320d7836e6ac4 WHIRLPOOL cf9f4525910f920a4292cf10df091c3d532233541b1c52818c888cf91ef1ab3f64814d8e795cf3e2045a35980dc68958653b5d52c4beb04ae28d4bfc3908a134

@ -1,40 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.3.3.ebuild,v 1.8 2012/07/15 18:02:54 armin76 Exp $
EAPI="4"
inherit autotools eutils gnome.org
DESCRIPTION="An elegant API for accessing audio files"
HOMEPAGE="http://www.68k.org/~michael/audiofile/"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="static-libs"
DOCS=( ACKNOWLEDGEMENTS AUTHORS ChangeLog NEWS NOTES README TODO )
src_prepare() {
# Don't build examples
sed -i -e "/^SRC_SUBDIRS/s: examples::" Makefile.am || die
eautoreconf
}
src_configure() {
econf \
$(use_enable static-libs static) \
--disable-werror \
--enable-largefile
}
src_test() {
emake -C test check
}
src_install() {
default
find "${ED}" -name '*.la' -delete
}

@ -4,3 +4,4 @@ DIST fldigi-3.21.58.tar.gz 1794407 SHA256 99dfe1fbda0b2a7d9a49f0db7757dc8f8223a7
DIST fldigi-3.21.59.tar.gz 2105081 SHA256 0b87722b2931ba9ee60a002459f320e1cdbb80a1fec6b1242bb2bb8ef415d212 SHA512 e633b1cee9f10ba5c56157d59b7cca515c3f13a33d46e9aec8a9b36890fa7a3de3332a94fb1be8ba0186555ed2382c3464a3cb9076e7a608ef39566c71b67f67 WHIRLPOOL 4f73555d3615f92a7a9c1dd0121fca119be04746ef726a8c9aea161883aff3c6c318d7b0ccf0e995097a8a027f521385205afcbf4686225c4a23b56ae8b9b8ce
DIST fldigi-3.21.60.tar.gz 2120677 SHA256 72bbd9f1066642671fa50736224c186c2d4874f20548d304e84194d3609b1a1b SHA512 3051923f4f56828b45e5e1413b40607dc4ccbfca420105a0513cd0ec6e58341736711400e58a2388dda9ccd62a80c6ba0937a5f1dd73aaff0fb75ec7d4f704b6 WHIRLPOOL 590f3b5b7d1958b725a741b00c60c02d0c90621e41cfb15ed9e348b8acb764e5460b6e442454608343cb52f6f95fe6ae38293b30f666fbedc3bb452407c81a5c
DIST fldigi-3.21.61.tar.gz 2119162 SHA256 a00ef5e5b500ea55d7f179dfc4ec172fc2db147499c0665fd76825e5d370e709 SHA512 aa0f2d40ec18698fe67fdbd1210aea530083b7162519a9d1835a9d28b38b190b34e6f0757966042b98591a99ab4abef16f70bcc5e07ce6b3425db321efbdcac3 WHIRLPOOL e817dd3a55f226d02538d7bc332940db4e954ca4ef04330d9b7571999fd4da1e6dfba89ea1b2f4077b6ba5052ffcdcbf34093c217757a637c1c855332a8877ea
DIST fldigi-3.21.62.tar.gz 2122596 SHA256 82d7882e8a7033d60dbcecdf24449ac33248cb2fbac3d46f0d6a8affff1d5d51 SHA512 acf3432a5dfe4af70da6e9d85350b8240a0b73786268cef9913bc829e188f28c0b1ec11762b9999a9ae52ff8f48cf4abc1251dfbcc52b19fadc9f10a89dbe0c0 WHIRLPOOL d953e45e48a0ea83840f869fac68dc8052d8d30b9dc0d604e4ecce656ec54286adb492c61f390ebe81ba9fb621d3dd700554dd4f47832548735c5a1a6472d55c

@ -0,0 +1,41 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-radio/fldigi/fldigi-3.21.62.ebuild,v 1.1 2012/11/26 05:37:58 tomjbe Exp $
EAPI=4
DESCRIPTION="Sound card based multimode software modem for Amateur Radio use"
HOMEPAGE="http://www.w1hkj.com/Fldigi.html"
SRC_URI="http://www.w1hkj.com/downloads/fldigi/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="hamlib nls portaudio pulseaudio sndfile xmlrpc"
RDEPEND="x11-libs/fltk:1[threads,xft]
media-libs/libsamplerate
media-libs/libpng
x11-misc/xdg-utils
hamlib? ( media-libs/hamlib )
portaudio? ( >=media-libs/portaudio-19_pre20071207 )
pulseaudio? ( media-sound/pulseaudio )
sndfile? ( >=media-libs/libsndfile-1.0.10 )
xmlrpc? ( || ( >=dev-libs/xmlrpc-c-1.18.02[abyss] <dev-libs/xmlrpc-c-1.18.02 )
dev-perl/RPC-XML
dev-perl/Term-ReadLine-Perl )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )
virtual/pkgconfig"
DOCS=( AUTHORS ChangeLog NEWS README )
src_configure() {
econf $(use_with sndfile) \
$(use_with portaudio) \
$(use_with hamlib) \
$(use_enable nls) \
$(use_with pulseaudio) \
$(use_with xmlrpc) \
--without-asciidoc
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-2.1-r1.ebuild,v 1.6 2012/11/22 21:05:04 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/pulseaudio/pulseaudio-2.1-r1.ebuild,v 1.7 2012/11/26 03:22:55 blueness Exp $
EAPI=4
@ -17,7 +17,7 @@ SRC_URI="http://freedesktop.org/software/pulseaudio/releases/${P}.tar.xz"
# GPL-forcing USE flags for those who use them.
LICENSE="!gdbm? ( LGPL-2.1 ) gdbm? ( GPL-2 )"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="+alsa avahi +caps equalizer jack lirc oss tcpd +X dbus libsamplerate gnome bluetooth +asyncns +glib gtk test doc +udev ipv6 system-wide realtime +orc ssl +gdbm +webrtc-aec xen systemd"
RDEPEND=">=media-libs/libsndfile-1.0.20

@ -0,0 +1,39 @@
diff -burN sox-14.4.0.old//src/ffmpeg.c sox-14.4.0/src/ffmpeg.c
--- sox-14.4.0.old//src/ffmpeg.c 2012-11-25 21:59:45.990825656 +0100
+++ sox-14.4.0/src/ffmpeg.c 2012-11-25 22:07:06.436809624 +0100
@@ -98,7 +98,7 @@
ic->error_recognition = 1;
#endif
- if (!codec || avcodec_open(enc, codec) < 0)
+ if (!codec || avcodec_open2(enc, codec, NULL) < 0)
return -1;
if (enc->codec_type != AVMEDIA_TYPE_AUDIO) {
lsx_fail("ffmpeg CODEC %x is not an audio CODEC", enc->codec_type);
@@ -180,7 +180,7 @@
}
/* Get CODEC parameters */
- if ((ret = av_find_stream_info(ffmpeg->ctxt)) < 0) {
+ if ((ret = avformat_find_stream_info(ffmpeg->ctxt, NULL)) < 0) {
lsx_fail("ffmpeg could not find CODEC parameters for %s", ft->filename);
return SOX_EOF;
}
@@ -274,7 +274,7 @@
AVCodecContext *c;
AVStream *st;
- st = av_new_stream(oc, 1);
+ st = avformat_new_stream(oc, NULL);
if (!st) {
lsx_fail("ffmpeg could not alloc stream");
return NULL;
@@ -308,7 +308,7 @@
}
/* open it */
- if (avcodec_open(c, codec) < 0) {
+ if (avcodec_open2(c, codec, NULL) < 0) {
lsx_fail("ffmpeg could not open CODEC");
return SOX_EOF;
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.4.0.ebuild,v 1.3 2012/07/13 10:58:10 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/media-sound/sox/sox-14.4.0.ebuild,v 1.4 2012/11/25 21:12:32 lu_zero Exp $
EAPI=4
inherit eutils flag-o-matic autotools
@ -43,7 +43,8 @@ src_prepare() {
epatch \
"${FILESDIR}"/${PN}-14.3.2-uclibc.patch \
"${FILESDIR}"/${P}-ffmpeg.patch \
"${FILESDIR}"/${P}-avcodec54.patch
"${FILESDIR}"/${P}-avcodec54.patch \
"${FILESDIR}"/${P}-libav-9.patch
eautoreconf
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.1-r1.ebuild,v 1.11 2012/10/21 19:53:57 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.1-r1.ebuild,v 1.12 2012/11/25 19:07:26 armin76 Exp $
EAPI=4
@ -162,7 +162,7 @@ DEPEND="${RDEPEND}
SLOT="0"
LICENSE="GPL-2"
if [[ ${PV} != *9999* ]]; then
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
else
KEYWORDS=""
fi

@ -1 +1 @@
Sun, 25 Nov 2012 19:06:52 +0000
Mon, 26 Nov 2012 06:06:52 +0000

@ -1 +1 @@
Sun, 25 Nov 2012 19:06:52 +0000
Mon, 26 Nov 2012 06:06:53 +0000

@ -1,5 +1,5 @@
DEFINED_PHASES=configure
DEPEND=>=dev-lang/lua-5.1
DEPEND=>=dev-lang/lua-5.1 app-text/asciidoc
DESCRIPTION=Live Syncing (Mirror) Daemon
EAPI=5
HOMEPAGE=http://code.google.com/p/lsyncd/
@ -8,4 +8,4 @@ LICENSE=GPL-2
RDEPEND=>=dev-lang/lua-5.1 net-misc/rsync
SLOT=0
SRC_URI=http://lsyncd.googlecode.com/files/lsyncd-2.1.3.tar.gz
_md5_=a60e8f7a8a0b4c5247f47332648bffd2
_md5_=713f303aa4f22b036a3a17c7af1a1141

@ -0,0 +1,11 @@
DEFINED_PHASES=configure install prepare
DESCRIPTION=A high-speed compression/decompression library by Google
EAPI=5
HOMEPAGE=https://code.google.com/p/snappy/
IUSE=static-libs
KEYWORDS=~amd64 ~x86
LICENSE=BSD
SLOT=0
SRC_URI=http://snappy.googlecode.com/files/snappy-1.0.5.tar.gz
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=58badd7125617f8f380d772f2835b5cb

@ -1,11 +0,0 @@
DEFINED_PHASES=compile install postinst postrm preinst prerm setup test unpack
DEPEND=>=dev-perl/XML-LibXML-1.61 dev-perl/Parse-RecDescent dev-perl/Text-Iconv dev-perl/XML-LibXSLT dev-perl/Term-ReadLine-Perl dev-perl/XML-XUpdate-LibXML !app-editors/XML-XSH2
DESCRIPTION=XML Editing Shell
HOMEPAGE=http://xsh.sourceforge.net/
KEYWORDS=~amd64 x86
LICENSE=GPL-2
RDEPEND=>=dev-perl/XML-LibXML-1.61 dev-perl/Parse-RecDescent dev-perl/Text-Iconv dev-perl/XML-LibXSLT dev-perl/Term-ReadLine-Perl dev-perl/XML-XUpdate-LibXML !app-editors/XML-XSH2
SLOT=0
SRC_URI=mirror://sourceforge/xsh/XML-XSH-1.8.2.tar.gz
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=489c7b1d070ec3aac0166f460e0db621

@ -1,11 +0,0 @@
DEFINED_PHASES=compile install postinst postrm preinst prerm setup test unpack
DEPEND=>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/Term-ReadLine-Perl >=dev-perl/XML-XUpdate-LibXML-0.4.0 !app-editors/XML-XSH
DESCRIPTION=XML Editing Shell
HOMEPAGE=http://xsh.sourceforge.net/
KEYWORDS=amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/Term-ReadLine-Perl >=dev-perl/XML-XUpdate-LibXML-0.4.0 !app-editors/XML-XSH
SLOT=0
SRC_URI=mirror://sourceforge/xsh/XML-XSH2-2.0.2.tar.gz
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=48995a2cc97b60dd34185e4973e81c0a

@ -1,11 +0,0 @@
DEFINED_PHASES=compile install postinst postrm preinst prerm setup test unpack
DEPEND=>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 !app-editors/XML-XSH
DESCRIPTION=XML Editing Shell
HOMEPAGE=http://xsh.sourceforge.net/
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 !app-editors/XML-XSH
SLOT=0
SRC_URI=mirror://cpan/authors/id/P/PA/PAJAS/XML-XSH2-2.1.1.tar.gz
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=922f3aa23b4a5d782461ac3634bde931

@ -1,12 +0,0 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/URI dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 !app-editors/XML-XSH dev-lang/perl[-build]
DESCRIPTION=XML Editing Shell
EAPI=4
HOMEPAGE=http://xsh.sourceforge.net/
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-2 )
RDEPEND=>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/URI dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 !app-editors/XML-XSH dev-lang/perl[-build]
SLOT=0
SRC_URI=mirror://cpan/authors/id/P/PA/PAJAS/XML-XSH2-2.1.2.tar.gz
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d8082702c6a8f40da5a4c7f90521fa75

@ -1,12 +0,0 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/URI dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 !app-editors/XML-XSH dev-lang/perl[-build]
DESCRIPTION=XML Editing Shell
EAPI=4
HOMEPAGE=http://xsh.sourceforge.net/
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-2 )
RDEPEND=>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/URI dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 !app-editors/XML-XSH dev-lang/perl[-build]
SLOT=0
SRC_URI=mirror://cpan/authors/id/P/PA/PAJAS/XML-XSH2-2.1.3.tar.gz
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=07abb83411c2e29bb2d8a80bc356e992

@ -1,12 +0,0 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/URI dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 !app-editors/XML-XSH dev-lang/perl[-build]
DESCRIPTION=XML Editing Shell
EAPI=4
HOMEPAGE=http://xsh.sourceforge.net/
KEYWORDS=~amd64 ~x86
LICENSE=|| ( Artistic GPL-2 )
RDEPEND=>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/URI dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 !app-editors/XML-XSH dev-lang/perl[-build]
SLOT=0
SRC_URI=mirror://cpan/authors/id/P/PA/PAJAS/XML-XSH2-2.1.5.tar.gz
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=4487a24a340eb3610996582b7dc730ae

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install prepare test unpack
DEPEND=>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/URI dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 !app-editors/XML-XSH dev-lang/perl[-build]
DEPEND=>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/URI dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 dev-lang/perl[-build]
DESCRIPTION=XML Editing Shell
EAPI=4
HOMEPAGE=http://xsh.sourceforge.net/
KEYWORDS=amd64 x86
LICENSE=|| ( Artistic GPL-2 )
RDEPEND=>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/URI dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 !app-editors/XML-XSH dev-lang/perl[-build]
RDEPEND=>=dev-perl/XML-LibXML-1.61 >=dev-perl/Parse-RecDescent-1.94 >=dev-perl/XML-LibXSLT-1.53 dev-perl/IO-stringy dev-perl/XML-SAX-Writer dev-perl/Term-ReadLine-Perl dev-perl/URI dev-perl/XML-Filter-DOMFilter-LibXML >=dev-perl/XML-XUpdate-LibXML-0.4.0 dev-lang/perl[-build]
SLOT=0
SRC_URI=mirror://cpan/authors/id/P/PA/PAJAS/XML-XSH2-2.1.6.tar.gz
_eclasses_=base ec46b36a6f6fd1d0b505a33e0b74e413 eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-module 825d3d7654c88c5c4dec7400d3612578 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=fa50820a4fd63c42d78f24908ecfeb7e
_md5_=3aa06ec1c97866c7aa92bb364286303f

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare unpack
DEPEND=app-text/enchant >=dev-libs/glib-2.32:2 dev-libs/libgee:0 gnome-base/gsettings-desktop-schemas >=x11-libs/gtk+-3.4.3:3 >=x11-libs/gtksourceview-3.4.1:3.0 x11-libs/gdk-pixbuf:2 x11-libs/libX11 x11-libs/pango || ( dev-lang/vala:0.18 ) dev-util/itstool virtual/pkgconfig sys-devel/gettext app-arch/xz-utils >=sys-apps/sed-4
DESCRIPTION=Integrated LaTeX environment for GNOME
EAPI=4
HOMEPAGE=http://projects.gnome.org/latexila/
IUSE=+latexmk rubber
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=app-text/enchant >=dev-libs/glib-2.32:2 dev-libs/libgee:0 gnome-base/gsettings-desktop-schemas >=x11-libs/gtk+-3.4.3:3 >=x11-libs/gtksourceview-3.4.1:3.0 x11-libs/gdk-pixbuf:2 x11-libs/libX11 x11-libs/pango || ( dev-lang/vala:0.18 ) virtual/latex-base x11-themes/hicolor-icon-theme latexmk? ( dev-tex/latexmk ) rubber? ( dev-tex/rubber )
SLOT=0
SRC_URI=mirror://gnome/sources/latexila/2.6/latexila-2.6.2.tar.xz
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 42baa24e27485fd02d1bed56ca46c0d8 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 vala 8d9290c0233fe61cb94ba608007a0daa versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=27552bb5a7b10fdd8a9786bbeeb29433

@ -5,10 +5,10 @@ EAPI=4
HOMEPAGE=http://dev.gentoo.org/~pacho/emul.html
IUSE=development
KEYWORDS=-* amd64
LICENSE=Artistic GPL-1 GPL-2 GPL-3 BSD BSD-2 BZIP2 AFL-2.1 LGPL-2.1 BSD-4 MIT public-domain LGPL-3 LGPL-2 GPL-2-with-exceptions MPL-1.1 OPENLDAP OracleDB UoI-NCSA ZLIB as-is openssl tcp_wrappers_license
LICENSE=Artistic GPL-1 GPL-2 GPL-3 BSD BSD-2 BZIP2 AFL-2.1 LGPL-2.1 BSD-4 MIT public-domain LGPL-3 LGPL-2 GPL-2-with-exceptions MPL-1.1 OPENLDAP Sleepycat UoI-NCSA ZLIB as-is openssl tcp_wrappers_license
RDEPEND=!<app-emulation/emul-linux-x86-medialibs-10.2
RESTRICT=strip
SLOT=0
SRC_URI=http://dev.gentoo.org/~pacho/emul/emul-linux-x86-baselibs-20120520.tar.xz
_eclasses_=emul-linux-x86 cd995126500762f062f4bc41f3ff229d eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=8ec91eddfc41226eb26414d3363386da
_md5_=d223d9cf6ec67c3491e8a4dfa01d3e84

@ -5,10 +5,10 @@ EAPI=4
HOMEPAGE=http://dev.gentoo.org/~pacho/emul.html
IUSE=development
KEYWORDS=-* amd64
LICENSE=Artistic GPL-1 GPL-2 GPL-3 BSD BSD-2 BZIP2 AFL-2.1 LGPL-2.1 BSD-4 MIT public-domain LGPL-3 LGPL-2 GPL-2-with-exceptions MPL-1.1 OPENLDAP OracleDB UoI-NCSA ZLIB as-is openssl tcp_wrappers_license
LICENSE=Artistic GPL-1 GPL-2 GPL-3 BSD BSD-2 BZIP2 AFL-2.1 LGPL-2.1 BSD-4 MIT public-domain LGPL-3 LGPL-2 GPL-2-with-exceptions MPL-1.1 OPENLDAP Sleepycat UoI-NCSA ZLIB as-is openssl tcp_wrappers_license
RDEPEND=!<app-emulation/emul-linux-x86-medialibs-10.2
RESTRICT=strip
SLOT=0
SRC_URI=http://dev.gentoo.org/~pacho/emul/emul-linux-x86-baselibs-20121028.tar.xz
_eclasses_=emul-linux-x86 cd995126500762f062f4bc41f3ff229d eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=c7497076e5839a2b40353ebd69a56933
_md5_=81e2fcfa7ec11bacf677d3e5d1e4c921

@ -4,9 +4,9 @@ DESCRIPTION=A Japanese input server which supports the XIM protocol
HOMEPAGE=http://www.nec.co.jp/canna/
IUSE=freewnn
KEYWORDS=x86 ppc sparc amd64 ppc64
LICENSE=as-is
LICENSE=HPND
RDEPEND=freewnn? ( >=app-i18n/freewnn-1.1.1_alpha19 ) !freewnn? ( >=app-i18n/canna-3.5_beta2-r1 ) x11-libs/libX11 x11-libs/libXaw x11-libs/libXmu x11-libs/libXp x11-libs/libXt
SLOT=0
SRC_URI=ftp://ftp.sra.co.jp/pub/x11/kinput2/kinput2-v3.1.tar.gz
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=051ecb1aa63f53a3445167ae7486fe9d
_md5_=6a3eb4c17a287f7b3a33b481df9f913c

@ -5,9 +5,9 @@ EAPI=3
HOMEPAGE=http://www.nec.co.jp/canna/
IUSE=freewnn
KEYWORDS=amd64 ~ppc ~ppc64 ~sparc x86
LICENSE=as-is
LICENSE=HPND
RDEPEND=freewnn? ( >=app-i18n/freewnn-1.1.1_alpha19 ) !freewnn? ( >=app-i18n/canna-3.5_beta2-r1 ) x11-libs/libX11 x11-libs/libXaw x11-libs/libXmu x11-libs/libXp x11-libs/libXt
SLOT=0
SRC_URI=ftp://ftp.sra.co.jp/pub/x11/kinput2/kinput2-v3.1.tar.gz
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=663ca75384c7fb8f629865531e1bcfff
_md5_=134285e66302534b11c713fb510ddbea

@ -9,4 +9,4 @@ RDEPEND=dev-python/pychm app-text/htmldoc || ( >=dev-libs/chmlib-0.40-r1[example
SLOT=0
SRC_URI=http://chm2pdf.googlecode.com/files/chm2pdf-0.9.1.tar.gz
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=5605c7b1d54a0f10b6766ca5a5a598b5
_md5_=795318edec82a60dcbce49e5fd85b95d

@ -4,11 +4,11 @@ DESCRIPTION=A fast, multi-threaded, multi-user SQL database server.
EAPI=4
HOMEPAGE=http://www.mysql.com/
IUSE=big-tables debug embedded minimal +perl selinux ssl static test latin1 extraengine cluster max-idx-128 berkdb +community profiling pbxt xtradb
KEYWORDS=~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris
KEYWORDS=alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-solaris
LICENSE=GPL-2
PDEPEND=perl? ( >=dev-perl/DBD-mysql-2.9004 ) =virtual/mysql-5.1
RDEPEND=ssl? ( >=dev-libs/openssl-0.9.6d ) kernel_linux? ( sys-process/procps ) >=sys-apps/sed-4 >=sys-apps/texinfo-4.7-r1 >=sys-libs/readline-4.1 >=sys-libs/zlib-1.2.3 !dev-db/mariadb !minimal? ( !prefix? ( dev-db/mysql-init-scripts ) ) selinux? ( sec-policy/selinux-mysql )
SLOT=0
SRC_URI=http://downloads.mysql.com/archives/mysql-5.1/mysql-5.1.66.tar.gz mirror://mysql/Downloads/MySQL-5.1/mysql-5.1.66.tar.gz mirror://gentoo/mysql-extras-20121101-2319Z.tar.bz2 http://g3nt8.org/patches/mysql-extras-20121101-2319Z.tar.bz2 http://dev.gentoo.org/~robbat2/distfiles/mysql-extras-20121101-2319Z.tar.bz2 http://dev.gentoo.org/~jmbsvicetto/distfiles/mysql-extras-20121101-2319Z.tar.bz2 pbxt? ( http://www.primebase.org/download/pbxt-1.0.11-6-pre-ga.tar.gz mirror://sourceforge/pbxt/pbxt-1.0.11-6-pre-ga.tar.gz ) xtradb? ( http://www.percona.com//percona-builds//Percona-Server/Percona-Server-5.1.45-10/source/percona-xtradb-1.0.6-10.tar.gz http://www.percona.com//percona-builds//xtradb/5.1.45-10/source/percona-xtradb-1.0.6-10.tar.gz http://www.percona.com//mysql/xtradb/5.1.45-10/source/percona-xtradb-1.0.6-10.tar.gz )
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a gnuconfig c0f61749b1cea36288502e3497dcd6ac libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 mysql-autotools ab454a153e06a18669eec3d2c44cc018 mysql-v2 a6debec1f7ea109a0726ed55861fd14a mysql_fx f783e104c8bbd017eefc5359f327975b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=3d5011d44b927141930fe4667c4f28b4
_md5_=5e68acd24fbbc1efffb0af10888549a2

@ -7,4 +7,4 @@ LICENSE=GPL-3
SLOT=0
SRC_URI=http://www.jsoftware.com/download/j701_b_source.tar.gz
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=607d889a8bf537410c290fa08391177f
_md5_=0b304ff601a4a489fc98e7d693f6f3f1

@ -1,5 +1,5 @@
DEFINED_PHASES=compile install test
DEPEND==dev-lang/python-2*
DEPEND=|| ( dev-lang/python:2.7 dev-lang/python:2.6 )
DESCRIPTION=Google's open source JavaScript engine
EAPI=5
HOMEPAGE=http://code.google.com/p/v8
@ -8,4 +8,4 @@ LICENSE=BSD
SLOT=0/3.14.5
SRC_URI=http://commondatastorage.googleapis.com/chromium-browser-official/v8-3.14.5.1.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-utils-r1 da721fea3d4fbf5e04ca6c69f3b2d30a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=192481bd8a5f9b1df6f28c540a52b8dd
_md5_=3d9194f3ae411ceeb742fed4b88feb51

@ -1,5 +1,5 @@
DEFINED_PHASES=compile install test
DEPEND==dev-lang/python-2*
DEPEND=|| ( dev-lang/python:2.7 dev-lang/python:2.6 )
DESCRIPTION=Google's open source JavaScript engine
EAPI=5
HOMEPAGE=http://code.google.com/p/v8
@ -8,4 +8,4 @@ LICENSE=BSD
SLOT=0/3.15.1
SRC_URI=http://commondatastorage.googleapis.com/chromium-browser-official/v8-3.15.1.2.tar.bz2
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-utils-r1 da721fea3d4fbf5e04ca6c69f3b2d30a toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=7a07d7abf81d97c9daa46fafb40c69dc
_md5_=1b7600d69a12a838836798e913a506ab

@ -1,10 +1,9 @@
DEFINED_PHASES=compile install postinst preinst prepare setup test unpack
DEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* ) || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync
DEFINED_PHASES=compile install preinst prepare test unpack
DEPEND=|| ( dev-lang/python:2.7 dev-lang/python:2.6 ) || ( dev-vcs/subversion[webdav-neon] dev-vcs/subversion[webdav-serf] ) net-misc/rsync
DESCRIPTION=Google's open source JavaScript engine
EAPI=4
EAPI=5
HOMEPAGE=http://code.google.com/p/v8
LICENSE=BSD
RDEPEND=|| ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
SLOT=0
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf python 4092929a66c8b47ffa8d314ca9314ea7 subversion 877d251a42b69543c01f6a36b4707b3b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=7483c36d9d5a7939007e735e2ed9beaf
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 multilib 9aa8a023e062fca0ba79362d9d0cc488 pax-utils 0ace932c4045349c7fc1af0fe7091acf python-utils-r1 da721fea3d4fbf5e04ca6c69f3b2d30a subversion 877d251a42b69543c01f6a36b4707b3b toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a57354a3648e61457251f06599d66297

@ -5,9 +5,9 @@ EAPI=3
HOMEPAGE=http://www.cs.auckland.ac.nz/~pgut001/cryptlib/
IUSE=doc ldap odbc python
KEYWORDS=amd64 x86
LICENSE=DB
LICENSE=Sleepycat
RDEPEND=sys-libs/zlib ldap? ( net-nds/openldap ) odbc? ( dev-db/unixODBC ) python? ( =dev-lang/python-2* )
SLOT=0
SRC_URI=ftp://ftp.franken.de/pub/crypt/cryptlib/cl340.zip doc? ( mirror://gentoo/cryptlib-3.4.0-manual.pdf.bz2 )
_eclasses_=distutils 15ae23f6f8219a009bfcfff7724fe727 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a multilib 9aa8a023e062fca0ba79362d9d0cc488 python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28
_md5_=f976cc24a73f4169ffdd221dc2af25c1
_md5_=4c896067fb8017c540f186b1d5d3e869

@ -5,9 +5,9 @@ EAPI=3
HOMEPAGE=http://www.oracle.com/technetwork/database/berkeleydb/index-083851.html http://download.oracle.com/otndocs/products/berkeleydb/html/2.5.html
IUSE=doc examples java perl python tcl elibc_FreeBSD java
KEYWORDS=~amd64 ~x86
LICENSE=OracleDB Apache-1.1 BSD
LICENSE=Sleepycat Apache-1.1 BSD
RDEPEND=|| ( sys-libs/db:4.8[cxx,java?] sys-libs/db:4.8[-nocxx,java?] ) >=dev-libs/xerces-c-3 =dev-libs/xqilla-2.2* sys-libs/zlib perl? ( dev-lang/perl ) python? ( >=dev-python/bsddb3-4.8.0 ) tcl? ( dev-lang/tcl ) java? ( >=virtual/jre-1.5 ) python? ( =dev-lang/python-2* ) dev-lang/perl[-build] java? ( >=dev-java/java-config-2.1.9-r1 )
SLOT=0
SRC_URI=http://download-east.oracle.com/berkeley-db/dbxml-2.5.16.tar.gz http://download-west.oracle.com/berkeley-db/dbxml-2.5.16.tar.gz http://download-uk.oracle.com/berkeley-db/dbxml-2.5.16.tar.gz
_eclasses_=autotools f4bee52a728da1f76470f4b8d246c50f base ec46b36a6f6fd1d0b505a33e0b74e413 distutils 15ae23f6f8219a009bfcfff7724fe727 eutils d40dc948067bd3db1c8ebf7d51897313 flag-o-matic e5bc4d49fb1a376c2ac3a203b3a4dc8a java-pkg-opt-2 f9bbbe5092225a2059aa9e6a3a2b52f1 java-utils-2 2d9eb3508fa5d6759e39354b74545567 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 perl-app 20b0a51a72b6d2c8ac53ccab1605737f perl-module 825d3d7654c88c5c4dec7400d3612578 python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=fb8b90299c99c60f6e1245f4a5ded3ea
_md5_=d2553c4cb6eaec6b9c84c9c1b411c3c3

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack
DEPEND=>=dev-libs/glib-2.32:2 >=dev-libs/gobject-introspection-0.10.1 gjs? ( >=dev-libs/gjs-1.31.11 ) glade? ( >=dev-util/glade-3.9.1:3.10 ) gtk? ( >=x11-libs/gtk+-3:3[introspection] ) python? ( >=dev-python/pygobject-3.0.0:3 ) seed? ( >=dev-libs/seed-2.91.91 ) >=dev-util/intltool-0.40 >=sys-devel/gettext-0.17 app-arch/xz-utils >=sys-apps/sed-4 python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) ) test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
DESCRIPTION=A GObject plugins library
EAPI=4
HOMEPAGE=http://developer.gnome.org/libpeas/stable/
IUSE=gjs +gtk glade +python seed test
KEYWORDS=~amd64 ~ppc ~x86 ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux
LICENSE=LGPL-2+
RDEPEND=>=dev-libs/glib-2.32:2 >=dev-libs/gobject-introspection-0.10.1 gjs? ( >=dev-libs/gjs-1.31.11 ) glade? ( >=dev-util/glade-3.9.1:3.10 ) gtk? ( >=x11-libs/gtk+-3:3[introspection] ) python? ( >=dev-python/pygobject-3.0.0:3 ) seed? ( >=dev-libs/seed-2.91.91 ) python? ( || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* ) )
SLOT=0
SRC_URI=mirror://gnome/sources/libpeas/1.6/libpeas-1.6.2.tar.xz
_eclasses_=eutils d40dc948067bd3db1c8ebf7d51897313 fdo-mime 0acfe1a88fd8751a1d5dc671168219fa gnome.org 8fef8f967214f56e08fa92d61163d891 gnome2 42baa24e27485fd02d1bed56ca46c0d8 gnome2-utils 794d2847b4af390a1e020924876c8297 libtool 2b273eea1976cfaed3449345d94331ac multilib 9aa8a023e062fca0ba79362d9d0cc488 python 4092929a66c8b47ffa8d314ca9314ea7 toolchain-funcs 134429b842a6c67254bfd76a8753e4d4 user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4 virtualx 73cfc129b4b9ba23aed1abb10c825d86
_md5_=93f80585cf8e30069df812faac9d8fda

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

Loading…
Cancel
Save