Sync with portage [Mon Dec 24 10:32:06 MSK 2012].

mhiretskiy
root 12 years ago
parent 949d34474f
commit a6c562a3c6

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.9.9.9-r1.ebuild,v 1.6 2012/05/04 11:03:34 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/mhash/mhash-0.9.9.9-r1.ebuild,v 1.8 2012/12/23 21:22:55 grobian Exp $
EAPI=4
inherit eutils
@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/mhash/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm ~hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"
RDEPEND=""

@ -0,0 +1 @@
DIST sbsigntool_0.6.orig.tar.gz 212375 SHA256 84fb0c8f6fb1e79aa418a4f70a3139b38d5630043b28291c875f383e9b4294b8 SHA512 ed314d1cb7278cf5f27d4c3cd17f2195678419a7f9e47770429b6f95df35f7df035331e60c45970183ddd9b150a9b752f876c777929598b0525872b3255af95c WHIRLPOOL 3b86b9861f5e26586e8a9eb9bbf48adf1a12714b294f0acd605d53e37c27192006c6ecc81d31bf4f200f8e88508f38a52ef93e9e01e301c4245a11894227cecc

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>vapier@gentoo.org</email>
<description>do whatever</description>
</maintainer>
</pkgmetadata>

@ -0,0 +1,33 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/sbsigntool/sbsigntool-0.6.ebuild,v 1.1 2012/12/24 00:25:41 vapier Exp $
EAPI="4"
DESCRIPTION="Utilities for signing and verifying files for UEFI Secure Boot"
HOMEPAGE="http://packages.ubuntu.com/quantal/sbsigntool"
SRC_URI="https://launchpad.net/ubuntu/+archive/primary/+files/${PN}_${PV}.orig.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/openssl
sys-apps/util-linux"
DEPEND="${RDEPEND}
sys-apps/help2man
sys-boot/gnu-efi
virtual/pkgconfig"
src_prepare() {
local iarch
case ${ARCH} in
ia64) iarch=ia64 ;;
x86) iarch=ia32 ;;
amd64) iarch=x86_64 ;;
*) die "unsupported architecture: ${ARCH}" ;;
esac
sed -i "/^EFI_ARCH=/s:=.*:=${iarch}:" configure || die
sed -i 's/-m64$/& -march=x86-64/' tests/Makefile.in || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/tpm-tools-1.3.5-r1.ebuild,v 1.3 2012/09/11 00:55:29 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/tpm-tools/tpm-tools-1.3.5-r1.ebuild,v 1.4 2012/12/23 18:20:22 vapier Exp $
EAPI=4
inherit autotools eutils flag-o-matic
@ -8,6 +8,7 @@ inherit autotools eutils flag-o-matic
DESCRIPTION="TrouSerS' support tools for the Trusted Platform Modules"
HOMEPAGE="http://trousers.sourceforge.net"
SRC_URI="mirror://sourceforge/trousers/${P}.tar.gz"
LICENSE="CPL-1.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
@ -33,17 +34,13 @@ src_prepare() {
}
src_configure() {
local myconf="$(use_enable nls)"
local myconf
# don't use --enable-pkcs11-support, configure is a mess.
use pkcs11 || myconf+=" --disable-pkcs11-support"
use debug && append-flags -DDEBUG || append-flags -DNDEBUG
econf ${myconf}
}
append-flags $(usex debug -DDEBUG -DNDEBUG)
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc README
econf \
$(use_enable nls) \
${myconf}
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.6.0_pre2.ebuild,v 1.4 2012/12/22 13:51:24 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/abook/abook-0.6.0_pre2.ebuild,v 1.5 2012/12/23 17:08:41 ago Exp $
EAPI=3
@ -13,7 +13,7 @@ SRC_URI="http://abook.sourceforge.net/devel/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ppc ~ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ppc ppc64 ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="nls"
RDEPEND="sys-libs/ncurses

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.17.ebuild,v 1.8 2012/12/22 16:06:58 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.17.ebuild,v 1.9 2012/12/23 19:10:51 ago Exp $
EAPI=4
inherit eutils toolchain-funcs flag-o-matic multilib prefix
@ -13,7 +13,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="nls"
RDEPEND="!sys-freebsd/freebsd-bin

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.3.ebuild,v 1.7 2012/12/19 16:01:24 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/esearch/esearch-1.3.ebuild,v 1.9 2012/12/23 19:09:33 maekke Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@ -18,7 +18,7 @@ LICENSE="GPL-2"
SLOT="0"
IUSE="linguas_fr linguas_it"
KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
DEPEND="sys-apps/portage"
RDEPEND="${DEPEND}"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/eigen-2.0.17.ebuild,v 1.5 2012/11/16 21:12:14 johu Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/eigen/eigen-2.0.17.ebuild,v 1.6 2012/12/23 18:05:49 maekke Exp $
EAPI=4
@ -11,7 +11,7 @@ HOMEPAGE="http://eigen.tuxfamily.org/"
SRC_URI="https://bitbucket.org/eigen/eigen/get/${PV}.tar.bz2 -> ${P}.tar.bz2"
LICENSE="GPL-3"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
SLOT="2"
IUSE="debug doc examples"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.14.1.ebuild,v 1.8 2012/12/18 20:05:05 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/sqlite/sqlite-3.7.14.1.ebuild,v 1.9 2012/12/23 19:28:46 maekke Exp $
EAPI="5"
@ -21,7 +21,7 @@ SRC_URI="doc? ( http://sqlite.org/${PN}-doc-${DOC_PV}.zip )
LICENSE="public-domain"
SLOT="3"
KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="debug doc +extensions +fts3 icu +readline secure-delete soundex tcl test +threadsafe unlock-notify"
RDEPEND="icu? ( dev-libs/icu:= )

@ -1 +1,2 @@
DIST hinotify-0.3.2.tar.gz 12014 SHA256 88c86540528f9d36bedc5779c975fbd0fd1277a4e143b9a078871ba7c2ce293f SHA512 c71c055093429d383cc55f49748e92a0900d205ea6ac2eeff85ab51b594a52e25fd538fa3de1147465ad102db8e3a83c6f48ea1a6c8e67d43033ab9db7647fbc WHIRLPOOL 6c1e76c255f2d46d785210785cd821cc9a7560dbd9e85fc71690a629c0fea9f13b683ce5cb7c3dc3e3357b8c78a4d3ee383885e767cae6ca37571ef4aa3f1d59
DIST hinotify-0.3.5.tar.gz 11030 SHA256 14c42e1fe3b7cef1bf5a545615c33b20ce7c6affe8474824faeb0d2e38deff02 SHA512 a0dc83c094ee32d7c272746aeb6ed873b118a2b2d3737ffe6958a8581cf7843d2cd5e67de7d03c54d19304bfb736664a7abf5fbab2f6bf6eab9778e4cf5cad51 WHIRLPOOL c3bbdeef9b7c70696dfc7dfeb8203bb64301d0c563c1181e5f166cddec300a60e7ec7fc64b3677f67b87c2fddecee14c172335548f38b10807dc3a9f5cba1ed0

@ -0,0 +1,23 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hinotify/hinotify-0.3.5.ebuild,v 1.1 2012/12/23 21:45:00 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.3.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Haskell binding to inotify"
HOMEPAGE="https://github.com/kolmodin/hinotify.git"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-7.0.1:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"

@ -1 +1,2 @@
DIST libxml-sax-0.7.2.tar.gz 8520 SHA256 bfffec7c2078a31d14a427d9d2f094995f38a92816ca795758a5655a0f7bb5d5 SHA512 add497ee2729036f1e3599d2bf039ba4dffcd98ffd6bb57a1f25d6678f424d6ce4a73f951c3a7ee5f6da6be64b66eaef7e9de432873b01c1d402c68ec5fac718 WHIRLPOOL eb776871feb7ff42ed527d0dc1b985f1bad64d448b98f4309420c12f63d87e4f7a354ebb28b53cb0bdcf04ba29c36cf13f828faa4921ea4bdc7be8322b10dda7
DIST libxml-sax-0.7.3.tar.gz 8643 SHA256 19801042955a90029fdb8dff97108b80bdd8dc09b94e509be42d78644b8f2494 SHA512 cfab7d52e9bbd4add79b3c7b4f7843f788a1009675c8b4f8d82885c12db9d4d9f4a275695f1032b323cfa6079953e6aa89a6ebd2366f2920e6579e314d55f31d WHIRLPOOL 9e882174633a4da988f763dbb12fe7cd8673466ba77464b287f35f453bc2d3d40ab4640b4791c44f832d41fb1b5a809ff6b8da2139f708750e0868d05a86528c

@ -0,0 +1,28 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/libxml-sax/libxml-sax-0.7.3-r1.ebuild,v 1.1 2012/12/23 21:49:14 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.3.1
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Bindings for the libXML2 SAX interface"
HOMEPAGE="https://john-millikin.com/software/haskell-libxml/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/text-0.7:=[profile?]
<dev-haskell/text-0.12:=[profile?]
=dev-haskell/xml-types-0.3*:=[profile?]
>=dev-lang/ghc-6.10.4:=
dev-libs/libxml2"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6
virtual/pkgconfig"

@ -1,3 +1,4 @@
DIST lifted-base-0.1.0.3.tar.gz 8557 SHA256 66f4f6ceca1612bc738a33ba786b717c4412a025079ece7eed6449ded19662ba SHA512 a280661e31a19cedd4c82b2acaf3332cf4fbec885008ef5dc1c475cc3df89024e5605583c952aebb8bdab4a5ed725b410f1c254c4c3c0abbec513dc3217d30b2 WHIRLPOOL b39ef6370280d5b7b05be6e5ab538d119eaed7245342c950b9eba1036a7887b125ac1a8f8f1747c473ff9ca57b5e938eed05f3f6cc5c457158e666117c1dde4c
DIST lifted-base-0.1.1.tar.gz 10640 SHA256 759300ba3eaf4e78455066c438c3f64ccffd6af5d80550bf4d0075c57f180691 SHA512 e213b8cc40e14e4ce1c85691b69fffefbc1049aaeeb5463543e6361073caf1068905e08a1f52a0b4f43c169b5a97788c0879c02f0f737614f44ac138d204bd29 WHIRLPOOL 3cf82c52ed6e7ed2688b8c53f1235032f15f1ca02c0f80a1695754fb3ccba5053bacb8e6a217fbbd632d374cd957f5ea6871385fe5d3bdc9b79f87b454122f8d
DIST lifted-base-0.2.0.2.tar.gz 11702 SHA256 bddda22f43595566b51942fd536e98ca8d62e8696bbf703a27b04c20b3babfa7 SHA512 e0d076b8e64b7fa3ee5e1eb497be1e3c57fd7e5d7a160b715b63bdd90d66e1300864e2dfb7d37b85635e0d7e89bf3f0d14224b44988053fa2c79e8d9ce1e6eae WHIRLPOOL f918c006a9891fd1dc4c254c604c9f3583a188ff80e318530d7767fb4cfd191672278ceef211a319bb11077f0a19dc49c228cd6fd1afd9294e4274ca4b7dce8b
DIST lifted-base-0.2.tar.gz 11556 SHA256 cb4958e56f0d60e1a6ea60469633b7821ad6f4be342b50d477a6e9b038195189 SHA512 509b37d4aa5e31f9139429897ec0f1880ee31770e8b9b1fd4b86152b76c9f5eb74460681759148fa8f21d8d2d7b1655553f6bca2444bc2cbfeda7f7403072d82 WHIRLPOOL f10a5fcc45526636ece5a1458207d1e3db513426d4939c644ba9e30ba9164b0ec3d80fc88fae23c37762e185f565cfbd5d7de14cf6089308c959e34729a1b549

@ -0,0 +1,44 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lifted-base/lifted-base-0.2.0.2.ebuild,v 1.1 2012/12/23 20:06:36 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.3.1.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit base haskell-cabal
DESCRIPTION="lifted IO operations from the base library"
HOMEPAGE="https://github.com/basvandijk/lifted-base"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1:=[profile?]
<dev-haskell/base-unicode-symbols-0.3:=[profile?]
=dev-haskell/monad-control-0.3*:=[profile?]
=dev-haskell/transformers-base-0.4*:=[profile?]
>=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
test? ( >=dev-haskell/hunit-1.2.2
<dev-haskell/hunit-1.3
>=dev-haskell/test-framework-0.2.4
<dev-haskell/test-framework-0.9
>=dev-haskell/test-framework-hunit-0.2.4
<dev-haskell/test-framework-hunit-0.4
>=dev-haskell/transformers-0.2
<dev-haskell/transformers-0.4
)
>=dev-haskell/cabal-1.9.2"
PATCHES=("${FILESDIR}/${PN}-0.2-ghc-7.7.patch")
src_prepare() {
base_src_prepare
cabal_chdeps \
'base >= 3 && < 4.7' 'base >= 3 && < 5.0'
}

@ -1 +1,2 @@
DIST pcap-0.4.5.1.tar.gz 48534 SHA256 b21f220ecdd854f3bf371dec9c082f626e2757c11495d00e41dd8b63b67e6c5c SHA512 2fbe446281db747134328489b8187680d8f62826b0f40e3807e2aa9db0f5c555fdd615faa5cd7486f9f27ebec7ce74b1be4b21b34f2505251060406412f04405 WHIRLPOOL fceb5d1105bdb87c39872afbfe67b8cbfb69df64928c49c5d9a7306226852ea56dd37ffccc14935effc130687eeebce4e16488d5d0202214c5590b7469322ffa
DIST pcap-0.4.5.2.tar.gz 49414 SHA256 e7e92e6ff4bffa22102335a38dabb97fd0771fdf3b75d45cd7c1708c85e1cd5f SHA512 75bdaf3700826d94309e7b26f7ed9b367c33df0a7c8e7f4104230f57fff6916c193b0123dbb64f12d2031a1c350d029e471a58ea6bad0dd36de3a40eafbeab33 WHIRLPOOL 793ede8a7f13ed76b10c294d3aabfa73719b042b7a135462831906d96908ea1f1470a7a866b116f696158c3209e65148e05127342b977b09d8db244fdf62459a

@ -0,0 +1,25 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/pcap/pcap-0.4.5.2-r1.ebuild,v 1.1 2012/12/23 20:02:33 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.3.1.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="A system-independent interface for user-level packet capture"
HOMEPAGE="https://github.com/bos/pcap"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/network:=[profile?]
>=dev-lang/ghc-6.12.1:=
net-libs/libpcap"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"

@ -0,0 +1,23 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/random/random-1.0.1.1-r1.ebuild,v 1.1 2012/12/23 20:08:03 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.3.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="random number library"
HOMEPAGE="http://hackage.haskell.org/package/random"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.8.2:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"

@ -1,2 +1,3 @@
DIST SHA-1.5.0.0.tar.gz 2714032 SHA256 9361cf9dffb8640e435b7b61bc4922c7bdf4c26d96bb42de423ede4a570b5f8b SHA512 7899133f0a86807ef7760ffd55e3e43bdc8abd8493f6e9b3fbde76a74a792d6a27e19577258625b3043a03b60b532171d6ed1929081330107ed7250e67555689 WHIRLPOOL 312c037add03fef9ab60f5311d111c82f6b9fc5d438d04466b949e8974688d69880b98987b126f8e7b155d3798910c24607952dae5a988803c830ee99e91a443
DIST SHA-1.6.0.tar.gz 2714319 SHA256 f37fc02aec825f341847c0e28207c35288af7ddbd87324c825d923307314bd44 SHA512 65fb3b9f6ac2d5806edb53499e290bc1f78aa25354e421723203a5e0099e242d77cc3741f975e81e35daac68b94b429746c33381909c7cb2bcf4cf1e6be553f5 WHIRLPOOL 549924408f71be607ddd3f39f22aa94c72f1aa564a6792036513e3779f87fc44e074ef6a489d3482c0fc3cdbf667f53c46ee5647bb99a6052644f7af7df90b50
DIST SHA-1.6.1.tar.gz 2714264 SHA256 fdb9924aa31493ad198e3b3498a8204cc7013e0ef86215faf1c4e435a7166aec SHA512 1e51e84836ebc383d6094f2b012a0bdfd816838055e873f748c0c73da8ac34873f3f32fa287123d084c0aeb651cd3749f524cdb3b9884cae2af8ccb424196d8e WHIRLPOOL 684ba34a5ddec52be534ecd6412b65c67d3f6b062d3ba889a140c8e898830973a38b17550683110db21500802ab7d19da6b7dd751e54dd431c4c9c763c9792ab

@ -0,0 +1,29 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/sha/sha-1.6.1.ebuild,v 1.1 2012/12/23 20:04:07 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.3.9999
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit haskell-cabal
MY_PN="SHA"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Implementations of the SHA suite of message digest functions"
HOMEPAGE="http://hackage.haskell.org/package/SHA"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/binary:=[profile?]
>=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"
S="${WORKDIR}/${MY_P}"

@ -0,0 +1,32 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/timezone-olson/timezone-olson-0.1.2-r1.ebuild,v 1.1 2012/12/23 19:58:49 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.3.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="A pure Haskell parser and renderer for binary Olson timezone files"
HOMEPAGE="http://projects.haskell.org/time-ng/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/binary-0.4.1:=[profile?]
<dev-haskell/binary-0.7:=[profile?]
>=dev-haskell/extensible-exceptions-0.1.0:=[profile?]
<dev-haskell/extensible-exceptions-0.2:=[profile?]
>=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.2"
src_prepare() {
cabal_chdeps \
'binary >= 0.4.1 && < 0.6' 'binary >= 0.4.1 && < 0.7'
}

@ -1,2 +1,3 @@
DIST unix-compat-0.3.0.1.tar.gz 12614 SHA256 84096dc156ebc99c3201ef6f5589ae0e5e92aefa25b081e295840672608cc227 SHA512 2dc2dd0389c3860ad4b9f2113c1067e3574a9d728074ff08608ba2ee87e46fb2cc39a816ca10d1af908194f765895d45b842b6ee10a02d89ea197670e11d73c1 WHIRLPOOL 8028292d4846e5d88f54e17454597f05a15a3ce60931ede7a955b90065078f66712e154558e726294bd6503a3b62fcd66e42de3ea7abefeaef25980865ef5e8b
DIST unix-compat-0.4.0.0.tar.gz 13004 SHA256 28a77f4a6aabc5893461963c1943d4040a099fd4028b07dc569e55261bde1076 SHA512 12de9996a13be0e5f558b3ec51e9d44de7309a2a557e37b75ff509a55aa0c06a1dd0acc841399bf90b2c4efac4ace7e987e40b8610e86e3da340cf956e944d4a WHIRLPOOL 1cf982d5c6c00b35428b50b86d9a7ba9cb89e0125040cd18e40161a7c2c87aa3c443b9c9144fe7a8e936337a2859f7df18ce073b0bd40affb31b98622991a898
DIST unix-compat-0.4.1.0.tar.gz 13013 SHA256 f1cbbf9234baa1d385c3f4fb3f1bd06f97b5ff0e5d5a329977eb8b64de1fb594 SHA512 e69f7d7a221453d348e236f5296a5dab1427d6b0afc94e79865d11057df196e0af8e83b51f3fd9b3af0a990fdd526c47523b2af49e0053cab1fcbf223a6227d6 WHIRLPOOL 511c862f25d6a671add7bdddbad8dbbd79df12724566f411434281cd1d802f2ebe7426b656932a2b5163cfcfb4a948d992c07cb6af9a302c30bc459cbcf29396

@ -0,0 +1,28 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/unix-compat/unix-compat-0.4.1.0.ebuild,v 1.1 2012/12/23 20:05:05 slyfox Exp $
EAPI=5
# ebuild generated by hackport 0.3.1.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Portable POSIX-compatibility layer."
HOMEPAGE="http://github.com/jystic/unix-compat"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-lang/ghc-6.12.1:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"
src_configure() {
haskell-cabal_src_configure \
--flag=-old-time
}

@ -0,0 +1,101 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/io/io-2011.09.12-r2.ebuild,v 1.1 2012/12/24 00:54:56 araujo Exp $i
EAPI=4
inherit cmake-utils
DESCRIPTION="Io is a small, prototype-based programming language."
HOMEPAGE="http://www.iolanguage.com"
SRC_URI="mirror://gentoo/${P}.tar.gz
http://dev.gentoo.org/~araujo/snapshots/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="cgi clutter dbi doc editline google gui http image jabber libffi libxml2
lzo md5sum ncurses ogg opengl postgres pcre python readline sha1 sndfile sockets
sqlite3 syslog theora threads truetype twitter vorbis zlib"
DEPEND="clutter? ( media-libs/clutter )
dbi? ( dev-db/libdbi )
editline? ( dev-libs/libedit )
image? ( virtual/jpeg
media-libs/tiff
media-libs/libpng )
jabber? ( net-libs/loudmouth )
libffi? ( virtual/libffi )
libxml2? ( dev-libs/libxml2 )
lzo? ( dev-libs/lzo )
ncurses? ( sys-libs/ncurses )
ogg? ( media-libs/libogg )
opengl? ( virtual/opengl )
pcre? ( dev-libs/libpcre )
postgres? ( dev-db/postgresql-server )
readline? ( sys-libs/readline )
sndfile? ( media-libs/libsndfile )
sqlite3? ( >=dev-db/sqlite-3.0.0 )
theora? ( media-libs/libtheora )
truetype? ( media-libs/freetype )
vorbis? ( media-libs/libvorbis )
zlib? ( sys-libs/zlib )"
RDEPEND=""
REQUIRED_USE="vorbis? ( ogg )"
src_prepare() {
epatch "${FILESDIR}/${P}-gentoo-fixes.patch"
# Fix multilib strict check (bug #430496)
sed -i 's/DESTINATION lib/DESTINATION lib${LIB_SUFFIX}/' \
addons/*/CMakeLists.txt \
libs/*/CMakeLists.txt
}
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_enable cgi CGI)
$(cmake-utils_use_enable clutter CLUTTER)
$(cmake-utils_use_enable dbi DBI)
$(cmake-utils_use_enable editline EDITLINE)
$(cmake-utils_use_enable libffi CFFI)
$(cmake-utils_use_enable gui FLUX)
$(cmake-utils_use_enable google GOOGLESEARCH)
$(cmake-utils_use_enable http HTTPCLIENT)
$(cmake-utils_use_enable jabber LOUDMOUTH)
$(cmake-utils_use_enable image IMAGE)
$(cmake-utils_use_enable libxml2 LIBXML2)
$(cmake-utils_use_enable lzo LZO)
$(cmake-utils_use_enable md5sum MD5SUM)
$(cmake-utils_use_enable ncurses CURSES)
$(cmake-utils_use_enable ogg OGG)
$(cmake-utils_use_enable opengl OPENGL)
$(cmake-utils_use_enable postgres POSTGRESQL)
$(cmake-utils_use_enable python PYTHON)
$(cmake-utils_use_enable readline READLINE)
$(cmake-utils_use_enable pcre REGEX)
$(cmake-utils_use_enable sndfile LIBSNDFILE)
$(cmake-utils_use_enable sha1 SHA1)
$(cmake-utils_use_enable sockets SOCKET)
$(cmake-utils_use_enable sqlite3 SQLITE3)
$(cmake-utils_use_enable syslog SYSLOG)
$(cmake-utils_use_enable theora THEORA)
$(cmake-utils_use_enable threads THREADS)
$(cmake-utils_use_enable truetype FONT)
$(cmake-utils_use_enable twitter TWITTER )
$(cmake-utils_use_enable vorbis VORBIS)
$(cmake-utils_use_enable zlib ZLIB)
-DCMAKE_SKIP_RPATH=ON
)
cmake-utils_src_configure
}
src_compile() {
# Fix bug #414421
cmake-utils_src_compile -j1
}
src_install() {
cmake-utils_src_install
if use doc; then
dodoc docs/docs.css docs/*.html
fi
}

@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
<email>araujo@gentoo.org</email>
</maintainer>
<use>
<flag name="clutter">Build add-on for <pkg>media-libs/clutter</pkg></flag>

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.8.ebuild,v 1.7 2012/12/22 15:19:02 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.8.ebuild,v 1.8 2012/12/23 17:11:27 ago Exp $
EAPI=4
@ -10,7 +10,7 @@ SUHOSIN_VERSION=""
FPM_VERSION="builtin"
EXPECTED_TEST_FAILURES=""
KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
function php_get_uri ()
{

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/libassuan-2.0.3.ebuild,v 1.9 2012/08/26 18:29:18 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/libassuan-2.0.3.ebuild,v 1.10 2012/12/23 21:18:53 grobian Exp $
EAPI=4
@ -10,7 +10,7 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
LICENSE="GPL-3 LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="static-libs"
RDEPEND=">=dev-libs/libgpg-error-1.8"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.4.9.ebuild,v 1.6 2012/12/23 16:57:19 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libconfig/libconfig-1.4.9.ebuild,v 1.7 2012/12/23 17:09:15 jdhore Exp $
EAPI="4"
@ -12,7 +12,7 @@ SRC_URI="http://www.hyperrealm.com/libconfig/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="amd64 ~mips ppc ppc64 ~sparc ~x86 ~x86-linux"
KEYWORDS="amd64 ~mips ppc ppc64 ~sparc x86 ~x86-linux"
IUSE="examples static-libs"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r4.ebuild,v 1.1 2012/12/04 04:16:42 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgcrypt/libgcrypt-1.5.0-r4.ebuild,v 1.2 2012/12/23 19:49:52 grobian Exp $
EAPI="4"
@ -35,13 +35,15 @@ src_prepare() {
src_configure() {
# --disable-padlock-support for bug #201917
# --disable-asm: http://trac.videolan.org/vlc/ticket/620
# --disable-asm: causes bus-errors on sparc64-solaris
econf \
--disable-padlock-support \
--disable-dependency-tracking \
--enable-noexecstack \
--disable-O-flag-munging \
$(use_enable static-libs static) \
$([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm")
$([[ ${CHOST} == *86*-darwin* ]] && echo "--disable-asm") \
$([[ ${CHOST} == sparcv9-*-solaris* ]] && echo "--disable-asm")
}
src_install() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28.ebuild,v 1.5 2012/12/22 13:55:49 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxslt/libxslt-1.1.28.ebuild,v 1.6 2012/12/23 17:01:37 ago Exp $
EAPI=5
@ -16,7 +16,7 @@ SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="crypt debug python static-libs"
RDEPEND=">=dev-libs/libxml2-2.8.0

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.1.ebuild,v 1.4 2012/12/23 16:58:24 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.1.1.ebuild,v 1.5 2012/12/23 18:45:52 jdhore Exp $
EAPI="3"
@ -16,7 +16,7 @@ SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.xz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="static-libs"
RDEPEND=">=dev-libs/gmp-4.1.4-r2[static-libs?]"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.3 2012/12/22 13:50:28 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/uthash/uthash-1.9.7.ebuild,v 1.4 2012/12/23 18:49:07 jdhore Exp $
EAPI="4"
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/uthash/${P}.tar.bz2"
LICENSE="BSD-1"
SLOT="0"
KEYWORDS="amd64 ppc ~sparc ~x86"
KEYWORDS="amd64 ppc ~sparc x86"
IUSE="test"
DEPEND="test? ( dev-lang/perl )"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r2.ebuild,v 1.6 2012/12/19 16:28:54 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r2.ebuild,v 1.8 2012/12/23 19:07:33 maekke Exp $
inherit perl-module eutils prefix
DESCRIPTION="Portage abstraction layer for perl"
@ -9,7 +9,7 @@ SRC_URI="http://download.mpsna.de/opensource/PortageXS/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha amd64 ~arm hppa ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="minimal"
SRC_TEST="do"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r1.ebuild,v 1.11 2012/12/18 20:12:06 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.2.1-r1.ebuild,v 1.12 2012/12/23 18:13:11 maekke Exp $
EAPI=5
PYTHON_COMPAT_REAL=(
@ -22,7 +22,7 @@ SRC_URI="http://argparse.googlecode.com/files/${P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.7.6.ebuild,v 1.4 2012/12/23 17:00:09 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/httplib2/httplib2-0.7.6.ebuild,v 1.5 2012/12/23 18:16:48 jdhore Exp $
EAPI="4"
PYTHON_DEPEND="2 3:3.2"
@ -17,7 +17,7 @@ SRC_URI="http://httplib2.googlecode.com/files/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE=""
src_test() {

@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-2.0_beta1.ebuild,v 1.1 2012/12/20 05:46:52 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pypy/pypy-2.0_beta1.ebuild,v 1.2 2012/12/24 04:37:05 zmedico Exp $
EAPI=5
# XXX: test other implementations
PYTHON_COMPAT=( python2_7 pypy{1_8,1_9} )
PYTHON_COMPAT=( python2_7 pypy{1_8,1_9,2_0} )
inherit check-reqs eutils multilib multiprocessing python-any-r1 toolchain-funcs vcs-snapshot versionator
DESCRIPTION="A fast, compliant alternative implementation of the Python language"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.30-r1.ebuild,v 1.10 2012/12/18 20:11:03 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.30-r1.ebuild,v 1.11 2012/12/23 18:12:01 maekke Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} )
@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
S="${WORKDIR}/${MY_P}"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.5 2012/10/28 17:17:03 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0.ebuild,v 1.6 2012/12/23 19:29:16 ago Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -19,7 +19,7 @@ HOMEPAGE="http://www.deveiate.org/projects/BlueCloth"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
IUSE="test"
DEPEND="${DEPEND} doc? ( dev-lang/perl )"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.13.ebuild,v 1.6 2012/12/22 14:05:35 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/highline/highline-1.6.13.ebuild,v 1.7 2012/12/23 17:07:15 ago Exp $
EAPI=4
@ -17,7 +17,7 @@ HOMEPAGE="http://highline.rubyforge.org/"
IUSE=""
LICENSE="|| ( GPL-2 Ruby )"
SLOT="0"
KEYWORDS="~alpha amd64 hppa ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
all_ruby_prepare() {
# fix up gemspec file not to call git

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/locale-2.0.5-r3.ebuild,v 1.9 2012/10/28 16:06:38 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/locale/locale-2.0.5-r3.ebuild,v 1.10 2012/12/23 19:30:03 ago Exp $
EAPI=2
@ -18,7 +18,7 @@ DESCRIPTION="A pure ruby library which provides basic APIs for localization."
HOMEPAGE="http://locale.rubyforge.org/"
LICENSE="|| ( Ruby GPL-2 )"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ~ppc64 ~sparc x86 ~x86-macos"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-macos"
SLOT="0"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.1.0-r1.ebuild,v 1.5 2012/12/22 14:04:27 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-ssh-gateway/net-ssh-gateway-1.1.0-r1.ebuild,v 1.6 2012/12/23 17:05:46 ago Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -16,7 +16,7 @@ HOMEPAGE="http://net-ssh.rubyforge.org/gateway"
LICENSE="GPL-2"
SLOT="2"
KEYWORDS="amd64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "dev-ruby/test-unit:2"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.8.ebuild,v 1.3 2012/10/27 18:27:54 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.8.ebuild,v 1.4 2012/12/23 19:11:53 ago Exp $
EAPI=4
@ -17,7 +17,7 @@ HOMEPAGE="http://www.loveruby.net/en/racc.html"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"
ruby_add_bdepend "dev-ruby/rake

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.1.0_p20100728-r3.ebuild,v 1.6 2012/10/28 13:10:23 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.1.0_p20100728-r3.ebuild,v 1.7 2012/12/23 19:29:41 ago Exp $
EAPI=2
@ -23,7 +23,7 @@ DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools m
HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext.html"
SRC_URI="http://dev.a3li.li/gentoo/distfiles/${P}.tar.bz2"
KEYWORDS="~alpha amd64 ~ia64 ppc ~sparc x86 ~x86-fbsd ~x86-macos"
KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-macos"
IUSE=""
SLOT="0"
LICENSE="Ruby"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.1 2012/11/09 07:44:32 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tidy-ext/tidy-ext-0.1.14.ebuild,v 1.2 2012/12/23 19:28:53 ago Exp $
EAPI=4
USE_RUBY="ruby18 ruby19 ree18"
@ -16,7 +16,7 @@ HOMEPAGE="http://github.com/carld/tidy"
LICENSE="HTML-Tidy"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
IUSE=""
all_ruby_prepare() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.3.ebuild,v 1.5 2012/12/22 11:52:05 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/yard/yard-0.8.3.ebuild,v 1.6 2012/12/23 19:28:31 ago Exp $
EAPI=4
@ -25,7 +25,7 @@ RUBY_S="lsegal-yard-*"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
#RUBY_PATCHES=( ${P}-test-failures.patch )

@ -1,4 +1,5 @@
DIST debootstrap_1.0.42.tar.gz 56313 SHA256 e05b40eb30e37ee6f741d30f133de6a7e569fea53f24269648387c2e04fdaa28 SHA512 37e9a81b69cde2b1a4aade891eeddfae6e5767fa22aa19aa1ecbccfd5737ad70f0a4a743765ec2294841b9064b09f9002af47b105a125cc26fee98bd30ff6477 WHIRLPOOL fcf0e44afadfc3984bd3be6817434b6ceeaaf61813c7916847f7ffe5a560dbeb9d109f1c7c3f1686e7a35744c3e4310c0a6204f91a35a578b325ba84f6b3f75c
DIST debootstrap_1.0.43.tar.gz 57969 SHA256 82a05e1c3eade02dedb766cde0cf12e1ece50f5060ff6a336b7303e93488ccb4 SHA512 d82257eef0c7dff556df0845f2746a9db11214e140b2cab2358031d2e7915e637e9ffb6fbd24721d6b2879087b85d9e7ba08ada00f7c7fcc4794178767704210 WHIRLPOOL 2f5f90c90cba1a42d2861bd40d806fc767ab891bd0d8c4eaab7bc5c016540a9bfc73291769f9fcefd800b07dd6c317b071ce99a6e9a9687e07dc604e3d0cd0fa
DIST debootstrap_1.0.44.tar.gz 58467 SHA256 3a620a6caff157b8d46955024451f100d129dd41a2fe3fd1734f662e59a2c00b SHA512 42b0a7b1be4040738ca05f88321508117f1b9eb3ce090e5e4ea78c0eaec39195744fed9efe303042a873f69984fcf6ccd64f653020e6c701b25f82fe57aae95f WHIRLPOOL 4e65c23a9d7a0c59b88acfcddae43514a8c9cdacf55705646c23698d51ddae1ea7d964d885816c3a1101a2288251a9974cb8596d9a51bc5c6ba9d07e0ab1ca1c
DIST debootstrap_1.0.45.tar.gz 58121 SHA256 323d27268289ed2b75a61a5735cd33a52e103c78609ae9addc193f1918bb51f2 SHA512 91b82b037135b80ed7499e52111dde7b369bcd09961c4ea14fa3ab6de833bba70cecfb35e1bb7973867c947b2fe9087eb5d82c8d3790e827c7e6a0fea9f44cf8 WHIRLPOOL 5b13069071856ff2690fce34441de3068b7853df2a76a064fa60ab1542bc10012345f001681154779b3f586a8987af31e1c129d4c2224116626b6b162e3a90d0
DIST devices.tar.gz 47835 SHA256 0d93f93c8b21160069d14e74f8f990a2e0e1e5a90dc828b29e6b3f5aa5829e48 SHA512 994ec8d72e3d52d2d872f7ff0da2336e4cbd3a5fa73bb6cdb9e06f5e7f5b8c69cea639c738fdba1186f382d6dcf62e7746fface664bfbd744aac24b16f034432 WHIRLPOOL 222963bb920e1311bc2f481bba04e49f386b60cce6ce0576424896277e0c4fc6a339d4403d587744c32b0bfb1db6391f200fa8d66117e3f21e1c12f35365d732

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.44.ebuild,v 1.3 2012/12/22 09:25:38 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.44.ebuild,v 1.5 2012/12/23 19:11:21 ago Exp $
EAPI=4
inherit eutils
@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ppc64 ~sh ~sparc x86"
IUSE=""
RDEPEND="

@ -0,0 +1,43 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/debootstrap/debootstrap-1.0.45.ebuild,v 1.1 2012/12/24 04:04:11 jer Exp $
EAPI=4
inherit eutils
DESCRIPTION="Debian/Ubuntu bootstrap scripts"
HOMEPAGE="http://packages.qa.debian.org/d/debootstrap.html"
SRC_URI="mirror://debian/pool/main/d/${PN}/${PN}_${PV}.tar.gz
mirror://gentoo/devices.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
IUSE=""
RDEPEND="
app-arch/dpkg
net-misc/wget
sys-devel/binutils
"
DOCS=( TODO debian/changelog )
src_unpack() {
unpack ${PN}_${PV}.tar.gz
cp "${DISTDIR}"/devices.tar.gz "${S}"
}
src_compile() {
return
}
src_install() {
default
doman debootstrap.8
}
pkg_postinst() {
elog "To check Release files against a keyring"
elog " (--keyring=K), please install app-crypt/gnupg."
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/gnome-devel-docs/gnome-devel-docs-3.6.2.ebuild,v 1.1 2012/12/17 11:31:40 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/gnome-devel-docs/gnome-devel-docs-3.6.2.ebuild,v 1.2 2012/12/23 23:55:27 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
@ -16,12 +16,14 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=""
DEPEND="app-text/gnome-doc-utils
DEPEND="
app-text/gnome-doc-utils
app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xml-dtd:4.2
dev-libs/libxslt
sys-devel/gettext
virtual/pkgconfig"
virtual/pkgconfig
"
# This ebuild does not install any binaries
RESTRICT="binchecks strip"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.7.ebuild,v 1.4 2012/12/22 13:59:27 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.7.ebuild,v 1.5 2012/12/23 17:03:20 ago Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}"
LICENSE="Subversion GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="apache2 berkdb ctypes-python debug doc +dso extras gnome-keyring java kde nls perl python ruby sasl vim-syntax +webdav-neon webdav-serf"
CDEPEND=">=dev-db/sqlite-3.4

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/python-any-r1.eclass,v 1.3 2012/12/20 23:35:17 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/python-any-r1.eclass,v 1.4 2012/12/24 02:51:25 zmedico Exp $
# @ECLASS: python-any-r1
# @MAINTAINER:
@ -205,7 +205,7 @@ python-any-r1_pkg_setup() {
local PYTHON_PKG_DEP
for i in "${rev_impls[@]}"; do
python_export "${i}" PYTHON_PKG_DEP EPYTHON PYTHON
has_version "${PYTHON_PKG_DEP}" && break
ROOT=/ has_version "${PYTHON_PKG_DEP}" && return
done
die $EPYTHON

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.121 2012/11/26 18:06:55 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.122 2012/12/23 23:37:26 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
#
@ -253,6 +253,13 @@ toolchain-binutils_src_compile() {
myconf+=( $(use_with zlib) )
fi
# For bi-arch systems, enable a 64bit bfd. This matches
# the bi-arch logic in toolchain.eclass. #446946
# We used to do it for everyone, but it's slow on 32bit arches. #438522
case $(tc-arch) in
ppc|sparc|x86) myconf+=( --enable-64-bit-bfd ) ;;
esac
use multitarget && myconf+=( --enable-targets=all --enable-64-bit-bfd )
[[ -n ${CBUILD} ]] && myconf+=( --build=${CBUILD} )
is_cross && myconf+=( --with-sysroot=/usr/${CTARGET} )

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.560 2012/11/29 01:16:41 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.562 2012/12/24 04:56:29 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@ -923,6 +923,13 @@ gcc-compiler-configure() {
confgcc+=" --enable-java-awt=gtk"
fi
# allow gcc to search for clock funcs in the main C lib.
# if it can't find them, then tough cookies -- we aren't
# going to link in -lrt to all C++ apps. #411681
if tc_version_is_at_least 4.4 && is_cxx ; then
confgcc+=" --enable-libstdcxx-time"
fi
# newer gcc versions like to bootstrap themselves with C++,
# so we need to manually disable it ourselves
if tc_version_is_at_least 4.7 && ! is_cxx ; then
@ -1843,15 +1850,18 @@ should_we_gcc_config() {
# We don't want to switch from say gcc-3.3 to gcc-3.4 right in
# the middle of an emerge operation (like an 'emerge -e world'
# which could install multiple gcc versions).
einfo "The current gcc config appears valid, so it will not be"
einfo "automatically switched for you. If you would like to"
einfo "switch to the newly installed gcc version, do the"
einfo "following:"
echo
einfo "gcc-config ${CTARGET}-${GCC_CONFIG_VER}"
einfo "source /etc/profile"
echo
ebeep
# Only warn if we're installing a pkg as we might be called from
# the pkg_{pre,post}rm steps. #446830
if [[ ${EBUILD_PHASE} == *"inst" ]] ; then
einfo "The current gcc config appears valid, so it will not be"
einfo "automatically switched for you. If you would like to"
einfo "switch to the newly installed gcc version, do the"
einfo "following:"
echo
einfo "gcc-config ${CTARGET}-${GCC_CONFIG_VER}"
einfo "source /etc/profile"
echo
fi
return 1
fi
}

@ -1 +1 @@
DIST MarbleBlastGoldDemo-1.4.1.sh.bin 11180534 RMD160 14df788928910fd20bc9faa6cac67ebb56ed9fc6 SHA1 da2f45d5739f11de264244ce60fe2e71cba03283 SHA256 a0a3102324a9ee03a8b397af9bf1ec904344c93d4fdd70fa00e1408fce6dc4e5
DIST MarbleBlastGoldDemo-1.4.1.sh.bin 11180534 SHA256 a0a3102324a9ee03a8b397af9bf1ec904344c93d4fdd70fa00e1408fce6dc4e5 SHA512 16f03cdcf3cd6440048d8640c2a91078637d018f15a49764eca914259d65196f5a16a90abc11283d0e4b9af1b290d7ab880e96caae2dd6c813ac6d3d8414ec2c WHIRLPOOL f6798910c2cacab590801202e39436cafd90bb8110b8a51b26556434b72e71be760acc2cc40d9a543c0c80b45e0d17e8dbda7f1e588e9afea7abc661bfbba3fa

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblastgold-demo/marbleblastgold-demo-1.4.1.ebuild,v 1.8 2012/02/05 06:21:08 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/games-arcade/marbleblastgold-demo/marbleblastgold-demo-1.4.1.ebuild,v 1.9 2012/12/23 19:44:22 tupone Exp $
inherit unpacker games
@ -16,10 +16,13 @@ RESTRICT="strip"
RDEPEND="sys-libs/glibc"
dir=${GAMES_PREFIX_OPT}/${PN}
QA_PREBUILT="${dir:1}/marbleblastgolddemo.bin
${dir:1}/lib/*"
S=${WORKDIR}
src_install() {
local dir=${GAMES_PREFIX_OPT}/${PN}
dodir "${dir}" "${GAMES_BINDIR}"
tar -zxf MarbleBlast.tar.gz -C "${D}/${dir}" || die "extracting MarbleBlast.tar.gz"

@ -1,12 +1,14 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.4.4.ebuild,v 1.1 2012/08/13 04:59:52 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.4.4.ebuild,v 1.2 2012/12/24 04:41:51 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit db-use eutils flag-o-matic gnome2
inherit db-use eutils flag-o-matic gnome2 versionator
MY_MAJORV=$(get_version_component_range 1-2)
DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
HOMEPAGE="http://www.gnome.org/projects/evolution/"
@ -18,6 +20,7 @@ IUSE="" # doc
RDEPEND=">=mail-client/evolution-${PV}:2.0
>=gnome-extra/evolution-data-server-${PV}
=gnome-extra/evolution-data-server-${MY_MAJORV}*
>=dev-libs/glib-2.26:2
>=dev-libs/libxml2-2
>=gnome-base/gconf-2:2

@ -1,12 +1,14 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.6.1.ebuild,v 1.1 2012/12/19 06:30:27 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.6.1.ebuild,v 1.2 2012/12/24 04:41:51 tetromino Exp $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit autotools db-use eutils flag-o-matic gnome2
inherit autotools db-use eutils flag-o-matic gnome2 versionator
MY_MAJORV=$(get_version_component_range 1-2)
DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
HOMEPAGE="http://www.gnome.org/projects/evolution/"
@ -21,6 +23,7 @@ RDEPEND="
dev-libs/libical:=
>=mail-client/evolution-${PV}:2.0[kerberos?]
>=gnome-extra/evolution-data-server-${PV}:=[kerberos?]
=gnome-extra/evolution-data-server-${MY_MAJORV}*
>=dev-libs/glib-2.28:2
>=dev-libs/libxml2-2
>=net-libs/libsoup-2.30:2.4

@ -1,13 +1,15 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.32.3.ebuild,v 1.7 2012/11/17 11:51:20 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.32.3.ebuild,v 1.8 2012/12/24 04:47:56 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
GNOME_TARBALL_SUFFIX="bz2"
inherit gnome2
inherit gnome2 versionator
MY_MAJORV=$(get_version_component_range 1-2)
DESCRIPTION="Evolution module for connecting to Microsoft Exchange"
HOMEPAGE="http://projects.gnome.org/evolution/"
@ -20,6 +22,7 @@ IUSE="debug static"
RDEPEND="
>=mail-client/evolution-2.32.2:2.0
>=gnome-extra/evolution-data-server-2.32.2[ldap,kerberos]
=gnome-extra/evolution-data-server-${MY_MAJORV}*
>=dev-libs/glib-2.16:2
>=x11-libs/gtk+-2.20:2
>=gnome-base/gconf-2:2

@ -1,12 +1,14 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-3.4.4.ebuild,v 1.1 2012/08/13 04:59:56 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-3.4.4.ebuild,v 1.2 2012/12/24 04:47:56 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
inherit gnome2
inherit gnome2 versionator
MY_MAJORV=$(get_version_component_range 1-2)
DESCRIPTION="Evolution module for connecting to Microsoft Exchange"
HOMEPAGE="http://projects.gnome.org/evolution/"
@ -19,6 +21,7 @@ KEYWORDS="~amd64 ~x86"
RDEPEND="
>=mail-client/evolution-${PV}:2.0
>=gnome-extra/evolution-data-server-${PV}[ldap,kerberos]
=gnome-extra/evolution-data-server-${MY_MAJORV}*
>=dev-libs/glib-2.28:2
>=x11-libs/gtk+-3.0:3
>=gnome-base/gconf-2:2

@ -1,12 +1,14 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-groupwise/evolution-groupwise-3.4.2.ebuild,v 1.1 2012/06/24 08:44:54 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-groupwise/evolution-groupwise-3.4.2.ebuild,v 1.2 2012/12/24 04:49:56 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit db-use eutils flag-o-matic gnome2
inherit db-use eutils flag-o-matic gnome2 versionator
MY_MAJORV=$(get_version_component_range 1-2)
DESCRIPTION="Evolution module for connecting to Novell Groupwise"
HOMEPAGE="http://www.gnome.org/projects/evolution/"
@ -18,6 +20,7 @@ IUSE="" # doc
RDEPEND=">=mail-client/evolution-${PV}:2.0
>=gnome-extra/evolution-data-server-${PV}
=gnome-extra/evolution-data-server-${MY_MAJORV}*
>=dev-libs/glib-2.16
>=dev-libs/libxml2-2
>=gnome-base/gconf-2:2

@ -1,12 +1,14 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-kolab/evolution-kolab-3.4.4.ebuild,v 1.2 2012/12/19 07:01:35 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-kolab/evolution-kolab-3.4.4.ebuild,v 1.3 2012/12/24 04:51:47 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit autotools eutils gnome2
inherit autotools eutils gnome2 versionator
MY_MAJORV=$(get_version_component_range 1-2)
DESCRIPTION="Evolution module for connecting to Kolab groupware servers"
HOMEPAGE="https://live.gnome.org/Evolution/Kolab"
@ -18,6 +20,7 @@ IUSE="" # kerberos (does nothing useful for now)
RDEPEND=">=mail-client/evolution-${PV}:2.0
>=gnome-extra/evolution-data-server-${PV}
=gnome-extra/evolution-data-server-${MY_MAJORV}*
>=dev-db/sqlite-3.7:3
>=dev-libs/glib-2.30:2
>=dev-libs/libical-0.44

@ -1,12 +1,14 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-kolab/evolution-kolab-3.6.2.ebuild,v 1.1 2012/12/19 07:01:35 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-kolab/evolution-kolab-3.6.2.ebuild,v 1.2 2012/12/24 04:51:47 tetromino Exp $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit autotools eutils gnome2
inherit autotools eutils gnome2 versionator
MY_MAJORV=$(get_version_component_range 1-2)
DESCRIPTION="Evolution module for connecting to Kolab groupware servers"
HOMEPAGE="https://live.gnome.org/Evolution/Kolab"
@ -18,6 +20,7 @@ IUSE="" # kerberos (does nothing useful for now)
RDEPEND=">=mail-client/evolution-${PV}:2.0
>=gnome-extra/evolution-data-server-${PV}
=gnome-extra/evolution-data-server-${MY_MAJORV}*
>=dev-db/sqlite-3.7:3
>=dev-libs/glib-2.32:2
>=dev-libs/libical-0.44

@ -1,2 +1,2 @@
DIST gnome-packagekit-3.2.1.tar.xz 4303912 SHA256 7a6383a2a91fd29c0b6fd9b8900d498efd2e38b89149470433748d989926c341
DIST gnome-packagekit-3.4.2.tar.xz 4286032 SHA256 b7d87db07cf979409b0e997af32b81c02f5324681978f1d687973e7570c5bdca
DIST gnome-packagekit-3.4.2.tar.xz 4286032 SHA256 b7d87db07cf979409b0e997af32b81c02f5324681978f1d687973e7570c5bdca SHA512 3e215a101f053f8499c9654ac32fd546bf7a478a60e2a3d4747771f2a574a5f7d753723c40bae55a3692702e61b2ce3ce1cc5d2f9e446314a1fe031a9c5fc64b WHIRLPOOL 1aef0a698a3d7f5e77e75c4bee5a28d063f7ebbe94768341cd6e832b9a409abba649a789a27342faea1fb9eb9a538e7d7b8c567b33da72ad7dc7449049227311
DIST gnome-packagekit-3.6.1.tar.xz 4248264 SHA256 d1496f15cb8026b14ada76a0a36fc4b34c9cf875a1a102e3ef4b3b57ddb1a934 SHA512 359667123ecc3b47dea10baa48cc3c087a35f72e4b507b52d54809f56d89050ba72f356633b295c01d565ad0806e06742e503819de27e2522697742283725334 WHIRLPOOL 398504eb9a233b8274bbc36caee1951ef659453621e941f81eeaa15fda503dd3997a1ef4087ceda1b779c2d25c2710b34b6b52907ae6bd14c3af4926acec4aa3

@ -1,106 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-packagekit/gnome-packagekit-3.2.1.ebuild,v 1.5 2012/12/11 09:29:35 ssuominen Exp $
EAPI="4"
GCONF_DEBUG="no"
PYTHON_DEPEND="2"
inherit eutils gnome2 python virtualx
DESCRIPTION="PackageKit client for the GNOME desktop"
HOMEPAGE="http://www.packagekit.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc nls test udev"
# gdk-pixbuf ised in gpk-animated-icon
# pango used on gpk-common
RDEPEND="
>=dev-libs/glib-2.25.9:2
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-2.91.0:3
>=x11-libs/libnotify-0.7.0
x11-libs/pango
>=dev-libs/dbus-glib-0.73
>=app-admin/packagekit-base-0.6.5[udev]
>=app-admin/packagekit-gtk-0.6.5
>=media-libs/libcanberra-0.10[gtk3]
>=sys-apps/dbus-1.1.2
>=sys-power/upower-0.9.0
media-libs/fontconfig
x11-libs/libX11
udev? ( virtual/udev[gudev] )"
DEPEND="${RDEPEND}
app-text/docbook-sgml-utils
>=app-text/gnome-doc-utils-0.3.2
dev-libs/libxslt
>=dev-util/intltool-0.35
virtual/pkgconfig
sys-devel/gettext
doc? ( >=dev-util/gtk-doc-1.9 )"
# NOTES:
# app-text/docbook-sgml-utils required for man pages
# app-text/gnome-doc-utils and dev-libs/libxslt required for gnome help files
# gtk-doc is generating a useless file, don't need it
# UPSTREAM:
# misuse of CPPFLAGS/CXXFLAGS ?
# see if tests can forget about display (use eclass for that ?)
# intltool and gettext only with +nls
pkg_setup() {
DOCS="AUTHORS MAINTAINERS NEWS README TODO"
# localstatedir: /var for upstream /var/lib for gentoo
# scrollkeeper and schemas-install: managed by gnome2 eclass
# tests: not working (need DISPLAY)
# gtk-doc: not needed (builded file is useless)
# --enable-libtool-lock
# --disable-dependency-tracking
# --enable-option-checking
G2CONF="${G2CONF}
--localstatedir=/var
--enable-compile-warnings=yes
--enable-iso-c
--disable-scrollkeeper
--disable-schemas-compile
--disable-strict
$(use_enable nls)
$(use_enable test tests)
$(use_enable udev gudev)"
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
gnome2_src_prepare
# fix pyc/pyo generation
>py-compile
# disable tests with graphical dialogs and that require packagekitd to be
# run with the dummy backend
epatch "${FILESDIR}/${PN}-3.1.90-tests.patch"
}
src_test() {
unset DISPLAY
Xemake check
}
pkg_postinst() {
gnome2_pkg_postinst
python_need_rebuild
python_mod_optimize packagekit
}
pkg_postrm() {
gnome2_pkg_postrm
python_mod_cleanup packagekit
}

@ -0,0 +1,141 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-packagekit/gnome-packagekit-3.6.1-r1.ebuild,v 1.1 2012/12/24 00:20:41 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
PYTHON_COMPAT=( python2_{5,6,7} python3_{1,2} )
inherit eutils gnome2 python-r1 virtualx
DESCRIPTION="PackageKit client for the GNOME desktop"
HOMEPAGE="http://www.packagekit.org/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls systemd test udev"
# FIXME: add PYTHON_USEDEPS on packagekit-base when available
# gdk-pixbuf ised in gpk-animated-icon
# pango used on gpk-common
RDEPEND="
>=dev-libs/glib-2.32:2
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-2.91.0:3
>=x11-libs/libnotify-0.7.0:=
x11-libs/pango
>=dev-libs/dbus-glib-0.73
>=app-admin/packagekit-base-0.7.2[udev]
>=app-admin/packagekit-gtk-0.7.2
>=media-libs/libcanberra-0.10[gtk3]
>=sys-apps/dbus-1.1.2
>=sys-power/upower-0.9.0
media-libs/fontconfig
x11-libs/libX11
systemd? ( >=sys-apps/systemd-42 )
!systemd? ( sys-auth/consolekit )
udev? ( >=virtual/udev-171[gudev] )
"
DEPEND="${RDEPEND}
app-text/docbook-sgml-utils
>=dev-util/gtk-doc-am-1.9
>=dev-util/intltool-0.35
dev-libs/libxslt
sys-devel/gettext
virtual/pkgconfig
"
# NOTES:
# app-text/docbook-sgml-utils required for man pages
# app-text/gnome-doc-utils and dev-libs/libxslt required for gnome help files
# gtk-doc is generating a useless file, don't need it
# UPSTREAM:
# misuse of CPPFLAGS/CXXFLAGS ?
# see if tests can forget about display (use eclass for that ?)
# intltool and gettext only with +nls
src_prepare() {
# Regenerate marshalers for <glib-2.31 compat
rm -v src/gpk-marshal.{c,h} || die
# * disable tests with graphical dialogs and that require packagekitd
# to be run with the dummy backend
# * disable tests that fails every time packagekit developers make a
# tiny change to headers
sed -e '/gpk_enum_test (test)/d' \
-e '/gpk_error_test (test)/d' \
-e '/gpk_modal_dialog_test (test)/d' \
-e '/gpk_task_test (test)/d' \
-i src/gpk-self-test.c || die
# Leave python build to us
sed '/python.*\\/d' -i Makefile.am Makefile.in || die
# Disable stupid flags
# FIXME: touching configure.ac triggers maintainer-mode
sed -e '/CPPFLAGS="$CPPFLAGS -g"/d' -i configure || die
mkdir -p "${S}_default" || die
prepare_python() {
mkdir -p "${BUILD_DIR}" || die
}
python_foreach_impl prepare_python
gnome2_src_prepare
}
src_configure() {
G2CONF="${G2CONF}
--localstatedir=/var
--enable-compile-warnings=yes
--enable-iso-c
--disable-strict
$(use_enable nls)
$(use_enable systemd)
$(use_enable test tests)
$(use_enable udev gudev)
ITSTOOL=$(type -P true)"
cd "${S}_default" || die
ECONF_SOURCE="${S}" gnome2_src_configure
configure_python() {
mkdir -p "${BUILD_DIR}" || die
cd "${BUILD_DIR}" || die
ECONF_SOURCE="${S}" gnome2_src_configure
}
python_foreach_impl configure_python
}
src_compile() {
cd "${S}_default" || die
gnome2_src_compile
build_python() {
cd "${BUILD_DIR}"/python || die
default
}
python_foreach_impl build_python
}
src_test() {
unset DISPLAY
cd "${S}_default" || die
Xemake check
}
src_install() {
cd "${S}_default" || die
gnome2_src_install
install_python() {
cd "${BUILD_DIR}"/python || die
emake install DESTDIR="${D}" VPATH="${S}/python/packagekit:${BUILD_DIR}" || die
}
python_foreach_impl install_python
cd "${S}" || die
dodoc AUTHORS MAINTAINERS NEWS README TODO
}

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>gnome</herd>
<use>
<flag name="systemd">Use <pkg>sys-apps/systemd</pkg> instead of
<herd>gnome</herd>
<use>
<flag name="systemd">Use <pkg>sys-apps/systemd</pkg> instead of
<pkg>sys-auth/consolekit</pkg> for rebooting</flag>
</use>
</use>
</pkgmetadata>

@ -1,6 +1,4 @@
DIST gentoo-logo.svg 13764 SHA256 ad81a212991cd24faaddbc260c806c805fd7a67f65b24655908a8971fa10794e SHA512 c89df6fad432dfbbed921c4828ff22b9ea5b8930f403ad23e867a11d98764488dddc453b6f26503f9f6dc25b8c5a387b7cc91c17a6b5cee15c4aadafe76409c1 WHIRLPOOL 4b37d15450c3e1ac0b1080d3beab4e106a065e49cba9eaa0565c1090f5fa498a4d92023a7745df639126870edfdabe6c32e849a888409f2f60707e51adb7dea1
DIST gnome-screensaver-2.30.2.tar.bz2 4814653 SHA256 dd52ef278b23ec5abe5974548c2d576eeaeb5294c85e9f2efd6231ecc9ca09fa SHA512 b86197459e5a1a5979bb60f8a979cf9440f7fc75bf22074d54bcd93f1579e8db2865456759d2aa875c1a2267604006e12a47cfa8fceae018be9a29b5bb7c0f07 WHIRLPOOL 95c48be40e7e07513d5b97064da49e54337aadd968cbd68485610524b43dfc466b18028446e213da8e4ecf1a9bc408a4f63f1716aaebda836e72b07b0d6015be
DIST gnome-screensaver-3.2.2.tar.xz 564728 SHA256 7839ca0e034c4ecf40c8abe64296c4b0c95f3e04f28e3034fca861ebfe3d06b2 SHA512 504080e006f5d86bb5a44bb02482baf91cfbc3f1af94a225d9e6a78553c39f4c5e269d706b4706dfb0fcf4627bb188e686befaf5c6df13c7e5ce5340af3b7b5b WHIRLPOOL 9ec6873bee8df414114bb1326ff11b19b160d4d52ee4801d78bcad8eb8a3547556efa674b9d8e2e9f6c91cab35eee0b846cddb6b7f5beaf1589ff7f736d8d27e
DIST gnome-screensaver-3.4.1.tar.xz 565540 SHA256 d54a253f826ff6cd48eba53724339896a6dea39029848b6a8d5972c8e162069b SHA512 f237a5fdaf8c87e024e78d6ffbf13a3cdae02a96c2210ef8f1b785669043f0db1d144efe27a2f7e2a06dc1213d570f882f66d51a27ac0edc0a622a346300a6f1 WHIRLPOOL 33e0fe58bdb221112694b8ba3f2da12e22e0c6147df276c9cc9c35a48c99b1ba031418080adcc2053a9eb5f295c3b6023014c52fe4de2e0ebd4bc28db16e0201
DIST gnome-screensaver-3.4.2.tar.xz 566124 SHA256 17e6585e27019200dd059f9f9495427b64aded8efa51c71018fe66f9ba45df6d SHA512 205a778d7ef0e24086421ceef5ceb1ff4a46777fef7b00d3bef1aeedcadb064908f397bd79a9f096aad557925326fbe3b4f8233e4ae329a57241ebf8046381bd WHIRLPOOL d229ef81573d6f4c711242ba545b3d7a979725e181fe49657e0ee9c418535262bc3f293624407179e6a15e5a19e4f809c7a7c271a17ede7a58c2216d28a71eb5
DIST gnome-screensaver-3.4.4.tar.xz 566972 SHA256 dae4be9daa2c3db15f614dd004aa858e32e5fc5d1818a8317167441097b57904 SHA512 887b85ffeedb82254216fc008de33069978493a6e5531eeb17be9d6d6fceb275c9fd464df98f65405b0cd95d9e661b71743c1409f08bda98dd69ddaca2fc26aa WHIRLPOOL 53120ac933b3715c18c103753bc8c8a31d0ab2278c7485e8e3029adc142703a681a255a1d3df80e147b4358b2390948b7f881ae7ce9bfb5c52662294180ab007
DIST gnome-screensaver-3.6.1.tar.xz 568340 SHA256 f39b78d4f7fed748c7f0a31d694112fb907c6d3c4e63db22eb858df07e962cd0 SHA512 daa140c9608859c9291966931deedad50c94dd861916601022cd508f367cdac5db68ea1abb750bbef575d19b8690617900fee9859b880b1466267fd1cbee150f WHIRLPOOL 58d8296eef62cdafd8d6fa55bdf8fc52e8a776ebf5cd0b8a796aaff3ebccd70a34fe9ab8bacff5ba54cd3e6f1ef6e48d0b2c0bc3481bb94df6e74bdb1bc7b084

@ -1,80 +0,0 @@
From 43ee32edaddb9b9b9f4b43c47ca73d7b4eea9fae Mon Sep 17 00:00:00 2001
From: Cosimo Cecchi <cosimoc@gnome.org>
Date: Mon, 25 Jun 2012 18:10:23 -0400
Subject: [PATCH] window: don't use GtkRC to override drawing area's
background
That won't work correctly with GTK3, even more so given that we set
app_paintable = TRUE on the drawing area.
Instead, set the background GdkRGBA to black directly on the
GtkDrawingArea's GdkWindow.
---
src/gs-window-x11.c | 33 +++++----------------------------
1 files changed, 5 insertions(+), 28 deletions(-)
diff --git a/src/gs-window-x11.c b/src/gs-window-x11.c
index 43d383d..c278612 100644
--- a/src/gs-window-x11.c
+++ b/src/gs-window-x11.c
@@ -192,32 +192,6 @@ gs_window_override_user_time (GSWindow *window)
}
static void
-force_no_pixmap_background (GtkWidget *widget)
-{
- static gboolean first_time = TRUE;
-
- if (first_time) {
- gtk_rc_parse_string ("\n"
- " style \"gs-theme-engine-style\"\n"
- " {\n"
- " bg_pixmap[NORMAL] = \"<none>\"\n"
- " bg_pixmap[INSENSITIVE] = \"<none>\"\n"
- " bg_pixmap[ACTIVE] = \"<none>\"\n"
- " bg_pixmap[PRELIGHT] = \"<none>\"\n"
- " bg[NORMAL] = { 0.0, 0.0, 0.0 }\n"
- " bg[INSENSITIVE] = { 0.0, 0.0, 0.0 }\n"
- " bg[ACTIVE] = { 0.0, 0.0, 0.0 }\n"
- " bg[PRELIGHT] = { 0.0, 0.0, 0.0 }\n"
- " }\n"
- " widget \"gs-window-drawing-area*\" style : highest \"gs-theme-engine-style\"\n"
- "\n");
- first_time = FALSE;
- }
-
- gtk_widget_set_name (widget, "gs-window-drawing-area");
-}
-
-static void
gs_window_reset_background_surface (GSWindow *window)
{
cairo_pattern_t *pattern;
@@ -2309,6 +2283,8 @@ create_panel (GSWindow *window)
static void
gs_window_init (GSWindow *window)
{
+ GdkRGBA black = { 0.0, 0.0, 0.0, 1.0 };
+
window->priv = GS_WINDOW_GET_PRIVATE (window);
window->priv->geometry.x = -1;
@@ -2353,13 +2329,14 @@ gs_window_init (GSWindow *window)
gtk_widget_show (window->priv->drawing_area);
gtk_widget_set_app_paintable (window->priv->drawing_area, TRUE);
gtk_box_pack_start (GTK_BOX (window->priv->vbox), window->priv->drawing_area, TRUE, TRUE, 0);
+ gtk_widget_realize (window->priv->drawing_area);
+ gdk_window_set_background_rgba (gtk_widget_get_window (window->priv->drawing_area), &black);
+
create_info_bar (window);
window->priv->clock_tracker = g_object_new (GNOME_TYPE_WALL_CLOCK, NULL);
g_signal_connect (window->priv->clock_tracker, "notify::clock", G_CALLBACK (on_clock_changed), window);
update_clock (window);
-
- force_no_pixmap_background (window->priv->drawing_area);
}
static void
--
1.7.8.6

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-screensaver/gnome-screensaver-2.30.2-r1.ebuild,v 1.11 2012/09/05 11:28:09 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-screensaver/gnome-screensaver-2.30.2-r1.ebuild,v 1.12 2012/12/23 17:10:57 eva Exp $
EAPI="2"
@ -11,7 +11,7 @@ HOMEPAGE="http://live.gnome.org/GnomeScreensaver"
SRC_URI="${SRC_URI}
branding? ( http://www.gentoo.org/images/gentoo-logo.svg )"
LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
KERNEL_IUSE="kernel_linux"

@ -1,69 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-screensaver/gnome-screensaver-3.2.2.ebuild,v 1.2 2012/05/05 06:25:24 jdhore Exp $
EAPI="4"
GCONF_DEBUG="yes"
inherit gnome2
DESCRIPTION="Replaces xscreensaver, integrating with the desktop."
HOMEPAGE="http://live.gnome.org/GnomeScreensaver"
LICENSE="GPL-2"
SLOT="0"
IUSE="debug doc pam systemd"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
RDEPEND="
>=dev-libs/glib-2.25.6:2
>=x11-libs/gtk+-2.99.3:3
>=gnome-base/gnome-desktop-3.1.91:3
>=gnome-base/gsettings-desktop-schemas-0.1.7
>=gnome-base/libgnomekbd-0.1
>=dev-libs/dbus-glib-0.71
sys-apps/dbus
x11-libs/libxklavier
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrandr
x11-libs/libXScrnSaver
x11-libs/libXxf86misc
x11-libs/libXxf86vm
x11-themes/gnome-icon-theme-symbolic
pam? ( virtual/pam )
systemd? ( >=sys-apps/systemd-31 )
"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=dev-util/intltool-0.35
sys-devel/gettext
doc? (
app-text/xmlto
~app-text/docbook-xml-dtd-4.1.2
~app-text/docbook-xml-dtd-4.4 )
x11-proto/xextproto
x11-proto/randrproto
x11-proto/scrnsaverproto
x11-proto/xf86miscproto
"
pkg_setup() {
DOCS="AUTHORS ChangeLog HACKING NEWS README"
G2CONF="${G2CONF}
$(use_enable doc docbook-docs)
$(use_enable pam locking)
$(use_with systemd)
--with-mit-ext
--with-pam-prefix=/etc
--with-xf86gamma-ext
--with-kbd-layout-indicator
--disable-schemas-compile"
# Do not use --without-console-kit, it would provide no benefit: there is
# no build-time or run-time check for consolekit, $PN merely listens to
# consolekit's messages over dbus.
# xscreensaver and custom screensaver capability removed
# poke and inhibit commands were also removed, bug 579430
}

@ -1,81 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-screensaver/gnome-screensaver-3.4.2-r1.ebuild,v 1.1 2012/07/15 22:13:56 tetromino Exp $
EAPI="4"
GCONF_DEBUG="yes"
inherit eutils gnome2
DESCRIPTION="Replaces xscreensaver, integrating with the desktop."
HOMEPAGE="http://live.gnome.org/GnomeScreensaver"
LICENSE="GPL-2"
SLOT="0"
IUSE="debug doc pam systemd"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
RDEPEND="
>=dev-libs/glib-2.25.6:2
>=x11-libs/gtk+-2.99.3:3
>=gnome-base/gnome-desktop-3.1.91:3
>=gnome-base/gsettings-desktop-schemas-0.1.7
>=gnome-base/libgnomekbd-0.1
>=dev-libs/dbus-glib-0.71
sys-apps/dbus
x11-libs/libxklavier
x11-libs/libX11
x11-libs/libXext
x11-libs/libXrandr
x11-libs/libXScrnSaver
x11-libs/libXxf86misc
x11-libs/libXxf86vm
x11-themes/gnome-icon-theme-symbolic
pam? ( virtual/pam )
systemd? ( >=sys-apps/systemd-31 )
"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=dev-util/intltool-0.35
sys-devel/gettext
doc? (
app-text/xmlto
~app-text/docbook-xml-dtd-4.1.2
~app-text/docbook-xml-dtd-4.4 )
x11-proto/xextproto
x11-proto/randrproto
x11-proto/scrnsaverproto
x11-proto/xf86miscproto
"
pkg_setup() {
DOCS="AUTHORS ChangeLog HACKING NEWS README"
G2CONF="${G2CONF}
$(use_enable doc docbook-docs)
$(use_enable pam locking)
$(use_with systemd)
--with-mit-ext
--with-pam-prefix=/etc
--with-xf86gamma-ext
--with-kbd-layout-indicator
--disable-schemas-compile"
# Do not use --without-console-kit, it would provide no benefit: there is
# no build-time or run-time check for consolekit, $PN merely listens to
# consolekit's messages over dbus.
# xscreensaver and custom screensaver capability removed
# poke and inhibit commands were also removed, bug 579430
}
src_prepare() {
# Causes problems on multi-monitor setups; bug #425070,
# https://bugzilla.gnome.org/show_bug.cgi?id=679441
# Not fixed in 3.4.3!
epatch -R "${FILESDIR}/${PN}-3.4.2-gtkrc.patch"
epatch_user
# Regenerate marshaling code for <glib-2.31 compat
rm -v src/gs-marshal.{c,h} || die
gnome2_src_prepare
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-screensaver/gnome-screensaver-3.4.4.ebuild,v 1.1 2012/07/17 23:14:28 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-screensaver/gnome-screensaver-3.4.4.ebuild,v 1.2 2012/12/23 17:10:57 eva Exp $
EAPI="4"
GCONF_DEBUG="yes"
@ -10,7 +10,7 @@ inherit eutils gnome2
DESCRIPTION="Replaces xscreensaver, integrating with the desktop."
HOMEPAGE="http://live.gnome.org/GnomeScreensaver"
LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
IUSE="debug doc pam systemd"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
@ -59,8 +59,7 @@ pkg_setup() {
--with-mit-ext
--with-pam-prefix=/etc
--with-xf86gamma-ext
--with-kbd-layout-indicator
--disable-schemas-compile"
--with-kbd-layout-indicator"
# Do not use --without-console-kit, it would provide no benefit: there is
# no build-time or run-time check for consolekit, $PN merely listens to
# consolekit's messages over dbus.

@ -1,16 +1,16 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-screensaver/gnome-screensaver-3.4.1.ebuild,v 1.3 2012/07/12 02:01:54 cardoe Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-screensaver/gnome-screensaver-3.6.1.ebuild,v 1.1 2012/12/23 17:10:57 eva Exp $
EAPI="4"
EAPI="5"
GCONF_DEBUG="yes"
inherit gnome2
inherit eutils gnome2
DESCRIPTION="Replaces xscreensaver, integrating with the desktop."
HOMEPAGE="http://live.gnome.org/GnomeScreensaver"
LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
IUSE="debug doc pam systemd"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
@ -18,7 +18,7 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
RDEPEND="
>=dev-libs/glib-2.25.6:2
>=x11-libs/gtk+-2.99.3:3
>=gnome-base/gnome-desktop-3.1.91:3
>=gnome-base/gnome-desktop-3.1.91:3=
>=gnome-base/gsettings-desktop-schemas-0.1.7
>=gnome-base/libgnomekbd-0.1
>=dev-libs/dbus-glib-0.71
@ -37,20 +37,27 @@ RDEPEND="
systemd? ( >=sys-apps/systemd-31 )
"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=dev-util/intltool-0.35
sys-devel/gettext
doc? (
app-text/xmlto
~app-text/docbook-xml-dtd-4.1.2
~app-text/docbook-xml-dtd-4.4 )
virtual/pkgconfig
x11-proto/xextproto
x11-proto/randrproto
x11-proto/scrnsaverproto
x11-proto/xf86miscproto
doc? (
app-text/xmlto
app-text/docbook-xml-dtd:4.1.2
app-text/docbook-xml-dtd:4.4 )
"
pkg_setup() {
src_prepare() {
epatch_user
# Regenerate marshaling code for <glib-2.31 compat
rm -v src/gs-marshal.{c,h} || die
gnome2_src_prepare
}
src_configure() {
DOCS="AUTHORS ChangeLog HACKING NEWS README"
G2CONF="${G2CONF}
$(use_enable doc docbook-docs)
@ -59,18 +66,10 @@ pkg_setup() {
--with-mit-ext
--with-pam-prefix=/etc
--with-xf86gamma-ext
--with-kbd-layout-indicator
--disable-schemas-compile"
--with-kbd-layout-indicator"
# Do not use --without-console-kit, it would provide no benefit: there is
# no build-time or run-time check for consolekit, $PN merely listens to
# consolekit's messages over dbus.
# xscreensaver and custom screensaver capability removed
# poke and inhibit commands were also removed, bug 579430
}
src_prepare() {
epatch_user
# Regenerate marshaling code for <glib-2.31 compat
rm -v src/gs-marshal.{c,h} || die
gnome2_src_prepare
}

@ -1 +1,2 @@
DIST gnome-search-tool-3.4.0.tar.xz 902664 RMD160 f17bd078f5a9245fc044e5756d59e0848fa95b8e SHA1 56096864e02adf0858af923e81cb5d818b63ba59 SHA256 6c4ed39ab1196d118e5e0d2a7faa07fbbb257831454ee92ff0c6f28c0942e69c
DIST gnome-search-tool-3.4.0.tar.xz 902664 SHA256 6c4ed39ab1196d118e5e0d2a7faa07fbbb257831454ee92ff0c6f28c0942e69c SHA512 104f501e3c8572f36da238db79605f8dc62385ca0059c3f737e4db0e1654581eae78a70881cfc56c2b2e9af4a46b92d372cef3ecba42378e1d1d2a7d60116a46 WHIRLPOOL 7ef5359bf4ef46ad05014f640e40d9e9645e657a8d3f83bafd426c62f07a061e4926578aaf9bcd73bc43b65950b29662bfc9b4fe6bf5d947383d95d61d7e2941
DIST gnome-search-tool-3.6.0.tar.xz 685172 SHA256 a33000cd7d033be4ea50422f0f2cca611da5b79bd0f0875017f105a1bc177f42 SHA512 55126e1d49b32015e5bc6db70a7094b3ea72ed447d66f530f72fa057af982faa1dbeae5f179cc3c0ed71fea58f756f47c40809e9d11c68239fa2232352e579a5 WHIRLPOOL 065121d71b0855bfdae08e1c56e8a6552e78c07af010205d9852dcda06f02e687f66a765ec30e7e2b14bd4cb2ce9e291010dafdb001c50edf2691cffdeffa25e

@ -0,0 +1,43 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-search-tool/gnome-search-tool-3.6.0.ebuild,v 1.1 2012/12/24 00:20:00 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2
DESCRIPTION="Search tool for GNOME 3"
HOMEPAGE="https://live.gnome.org/GnomeUtils"
LICENSE="GPL-2 FDL-1.1"
SLOT="0"
IUSE=""
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
COMMON_DEPEND="
dev-libs/atk
>=dev-libs/glib-2.30:2
sys-apps/grep
x11-libs/gdk-pixbuf
>=x11-libs/gtk+-3:3
x11-libs/libICE
x11-libs/libSM
"
RDEPEND="${COMMON_DEPEND}
sys-apps/findutils
|| ( sys-apps/mlocate sys-freebsd/freebsd-ubin )
!<gnome-extra/gnome-utils-3.4
"
# ${PN} was part of gnome-utils before 3.4
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
virtual/pkgconfig
"
src_configure() {
G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
gnome2_src_configure
}

@ -1,4 +1,3 @@
DIST gnome-user-docs-2.32.0.tar.bz2 17858824 SHA256 d42c4435590e5b79c8fcf1d917aee485096c02cdc84338bc31f769219ccc87f7 SHA512 d180295b46338f27f827a1dafb2da129cf34c8453e95adc60ee3205c5623038d08ca2aa744d55a67dbe8054b381de0d3c77293663053dc92a556b27cd1cfeb4a WHIRLPOOL 30ac61319d421a20b81831849aae54055b3a8df4720e636b0562e71abd579920f9c53f5e1a24934faf7d9e5bf5e8bfe8e5702489c234b6ad4da32ef4c3fed9e0
DIST gnome-user-docs-3.2.1.tar.xz 2985248 SHA256 0b7ea48d945e304bc5b22c9afb8377b419922c53287c2f9c583c65c66ca680f8 SHA512 716f50d62bceda643a9ff43b7d6d9ff24b425188c6be650495bfb9d5afb576be5894e03cbca169762c51ca3398d4172c9aa5e30a58e544fa4cf2fb7922282fd7 WHIRLPOOL 3e5f8cd1529a42c27520159a759213cf6dea226176b15c8b199b177603575e59fb6f9a852b4f3ca80e448fdb95aff67b2e2c2fd5e4f7071767e8e1143b2b2942
DIST gnome-user-docs-3.4.1.tar.xz 7606180 SHA256 dbbee5a13e0ef9b64366149fc68faeb7716c533a3b613306e9c077d92d38849a SHA512 48e123c562d0260ce6678d05e1108e33da279971dada89242fb3d714cac1e7b88e472e6b9a387ddccdf2c3da8084a722d30a6c145811805a64a5e9e463f6ffd8 WHIRLPOOL 0a661149bd4e56ee2529a43780d8344ceee8e05c7f45f59a8919fff177ce208047ac392bdc70eda67840822e644ae5f11811e249b546655f7d10821e6af30dad
DIST gnome-user-docs-3.4.2.tar.xz 7692224 SHA256 65ca3921f3afa275b4d64eff2ec29f65d8b118c5e3778b1cd715bd6bdced39cf SHA512 a04197fbefd28cae613c0aca869765768f8928ec754637c985edaee999ef4775e8d33191e544769594367137b09f3bf2817ce2da3af752dea3245ea9ec4ff1f3 WHIRLPOOL 042456226d7d286a2e60ac134d9ce38546312fd0b696cd9682f0498f9d6f7b08d489f5e5e9359088dd73ff54b85a3db35c0d85e6c6e3877bd8074b402dfb53e4
DIST gnome-user-docs-3.6.2.tar.xz 8142108 SHA256 9c13bda8d2690760699456d5d91d241455af51e21a732689d68f15cbf3664152 SHA512 39d302098b90e1c15c7887727b99c9940757df9964d0844191d1914959bb1d2b70a9a194421a5b75edb50c4dd755d3799c0e557231c6e385e72a21e91c1f2da7 WHIRLPOOL 2f114b9ffdc42b9d38aa61ea94698a48db425d18f43c1e5863005d1cca37d8bff787b3b2c61bea214cc1c3979797ebfeea5608e77f1d65af36f2a94567ed02b5

@ -1,48 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-docs/gnome-user-docs-3.2.1.ebuild,v 1.1 2011/11/04 06:21:46 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
inherit gnome2
DESCRIPTION="GNOME end user documentation"
HOMEPAGE="http://www.gnome.org/"
LICENSE="CCPL-Attribution-3.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="test"
# Newer gnome-doc-utils is needed for RNGs
# libxml2 needed for xmllint
# scrollkeeper is referenced in gnome-user-docs.spec, but is not used
RDEPEND=""
DEPEND="test? (
>=app-text/gnome-doc-utils-0.20.5
dev-libs/libxml2 )"
# eautoreconf requires:
# app-text/yelp-tools
# rebuilding translations requires:
# dev-libs/libxml2
# dev-util/gettext
# dev-util/itstool
# This ebuild does not install any binaries
RESTRICT="binchecks strip"
DOCS="AUTHORS ChangeLog NEWS README"
pkg_setup() {
# itstool is only needed for rebuilding translations
G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
# xmllint is only needed for tests
use test || G2CONF="${G2CONF} XMLLINT=$(type -P true)"
}
src_compile() {
# Do not compile; "make all" with unset LINGUAS rebuilds all translations,
# which can take > 2 hours on a Core i7.
return
}

@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-docs/gnome-user-docs-3.4.1.ebuild,v 1.1 2012/05/14 06:05:24 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-user-docs/gnome-user-docs-3.6.2.ebuild,v 1.1 2012/12/23 23:47:55 eva Exp $
EAPI="4"
EAPI="5"
GCONF_DEBUG="no"
inherit gnome2
@ -34,11 +34,12 @@ RESTRICT="binchecks strip"
DOCS="AUTHORS ChangeLog NEWS README"
pkg_setup() {
src_configure() {
# itstool is only needed for rebuilding translations
G2CONF="${G2CONF} ITSTOOL=$(type -P true)"
# xmllint is only needed for tests
use test || G2CONF="${G2CONF} XMLLINT=$(type -P true)"
gnome2_src_configure
}
src_compile() {

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

@ -1,3 +1,3 @@
DIST mousetweaks-2.32.1.tar.bz2 2195347 RMD160 45735095d71f164bae399188300c32dacc4bd5a0 SHA1 f5097eaa2a782a566492e21703656c8f8385c726 SHA256 70d2e8ba0f5021a9e70fecab2ea5cb5f2c03941e676607bec37f2304d9b86d08
DIST mousetweaks-3.2.1.tar.xz 2036600 RMD160 03f47a15496d3360a8d01bc902d2c618a05cd3b9 SHA1 ee0e7df18966441930511db34809b40ecec52313 SHA256 6c1ec6780c8dcaa1e3a6a462f7870c4c91574067a4936727a40b011d46d47734
DIST mousetweaks-3.4.2.tar.xz 2030188 RMD160 58a92239be2cbf266417eebab52a44bc080a9922 SHA1 7d2428e0053c2f4ea99286a87b2452b33145bcda SHA256 7f8a6ae627edae12e0d5b92926c33191bfa504c1ccaf51195051681aedfa700c
DIST mousetweaks-2.32.1.tar.bz2 2195347 SHA256 70d2e8ba0f5021a9e70fecab2ea5cb5f2c03941e676607bec37f2304d9b86d08 SHA512 8dfe270777e825c0cc5e2b5462ea5c3776964855186be017d75abf4abd23aae48276edd31864f47aa1f9e87adc9c5799e5df006c72099941efeb1200c039b31f WHIRLPOOL cf8d3f2aeea3205cef04b76974917754070a9457757e0fb3d0d8c463c777edac246a6b061d95e751d7d2bd66ab7a30485413295f0fb3b70656d54e4af1d75d0a
DIST mousetweaks-3.4.2.tar.xz 2030188 SHA256 7f8a6ae627edae12e0d5b92926c33191bfa504c1ccaf51195051681aedfa700c SHA512 0b3f3306aa78b25cff5e4f0265f5095759f974dce61ee0e97de5df19548ef702706c90c819d3423fc877b5a68dc17345347e2a3fd4ef6d3218a67a63d61a7939 WHIRLPOOL cb5697aa3779505208c955b62827af6336a0380a2b0dc704f23407412941621d1fd57dcce86f7764103d12e1ea58a40ab2abc95ad19f5f968d3822de6dbee8de
DIST mousetweaks-3.6.0.tar.xz 285076 SHA256 2c48f655c5b53615270503fd1631e0cf7baa5872b20f75af8608983f039c5cfc SHA512 a09bf93e95c545ef9941eece42c1a8fec2a74773d26ace760af15cd17b7a87a52143e044a654584e4dcda10adfe47ea04e75f3693404c64b2df05502cfc3bd41 WHIRLPOOL 979c9c249d9129ce5090f163bd0aef865a3aaf7dbcb2ce097204f7b7ab6dae72d3ca3028d4c9a6046e3cd903b2afb9033b927c10e176a0fd65d8522c5d1ae4b9

@ -16,8 +16,4 @@ that allow a user to:
* for example useful for people that have to use their pointing
* hardware not only for the computer
</longdescription>
<use>
<flag name="applet">Build the <pkg>gnome-base/gnome-panel</pkg> applet</flag>
</use>
</pkgmetadata>

@ -1,45 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/mousetweaks/mousetweaks-3.2.1-r10.ebuild,v 1.2 2012/05/05 06:25:17 jdhore Exp $
EAPI="4"
GCONF_DEBUG="no"
inherit gnome2
DESCRIPTION="Mouse accessibility enhancements for the GNOME desktop"
HOMEPAGE="http://live.gnome.org/Mousetweaks/Home"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="" # appet
RDEPEND="
>=dev-libs/glib-2.25.9:2
>=x11-libs/gtk+-3:3
>=gnome-base/gsettings-desktop-schemas-0.1
x11-libs/libX11
x11-libs/libXtst
x11-libs/libXfixes
x11-libs/libXcursor"
# applet? (
# >=gnome-base/gnome-panel-2.32
# <gnome-base/gnome-panel-2.90 )
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
virtual/pkgconfig"
# eautoreconf needs:
# gnome-base/gnome-common
pkg_setup() {
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
# Disable pointer-capture, dwell-click applets: they require gnome-panel-2
G2CONF="${G2CONF}
--disable-schemas-compile
--disable-pointer-capture
--disable-dwell-click"
# $(use_enable applet pointer-capture)
# $(use_enable applet dwell-click)
}

@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/mousetweaks/mousetweaks-3.2.1.ebuild,v 1.2 2012/05/05 06:25:17 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/mousetweaks/mousetweaks-3.6.0.ebuild,v 1.1 2012/12/23 23:34:26 eva Exp $
EAPI="4"
EAPI="5"
GCONF_DEBUG="no"
inherit gnome2
@ -13,7 +13,7 @@ HOMEPAGE="http://live.gnome.org/Mousetweaks/Home"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="applet"
IUSE=""
RDEPEND="
>=dev-libs/glib-2.25.9:2
@ -24,21 +24,13 @@ RDEPEND="
x11-libs/libXtst
x11-libs/libXfixes
x11-libs/libXcursor
applet? (
>=gnome-base/gnome-panel-2.32
<gnome-base/gnome-panel-2.90 )
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
virtual/pkgconfig"
# eautoreconf needs:
# gnome-base/gnome-common
virtual/pkgconfig
"
pkg_setup() {
src_install() {
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
G2CONF="${G2CONF}
--disable-schemas-compile
$(use_enable applet pointer-capture)
$(use_enable applet dwell-click)"
gnome2_src_install
}

@ -1,3 +1,3 @@
DIST zenity-2.32.1.tar.bz2 3128666 RMD160 30b19230d9e1ed478cfd17d2a6942863bcda6763 SHA1 5e75e9200768ecf9eb7f1e6edac7a395ddb47947 SHA256 8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac
DIST zenity-3.2.0.tar.xz 3153352 RMD160 6cc820a29df453df3ba58f0f02f2b2a660554a62 SHA1 112dadd2ca8a4f063a8451fcc222085754fcf4d1 SHA256 e6a778db3655957770653745a2ecaef08a41a71f4a0a92cb7c5dc8ce0e9902d8
DIST zenity-3.4.0.tar.xz 3621304 RMD160 79c5f762c821d136d0e327dc68c1a23aea582ade SHA1 9ef8a81469e54e2b2cf40fd57c88e962c481fd42 SHA256 5cf068597c649b5adee60c5948abdf383dbfb16a6c6d57c2ec42ced136730baf
DIST zenity-2.32.1.tar.bz2 3128666 SHA256 8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac SHA512 5cab5be6e22da46b6fa78bddd3c40e2413df64f8267452a332efc093e0e865c621cd68897c11c1af9a33afceb8cf84e08b03e17d4d0b3abfed95cbafe199c94e WHIRLPOOL eb3db6f89f5eaa9b316a22d46a4af03991255c16d28b10f7fe56f553f913642b3fe30661d2714bbb3921c9f5e1adede56b6b225313fe26211bdf6030a6167858
DIST zenity-3.4.0.tar.xz 3621304 SHA256 5cf068597c649b5adee60c5948abdf383dbfb16a6c6d57c2ec42ced136730baf SHA512 1d7fa09d3e5a873fc8d1d6a019922496a2d71cdaaa0c7e19e973bb1a6ccdfe4e0d2c3dc32d21b4fbbf152e201019323d0b59eb7c6b33039942366486884cbad0 WHIRLPOOL 929139840a0601a4dc1bbc965f5413f557bed139ea305d09650d55b0bb287d51880eef68c15ce335e567ecc81e25e642f2a6ec1a52f8e3121e652ecbcadbc3cb
DIST zenity-3.6.0.tar.xz 3636432 SHA256 5de4ebbb6888ad4928fa9eebcd42dbe5bb282bee9dd7dd21475d9eaa854c74be SHA512 5a54c90d2fac322df2b336c252303839c4d34c6a5a0db035964becacb22115a58746b8f6601469cdb1d4071c219b51df61ac2539a6a29734d281757a62231d5e WHIRLPOOL e7b9e06efbed9290a66e4979b46757408f3e4573d6621825f9510ae7182317d322b9b630f1a0dbd9d24a8896eef1d99a4f5675bfffd678c5f7679ad01eed60ec

@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-3.2.0.ebuild,v 1.2 2012/05/05 06:25:16 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zenity/zenity-3.6.0.ebuild,v 1.1 2012/12/24 00:35:19 eva Exp $
EAPI="4"
EAPI="5"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
@ -11,36 +11,36 @@ inherit gnome2
DESCRIPTION="Tool to display dialogs from the commandline and shell scripts"
HOMEPAGE="http://live.gnome.org/Zenity"
LICENSE="LGPL-2"
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
IUSE="libnotify +webkit"
IUSE="libnotify test +webkit"
RDEPEND=">=dev-libs/glib-2.8:2
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3.0.0:3
>=x11-libs/gtk+-3:3
x11-libs/libX11
x11-libs/pango
libnotify? ( >=x11-libs/libnotify-0.6.1 )
libnotify? ( >=x11-libs/libnotify-0.6.1:= )
webkit? ( >=net-libs/webkit-gtk-1.4.0:3 )"
DEPEND="${RDEPEND}
app-text/scrollkeeper
app-text/docbook-xml-dtd:4.1.2
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.14
virtual/pkgconfig
>=app-text/gnome-doc-utils-0.10.1"
test? ( app-text/yelp-tools )"
# eautoreconf needs:
# >=gnome-base/gnome-common-2.12
pkg_setup() {
src_configure() {
DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
G2CONF="${G2CONF}
--disable-scrollkeeper
$(use_enable libnotify)
$(use_enable webkit webkitgtk)
PERL=$(type -P false)"
DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
PERL=$(type -P false)
ITSTOOL=$(type -P true)"
gnome2_src_configure
}
src_install() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/cantor-4.9.4.ebuild,v 1.1 2012/12/05 16:58:24 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/cantor/cantor-4.9.4.ebuild,v 1.2 2012/12/23 19:12:57 maekke Exp $
EAPI=4
@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE4 interface for doing mathematics and scientific computing"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="analitza debug postscript qalculate +R"
# TODO Add Sage Mathematics Software backend (http://www.sagemath.org)

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kamera/kamera-4.9.4.ebuild,v 1.1 2012/12/05 16:58:29 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kamera/kamera-4.9.4.ebuild,v 1.2 2012/12/23 19:12:07 maekke Exp $
EAPI=4
@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE digital camera manager"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-4.9.4.ebuild,v 1.1 2012/12/05 16:58:24 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-4.9.4.ebuild,v 1.2 2012/12/23 18:11:48 maekke Exp $
EAPI=4
@ -11,7 +11,7 @@ KDE_SCM="svn"
inherit kde4-meta
DESCRIPTION="Extra screensavers for kde"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +eigen +kexiv2 opengl xscreensaver"
# libkworkspace - only as a stub to provide KDE4Workspace config

@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-mobipocket/kdegraphics-mobipocket-4.9.4.ebuild,v 1.1 2012/12/05 16:57:49 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdegraphics-mobipocket/kdegraphics-mobipocket-4.9.4.ebuild,v 1.2 2012/12/23 19:32:32 maekke Exp $
EAPI=4
inherit kde4-base
DESCRIPTION="Library to support mobipocket ebooks"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
DEPEND="$(add_kdebase_dep okular)"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.4.ebuild,v 1.1 2012/12/05 16:58:28 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.4.ebuild,v 1.2 2012/12/23 19:27:45 maekke Exp $
EAPI=4
@ -8,7 +8,7 @@ inherit kde4-base
DESCRIPTION="Extra Plasma applets and engines"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim
semantic-desktop"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/knode-4.9.4.ebuild,v 1.1 2012/12/05 16:57:54 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/knode/knode-4.9.4.ebuild,v 1.2 2012/12/23 18:10:55 maekke Exp $
EAPI=4
@ -9,7 +9,7 @@ KMNAME="kdepim"
inherit kde4-meta
DESCRIPTION="A newsreader for KDE"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
# test fails, last checked for 4.2.96

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.9.4.ebuild,v 1.1 2012/12/05 16:58:00 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.9.4.ebuild,v 1.2 2012/12/23 19:20:59 maekke Exp $
EAPI=4
@ -10,7 +10,7 @@ KDE_SCM="svn"
inherit kde4-meta multilib
DESCRIPTION="KDE multi-protocol IM client"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug ssl v4l"
# tests hang, last checked for 4.2.96

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/krdc/krdc-4.9.4.ebuild,v 1.1 2012/12/05 16:57:51 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/krdc/krdc-4.9.4.ebuild,v 1.2 2012/12/23 19:17:40 maekke Exp $
EAPI=4
@ -10,7 +10,7 @@ KDE_SCM="svn"
inherit kde4-meta
DESCRIPTION="KDE remote desktop connection (RDP and VNC) client"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug jpeg rdesktop vnc zeroconf telepathy"
#nx? ( >=net-misc/nxcl-0.9-r1 ) disabled upstream, last checked 4.3.61

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-4.9.4.ebuild,v 1.1 2012/12/05 16:58:24 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/krfb/krfb-4.9.4.ebuild,v 1.2 2012/12/23 18:10:01 maekke Exp $
EAPI=4
@ -10,7 +10,7 @@ KDE_SCM="svn"
inherit kde4-meta
DESCRIPTION="VNC-compatible server to share KDE desktops"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug telepathy"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/krosspython/krosspython-4.9.4.ebuild,v 1.1 2012/12/05 16:58:10 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/krosspython/krosspython-4.9.4.ebuild,v 1.2 2012/12/23 18:14:37 maekke Exp $
EAPI=4
@ -10,7 +10,7 @@ PYTHON_DEPEND="2"
inherit python kde4-meta
DESCRIPTION="Kross scripting framework: Python interpreter"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
pkg_setup() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.9.4.ebuild,v 1.1 2012/12/05 16:57:45 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/kstars/kstars-4.9.4.ebuild,v 1.2 2012/12/23 19:35:41 maekke Exp $
EAPI=4
@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
inherit flag-o-matic kde4-base
DESCRIPTION="KDE Desktop Planetarium"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug fits indi"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.9.4.ebuild,v 1.1 2012/12/05 16:58:09 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/okular/okular-4.9.4.ebuild,v 1.2 2012/12/23 19:31:42 maekke Exp $
EAPI=4
@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4."
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff"
DEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/rocs/rocs-4.9.4.ebuild,v 1.1 2012/12/05 16:57:59 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/rocs/rocs-4.9.4.ebuild,v 1.2 2012/12/23 18:06:46 maekke Exp $
EAPI=4
@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="KDE4 interface to work with Graph Theory"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"
RDEPEND=">=dev-libs/boost-1.43"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/step/step-4.9.4.ebuild,v 1.1 2012/12/05 16:58:23 alexxy Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-base/step/step-4.9.4.ebuild,v 1.2 2012/12/23 19:34:50 maekke Exp $
EAPI=4
@ -8,7 +8,7 @@ KDE_HANDBOOK="optional"
inherit kde4-base
DESCRIPTION="The KDE physics simulator"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug +gsl +qalculate"
DEPEND="

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

Loading…
Cancel
Save