Sync with portage [Sat May 4 22:49:10 MSK 2013].

mhiretskiy
root 11 years ago
parent 3be929f301
commit 813efb871c

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.26-r1.ebuild,v 1.13 2013/05/03 13:23:42 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.26-r1.ebuild,v 1.14 2013/05/04 16:33:46 vapier Exp $
EAPI="3"
@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/tar/${P}.tar.bz2
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="minimal nls static userland_GNU xattr"
RDEPEND="xattr? ( sys-apps/attr )"

@ -1,16 +1,15 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild,v 1.5 2012/10/20 18:37:13 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-dicts/wnn-ldic/wnn-ldic-1.04.ebuild,v 1.6 2013/05/04 16:15:53 ulm Exp $
DESCRIPTION="Wnn dictionary for librarian"
HOMEPAGE="http://www.tulips.tsukuba.ac.jp/misc/export/cat/ldic/"
SRC_URI="http://www.tulips.tsukuba.ac.jp/misc/export/cat/ldic/ldic-${PV}-wnn.txt"
LICENSE="as-is"
LICENSE="HPND"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-i18n/freewnn"

@ -1 +1,2 @@
DIST mmm-mode-0.4.8.tar.gz 231318 SHA256 dda9b855e39c33634ff2dc521c96ab0548d9d712d064e06f3850f3b709ba0226 SHA512 a377eb7a301a3e59a52befb709cec6937dcbc9c16bc2431da57877986818487d8d00239b44fe916655adbd0a19ab1f2e856f8ae1a71393267cc5accff5ba7848 WHIRLPOOL 84e8b4e488e776cd4e042b92f6fce91ab8728dc37ca9f7826ca9475d124d2eea491bb286a0a873a96954070b5d3f2ecec74fd78213d7a926b1d51b26ab517557
DIST mmm-mode-0.5.1.tar.gz 247841 SHA256 d0b4bfc9b30bd089e58bd513664f604b0e2614b4056f2f44bd356868d53b10eb SHA512 83fad0abe26af7627fa7416fca5936bb8347a00c5428537b767c98201af137f2d62eceaca09cb9e7572edc9a93c5ea6ceca422e55984d4bcd5f69ec060c2ffee WHIRLPOOL 28a81aea21756fb3efc1cd4b591e109aaed69ddc86f42c5c5604150105c558810b12130c4acab523dae480622ee6e6ee5fd70812771213341d6b3286ca6eb3d1

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/mmm-mode/mmm-mode-0.4.8-r2.ebuild,v 1.4 2010/10/14 16:50:27 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emacs/mmm-mode/mmm-mode-0.4.8-r2.ebuild,v 1.5 2013/05/04 12:43:53 ulm Exp $
inherit elisp
@ -8,7 +8,7 @@ DESCRIPTION="Enables the user to edit different parts of a file in different maj
HOMEPAGE="http://mmm-mode.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""

@ -0,0 +1,32 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/mmm-mode/mmm-mode-0.5.1.ebuild,v 1.1 2013/05/04 12:43:53 ulm Exp $
EAPI=5
inherit elisp
DESCRIPTION="Enables the user to edit different parts of a file in different major modes"
HOMEPAGE="http://mmm-mode.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
SITEFILE="50${PN}-gentoo.el"
src_configure() {
econf --with-emacs
}
src_compile() {
emake -j1
}
src_install() {
elisp-install ${PN} *.el *.elc
elisp-site-file-install "${FILESDIR}/${SITEFILE}"
doinfo *.info*
dodoc AUTHORS ChangeLog FAQ NEWS README README.Mason TODO
}

@ -0,0 +1 @@
DIST tegaki-zinnia-japanese-0.3.zip 18134281 SHA256 07861bbb5440d74e705864721f12a5ce1c7f21a869f9c95ff21433d8994aafda SHA512 fd11f94c8b5446ca22e1119ead20da9ebc01e8033beef664d94c0affc8cef6e315344c4d5e61288358bf7ff4f7c49135dcf5743c4070573f7d8e45e70abba113 WHIRLPOOL 51d283e6e81025f5e1fccc89cba2574fcd0003fea2e2c207996e779e73681d71b8461587201a1140bd21b7e9ea2a884b9838c1683f1110ab4f3d301a44a22bd1

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

@ -0,0 +1,26 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/tegaki-zinnia-japanese/tegaki-zinnia-japanese-0.3.ebuild,v 1.1 2013/05/04 12:49:38 naota Exp $
EAPI=5
DESCRIPTION="Handwriting model data of Japanese"
HOMEPAGE="http://tegaki.org/"
SRC_URI="http://www.tegaki.org/releases/${PV}/models/${P}.zip"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=""
RDEPEND=""
src_prepare() {
sed -i -e "/^installpath=/s:local/::" Makefile || die
sed -i -e "/^installpath=/s:installpath=:installpath=${ED}:" Makefile || die
}
src_compile() {
:
}

@ -1,12 +1,12 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/logmerge/logmerge-0.4_beta.ebuild,v 1.1 2013/03/26 17:33:44 tomwij Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/logmerge/logmerge-0.4_beta.ebuild,v 1.2 2013/05/04 16:18:48 tomwij Exp $
EAPI="5"
MY_PV="${PV/_/-}"
DESCRIPTION="Merge multiple logs such that multilined entries appear in chronological order without breaks."
HOMEPAGE="https://code.google.com/p/${PN}/"
HOMEPAGE="https://code.google.com/p/logmerge/"
SRC_URI="https://${PN}.googlecode.com/files/${PN}-${MY_PV}.zip"
LICENSE="MIT"
@ -15,6 +15,9 @@ KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"
DEPEND="app-arch/unzip"
RDEPEND="dev-lang/perl"
src_install() {
dobin ${PN}
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.25 2013/04/11 13:15:07 xmw Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-9999.ebuild,v 1.26 2013/05/04 14:14:52 xmw Exp $
EAPI=4
@ -10,7 +10,7 @@ DESCRIPTION="a lightweight PDF viewer and toolkit written in portable C"
HOMEPAGE="http://mupdf.com/"
EGIT_REPO_URI="git://git.ghostscript.com/mupdf.git"
LICENSE="GPL-3"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS=""
IUSE="X vanilla"

@ -1,2 +1,3 @@
DIST glog-0.3.1-1.tar.gz 491798 SHA256 0a5ce945aaa5c64cb3889bf4844a0459263c06a77ad549042230dfea316787cb SHA512 9bf48fe53e45a7af24ea6cfe27f6a4b592efe9911e2c9764c364d551ad9a7ab4eae2ace64873ec9bd2202323032ffbdbbda5ea9e7514aa0e324e30048c238e96 WHIRLPOOL 21593af929da3db01527c6e9111b75a7318be2c14abebbfb1e09f0a6ac12442e522cb510a776ef95136168baa1400e759bb69f7670192301ed1044db00eac385
DIST glog-0.3.2.tar.gz 478666 SHA256 5e47f9437e97cb1621930dea3c557a2801ddac3b5db1a9fd0c3cde399f2c9ccd SHA512 75f61d63fd65df40995b657c47a6c2dcabd2e25716c7ac1d4229dfc6a43e5957576b9d090997ae0ec81b30b60df6fdc6ae1294a087cbc3d03ad42295980fddfd WHIRLPOOL c6649da59d7de673b39fdb4f6930c44ab6887595733468e9ed81928525892f21c23e0f8e9cb7aac383fdb3afa6f86aa683ccff5502b445c546f00bc44f4c75f2
DIST glog-0.3.3.tar.gz 509676 SHA256 fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0 SHA512 95418ff0857415a0fbc15caeb22a13f3b6736618adcc3c30e054626f1397bc58399c45f68784c70b1f5dc594ebc6ea66e386896beab5c20be72dd53b25f5a4ac WHIRLPOOL 7ba26a936e3ac18afbccf141b888a885f3f9847d4f19c0ebad416d16fcff936b9622e03aec155f77622759a40e8684673c29648c026426326239f4485113c6cf

@ -0,0 +1,51 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glog/glog-0.3.3.ebuild,v 1.1 2013/05/04 17:32:40 vapier Exp $
EAPI="4"
inherit eutils
DESCRIPTION="Google's C++ logging library"
HOMEPAGE="http://code.google.com/p/google-glog/"
SRC_URI="http://google-glog.googlecode.com/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="gflags static-libs unwind test"
RDEPEND="gflags? ( dev-cpp/gflags )
unwind? ( sys-libs/libunwind )"
DEPEND="${RDEPEND}
test? (
dev-cpp/gmock
dev-cpp/gtest
)"
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.3.2-avoid-inline-asm.patch
}
src_configure() {
export ac_cv_lib_gflags_main=$(usex gflags)
export ac_cv_lib_unwind_backtrace=$(usex unwind)
use test || export ac_cv_prog_GTEST_CONFIG=no
econf \
--docdir="\${datarootdir}/doc/${PF}" \
--htmldir="\${datarootdir}/doc/${PF}/html" \
$(use_enable static-libs static)
}
src_install() {
default
# Punt docs we don't care about (NEWS is 0 bytes).
rm "${ED}"/usr/share/doc/${PF}/{COPYING,NEWS,README.windows}
# --htmldir doesn't work (yet):
# https://code.google.com/p/google-glog/issues/detail?id=144
dohtml "${ED}"/usr/share/doc/${PF}/*
rm "${ED}"/usr/share/doc/${PF}/*.{html,css}
use static-libs || find "${ED}" -name '*.la' -delete
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/extras/extras-0.0.3.ebuild,v 1.3 2013/05/03 20:21:55 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/extras/extras-0.0.3.ebuild,v 1.4 2013/05/04 15:28:14 naota Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} )
@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~x86"
KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]

@ -1,11 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.2.0.ebuild,v 1.1 2013/04/28 20:17:34 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/lxml/lxml-3.2.0.ebuild,v 1.2 2013/05/04 16:05:16 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
inherit distutils-r1
inherit distutils-r1 flag-o-matic
DESCRIPTION="A Pythonic binding for the libxml2 and libxslt libraries"
HOMEPAGE="http://lxml.de/ http://pypi.python.org/pypi/lxml/"
@ -31,6 +31,14 @@ python_prepare_all() {
distutils-r1_python_prepare_all
}
python_compile() {
if [[ ${EPYTHON} != python3* ]]; then
local CFLAGS=${CFLAGS}
append-cflags -fno-strict-aliasing
fi
distutils-r1_python_compile
}
python_test() {
cp -r -l src/lxml/tests "${BUILD_DIR}"/lib/lxml/ || die
cp -r -l src/lxml/html/tests "${BUILD_DIR}"/lib/lxml/html/ || die

@ -1 +1,2 @@
DIST hike-1.2.1.tgz 8753 SHA256 dfc8d58afa8c91d7c00522f17903f7a516383e5a7207eace6f2c81684fcab0c1 SHA512 9d675f5aa79b1c1514f770f14110346922b3c4778aaabf82bd721e71fce7bbe83f899b6e06db9de4c9f123a05babdab35273f8654f61d42121af209b0cf80728 WHIRLPOOL 5a1cf733e734c4cc7536bb9564a12a0859175eef3e97a108fff0d791e28aa37ed402d8e20607e317220f4daef52b555961975388353d6d0db3d1a891cff4ce72
DIST hike-1.2.2.tgz 8994 SHA256 ba7116a0a54ecac46e5e14cdb7530abc3f69e0e07172eeb3c1dea875d99959e6 SHA512 f3bfc526387e3217ce966ccc152042cc2c56ef556bcab816a9dcc0d7a242f96cbf012a9bd1c8677e57725b07e06b434d3eb2e1e62cd4cbbfc846dd7b0ea5397a WHIRLPOOL ac3047efe1102879eb0af568258276063c07e1f506db640b862db7fc215aeaf7294ca4d3c56dd7c1eea056b2b3ed77a44505a4c2a949d27363820ccd50a99f26

@ -0,0 +1,26 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/hike-1.2.2.ebuild,v 1.1 2013/05/04 15:38:12 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 jruby"
RUBY_FAKEGEM_TASK_TEST="none"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md"
inherit ruby-fakegem
DESCRIPTION="Hike is a Ruby library for finding files in a set of paths."
HOMEPAGE="https://github.com/sstephenson/hike"
LICENSE="MIT"
SRC_URI="https://github.com/sstephenson/hike/archive/v${PV}.tar.gz -> ${P}.tgz"
KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE=""
each_ruby_test() {
${RUBY} -Ilib:test -S testrb test || die
}

@ -1,2 +1,3 @@
DIST httparty-0.10.2.gem 65536 SHA256 d6b55002631d59b17f61c52c12c1975628d6d7956ad59c684d649059ddabd40d SHA512 230df3c782563daa0beefb597e6b84ba2eaf1409b18c79d5ebcae6650176154ca5ac502739fe8cbc38e4238b6bcda9a9ff225e8e1cddf652b898e22b04f929ca WHIRLPOOL f3c1299b57987a4a12d2de211ea9cb521a79c5a4cc964677c4776b142e14b6c01dbd781fc1745b72745e72f9b2be6774d430c04f1b25ce6557e8609a12c7d426
DIST httparty-0.11.0.gem 66048 SHA256 e541c3130a569bb2c7b9947be48b8975a600359616bc6bd994f70e83ae18f584 SHA512 2a0868ffc4376019c8236299fdd82a39f0b2d888bf4c0fbdfbb1460f208ba194fb65760ba86cda9ef6e9e9e20650cef4bffd31d6a02d92fd2dfc2edb3ef39be8 WHIRLPOOL ab9e51fa58bf4fffff6004185707793703aec8262af7485515b436ab69a91d3e0a6c14e5e149c709204dd891d4cde4d278f74a88c2951d94fcb56fcebe2a5ce5
DIST httparty-0.9.0.gem 65024 SHA256 49eb0adb7ca0487f686384e855b672b1402924c337146cb6661957c94729d7ea SHA512 909cd787e8ef6a8acde71132fd0fa4cb681eee385e12692793088241bdee1fa2798b815d76279bcf06f00e31bcd997ad51d4aa1393ee8261059fb66c552b102f WHIRLPOOL e0fc2676132e8fb4e7dd82b31121d09dff288340fbab7c6e42ff7b0061bc6f93b745399dff638c82307767ee8110e0d99e2f28062dd2e5919ea3ec173490fdb6

@ -0,0 +1,59 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/httparty-0.11.0.ebuild,v 1.1 2013/05/04 15:55:16 graaff Exp $
EAPI=5
# jruby → testsuite fails (seems like a testuite bug)
USE_RUBY="ruby18 ruby19"
# We have a custom test function, but don't null this out so that the
# deps are still added
RUBY_FAKEGEM_TASK_TEST="none"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.md History"
inherit ruby-fakegem
DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead easy."
HOMEPAGE="http://httparty.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
ruby_add_rdepend '=dev-ruby/multi_json-1* >=dev-ruby/multi_xml-0.5.2'
ruby_add_bdepend 'dev-ruby/rspec:0 dev-ruby/fakeweb'
USE_RUBY=ruby18 \
ruby_add_bdepend 'test? ( dev-util/cucumber www-servers/mongrel )'
all_ruby_prepare() {
# Remove bundler
rm Gemfile || die
sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die
# sed -i -e '/git ls-files/ s:^:#:' ${PN}.gemspec || die
}
each_ruby_test() {
case ${RUBY} in
*ruby18)
# Cucumber-based tests only work on Ruby 1.8, as of today, so we only call them
${RUBY} -S rake spec features || die "cucumber tests failed"
;;
*)
${RUBY} -S rake spec || die "cucumber tests failed"
;;
esac
}
all_ruby_install() {
all_fakegem_install
docinto examples
dodoc examples/* || die
}

@ -1,2 +1,3 @@
DIST httpclient-2.2.2.tgz 271508 SHA256 0c73fcf16a51785a4ff945b06fd698fcaf9b4dc58f486d18560c575209374e07 SHA512 4d4cd72263d07e76c6948c56008f3e8240d3b1620f677ff01d0cbd316798fe08a0e6e815b6a82938d2a208095335a6e79769421d4c8ba60aad0246f181fe9c1e WHIRLPOOL 9dcf6f283c5574545c34bc6ccb4964f9705ea23ef6fcdd02ae687b1e8d32118e67f49e7663ab81153bbe00d1a25dacab0d934f0c0f689de368420267d8522cd1
DIST httpclient-2.2.5.tgz 273306 SHA256 81a15e45c83416d5d77ebbe2eaa0b346bcd08eb092aa9a1e52be356662baefc2 SHA512 c0fdb174dd90a726332c5749ed89414a831ff32997d3ecfa7cbd2bc78eb5fc901dce0c6a3fc1f8762a3bcf17690f29dabbbd0933717f91f4e24445b1e50def51 WHIRLPOOL 52b5a2c02f2527c5587ce3b0ce715e3ec93d0a13c5ea8a12b28bd73180f4a07db9b720191dd2a53a9c8abb016d5fcbe7b7763429619d47cc375d562258834a79
DIST httpclient-2.3.3.tgz 217819 SHA256 f3f0642b9a4e28dd73a7733ff05b447acc53e700fc88c169872ab0c93f0a8d3b SHA512 84dedcff5e06be5315afbe04905e42e1e38621a3afd7ed92569dc313f305d22dc6f0d1f4d14e47f1d3cee5cc2c248f77a1fe68afb38a643fbe5ad5230992b6f9 WHIRLPOOL a775e5594a789088e872845988678f47c09c5894ea4b2c14d36ec9e915a188db766c991878b68067dd4336d111879440b5dbcee1207c82215427af8b5de2c235

@ -0,0 +1,53 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpclient/httpclient-2.3.3.ebuild,v 1.1 2013/05/04 15:59:52 graaff Exp $
EAPI=5
USE_RUBY="ruby18 ruby19 jruby"
RUBY_FAKEGEM_TASK_TEST="-Ilib test"
RUBY_FAKEGEM_TASK_DOC="doc"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.txt"
inherit ruby-fakegem
DESCRIPTION="'httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby"
HOMEPAGE="https://github.com/nahi/httpclient"
SRC_URI="https://github.com/nahi/httpclient/tarball/v${PV} -> ${P}.tgz"
RUBY_S="nahi-httpclient-*"
LICENSE="Ruby"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND="${RDEPEND}
!dev-ruby/http-access2"
ruby_add_rdepend "virtual/ruby-ssl"
ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
all_ruby_prepare () {
rm Gemfile || die
sed -i -e '/[bB]undler/s:^:#:' Rakefile || die
# Remove mandatory CI reports since we don't need this for testing.
sed -i -e '/reporter/s:^:#:' Rakefile || die
# Remove mandatory simplecov dependency
sed -i -e '/[Ss]imple[Cc]ov/ s:^:#:' test/helper.rb || die
# Comment out test requiring network access that makes assumptions
# about the environment, bug 395155
sed -i -e '/test_async_error/,/^ end/ s:^:#:' test/test_httpclient.rb || die
}
each_ruby_test() {
${RUBY} -Ilib -S testrb test/test_*.rb || die
}

@ -0,0 +1 @@
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a

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

@ -0,0 +1,33 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter-gtk/ruby-clutter-gtk-1.2.6.ebuild,v 1.1 2013/05/04 13:08:53 naota Exp $
EAPI=4
USE_RUBY="ruby19"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Clutter bindings"
KEYWORDS="~amd64"
IUSE=""
RUBY_S=ruby-gnome2-all-${PV}/clutter-gtk
DEPEND="${DEPEND} media-libs/clutter-gtk"
RDEPEND="${RDEPEND} media-libs/clutter-gtk"
ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}"
ruby_add_rdepend ">=dev-ruby/ruby-clutter-${PV}
>=dev-ruby/ruby-gtk3-${PV}"
each_ruby_configure() {
:
}
each_ruby_compile() {
:
}
each_ruby_install() {
each_fakegem_install
}

@ -0,0 +1 @@
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a

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

@ -0,0 +1,35 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-clutter/ruby-clutter-1.2.6.ebuild,v 1.1 2013/05/04 12:52:14 naota Exp $
EAPI=4
USE_RUBY="ruby19"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Clutter bindings"
KEYWORDS="~amd64"
IUSE=""
RESTRICT="test"
RUBY_S=ruby-gnome2-all-${PV}/clutter
DEPEND="${DEPEND} media-libs/clutter-gtk"
RDEPEND="${RDEPEND} media-libs/clutter-gtk"
ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}"
ruby_add_rdepend ">=dev-ruby/ruby-cairo-gobject-${PV}
>=dev-ruby/ruby-gobject-introspection-${PV}"
each_ruby_configure() {
:
}
each_ruby_compile() {
:
}
each_ruby_install() {
each_fakegem_install
}

@ -0,0 +1 @@
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a

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

@ -0,0 +1,18 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview3/ruby-gtksourceview3-1.2.6.ebuild,v 1.1 2013/05/04 15:03:08 naota Exp $
EAPI=4
USE_RUBY="ruby19"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby Gtk3 bindings"
KEYWORDS="~amd64"
IUSE=""
DEPEND="${DEPEND} x11-libs/gtksourceview:3.0"
RDEPEND="${RDEPEND} x11-libs/gtksourceview:3.0"
ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}"
ruby_add_rdepend ">=dev-ruby/ruby-gtk3-${PV}"

@ -0,0 +1 @@
DIST ruby-gnome2-all-1.2.6.tar.gz 1718802 SHA256 b9e0093e82d53aead93ba1cd261faf03ccede873ee0e7ffd35090ce1c604be66 SHA512 b2e123ece31b89dc1d37040297d726b625d71579bbf60cb84c89b63f0fb9bf097d5f0675a16dfc7aecd8161913c737b22c057cc872dd454f341440c76901c07d WHIRLPOOL 2e4f47014b93838a9c31267fcca86458127ab9bc02b241a6bd0c3f14df8af7a25f6166d294577eb674f59c1e1d042208e5b448c83429011651dc6af0e9383b9a

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

@ -0,0 +1,18 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-vte3/ruby-vte3-1.2.6.ebuild,v 1.1 2013/05/04 16:45:00 naota Exp $
EAPI=4
USE_RUBY="ruby19"
inherit ruby-ng-gnome2
DESCRIPTION="Ruby VTE bindings"
KEYWORDS="~amd64"
IUSE=""
DEPEND="${DEPEND} x11-libs/vte:2.90"
RDEPEND="${RDEPEND} x11-libs/vte:2.90"
ruby_add_bdepend ">=dev-ruby/ruby-glib2-${PV}"
ruby_add_rdepend ">=dev-ruby/ruby-gtk3-${PV}"

@ -1 +1,2 @@
DIST v4l-utils-0.8.9.tar.bz2 460681 SHA256 3e5511c252b3c320d0b03418f7ee19b42d00ed0871c6b525779007416e46d08e SHA512 3778dbd4d0bb44c6f4762a8551625c1f5bfcf7a10de33c71c2442483d496bc177aef979b747b327f4eca3229fc22eec484de7308588acf9fc48ae6d1d5edee40 WHIRLPOOL 346d2c23c5e8b8ac3128100cf660b1f4880ec5fffd3fa107accf7f536adeacc945cb9aadd61f2f99a6fd32bd7a44912680d2cf867f0a84f28c949707634c676f
DIST v4l-utils-0.9.5.tar.bz2 975311 SHA256 6c9f1be981d5763069e0969ebe426c39da5a7d738865367e390e3b486f1b502c SHA512 219a789907279ce4532d53989f1efe5cac7bbf0971a215c4e6e42228510c88f52ed2d7a4ce80d2f6673af9c0e5acd99160b6b3e6475f7a7a80534ce867a52a63 WHIRLPOOL 716e7a8ff82b899ea18772a36d5520c5242effbff819bf30e73c7b29d087f0ed055a013fb20c469660317acf1f2df826255ce564ed318468cb0f72af39ebf47a

@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.8.9-r1.ebuild,v 1.2 2013/03/16 16:54:59 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.9.5-r1.ebuild,v 1.2 2013/05/04 16:55:25 ssuominen Exp $
EAPI=5
inherit eutils linux-info multilib toolchain-funcs multilib-minimal
inherit eutils linux-info udev multilib-minimal
MY_P=v4l-utils-${PV}
@ -17,27 +17,35 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x
IUSE=""
# baselibs is for 32bit libjpeg, pending on converting libjpeg-turbo to multilib build
RDEPEND="virtual/jpeg
RDEPEND="virtual/jpeg:=
virtual/glu
virtual/opengl
x11-libs/libX11:=
!media-tv/v4l2-ctl
!<media-tv/ivtv-utils-1.4.0-r2
amd64? ( abi_x86_32? ( app-emulation/emul-linux-x86-baselibs[development] ) )"
DEPEND="${RDEPEND}
>=sys-kernel/linux-headers-2.6.32"
sys-devel/gettext
virtual/os-headers
virtual/pkgconfig"
S=${WORKDIR}/${MY_P}
CONFIG_CHECK="~SHMEM"
pkg_setup() {
CONFIG_CHECK="~SHMEM"
linux-info_pkg_setup
}
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.8.8-drop-Wp-flags.patch
tc-export CC
multilib_copy_sources
}
multilib_src_configure() {
sed -i \
-e "/^PREFIX =/s:=.*:= ${EPREFIX}/usr:" \
-e "/^LIBDIR =/s:/lib:/$(get_libdir):" \
-e "/^CFLAGS :=/d" \
Make.rules || die
econf \
--disable-static \
--disable-qv4l2 \
--disable-v4l-utils \
--with-udevdir="$(get_udevdir)"
}
multilib_src_compile() {
@ -50,4 +58,5 @@ multilib_src_install() {
multilib_src_install_all() {
dodoc ChangeLog README.lib* TODO
prune_libtool_files --all
}

@ -0,0 +1,53 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libv4l/libv4l-0.9.5.ebuild,v 1.2 2013/05/04 16:55:25 ssuominen Exp $
EAPI=5
inherit eutils linux-info udev
MY_P=v4l-utils-${PV}
DESCRIPTION="Separate libraries ebuild from upstream v4l-utils package"
HOMEPAGE="http://git.linuxtv.org/v4l-utils.git"
SRC_URI="http://linuxtv.org/downloads/v4l-utils/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="virtual/jpeg:=
virtual/glu
virtual/opengl
x11-libs/libX11:=
!media-tv/v4l2-ctl
!<media-tv/ivtv-utils-1.4.0-r2"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/os-headers
virtual/pkgconfig"
S=${WORKDIR}/${MY_P}
pkg_setup() {
CONFIG_CHECK="~SHMEM"
linux-info_pkg_setup
}
src_configure() {
econf \
--disable-static \
--disable-qv4l2 \
--disable-v4l-utils \
--with-udevdir="$(get_udevdir)"
}
src_compile() {
emake -C lib
}
src_install() {
emake -C lib DESTDIR="${D}" install
dodoc ChangeLog README.lib* TODO
prune_libtool_files --all
}

@ -0,0 +1,2 @@
DIST libxmi-1.2.tar.gz 302662 SHA256 9d56af6d6c41468ca658eb6c4ba33ff7967a388b606dc503cd68d024e08ca40d SHA512 55cf86064496cb1f551fb1a208f9fe1ee8d826e0e1d7ddc2898bef7316c0ac51b34f5f28840626b901b0720264e08fa95f7ab18b57b12c3f64d8a8d48d83e93a WHIRLPOOL 3d5810219678270ad87479f143f2137fd4dd54fc371a856be38713e0a41c5b4d39e6d75e6c858cd3b23b31c0f59845d25c3cbdce991ea48ab3e6531605c11256
DIST libxmi-1.3.tar.xz 258672 SHA256 86f2aed4a89ab1378d4dd32fb8f0e158e4a21e647847471dbff546311194d712 SHA512 f54b0925e2b848f7cfb31bd0f9eed27df6fd6e704ffeeb58eb490d49e7ca76f46e03eee6ed89d6644f6a3bad05c7b0b986f9634d0cd23c49f31ee80f23ff8262 WHIRLPOOL cf102a8a2f97571f1c5a05467dcc8feeb4c156eadab034769078d83f8f66c9af164f59b9de625c107bb7e75d3ce764b3796c9055f7e000578b1c6f1108f36db4

@ -0,0 +1,25 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libxmi/libxmi-1.2.ebuild,v 1.1 2013/05/04 13:12:42 jlec Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=true
inherit autotools-utils
DESCRIPTION="C/C++ function library for rasterizing 2-D vector graphics"
HOMEPAGE="http://www.gnu.org/software/libxmi/"
SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
src_prepare() {
sed \
-e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' \
-i configure.in || die
autotools-utils_src_prepare
}

@ -0,0 +1,19 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/libxmi/libxmi-1.3.ebuild,v 1.1 2013/05/04 13:44:31 jlec Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=true
inherit autotools-utils
DESCRIPTION="C/C++ function library for rasterizing 2-D vector graphics"
HOMEPAGE="http://www.gnu.org/software/libxmi/"
SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz"
#mirror://gnu/${PN}/${P}.tar.gz"
# Version unbundled from plotutils
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>printing</herd>
<maintainer>
<email>jlec@gentoo.org</email>
</maintainer>
<longdescription>
GNU libxmi is a C/C++ function library for rasterizing 2-D vector graphics. It
can draw 2-D graphical primitives, including wide polygonal lines and circular
and elliptical arcs, into a user-supplied matrix of pixels. Sophisticated line
styles, such as multicolored dashing patterns, can be specified. There is also
support for filling and texturing polygons.
It can be used as a drop-in rendering module in any application that needs to
scan-convert 2-D vector graphics. It is highly customizable. For example, the
`pixel' datatype can be redefined at compile time. The algorithm used for
compositing pixels can be redefined too. By default, libxmi uses the
Painter's Algorithm (a new pixel value replaces an old one). But it would be
trivial to install it so that it uses alpha compositing instead. The package,
and its header file xmi.h, include full documentation.
</longdescription>
</pkgmetadata>

@ -0,0 +1,114 @@
Makefile.am | 2 +-
configure.ac | 2 +-
libplot/Makefile.am | 5 +++--
libplot/extern.h | 4 ++--
libplotter/Makefile.am | 6 ++++--
5 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index b506d17..09d3eda 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ endif
if NO_LIBXMI
ADD_LIBXMI =
else
-ADD_LIBXMI = libxmi
+ADD_LIBXMI =
endif
SUBDIRS = lib spline double ode ode-examples libplot $(ADD_LIBXMI) plot tek2plot plotfont graph hersheydemo $(ADD_LIBPLOTTER) include info doc fonts test
diff --git a/configure.ac b/configure.ac
index 8fb7b64..4ea0fc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -392,5 +392,5 @@ int main()
fi
fi
-AC_CONFIG_FILES([Makefile double/Makefile graph/Makefile hersheydemo/Makefile pic2plot/Makefile pic2plot/doc/Makefile pic2plot/libgroff/Makefile pic2plot/include/Makefile info/Makefile lib/Makefile libplot/Makefile libplotter/Makefile libxmi/Makefile libxmi/info/Makefile plot/Makefile tek2plot/Makefile tek2plot/teksamples/Makefile plotfont/Makefile spline/Makefile ode/Makefile ode-examples/Makefile include/Makefile doc/Makefile fonts/Makefile fonts/bdf/Makefile fonts/pcf/Makefile fonts/pfb/Makefile test/Makefile])
+AC_CONFIG_FILES([Makefile double/Makefile graph/Makefile hersheydemo/Makefile pic2plot/Makefile pic2plot/doc/Makefile pic2plot/libgroff/Makefile pic2plot/include/Makefile info/Makefile lib/Makefile libplot/Makefile libplotter/Makefile plot/Makefile tek2plot/Makefile tek2plot/teksamples/Makefile plotfont/Makefile spline/Makefile ode/Makefile ode-examples/Makefile include/Makefile doc/Makefile fonts/Makefile fonts/bdf/Makefile fonts/pcf/Makefile fonts/pfb/Makefile test/Makefile])
AC_OUTPUT
diff --git a/libplot/Makefile.am b/libplot/Makefile.am
index 356cbef..a0cb2ff 100644
--- a/libplot/Makefile.am
+++ b/libplot/Makefile.am
@@ -8,7 +8,7 @@ libplot_la_LDFLAGS = -version-info 4:4:2
INCLUDES = $(X_CFLAGS) -I$(srcdir)/../include -DLIBPLOT
-MISRC = mi_alloc.c mi_api.c mi_arc.c mi_canvas.c mi_fllarc.c mi_fllrct.c \
+_MISRC = mi_alloc.c mi_api.c mi_arc.c mi_canvas.c mi_fllarc.c mi_fllrct.c \
mi_fplycon.c mi_gc.c mi_ply.c mi_plycon.c mi_plygen.c mi_plypnt.c \
mi_plyutil.c mi_spans.c mi_widelin.c mi_zerarc.c mi_zerolin.c mi_version.c
@@ -87,7 +87,7 @@ x_savestate.c x_text.c y_closepl.c y_defplot.c y_erase.c y_openpl.c
libplot_la_SOURCES = apinewc.c apioldc.c apioldcc.c $(ALLSRC)
-MIHEADERS = xmi.h mi_api.h mi_arc.h mi_fllarc.h mi_fply.h mi_gc.h mi_line.h \
+_MIHEADERS = xmi.h mi_api.h mi_arc.h mi_fllarc.h mi_fply.h mi_gc.h mi_line.h \
mi_ply.h mi_scanfill.h mi_spans.h mi_widelin.h mi_zerarc.h
noinst_HEADERS = extern.h g_arc.h g_colorname.h g_control.h g_cntrlify.h \
@@ -110,6 +110,7 @@ libplot_la_LIBADD = $(X_LIBS) $(X_TOOLKIT_LIBS) $(X_PRE_LIBS) $(X_BASIC_LIBS) $(
endif
endif
+libplot_la_LIBADD += -lxmi
## execute the following command in ../libxmi to produce the commands
## that follow
diff --git a/libplot/extern.h b/libplot/extern.h
index 39a6f8c..87a05f1 100644
--- a/libplot/extern.h
+++ b/libplot/extern.h
@@ -1262,7 +1262,7 @@ extern void _delete_color_name_cache (plColorNameCache *color_cache);
and a separate version of libxmi. */
/* libxmi API functions */
-
+/*
#define miClearPaintedSet _pl_miClearPaintedSet
#define miCopyCanvas _pl_miCopyCanvas
#define miCopyGC _pl_miCopyGC
@@ -1291,7 +1291,7 @@ extern void _delete_color_name_cache (plColorNameCache *color_cache);
#define miSetGCPixels _pl_miSetGCPixels
#define miSetPixelMerge2 _pl_miSetPixelMerge2
#define miSetPixelMerge3 _pl_miSetPixelMerge3
-
+*/
/* an external libxmi symbol */
#define mi_libxmi_ver _pl_mi_libxmi_ver
diff --git a/libplotter/Makefile.am b/libplotter/Makefile.am
index 9b478d6..11466ad 100644
--- a/libplotter/Makefile.am
+++ b/libplotter/Makefile.am
@@ -6,7 +6,7 @@ libplotter_la_LDFLAGS = -version-info 4:4:2
INCLUDES = $(X_CFLAGS) -I$(srcdir)/../include -DLIBPLOT -DLIBPLOTTER
-MISRC = mi_alloc.cc mi_api.cc mi_arc.cc mi_canvas.cc mi_fllarc.cc \
+_MISRC = mi_alloc.cc mi_api.cc mi_arc.cc mi_canvas.cc mi_fllarc.cc \
mi_fllrct.cc mi_fplycon.cc mi_gc.cc mi_ply.cc mi_plycon.cc mi_plygen.cc \
mi_plypnt.cc mi_plyutil.cc mi_spans.cc mi_widelin.cc mi_zerarc.cc \
mi_zerolin.cc mi_version.cc
@@ -84,7 +84,7 @@ endif
endif
-MIHEADERS = xmi.h mi_api.h mi_arc.h mi_fllarc.h mi_fply.h mi_gc.h mi_line.h \
+_MIHEADERS = xmi.h mi_api.h mi_arc.h mi_fllarc.h mi_fply.h mi_gc.h mi_line.h \
mi_ply.h mi_scanfill.h mi_spans.h mi_widelin.h mi_zerarc.h
ALLHEADERS = extern.h g_arc.h g_colorname.h g_control.h g_cntrlify.h \
@@ -111,6 +111,8 @@ libplotter_la_LIBADD = $(X_LIBS) $(X_TOOLKIT_LIBS) $(X_PRE_LIBS) $(X_BASIC_LIBS)
endif
endif
+libplotter_la_LIBADD += -lxmi
+
## execute the following command in ../libplot to produce the commands
## that follow
## (for i in ?_*.c; do echo "$i"c: "\$(top_srcdir)/libplot/$i"; echo " rm -f $i"c" ; if \$(LN_S) \$(top_srcdir)/libplot/$i $i"c" ; then true ; else cp -p \$(top_srcdir)/libplot/$i $i"c" ; fi"; echo; done)

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

@ -0,0 +1,75 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/plotutils/plotutils-2.6-r1.ebuild,v 1.1 2013/05/04 14:21:28 jlec Exp $
EAPI=5
inherit libtool eutils autotools
DESCRIPTION="Powerful C/C++ function library for exporting 2-D vector graphics"
HOMEPAGE="http://www.gnu.org/software/plotutils/"
SRC_URI="mirror://gnu/plotutils/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="+png static-libs X"
DEPEND="
!<media-libs/plotutils-${PV}
media-libs/libxmi
png? (
media-libs/libpng
sys-libs/zlib )
X? (
x11-libs/libXaw
x11-proto/xextproto )"
RDEPEND="${DEPEND}"
DOCS="AUTHORS COMPAT ChangeLog INSTALL.* KNOWN_BUGS NEWS ONEWS PROBLEMS README THANKS TODO"
src_prepare() {
rm -rf libxmi/* || die
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
epatch \
"${FILESDIR}"/${PN}-2.5.1-rangecheck.patch \
"${FILESDIR}"/${P}-makefile.patch \
"${FILESDIR}"/${P}-libpng-1.5.patch \
"${FILESDIR}"/${P}-libxmi.patch
eautoreconf
elibtoolize
}
src_configure() {
local myconf
if use X ; then
myconf="--with-x --enable-libxmi"
else
myconf="--without-x"
fi
econf \
--disable-dependency-tracking \
--enable-shared \
--enable-libplotter \
--disable-libxmi \
$(use_enable static-libs static) \
$(use_with png libpng) \
${myconf}
}
pkg_postinst() {
if use X ; then
elog "There are extra fonts available in the plotutils package."
elog "The current ebuild does not install them for you since most"
elog "of them can be installed via the media-fonts/urw-fonts"
elog "package. See /usr/share/doc/${P}/INSTALL.fonts for"
elog "information on installing the remaining Tektronix fonts."
elog ""
elog "If you manually install the extra fonts and use the"
elog "program xfig, you might want to recompile to take"
elog "advantage of the additional ps fonts."
elog "Also, it is possible to enable ghostscript and possibly"
elog "your printer to use the HP fonts."
fi
}

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

@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.5.ebuild,v 1.6 2012/10/24 19:14:28 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/sg/sg-1.5.ebuild,v 1.7 2013/05/04 14:27:43 jlec Exp $
EAPI=4
EAPI=5
AUTOTOOLS_AUTORECONF=true
@ -40,6 +40,7 @@ PATCHES=(
src_prepare() {
rm src/{gl,glu,glw} -rf || die
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.ac || die
autotools-utils_src_prepare
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.7.ebuild,v 1.5 2013/05/03 12:13:47 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-3.9.7.ebuild,v 1.6 2013/05/04 15:57:52 jer Exp $
EAPI=5
@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.remotesensing.org/pub/libtiff/${P}.tar.gz"
LICENSE="libtiff"
SLOT="3"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+cxx jbig jpeg zlib"
RDEPEND="jpeg? ( virtual/jpeg )

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.3-r2.ebuild,v 1.4 2013/05/03 12:00:09 vincent Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.3-r2.ebuild,v 1.5 2013/05/04 15:57:52 jer Exp $
EAPI=5
inherit eutils libtool
@ -12,7 +12,7 @@ SRC_URI="http://download.osgeo.org/libtiff/${P}.tar.gz
LICENSE="libtiff"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+cxx jbig jpeg lzma static-libs zlib"
RDEPEND="jpeg? ( virtual/jpeg:= )

@ -1 +1,2 @@
DIST v4l-utils-0.8.9.tar.bz2 460681 SHA256 3e5511c252b3c320d0b03418f7ee19b42d00ed0871c6b525779007416e46d08e SHA512 3778dbd4d0bb44c6f4762a8551625c1f5bfcf7a10de33c71c2442483d496bc177aef979b747b327f4eca3229fc22eec484de7308588acf9fc48ae6d1d5edee40 WHIRLPOOL 346d2c23c5e8b8ac3128100cf660b1f4880ec5fffd3fa107accf7f536adeacc945cb9aadd61f2f99a6fd32bd7a44912680d2cf867f0a84f28c949707634c676f
DIST v4l-utils-0.9.5.tar.bz2 975311 SHA256 6c9f1be981d5763069e0969ebe426c39da5a7d738865367e390e3b486f1b502c SHA512 219a789907279ce4532d53989f1efe5cac7bbf0971a215c4e6e42228510c88f52ed2d7a4ce80d2f6673af9c0e5acd99160b6b3e6475f7a7a80534ce867a52a63 WHIRLPOOL 716e7a8ff82b899ea18772a36d5520c5242effbff819bf30e73c7b29d087f0ed055a013fb20c469660317acf1f2df826255ce564ed318468cb0f72af39ebf47a

@ -0,0 +1,42 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-tv/v4l-utils/v4l-utils-0.9.5.ebuild,v 1.1 2013/05/04 17:01:46 ssuominen Exp $
EAPI=5
inherit eutils udev
DESCRIPTION="Separate utilities ebuild from upstream v4l-utils package"
HOMEPAGE="http://git.linuxtv.org/v4l-utils.git"
SRC_URI="http://linuxtv.org/downloads/v4l-utils/${P}.tar.bz2"
LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="qt4"
RDEPEND=">=media-libs/libv4l-${PV}
qt4? ( dev-qt/qtgui:4 )
!media-tv/v4l2-ctl
!<media-tv/ivtv-utils-1.4.0-r2"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
src_configure() {
econf \
--disable-static \
$(use_enable qt4 qv4l2) \
--with-udevdir="$(get_udevdir)"
}
src_install() {
emake -C utils DESTDIR="${D}" install
emake -C contrib DESTDIR="${D}" install
dodoc README
newdoc utils/libv4l2util/TODO TODO.libv4l2util
newdoc utils/libmedia_dev/README README.libmedia_dev
newdoc utils/dvb/README README.dvb
newdoc utils/xc3028-firmware/README README.xc3028-firmware
newdoc utils/v4l2-compliance/fixme.txt fixme.txt.v4l2-compliance
}

@ -1 +1 @@
Sat, 04 May 2013 12:36:54 +0000
Sat, 04 May 2013 18:07:00 +0000

@ -1 +1 @@
Sat, 04 May 2013 12:36:55 +0000
Sat, 04 May 2013 18:07:00 +0000

@ -4,10 +4,10 @@ DESCRIPTION=Use this to make tarballs :)
EAPI=3
HOMEPAGE=http://www.gnu.org/software/tar/
IUSE=minimal nls static userland_GNU xattr
KEYWORDS=~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
KEYWORDS=alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=GPL-3
RDEPEND=xattr? ( sys-apps/attr )
SLOT=0
SRC_URI=mirror://gnu/tar/tar-1.26.tar.bz2 mirror://gnu-alpha/tar/tar-1.26.tar.bz2
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 177b3e32837e245539b46f16c43afed8 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=af0212bd434e038b25f6e259e784c0dd
_md5_=7bdf7e32ca967d8a4374e0bed6d1a8fe

@ -3,8 +3,8 @@ DEPEND=app-i18n/freewnn
DESCRIPTION=Wnn dictionary for librarian
HOMEPAGE=http://www.tulips.tsukuba.ac.jp/misc/export/cat/ldic/
KEYWORDS=~amd64 ~x86
LICENSE=as-is
LICENSE=HPND
RDEPEND=app-i18n/freewnn
SLOT=0
SRC_URI=http://www.tulips.tsukuba.ac.jp/misc/export/cat/ldic/ldic-1.04-wnn.txt
_md5_=b34ba5b660cc2b32d5cbc93eaaee0579
_md5_=73eb8536efbcf32807d91c43dd236d36

@ -3,9 +3,9 @@ DEPEND=>=virtual/emacs-21
DESCRIPTION=Enables the user to edit different parts of a file in different major modes
HOMEPAGE=http://mmm-mode.sourceforge.net/
KEYWORDS=amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos
LICENSE=GPL-2
LICENSE=GPL-2+
RDEPEND=>=virtual/emacs-21
SLOT=0
SRC_URI=mirror://sourceforge/mmm-mode/mmm-mode-0.4.8.tar.gz
_eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=1d4fe4c67079c76bd736693ac6d65a73
_md5_=9d63ea577b51faa45ee46a59305fd8bf

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install postinst postrm prepare setup unpack
DEPEND=>=virtual/emacs-21
DESCRIPTION=Enables the user to edit different parts of a file in different major modes
EAPI=5
HOMEPAGE=http://mmm-mode.sourceforge.net/
KEYWORDS=~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos
LICENSE=GPL-2+
RDEPEND=>=virtual/emacs-21
SLOT=0
SRC_URI=mirror://sourceforge/mmm-mode/mmm-mode-0.5.1.tar.gz
_eclasses_=elisp ae11b438eee6c692e6c94c9a86999514 elisp-common 090a78f3eaf8f79b5c038c950c6fbaf7 eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=6584f6df2a4300f2bddd7b3cc42b04eb

@ -0,0 +1,9 @@
DEFINED_PHASES=compile prepare
DESCRIPTION=Handwriting model data of Japanese
EAPI=5
HOMEPAGE=http://tegaki.org/
KEYWORDS=~amd64
LICENSE=LGPL-2
SLOT=0
SRC_URI=http://www.tegaki.org/releases/0.3/models/tegaki-zinnia-japanese-0.3.zip
_md5_=8cd670a0245fb304382f83a9808041f9

@ -1,9 +1,11 @@
DEFINED_PHASES=install
DEPEND=app-arch/unzip
DESCRIPTION=Merge multiple logs such that multilined entries appear in chronological order without breaks.
EAPI=5
HOMEPAGE=https://code.google.com/p/logmerge/
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=dev-lang/perl
SLOT=0
SRC_URI=https://logmerge.googlecode.com/files/logmerge-0.4-beta.zip
_md5_=79e9ee049c2655e108ed74446200f0e2
_md5_=b447b7a0bab73e7d0c4e1bb698612c18

@ -4,8 +4,8 @@ DESCRIPTION=a lightweight PDF viewer and toolkit written in portable C
EAPI=4
HOMEPAGE=http://mupdf.com/
IUSE=X vanilla
LICENSE=GPL-3
LICENSE=AGPL-3
RDEPEND=media-libs/freetype:2 media-libs/jbig2dec >=media-libs/openjpeg-1.5 virtual/jpeg X? ( x11-libs/libX11 x11-libs/libXext )
SLOT=0
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de git-2 e92e09651292b1bef5656592364550f7 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=47fac8a44982b1ade51108d9cc35b05f
_md5_=e860798368c9cd3f1e60bbf5e8469818

@ -0,0 +1,13 @@
DEFINED_PHASES=configure install prepare
DEPEND=gflags? ( dev-cpp/gflags ) unwind? ( sys-libs/libunwind ) test? ( dev-cpp/gmock dev-cpp/gtest )
DESCRIPTION=Google's C++ logging library
EAPI=4
HOMEPAGE=http://code.google.com/p/google-glog/
IUSE=gflags static-libs unwind test
KEYWORDS=~amd64 ~arm ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=gflags? ( dev-cpp/gflags ) unwind? ( sys-libs/libunwind )
SLOT=0
SRC_URI=http://google-glog.googlecode.com/files/glog-0.3.3.tar.gz
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=2eefe2c68b4fe98e0bc3dfab0242b0ba

@ -4,10 +4,10 @@ DESCRIPTION=Useful extra bits for Python that should be in the standard library
EAPI=5
HOMEPAGE=https://github.com/testing-cabal/extras/ http://pypi.python.org/pypi/extras/
IUSE=test python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_pypy1_9 python_targets_pypy2_0
KEYWORDS=~amd64 ~arm ~hppa ~x86
KEYWORDS=~amd64 ~arm ~hppa ~x86 ~x86-fbsd
LICENSE=MIT
RDEPEND=python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) python_targets_pypy1_9? ( dev-python/pypy:1.9 ) python_targets_pypy2_0? ( dev-python/pypy:2.0 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,python_targets_pypy1_9(-)?,python_targets_pypy2_0(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-),-python_single_target_pypy1_9(-),-python_single_target_pypy2_0(-)]
SLOT=0
SRC_URI=mirror://pypi/e/extras/extras-0.0.3.tar.gz
_eclasses_=distutils-r1 10e59ecabebf0c37ad5cd8827434b108 eutils 384ae111f3649d456ed1754e3e1c4f6e multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 345dcecf1ef156d1d86a98f16d3c385c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=4b862850d3f5108e0383e5c967f2deee
_md5_=adaa1a9a23d37ce3708e4d7d32d4167f

@ -9,5 +9,5 @@ LICENSE=BSD ElementTree GPL-2 PSF-2
RDEPEND=>=dev-libs/libxml2-2.7.2 >=dev-libs/libxslt-1.1.15 dev-python/beautifulsoup[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)] python_targets_python2_6? ( dev-lang/python:2.6 ) python_targets_python2_7? ( dev-lang/python:2.7 ) python_targets_python3_1? ( dev-lang/python:3.1 ) python_targets_python3_2? ( dev-lang/python:3.2 ) python_targets_python3_3? ( dev-lang/python:3.3 ) dev-python/python-exec[python_targets_python2_6(-)?,python_targets_python2_7(-)?,python_targets_python3_1(-)?,python_targets_python3_2(-)?,python_targets_python3_3(-)?,-python_single_target_python2_6(-),-python_single_target_python2_7(-),-python_single_target_python3_1(-),-python_single_target_python3_2(-),-python_single_target_python3_3(-)]
SLOT=0
SRC_URI=mirror://pypi/l/lxml/lxml-3.2.0.tar.gz
_eclasses_=distutils-r1 10e59ecabebf0c37ad5cd8827434b108 eutils 384ae111f3649d456ed1754e3e1c4f6e multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 345dcecf1ef156d1d86a98f16d3c385c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=a62647ea12b831c9184d484c880c8618
_eclasses_=distutils-r1 10e59ecabebf0c37ad5cd8827434b108 eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 python-r1 052a2872c3d341495152eb93212374e9 python-utils-r1 345dcecf1ef156d1d86a98f16d3c385c toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=b2d0f4fcc0d350272df043b6ab09acd8

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
DESCRIPTION=Hike is a Ruby library for finding files in a set of paths.
EAPI=5
HOMEPAGE=https://github.com/sstephenson/hike
IUSE=elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby test test
KEYWORDS=~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
LICENSE=MIT
RDEPEND=ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby )
SLOT=0
SRC_URI=https://github.com/sstephenson/hike/archive/v1.2.2.tar.gz -> hike-1.2.2.tgz
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=2b7baa2b1beff060caee39eef63e3b41

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=test? ( ruby_targets_ruby18? ( =dev-ruby/multi_json-1*[ruby_targets_ruby18] >=dev-ruby/multi_xml-0.5.2[ruby_targets_ruby18] ) ruby_targets_ruby19? ( =dev-ruby/multi_json-1*[ruby_targets_ruby19] >=dev-ruby/multi_xml-0.5.2[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( dev-ruby/rspec:0[ruby_targets_ruby18] dev-ruby/fakeweb[ruby_targets_ruby18] ) ruby_targets_ruby19? ( dev-ruby/rspec:0[ruby_targets_ruby19] dev-ruby/fakeweb[ruby_targets_ruby19] ) ruby_targets_ruby18? ( test? ( dev-util/cucumber[ruby_targets_ruby18] www-servers/mongrel[ruby_targets_ruby18] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) )
DESCRIPTION=Makes http fun! Also, makes consuming restful web services dead easy.
EAPI=5
HOMEPAGE=http://httparty.rubyforge.org/
IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test test
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=MIT
RDEPEND=ruby_targets_ruby18? ( =dev-ruby/multi_json-1*[ruby_targets_ruby18] >=dev-ruby/multi_xml-0.5.2[ruby_targets_ruby18] ) ruby_targets_ruby19? ( =dev-ruby/multi_json-1*[ruby_targets_ruby19] >=dev-ruby/multi_xml-0.5.2[ruby_targets_ruby19] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] )
REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 )
SLOT=0
SRC_URI=mirror://rubygems/httparty-0.11.0.gem
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=afb88cc08b42092c6554163611b9edbc

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=test? ( ruby_targets_ruby18? ( virtual/ruby-ssl[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/ruby-ssl[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rdoc[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
DESCRIPTION='httpclient' gives something like the functionality of libwww-perl (LWP) in Ruby
EAPI=5
HOMEPAGE=https://github.com/nahi/httpclient
IUSE=test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby doc test test
KEYWORDS=~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
LICENSE=Ruby
RDEPEND=!dev-ruby/http-access2 ruby_targets_ruby18? ( virtual/ruby-ssl[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/ruby-ssl[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/ruby-ssl[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
REQUIRED_USE=|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby )
SLOT=0
SRC_URI=https://github.com/nahi/httpclient/tarball/v2.3.3 -> httpclient-2.3.3.tgz
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=5ae663fe1137bf9a57e90db09c30b427

@ -0,0 +1,15 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=media-libs/clutter-gtk ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-1.2.6[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-cairo-gobject-1.2.6[ruby_targets_ruby19] >=dev-ruby/ruby-gobject-introspection-1.2.6[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] )
DESCRIPTION=Ruby Clutter bindings
EAPI=4
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 test
KEYWORDS=~amd64
LICENSE=Ruby
RDEPEND=media-libs/clutter-gtk ruby_targets_ruby19? ( >=dev-ruby/ruby-cairo-gobject-1.2.6[ruby_targets_ruby19] >=dev-ruby/ruby-gobject-introspection-1.2.6[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] )
REQUIRED_USE=|| ( ruby_targets_ruby19 )
RESTRICT=test
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-1.2.6.tar.gz
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=8daf88fd7a937c5d4789ce5740163e66

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=media-libs/clutter-gtk ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-1.2.6[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-clutter-1.2.6[ruby_targets_ruby19] >=dev-ruby/ruby-gtk3-1.2.6[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] )
DESCRIPTION=Ruby Clutter bindings
EAPI=4
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 test
KEYWORDS=~amd64
LICENSE=Ruby
RDEPEND=media-libs/clutter-gtk ruby_targets_ruby19? ( >=dev-ruby/ruby-clutter-1.2.6[ruby_targets_ruby19] >=dev-ruby/ruby-gtk3-1.2.6[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] )
REQUIRED_USE=|| ( ruby_targets_ruby19 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-1.2.6.tar.gz
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=0006bbec1002fac28f936af0800217a0

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=x11-libs/gtksourceview:3.0 ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-1.2.6[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-gtk3-1.2.6[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] )
DESCRIPTION=Ruby Gtk3 bindings
EAPI=4
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 test
KEYWORDS=~amd64
LICENSE=Ruby
RDEPEND=x11-libs/gtksourceview:3.0 ruby_targets_ruby19? ( >=dev-ruby/ruby-gtk3-1.2.6[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] )
REQUIRED_USE=|| ( ruby_targets_ruby19 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-1.2.6.tar.gz
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=8ab2f63af155cbe2f10a874770450508

@ -0,0 +1,14 @@
DEFINED_PHASES=compile configure install prepare setup test unpack
DEPEND=x11-libs/vte:2.90 ruby_targets_ruby19? ( >=dev-ruby/ruby-glib2-1.2.6[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( >=dev-ruby/ruby-gtk3-1.2.6[ruby_targets_ruby19] ) ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) test? ( ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ) virtual/pkgconfig ruby_targets_ruby19? ( dev-ruby/pkg-config[ruby_targets_ruby19] )
DESCRIPTION=Ruby VTE bindings
EAPI=4
HOMEPAGE=http://ruby-gnome2.sourceforge.jp/
IUSE=test elibc_FreeBSD ruby_targets_ruby19 test
KEYWORDS=~amd64
LICENSE=Ruby
RDEPEND=x11-libs/vte:2.90 ruby_targets_ruby19? ( >=dev-ruby/ruby-gtk3-1.2.6[ruby_targets_ruby19] ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] )
REQUIRED_USE=|| ( ruby_targets_ruby19 )
SLOT=0
SRC_URI=mirror://sourceforge/ruby-gnome2/ruby-gnome2-all-1.2.6.tar.gz
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e java-utils-2 52b7cfbf4f7225fcea7e7f18b6d83328 multilib 892e597faee02a5b94eb02ab512e7622 ruby-fakegem d2a1d4e0903b29b09c892b21b79fcf46 ruby-ng 10ca07a887e226622062d89bb959a175 ruby-ng-gnome2 e4cff284a3481220aed757f422ae56c7 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=75d17882e59b5dda8fe5e60b721df7ab

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=virtual/jpeg amd64? ( abi_x86_32? ( app-emulation/emul-linux-x86-baselibs[development] ) ) >=sys-kernel/linux-headers-2.6.32
DESCRIPTION=Separate libraries ebuild from upstream v4l-utils package
EAPI=5
HOMEPAGE=http://git.linuxtv.org/v4l-utils.git
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux
LICENSE=LGPL-2.1+
RDEPEND=virtual/jpeg amd64? ( abi_x86_32? ( app-emulation/emul-linux-x86-baselibs[development] ) )
SLOT=0
SRC_URI=http://linuxtv.org/downloads/v4l-utils/v4l-utils-0.8.9.tar.bz2
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 64d8186c893b4ba109fe29c632a72a58 multilib-minimal 17ae39785bd22c9cf6159d6f11f87a04 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=19d8cd26c1c5ffc3994cbdd968c65905

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install setup
DEPEND=virtual/jpeg:= virtual/glu virtual/opengl x11-libs/libX11:= !media-tv/v4l2-ctl !<media-tv/ivtv-utils-1.4.0-r2 sys-devel/gettext virtual/os-headers virtual/pkgconfig virtual/pkgconfig
DESCRIPTION=Separate libraries ebuild from upstream v4l-utils package
EAPI=5
HOMEPAGE=http://git.linuxtv.org/v4l-utils.git
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux
LICENSE=LGPL-2.1+
RDEPEND=virtual/jpeg:= virtual/glu virtual/opengl x11-libs/libX11:= !media-tv/v4l2-ctl !<media-tv/ivtv-utils-1.4.0-r2
SLOT=0
SRC_URI=http://linuxtv.org/downloads/v4l-utils/v4l-utils-0.9.5.tar.bz2
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=8630d4302971d5e6387a8b75bc0a6690

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare setup test
DEPEND=virtual/jpeg:= virtual/glu virtual/opengl x11-libs/libX11:= !media-tv/v4l2-ctl !<media-tv/ivtv-utils-1.4.0-r2 amd64? ( abi_x86_32? ( app-emulation/emul-linux-x86-baselibs[development] ) ) sys-devel/gettext virtual/os-headers virtual/pkgconfig virtual/pkgconfig
DESCRIPTION=Separate libraries ebuild from upstream v4l-utils package
EAPI=5
HOMEPAGE=http://git.linuxtv.org/v4l-utils.git
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux
LICENSE=LGPL-2.1+
RDEPEND=virtual/jpeg:= virtual/glu virtual/opengl x11-libs/libX11:= !media-tv/v4l2-ctl !<media-tv/ivtv-utils-1.4.0-r2 amd64? ( abi_x86_32? ( app-emulation/emul-linux-x86-baselibs[development] ) )
SLOT=0
SRC_URI=http://linuxtv.org/downloads/v4l-utils/v4l-utils-0.9.5.tar.bz2
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 64d8186c893b4ba109fe29c632a72a58 multilib-minimal 17ae39785bd22c9cf6159d6f11f87a04 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=f99d0bcb00b201928ff3e8b617f6223f

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=|| ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=C/C++ function library for rasterizing 2-D vector graphics
EAPI=5
HOMEPAGE=http://www.gnu.org/software/libxmi/
IUSE=static-libs
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-2
SLOT=0
SRC_URI=mirror://gnu/libxmi/libxmi-1.2.tar.gz
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7070f14fc0488c824be5fe8d6ad6d28a eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 177b3e32837e245539b46f16c43afed8 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=179257bc3740eec8a19ce4e53c4cb7b0

@ -0,0 +1,12 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=|| ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=C/C++ function library for rasterizing 2-D vector graphics
EAPI=5
HOMEPAGE=http://www.gnu.org/software/libxmi/
IUSE=static-libs
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-2
SLOT=0
SRC_URI=http://dev.gentoo.org/~jlec/distfiles/libxmi-1.3.tar.xz
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7070f14fc0488c824be5fe8d6ad6d28a eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 177b3e32837e245539b46f16c43afed8 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e9ead34225df4133d19eb25c730b51de

@ -0,0 +1,13 @@
DEFINED_PHASES=configure postinst prepare
DEPEND=!<media-libs/plotutils-2.6 media-libs/libxmi png? ( media-libs/libpng sys-libs/zlib ) X? ( x11-libs/libXaw x11-proto/xextproto ) || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=Powerful C/C++ function library for exporting 2-D vector graphics
EAPI=5
HOMEPAGE=http://www.gnu.org/software/plotutils/
IUSE=+png static-libs X
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=GPL-2
RDEPEND=!<media-libs/plotutils-2.6 media-libs/libxmi png? ( media-libs/libpng sys-libs/zlib ) X? ( x11-libs/libXaw x11-proto/xextproto )
SLOT=0
SRC_URI=mirror://gnu/plotutils/plotutils-2.6.tar.gz
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 177b3e32837e245539b46f16c43afed8 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=d3c08fdd45e5f961bbdb0a57a22f7bb4

@ -4,10 +4,10 @@ DESCRIPTION=Library for manipulation of TIFF (Tag Image File Format) images
EAPI=5
HOMEPAGE=http://www.remotesensing.org/libtiff/
IUSE=+cxx jbig jpeg zlib
KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
LICENSE=libtiff
RDEPEND=jpeg? ( virtual/jpeg ) jbig? ( media-libs/jbigkit ) zlib? ( sys-libs/zlib ) !media-libs/tiff-compat !=media-libs/tiff-3*:0
SLOT=3
SRC_URI=ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.7.tar.gz
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 177b3e32837e245539b46f16c43afed8 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ef59bf0347d34356f33577fcf045443b
_md5_=402e24e65375e1a0f78edae32b5f1f3f

@ -4,10 +4,10 @@ DESCRIPTION=Tag Image File Format (TIFF) library
EAPI=5
HOMEPAGE=http://www.remotesensing.org/libtiff/
IUSE=+cxx jbig jpeg lzma static-libs zlib
KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris
KEYWORDS=~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris
LICENSE=libtiff
RDEPEND=jpeg? ( virtual/jpeg:= ) jbig? ( media-libs/jbigkit:= ) lzma? ( app-arch/xz-utils:= ) zlib? ( sys-libs/zlib:= )
SLOT=0
SRC_URI=http://download.osgeo.org/libtiff/tiff-4.0.3.tar.gz ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.3.tar.gz
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 177b3e32837e245539b46f16c43afed8 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=855d96d6827e743204fcce13e06f770d
_md5_=d1e9c194b267c27ad7b53d620791f230

@ -0,0 +1,13 @@
DEFINED_PHASES=configure install
DEPEND=>=media-libs/libv4l-0.9.5 qt4? ( dev-qt/qtgui:4 ) !media-tv/v4l2-ctl !<media-tv/ivtv-utils-1.4.0-r2 sys-devel/gettext virtual/pkgconfig virtual/pkgconfig
DESCRIPTION=Separate utilities ebuild from upstream v4l-utils package
EAPI=5
HOMEPAGE=http://git.linuxtv.org/v4l-utils.git
IUSE=qt4
KEYWORDS=~amd64 ~ppc ~x86
LICENSE=GPL-2+ LGPL-2.1+
RDEPEND=>=media-libs/libv4l-0.9.5 qt4? ( dev-qt/qtgui:4 ) !media-tv/v4l2-ctl !<media-tv/ivtv-utils-1.4.0-r2
SLOT=0
SRC_URI=http://linuxtv.org/downloads/v4l-utils/v4l-utils-0.9.5.tar.bz2
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e udev a9a8d051efb42bfe884c1db82ce161de user d0a4d0735a6c0183d707ca919bd72f28
_md5_=ac53b94ed56be4572c2e827230fd4ce3

@ -0,0 +1,10 @@
DEFINED_PHASES=config configure install
DEPEND=!net-dns/resolvconf-gentoo !<net-dns/dnsmasq-2.40-r1
DESCRIPTION=A framework for managing DNS information
EAPI=5
HOMEPAGE=http://roy.marples.name/projects/openresolv
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd
LICENSE=BSD-2
SLOT=0
SRC_URI=http://roy.marples.name/downloads/openresolv/openresolv-3.5.4.tar.bz2
_md5_=8628b584cc67d6e3370efd81d4150fa6

@ -1,14 +1,14 @@
DEFINED_PHASES=compile configure install postinst prepare setup test
DEPEND=hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) sys-devel/flex virtual/yacc || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DEPEND=>=sys-apps/util-linux-2.20 hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) ) sys-devel/flex virtual/yacc || ( >=sys-devel/automake-1.12:1.12 >=sys-devel/automake-1.13:1.13 ) >=sys-devel/autoconf-2.68 sys-devel/libtool
DESCRIPTION=Kernel based automounter
EAPI=5
HOMEPAGE=http://www.linux-consulting.com/Amd_AutoFS/autofs.html
IUSE=hesiod ldap mount-locking sasl
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86
LICENSE=GPL-2
RDEPEND=hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) )
RDEPEND=>=sys-apps/util-linux-2.20 hesiod? ( net-dns/hesiod ) ldap? ( >=net-nds/openldap-2.0 sasl? ( dev-libs/cyrus-sasl dev-libs/libxml2 virtual/krb5 ) )
REQUIRED_USE=sasl? ( ldap )
SLOT=0
SRC_URI=mirror://kernel/linux/daemons/autofs/v5/autofs-5.0.7.tar.bz2 http://dev.gentoo.org/~jlec/distfiles/autofs-5.0.7-patches-2.tar.lzma
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7070f14fc0488c824be5fe8d6ad6d28a eutils 384ae111f3649d456ed1754e3e1c4f6e libtool 177b3e32837e245539b46f16c43afed8 linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=9d7e5b1a7fc36d40a7638552ee5018d0
_md5_=07ce173844f95db21ada90b77ece549b

@ -10,4 +10,4 @@ RDEPEND=sys-apps/iproute2
SLOT=0
SRC_URI=mirror://sourceforge/htbinit/htb.init-v0.8.5
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e linux-info dd8fdcccc30f117673b4cba4ed4f74a7 multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28 versionator 6601b4c5b3f019a993db59a50e1854e4
_md5_=d294944d83a7202ae135a32f41600691
_md5_=66d0f30f1c63a4b3dcb813a8fb3d65f1

@ -10,4 +10,4 @@ REQUIRED_USE=kernel_linux
SLOT=0
SRC_URI=mirror://sourceforge/lksctp/lksctp-tools-1.0.13.tar.gz
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 autotools-utils 7070f14fc0488c824be5fe8d6ad6d28a eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 177b3e32837e245539b46f16c43afed8 multilib 892e597faee02a5b94eb02ab512e7622 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=431d3cb79c690de89d039569c6da6bb0
_md5_=87423cd7ab651bb621e1199590ad1b6a

@ -0,0 +1,12 @@
DEFINED_PHASES=compile install prepare
DEPEND=dev-libs/libnl virtual/pkgconfig
DESCRIPTION=nl80211-based configuration utility for wireless devices using the mac80211 kernel stack
EAPI=5
HOMEPAGE=http://wireless.kernel.org/en/users/Documentation/iw
KEYWORDS=~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux
LICENSE=ISC
RDEPEND=dev-libs/libnl
SLOT=0
SRC_URI=https://www.kernel.org/pub/software/network/iw/iw-3.10.tar.xz
_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
_md5_=3e5ce0af4962a69e7c417436660a53a5

@ -0,0 +1,10 @@
DEFINED_PHASES=compile install
DESCRIPTION=Tool to read and control rfkill status through /dev/rfkill
EAPI=5
HOMEPAGE=http://wireless.kernel.org/en/users/Documentation/rfkill
KEYWORDS=~amd64 ~arm ~mips ~x86
LICENSE=ISC
SLOT=0
SRC_URI=https://www.kernel.org/pub/software/network/rfkill/rfkill-0.5.tar.xz
_eclasses_=multilib 892e597faee02a5b94eb02ab512e7622 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e
_md5_=1f768bee42435bc971200e655fd0dc98

@ -0,0 +1,13 @@
DEFINED_PHASES=compile install prepare
DEPEND=>=sys-freebsd/freebsd-sources-9.1 virtual/pmake doc? ( app-text/deplate )
DESCRIPTION=Fuse for FreeBSD
EAPI=5
HOMEPAGE=http://fuse4bsd.creo.hu/
IUSE=doc
KEYWORDS=~x86-fbsd
LICENSE=BSD
RDEPEND=sys-fs/fuse
SLOT=0
SRC_URI=http://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/fuse4bsd/498acaef33b0.tar.gz mirror://gentoo/freebsd-sbin-9.1.tar.bz2
_eclasses_=eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de multilib 892e597faee02a5b94eb02ab512e7622 portability 536c5e70c5fb252ed3b769e04aa3f05b toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=b708475ae04b99b5859aa1db83a1b518

@ -4,10 +4,10 @@ DESCRIPTION=Legacy Open Motif libraries for old binaries
EAPI=5
HOMEPAGE=http://motif.ics.com/
IUSE=abi_x86_32 abi_x86_64 abi_x86_x32
KEYWORDS=~amd64 x86
KEYWORDS=~amd64 ~x86
LICENSE=MOTIF MIT
RDEPEND=x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] x11-libs/libXext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] x11-libs/libXmu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] x11-libs/libXp[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] x11-libs/libXt[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] abi_x86_32? ( amd64? ( app-emulation/emul-linux-x86-baselibs ) !app-emulation/emul-linux-x86-motif )
SLOT=2.2
SRC_URI=ftp://ftp.ics.com/openmotif/2.2/2.2.3/src/openMotif-2.2.3.tar.gz mirror://gentoo/openmotif-2.2.3-patches-5.tar.xz
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 177b3e32837e245539b46f16c43afed8 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 64d8186c893b4ba109fe29c632a72a58 multilib-minimal 17ae39785bd22c9cf6159d6f11f87a04 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=e0043109210e7dc9ca1055a4f56b44a8
_md5_=eb033add0c53663c1dc2d5b19a6d5908

@ -4,10 +4,10 @@ DESCRIPTION=The Motif user interface component toolkit
EAPI=5
HOMEPAGE=http://sourceforge.net/projects/motif/ http://motif.ics.com/
IUSE=examples jpeg +motif22-compatibility png static-libs unicode xft abi_x86_32 abi_x86_64 abi_x86_x32
KEYWORDS=alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
KEYWORDS=alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
LICENSE=LGPL-2.1+ MIT
RDEPEND=x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] x11-libs/libXext[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] x11-libs/libXmu[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] x11-libs/libXp[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] x11-libs/libXt[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] unicode? ( virtual/libiconv ) xft? ( media-libs/fontconfig[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] x11-libs/libXft[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?] ) jpeg? ( virtual/jpeg ) png? ( >=media-libs/libpng-1.4:0= ) abi_x86_32? ( amd64? ( app-emulation/emul-linux-x86-baselibs ) !app-emulation/emul-linux-x86-motif )
SLOT=0
SRC_URI=mirror://sourceforge/project/motif/Motif%202.3.4%20Source%20Code/motif-2.3.4-src.tgz
_eclasses_=autotools 16761a2f972abd686713e5967ff3c754 eutils 384ae111f3649d456ed1754e3e1c4f6e flag-o-matic d900015de4e092f26d8c0a18b6bd60de libtool 177b3e32837e245539b46f16c43afed8 multibuild 32fd04fe3ee97494341710886fd70dfe multilib 892e597faee02a5b94eb02ab512e7622 multilib-build 64d8186c893b4ba109fe29c632a72a58 multilib-minimal 17ae39785bd22c9cf6159d6f11f87a04 multiprocessing a2130e6fc4aa4c6a24b265ca0cbcc2b6 toolchain-funcs 69a2016af67775a812f4c03ba4b0e03e user d0a4d0735a6c0183d707ca919bd72f28
_md5_=3a81ec1d5fc7a5a1f13fed2d3be87fe3
_md5_=71da87ecc92e60c8fa88b717e7afde48

@ -1 +1 @@
Sat, 04 May 2013 12:36:57 +0000
Sat, 04 May 2013 18:07:02 +0000

@ -1 +1 @@
Sat May 4 12:36:54 UTC 2013
Sat May 4 18:07:00 UTC 2013

@ -1 +1 @@
Sat, 04 May 2013 13:00:01 +0000
Sat, 04 May 2013 18:30:01 +0000

@ -1 +1 @@
1367670901 Sat May 4 12:35:01 2013 UTC
1367690701 Sat May 4 18:05:01 2013 UTC

@ -0,0 +1,48 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dns/openresolv/openresolv-3.5.4-r2.ebuild,v 1.1 2013/05/04 15:36:48 floppym Exp $
EAPI=5
DESCRIPTION="A framework for managing DNS information"
HOMEPAGE="http://roy.marples.name/projects/openresolv"
SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.bz2"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE=""
DEPEND="!net-dns/resolvconf-gentoo
!<net-dns/dnsmasq-2.40-r1"
RDEPEND=""
src_configure() {
econf \
--prefix= \
--rundir=/var/run \
--libexecdir=/lib/resolvconf \
--restartcmd="/lib/resolvconf/helpers/restartcmd \1"
}
src_install() {
default
exeinto /lib/resolvconf/helpers
doexe "${FILESDIR}"/restartcmd
}
pkg_config() {
if [ "${ROOT}" != "/" ]; then
eerror "We cannot configure unless \$ROOT=/"
return 1
fi
if [ -n "$(resolvconf -l)" ]; then
einfo "${PN} already has DNS information"
else
ebegin "Copying /etc/resolv.conf to resolvconf -a dummy"
resolvconf -a dummy </etc/resolv.conf
eend $? || return $?
einfo "The dummy interface will disappear when you next reboot"
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.7-r1.ebuild,v 1.1 2013/05/03 19:14:13 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/net-fs/autofs/autofs-5.0.7-r1.ebuild,v 1.2 2013/05/04 17:18:38 vapier Exp $
EAPI=5
@ -28,13 +28,15 @@ IUSE="hesiod ldap mount-locking sasl"
REQUIRED_USE="sasl? ( ldap )"
# currently, sasl code assumes the presence of kerberosV
RDEPEND="
RDEPEND=">=sys-apps/util-linux-2.20
hesiod? ( net-dns/hesiod )
ldap? ( >=net-nds/openldap-2.0
sasl? (
dev-libs/cyrus-sasl
dev-libs/libxml2
virtual/krb5 ) )"
virtual/krb5
)
)"
DEPEND="${RDEPEND}
sys-devel/flex
virtual/yacc"
@ -53,11 +55,9 @@ PATCHES=(
# Upstream reference: http://thread.gmane.org/gmane.linux.kernel.autofs/5371
"${FILESDIR}"/${PN}-5.0.5-fix-install-deadlink.patch
# https://bugs.gentoo.org/show_bug.cgi?id=361899
"${FILESDIR}"/${PN}-5.0.5-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch
# https://bugs.gentoo.org/show_bug.cgi?id=381315
"${FILESDIR}"/${PN}-5.0.6-revert-ldap.patch
"${FILESDIR}"/${PN}-5.0.5-add-missing-endif-HAVE_SASL-in-modules-lookup_ldap.c.patch #361899
"${FILESDIR}"/${PN}-5.0.6-revert-ldap.patch #381315
"${FILESDIR}"/${PN}-5.0.7-mount-sloppy.patch #453778
)
AUTOTOOLS_IN_SOURCE_BUILD=1
@ -72,10 +72,6 @@ src_prepare() {
}
src_configure() {
# work around bug #355975 (mount modifies timestamp of /etc/mtab)
# with >=sys-apps/util-linux-2.19,
addpredict "/etc/mtab"
# --with-confdir is for bug #361481
# --with-mapdir is for bug #385113
# for systemd support (not enabled yet):

@ -0,0 +1,17 @@
https://bugs.gentoo.org/453778
we've had a stable util-linux that supports -s for a long time (and the ebuild
forces a recent version), so disable this test which implicitly tries to modify
files like /etc/mtab and piss off the sandbox.
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -65,7 +65,7 @@
AC_DEFUN(AF_SLOPPY_MOUNT,
[if test -n "$MOUNT" ; then
AC_MSG_CHECKING([if mount accepts the -s option])
- if "$MOUNT" -s > /dev/null 2>&1 ; then
+ if true > /dev/null 2>&1 ; then
AC_DEFINE(HAVE_SLOPPY_MOUNT, 1, [define if the mount command supports the -s option])
AC_MSG_RESULT(yes)
else

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/htbinit/htbinit-0.8.5-r5.ebuild,v 1.4 2012/09/30 18:11:19 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/net-misc/htbinit/htbinit-0.8.5-r5.ebuild,v 1.5 2013/05/04 13:40:21 tomwij Exp $
EAPI=2
inherit eutils linux-info
@ -15,6 +15,7 @@ KEYWORDS="amd64 ~ppc x86"
IUSE="ipv6 esfq"
DEPEND="sys-apps/iproute2"
RDEPEND="${DEPEND}"
S=${WORKDIR}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild,v 1.1 2013/02/24 07:14:59 flameeyes Exp $
# $Header: /var/cvsroot/gentoo-x86/net-misc/lksctp-tools/lksctp-tools-1.0.13.ebuild,v 1.2 2013/05/04 17:54:22 vapier Exp $
EAPI=5
@ -24,7 +24,7 @@ REQUIRED_USE="kernel_linux"
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.0.8-prefix.patch #181602
epatch "${FILESDIR}"/${P}-build.patch
sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die
eautoreconf
}

@ -1,3 +1,4 @@
DIST iw-3.10.tar.xz 80476 SHA256 456ee212cfb728e292667caa508a7dff902666c78579814756a3012d68d64fe9 SHA512 8cf38664b3eb9cfaf5c2c0c70376fc35d069eb4615af7c706253e9a111811be11c8d44d6c4205e8299db490dd9713faf4029ad2167a28f7305606e4683ac9f1b WHIRLPOOL f87cc344c994b0caa2731b073fa785f075af2be73608a82a1326078e4c3150a6dac69a99e1577129d696d80c38f6b33a89a2670c35a7ea58348ac5739e8b5b68
DIST iw-3.3.tar.bz2 62245 SHA256 567f0d389dd7c9919832101aaa8e3863a463cb505545534eb46b4ddab4400e60 SHA512 fd240e0e365c25f1f5afabb52a3a08107e69910131d6dfae4331f97c4e3aa56c88f1c38c6ac43b247fc8186f0cc41ce0e10e89215b50ef8e67024d130cefc296 WHIRLPOOL 03eb5c83b396a0ffd357ca37b71588b834701b93f57df8f74d841358614a76ee334173a0128d3024c8644fad07c088ddb0b40b54de35e653d6eb15335087b4ed
DIST iw-3.7.tar.bz2 66086 SHA256 2390785667a778ec4c3b2fa8bc89105ff775ada30203e76f2945b83619833224 SHA512 4cf480a977883f4abced1d5a23f883a40e0328531013076f3d0f0f241d13e3a8ce4de4aebdc5c386f768ab0dd9fecc497f419517bfef7e065735dca3a05e84a1 WHIRLPOOL 66da8276d0f21450009e4f42afb1c85d979c55a6541ea9a4f156adb75a7edc63af791525161031e79b52e29c7605485091ca14e6d1514a569a9af8e2ff15c9fb
DIST iw-3.8.tar.xz 71724 SHA256 50c07d5fcf38240b3912fb6950f6ec566b8d27c321cbdacc1de53fc3be96af9a SHA512 267330b7f8ff2d3858e16782d6ad21f3b04fc62eccd44d5cad104946e1bdd4f3ea1ace40781c4e93d3b85d690f1a4cee3be1a10aa3ba1d036f8296453b8c346a WHIRLPOOL e77fd8580a4466122108ab4055da8d2e884179162f0f067ddf2ee91531711b1f852e35ee6615e36f863a1fc31dff66c124dce5aa1485eb35fc4af2ef2faa0ab6

@ -0,0 +1,32 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/iw/iw-3.10.ebuild,v 1.1 2013/05/04 16:28:45 zerochaos Exp $
EAPI=5
inherit toolchain-funcs
DESCRIPTION="nl80211-based configuration utility for wireless devices using the mac80211 kernel stack"
HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/iw"
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="dev-libs/libnl"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
tc-export CC LD
}
src_compile() {
emake V=1
}
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
}

@ -1 +1,2 @@
DIST rfkill-0.4.tar.xz 7744 SHA256 30bc25fb9df426d81527366cf0f0ceb162cf2e68453ca4b347c0420eaa57dfee SHA512 d54d3cf2238248a6c6ef76f5be745ff6838292b2ee377623dc85bf1138c0fc6c04ecd433fa161852d78e2ec18caa45bc0c9d1ca109f636bc2032883fa9405416 WHIRLPOOL 0c324aaec885e6ad29597eae4711008850054207fa86946790b36c0fa9d1e0fd6945877f8ca691e30d87869f212767390ef7906a3546df632179b806d9e996fc
DIST rfkill-0.5.tar.xz 7776 SHA256 e0ae3004215e39a6c5c36e0726558740728d16f67ebdb8bea621250f6091d86a SHA512 6ad4d28e7bf7ec69ec6a600cd774b7b3c60e85849ae3fca0f5509ed6a283ed5656d37cfd770df45ff1ceca59edd814807d116b30e199fca303baf496441419d7 WHIRLPOOL 7f874d05b24f17d7926a8cabb85fad2c41ddad9085286527f8090144e2bc658e2332f9e197f26932770ba67f948e979402f7e8c0c6926f1e2244a0684551ebe8

@ -0,0 +1,30 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/rfkill/rfkill-0.5.ebuild,v 1.1 2013/05/04 16:29:29 zerochaos Exp $
EAPI=5
inherit toolchain-funcs
DESCRIPTION="Tool to read and control rfkill status through /dev/rfkill"
HOMEPAGE="http://wireless.kernel.org/en/users/Documentation/rfkill"
SRC_URI="https://www.kernel.org/pub/software/network/${PN}/${P}.tar.xz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~x86"
IUSE=""
RDEPEND=""
DEPEND=""
CC=$(tc-getCC)
LD=$(tc-getLD)
src_compile() {
emake V=1 || die "Failed to compile"
}
src_install() {
emake install V=1 DESTDIR="${D}" || die "Failed to install"
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.161 2013/05/01 06:27:01 grozin Exp $
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/package.use.mask,v 1.162 2013/05/04 13:41:43 mgorny Exp $
# When you add an entry to the top of this file, add your name, the date, and
# an explanation of why something is getting masked. Please be extremely
@ -62,20 +62,6 @@ app-crypt/johntheripper -cuda
# sys-fs/zfs is not available everywhere.
sys-boot/grub -libzfs
# Robert Piasek <dagger@gentoo.org> (26 Apr 2012)
# Packages with optional systemd support. Masked in base and unmasked on arches
# where sys-apps/systemd is available.
# Samuli Suominen <ssuominen@gentoo.org> (07 Sep 2012)
# Masked again because this was never allowed before systemd is marked stable.
#sys-auth/polkit -systemd
# Alexandre Rostovtsev <tetromino@gentoo.org> (13 Apr 2012)
# Packages with optional systemd support. Masked in base and unmasked on arches
# where sys-apps/systemd is available.
gnome-extra/gnome-screensaver -systemd
gnome-extra/gnome-system-monitor -systemd
net-misc/networkmanager -systemd
# Alexandre Rostovtsev <tetromino@gentoo.org> (12 Apr 2012)
# Temporary mask-in-base, unmask-in-arch for dev-python/mako keywording for
# gobject-introspection[doctool], bug #411761

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.49 2013/05/01 06:27:01 grozin Exp $
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.50 2013/05/04 13:38:26 mgorny Exp $
# Unmask the flag which corresponds to ARCH.
-amd64
@ -186,4 +186,8 @@ capslib
# available on amd64
-clozurecl
# Michał Górny <mgorny@gentoo.org> (4 May 2013)
# Unmask systemd since it is keyworded here.
-systemd
# NOT NECESSARY - SECTION

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

Loading…
Cancel
Save