Sync with portage [Wed Dec 31 08:38:14 MSK 2014].

mhiretskiy
root 9 years ago
parent 85b3c73117
commit 8a2f28f9c3

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-6.14.ebuild,v 1.1 2013/08/10 05:28:20 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/testdisk/testdisk-6.14.ebuild,v 1.2 2014/12/30 19:51:44 maekke Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://www.cgsecurity.org/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="jpeg ntfs reiserfs static"
# WARNING: reiserfs support does NOT work with reiserfsprogs

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.8.ebuild,v 1.4 2014/12/28 10:17:21 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/xz-utils/xz-utils-5.0.8.ebuild,v 1.5 2014/12/30 17:47:20 maekke Exp $
# Remember: we cannot leverage autotools in this ebuild in order
# to avoid circular deps with autotools
@ -17,7 +17,7 @@ if [[ ${PV} == "9999" ]] ; then
else
MY_P="${PN/-utils}-${PV/_}"
SRC_URI="http://tukaani.org/xz/${MY_P}.tar.gz"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
S=${WORKDIR}/${MY_P}
EXTRA_DEPEND=
fi

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild,v 1.1 2012/02/27 04:57:31 vapier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/curses-hexedit/curses-hexedit-0.9.7.ebuild,v 1.2 2014/12/30 23:29:21 vapier Exp $
# There's already a "hexedit" package in the tree, so name this one differently
@ -11,9 +11,9 @@ DESCRIPTION="full screen curses hex editor (with insert/delete support)"
HOMEPAGE="http://www.rogoyski.com/adam/programs/hexedit/"
SRC_URI="http://www.rogoyski.com/adam/programs/hexedit/${MY_P}.tar.gz"
LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="sys-libs/ncurses"

@ -1,21 +1,23 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.9.0-r1.ebuild,v 1.2 2012/05/03 18:33:00 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.9.0-r1.ebuild,v 1.3 2014/12/30 12:21:39 pacho Exp $
EAPI=2
EAPI=5
GCONF_DEBUG="no"
GNOME_TARBALL_SUFFIX="bz2"
GNOME2_LA_PUNT=yes
inherit autotools eutils gnome2
DESCRIPTION="XML editor for the GNOME environment"
HOMEPAGE="http://www.freespiders.org/projects/gmlview/"
HOMEPAGE="http://www.nongnu.org/mlview/mlview-internals.html"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
IUSE="debug"
RDEPEND=">=dev-libs/libxml2-2.6.11:2
RDEPEND="
>=dev-libs/libxml2-2.6.11:2
>=dev-libs/libxslt-1.1.8
>=dev-libs/glib-2.6:2
>=x11-libs/gtk+-2.6:2
@ -28,27 +30,34 @@ RDEPEND=">=dev-libs/libxml2-2.6.11:2
>=gnome-base/gconf-2.6.2:2
x11-libs/gtksourceview:2.0
>=x11-libs/vte-0.11.12:0
sys-libs/zlib"
sys-libs/zlib
"
DEPEND="${RDEPEND}
virtual/pkgconfig
dev-util/intltool
sys-devel/gettext"
sys-devel/gettext
"
pkg_setup() {
src_prepare() {
DOCS="AUTHORS BRANCHES ChangeLog NEWS README"
G2CONF="--disable-dependency-tracking
--disable-static
$(use_enable debug)"
}
src_prepare() {
# Fix tests
echo "ui/mlview-exec-command.glade" >> po/POTFILES.in || die
echo "ui/mlview-plugins-window.glade" >> po/POTFILES.in || die
epatch "${FILESDIR}"/${P}-desktop.patch
epatch "${FILESDIR}"/${P}-gcc44.patch
epatch "${FILESDIR}"/${P}-gcc45.patch
epatch "${FILESDIR}"/${PF}-10_port_to_gtksourceview2.patch
epatch "${FILESDIR}"/${PF}-autoreconf.patch
mkdir m4 || die
eautoreconf
intltoolize --force
gnome2_src_prepare
}
src_configure() {
gnome2_src_configure \
--disable-static \
$(use_enable debug)
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ebuild-mode-1.27.ebuild,v 1.4 2014/12/28 10:16:28 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emacs/ebuild-mode/ebuild-mode-1.27.ebuild,v 1.5 2014/12/30 17:41:03 maekke Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
DOCS="ChangeLog keyword-generation.sh"
ELISP_TEXINFO="${PN}.texi"

@ -1,6 +1 @@
DIST im-chooser-1.4.1.tar.bz2 477998 SHA256 70e0656a59d43a1b75409f27f9032a65911b805c215645737dd233209f76274a SHA512 0f47383a30f5f6338f8c50e6fb392d0a2ebd9e96d622521da1be6d69d386d291c496dc4e70af432f0634d3dc333e036315859d570be9943a8c725b4bca453970 WHIRLPOOL e375dc1b9965b4740fa287181a3fa38da5fc6f518edd295495b14aefc6250b6e6d48a36076f63c2b305e7c5fd2b80c9cbfb2e6c1390531c6c3e4233d8732cbcf
DIST im-chooser-1.4.2.tar.bz2 462778 SHA256 1525c351f3965062c5269214349045e66aaae0acda006fa8e064d837ca2d2dd3 SHA512 f6c30d6c79ef7f912bbd03efe82fa3ada384d9bff77f1243bd4d3a553b6590e0d40dc9da537591ca98945cb71cdd3c9dbc12f605edc785ff04418ef5d0ccd589 WHIRLPOOL a83a5c63569461f6352f3f8aed103f9f1cfb10ef6d57f0104cd681966fba9fe5f7e931810d3dbbbf5e18f545719b4d2f940509f37e17d320b138af3fbbabec09
DIST im-chooser-1.5.1.tar.bz2 493556 SHA256 7d005c35a8b1db7f5a8163fd2db546847fed7248f9c8c6b60b1ee388657c2cc2 SHA512 367869866357817b8adf816e9f8f5a65c19f9d38ed865b230935baba7515508ccf032a62e289597052795626585170be659b4426055d5172a04d300ddf21cdab WHIRLPOOL 8934680a15d66beffc431b1e3c00542db5f808c636b8279e710c3483123b875f219ca4b91e4aaf4a775826c78f522f89c36928c1388aff936f1973a54843bce5
DIST im-chooser-1.5.2.1.tar.bz2 506723 SHA256 d07784abbb27fe9c01dc14fd64295e010cf8981254a96d3e911a0844ba65b241 SHA512 0d957fbe4e63a3dea9d4983055346402653271f29d13409b7a09bb857cded1e836a1427c655e0ea1e45244e6d28654771d480b374d923e09d96a2bc09fce073f WHIRLPOOL 9974315a061f23b0dcb12ac8f7c0c3361a6e9be336d330416d9111c817b86f84002e47460380431a6bb9bad26d7601ea8eb66a2dc494f9cbbea470a7cb8a0c58
DIST im-chooser-1.5.2.tar.bz2 496773 SHA256 29ea8ac54f13c2e35ee01630190d7fbe391b9faa19032f2660b4baffbaff223e SHA512 226bef24c9138b0224fbb70aa77afaa8068ffec5c8dfb2a3beba86851dbf1639cd619062eaa9de4931c7b23f67aa3710c7146ba8f4bde3f8547ad61deaf304cf WHIRLPOOL 1a4039a88192dd1b25624487f39fbae7a1cdf626f843cb56b7f1c21a706c424f619eb8394437abb59e587ebd6ec2fd1f134078f4a76cf86b6e130e1e0da1bf5c
DIST im-chooser-1.6.2.tar.bz2 515776 SHA256 0df444df86a60ff2534eea58c51a5e8bcc343c13a6b3d87356d9c5da3e4867b1 SHA512 86ed483ccdeb045f2b96df443ffbccb4d66bd11dac215e52d10eabb983fbbcecc848b074f7771c76bab311db04ec982865f2cce27d6274144068361aa04f42b9 WHIRLPOOL 3280243d859cd53ddf5d3cd64c7acbbc74718e751c0ca756315a2a3966b7db9215cb5d174cc5bcf25c5ecee653cd6c6019ddbdf62b4906d470710e8455d7b2cf

@ -1,36 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-chooser/im-chooser-1.4.1.ebuild,v 1.2 2012/05/03 19:24:26 jdhore Exp $
EAPI=3
inherit gnome2
DESCRIPTION="Desktop Input Method configuration tool"
HOMEPAGE="https://fedorahosted.org/im-chooser/"
SRC_URI="https://fedorahosted.org/releases/i/m/im-chooser/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gnome"
RDEPEND=">=app-i18n/imsettings-1
>=dev-libs/glib-2.16:2
>=x11-libs/gtk+-2.16:2
gnome? ( >=gnome-base/gnome-control-center-2.29:2 )"
# || (
# (
# >=dev-libs/glib:3
# >=x11-libs/gtk+:3
# gnome? ( gnome-base/gnome-control-center:3 )
# )
# (
# >=dev-libs/glib-2.16:2
# >=x11-libs/gtk+-2.16:2
# gnome? ( >=gnome-base/gnome-control-center-2.29:2 )
# )
# )
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README"

@ -1,36 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-chooser/im-chooser-1.4.2.ebuild,v 1.2 2012/05/03 19:24:26 jdhore Exp $
EAPI=3
inherit gnome2
DESCRIPTION="Desktop Input Method configuration tool"
HOMEPAGE="https://fedorahosted.org/im-chooser/"
SRC_URI="https://fedorahosted.org/releases/i/m/im-chooser/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gnome"
RDEPEND=">=app-i18n/imsettings-1
>=dev-libs/glib-2.16:2
>=x11-libs/gtk+-2.16:2
gnome? ( >=gnome-base/gnome-control-center-2.29:2 )"
# || (
# (
# >=dev-libs/glib:3
# >=x11-libs/gtk+:3
# gnome? ( gnome-base/gnome-control-center:3 )
# )
# (
# >=dev-libs/glib-2.16:2
# >=x11-libs/gtk+-2.16:2
# gnome? ( >=gnome-base/gnome-control-center-2.29:2 )
# )
# )
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README"

@ -1,41 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-chooser/im-chooser-1.5.1.ebuild,v 1.3 2012/07/18 06:58:05 naota Exp $
EAPI=3
inherit gnome2 eutils
DESCRIPTION="Desktop Input Method configuration tool"
HOMEPAGE="https://fedorahosted.org/im-chooser/"
SRC_URI="https://fedorahosted.org/releases/i/m/im-chooser/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gnome"
RDEPEND=">=app-i18n/imsettings-1
>=dev-libs/glib-2.16:2
>=x11-libs/gtk+-2.16:2
gnome? ( >=gnome-base/gnome-control-center-2.29:2 )"
# || (
# (
# >=dev-libs/glib:3
# >=x11-libs/gtk+:3
# gnome? ( gnome-base/gnome-control-center:3 )
# )
# (
# >=dev-libs/glib-2.16:2
# >=x11-libs/gtk+-2.16:2
# gnome? ( >=gnome-base/gnome-control-center-2.29:2 )
# )
# )
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README"
src_prepare() {
epatch "${FILESDIR}"/${P}-imchooserui.patch
gnome2_src_prepare
}

@ -1,42 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-chooser/im-chooser-1.5.2.1.ebuild,v 1.3 2012/07/18 06:58:05 naota Exp $
EAPI=3
inherit gnome2 eutils
DESCRIPTION="Desktop Input Method configuration tool"
HOMEPAGE="https://fedorahosted.org/im-chooser/"
SRC_URI="https://fedorahosted.org/releases/i/m/im-chooser/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gnome"
RDEPEND=">=app-i18n/imsettings-1
>=dev-libs/glib-2.16:2
>=x11-libs/gtk+-2.16:2
gnome? ( >=gnome-base/gnome-control-center-2.29:2 )"
# || (
# (
# >=dev-libs/glib:3
# >=x11-libs/gtk+:3
# gnome? ( gnome-base/gnome-control-center:3 )
# )
# (
# >=dev-libs/glib-2.16:2
# >=x11-libs/gtk+-2.16:2
# gnome? ( >=gnome-base/gnome-control-center-2.29:2 )
# )
# )
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README"
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.5.1-imchooserui.patch
gnome2_src_prepare
}

@ -1,41 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/im-chooser/im-chooser-1.5.2.ebuild,v 1.4 2012/07/18 06:58:05 naota Exp $
EAPI=3
inherit gnome2 eutils
DESCRIPTION="Desktop Input Method configuration tool"
HOMEPAGE="https://fedorahosted.org/im-chooser/"
SRC_URI="https://fedorahosted.org/releases/i/m/im-chooser/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gnome"
RDEPEND=">=app-i18n/imsettings-1
>=dev-libs/glib-2.16:2
>=x11-libs/gtk+-2.16:2
gnome? ( >=gnome-base/gnome-control-center-2.29:2 )"
# || (
# (
# >=dev-libs/glib:3
# >=x11-libs/gtk+:3
# gnome? ( gnome-base/gnome-control-center:3 )
# )
# (
# >=dev-libs/glib-2.16:2
# >=x11-libs/gtk+-2.16:2
# gnome? ( >=gnome-base/gnome-control-center-2.29:2 )
# )
# )
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README"
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.5.1-imchooserui.patch
gnome2_src_prepare
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/libodfgen-0.0.4.ebuild,v 1.3 2014/06/29 16:43:37 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/libodfgen/libodfgen-0.0.4.ebuild,v 1.4 2014/12/30 15:07:14 dilfridge Exp $
EAPI=5
@ -17,8 +17,8 @@ IUSE=""
RDEPEND="
app-text/libetonyek
app-text/libwpd
app-text/libwpg
app-text/libwpd:0.9
app-text/libwpg:0.2
"
DEPEND="${RDEPEND}
>=dev-libs/boost-1.46

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.4-r1.ebuild,v 1.2 2014/08/25 09:06:55 xmw Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/mupdf/mupdf-1.4-r1.ebuild,v 1.3 2014/12/30 19:50:30 maekke Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://git.ghostscript.com/?p=mupdf.git;a=snapshot;h=eebc3385ebfa60574d
LICENSE="AGPL-3"
SLOT="0/1.4"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
IUSE="X vanilla static static-libs"
LIB_DEPEND="dev-libs/openssl[static-libs?]

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.4.12.ebuild,v 1.3 2014/12/25 10:29:17 yngwin Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.4.12.ebuild,v 1.4 2014/12/30 19:51:06 maekke Exp $
EAPI=5
@ -13,7 +13,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 arm ~x86 ~amd64-linux ~x86-linux"
IUSE="cups dbus djvu fitz +pdf postscript +qt4 qt5 sqlite +svg synctex"
REQUIRED_USE="^^ ( qt4 qt5 )

@ -42,9 +42,9 @@ DIST jdk-7u72-linux-x64.tar.gz 142225987 SHA256 dd1d438e1b7d4b9bb5ea4659f2103b57
DIST jdk-7u72-macosx-x64.dmg 194860843 SHA256 fa5ea69efba30650b3e719f79b1ec3abd0ab9d878adf766b0c77bd7678c7cffe SHA512 9def6e32811d97ea273815314320e95d14a27c480a492efac3ca76cb54b2eb20ebf57fded43ec000c1befd1463b2e382f688bba7bfa4cbca86a3f90b23bf2da7 WHIRLPOOL 7780b3f30a9e6f091e8208c72191405be6a744997a418ab7f2e3209a66288748cc264d67912bce0b4bc8f09856abbc19a44961ed278347c9b1ebda4c7f6265ef
DIST jdk-7u72-macosx-x86_64-demos.tar.gz 19393778 SHA256 f208b98c0fcc69c34f9089aa61da51699907868f06d97608f0b825ab881f4489 SHA512 81635d621d5077e78ddab30d1705ce8970b96b38906bcb01aa65ce573a9a5211aaf1557c02629f857eef656f7f2725d1d8052b6784ca9e58825065aea8e3409f WHIRLPOOL 3b599319f1bb9f618759971eca6f4a26cea58c9366ed8b593b16c6ed5da06f3677fc693e1c6455a0b9a67848a8fb5b2381bb2476de1c7d7faea10d9f355e1d0e
DIST jdk-7u72-solaris-i586-demos.tar.gz 16861496 SHA256 0af04199364d766432105fc6a854d1e95c3c969a7cfa547094b06480ba5f2071 SHA512 cff491f5ecf21834ad99c57fc48165f21cd80439a51c38d13e52a82c742b48be5bb70f21f5290c22512acdbec8ab8178cfcc1bcc1ac643e8fa814626b4834eb2 WHIRLPOOL da97ab5303ec7299bd495eb8a96d3f327f69457ab44e9d01151be36e81845e1ecfd68cf8595ff824c51b3c1d2b57aa0fe478a5f98d059579057e9f5032088cc5
DIST jdk-7u72-solaris-i586.tar.gz 81519168 SHA256 94738fdeaba2f1b099132bfcf518c9f204b73a32bf1d329326e3565b0ba1e83a SHA512 71427afaf47094b58f8041d311b90f515eb08cfb902016468f60ba7a051db5ed98c71fb1c7a1b6658fb4a828131d0ca851604316a6e3cb3f812a7f662dea280b WHIRLPOOL 82a87ea453a240910ae10b760c49b204aeccdfc3f120f8f20196cdc5eae81134fed1f5841a06ba17ee044db3ec23b9984dc75d3b8522f71ea76d4012594ecff5
DIST jdk-7u72-solaris-i586.tar.gz 100126662 SHA256 a3eea6b8e6ba7196ff747001e5cef8f9efaa2c0c5b04dad7ec95476495f85b77 SHA512 9fe9a5c0dd9f5e75512060b335cb28d375560f865845f9725be4b9e10d5c4ae5abdd6801ae0dc9bd71add1c2687f98e5acf6ab6f9d7cd67bdd294febca206e44 WHIRLPOOL 0f48336cc96f5d955fbdd55198eb9fac3003a2537d5322b4e9857dcf304b0e742c67a4551a0f34232a59482b5e1dfb1a72890b95784f5278b58d0fa58b61adf1
DIST jdk-7u72-solaris-sparc-demos.tar.gz 16889266 SHA256 5bd4524f6e05bc49f5d5fbcaef5a5e8c4ca5c46d80905108e56889ce0834b752 SHA512 0eb3a505d7f5b0df3b05908d6cd78c0c39c4fde801d8d172a75e2b94f1aade2bc6a55d4a6a4906eccb1dcd9666f4e124e6d450da172a61e8f4d693c3d78f02b9 WHIRLPOOL f125bca4e2fbb8fe64249a152632513acad744e5c345bd36e8ece2bf5181e1bec5945e1e9afe8608ca1b969ce93e5b2dabf5a4c18f6df44c3dba984152811ef9
DIST jdk-7u72-solaris-sparc.tar.gz 69831809 SHA256 593a38640027c2a538013fedad4b309eaf5e749bbf0b770cd76a402a4b4bcdfe SHA512 054b746e5745116c0894bc9694229a75a31fc9b0fb10132bf60379a3d220193b7f314c20399d2c6a7dc6157b976b57a97e598b0304f2179eafe698f01b23cf93 WHIRLPOOL 3e6476afb80bcfb00714f0f9b68202192a894cf8f02462d3d09e733d496e30fc0e43ed3623d818588de9f27f7ed1c0743a0f119726c3008f4445c0d16c987517
DIST jdk-7u72-solaris-sparc.tar.gz 103334633 SHA256 dcda98af1c40c08d3958f958e715cf17cfe95262a0522ade85d404c337d902d3 SHA512 909aad4710dec317bb086c21df88f224a93319661bcc6b7bd805f835a21b45dd5b8ec6a38c693827cba6eeb8c4005916959c4099003bb832fe16d78154805d34 WHIRLPOOL 4e10154e7592b4c74fd28479d5055fd2a4847da4017946ec81694a18ee73312b54d3689f5159a1cd5b93735d52273ed926cda549003bb88d5c05a0b08c9208c1
DIST jdk-7u72-solaris-sparcv9-demos.tar.gz 904188 SHA256 5f8c115702c252088da3b9518aff0f40ebb23a79d1d14487bf22b8511dfed5f9 SHA512 e0021eb7a30265b76f6da9d9023bc5b6f72044a15056335896e47caad55323a8e8723d89e486c71902d8a6e4dfcf053b6fac34d02135fa9d0b5bfbd1948e04e8 WHIRLPOOL fba1eb72cec5cf17996ab278f04e3a15096853b4fcbcee8ac035033e1a02de006bbcacb803f793e98b08445c988da2132eed0f1a72ea202f9f69cf37fd43e76e
DIST jdk-7u72-solaris-sparcv9.tar.gz 19234635 SHA256 46f11ee3c8936cbc04a4c5a8dd43a448b9a0de10c85a41e50c6a20ccfde99a8f SHA512 6e8c6e61372ca650cef699781252b08eb3167095874a6220f0cc793243d3fe672b1717e18e4589eb79371e40025b253c8da070e2d53b2cb99690ee84047a9c15 WHIRLPOOL 7c252c916b486ad37401a0649b1e78e444ef5e267c4120a42db7086cc73e5423134ad6c94fbaafcfbaaa67fb26efab3ca7dd7f34f8ce16ce2b29853527cc38e4
DIST jdk-7u72-solaris-x64-demos.tar.gz 865401 SHA256 ca00b0fe3f9d41edbc20a30bdffa2a8b26bbe15843434bb12f9c29d6b06d84e6 SHA512 f9652ff0759e775af1bada5315a10e7c3a8694daf57288b084232aef532013f248e2f25afb5ec74487a34ee02a12838df5c3c4bfd18435630dd84b041a4abddd WHIRLPOOL a03d070db444e282ff2d22fd880a29d2dba67f5395c276f02a4fd40b3e519a17f38861c2a8dc0679f7ffa454877afbaf00df4842df32915ec98f9469616edade

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.23 2014/12/13 05:08:41 williamh Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.24 2014/12/31 01:00:46 williamh Exp $
EAPI=5
@ -71,7 +71,7 @@ src_test()
src_install()
{
dobin bin/*
dodoc AUTHORS CONTRIBUTORS PATENTS README
dodoc AUTHORS CONTRIBUTORS PATENTS README.md
dodir /usr/lib/go
insinto /usr/lib/go

@ -1,2 +1,3 @@
DIST nasm-2.10.07.tar.xz 680892 SHA256 d08ca2c0a9d141c0d279774e933e24bcc01dbb6dc20416ad8d9672a08019376f SHA512 400504dd0ed9131112d5d38ca8cad2f7070fed98f3fd2cb32600ebe784e645532f98a9ac80ed4a5656b5a975a6af5db350954eb407e2a97b475dc57cf8f20a4f WHIRLPOOL 1b19931fd482b703d746df2a8b630f99e3aea18916995eee9427110118bf10bf6892855eabdf1c2d9bbac32a289169b942d85a0b3492841409f1b09c65ef1659
DIST nasm-2.11.05.tar.xz 744740 SHA256 2f4769c2fc88dbd8df4383ce30bc86919b5d488854ab906ebcee5d5a38828a6b SHA512 2f7300d8699703c6f3c89a8d4abc224050e25949da8856809253d3c288203f8663ffc628998194dc08d9a638bdb7a67fe12e6dfebc5fabad9c75da15a62fe532 WHIRLPOOL 014ad39dfc3a62f1e387c87f09a5592a0089521e90c7338e16117577d863536aadf328777552f650b7db79ed97c82e4e40fe552f75b653482ddc5c71e65283e7
DIST nasm-2.11.06.tar.xz 763960 SHA256 90f60d95a15b8a54bf34d87b9be53da89ee3d6213ea739fb2305846f4585868a SHA512 909622940ca03c08668c73cd7d9a0cad48b5c4d76ecbd3c0111d91a4bc2c3a817dab11e13484bf8a48c33bf321e72597a7946735cb325f2a39570995b43baead WHIRLPOOL fc58c254d653c4a632325c6df85040cd8f9a2ac5b6dd68d86ee2d2b709dfca1248e440c5f1f92d87bc51485ca8ce12be3165ab76435f3c85421c6469d196e7d2

@ -0,0 +1,42 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.11.06.ebuild,v 1.1 2014/12/31 04:23:49 mr_bones_ Exp $
EAPI=5
inherit flag-o-matic
DESCRIPTION="groovy little assembler"
HOMEPAGE="http://nasm.sourceforge.net/"
SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc"
DEPEND="dev-lang/perl
doc? ( app-text/ghostscript-gpl sys-apps/texinfo )"
RDEPEND=""
S=${WORKDIR}/${P/_}
src_configure() {
strip-flags
econf
}
src_compile() {
emake nasmlib.o
emake all
use doc && emake doc
}
src_install() {
emake INSTALLROOT="${D}" install install_rdf
dodoc AUTHORS CHANGES ChangeLog README TODO
if use doc ; then
doinfo doc/info/*
dohtml doc/html/*
dodoc doc/nasmdoc.*
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9-r1.ebuild,v 1.3 2014/12/26 09:18:24 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.9-r1.ebuild,v 1.4 2014/12/30 17:57:42 maekke Exp $
EAPI="4"
WANT_AUTOMAKE="none"
@ -18,7 +18,7 @@ SRC_URI="http://www.python.org/ftp/python/${PV}/${MY_P}.tar.xz
LICENSE="PSF-2"
SLOT="2.7"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="-berkdb build doc elibc_uclibc examples gdbm hardened ipv6 +ncurses +readline sqlite +ssl +threads tk +wide-unicode wininst +xml"
# Do not add a dependency on dev-lang/python to this ebuild.

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.6.3.ebuild,v 1.6 2014/12/29 16:58:58 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/geoip/geoip-1.6.3.ebuild,v 1.7 2014/12/30 17:55:51 maekke Exp $
EAPI=5
inherit autotools eutils
@ -14,7 +14,7 @@ SRC_URI="
# GPL-2 for md5.c - part of libGeoIPUpdate, MaxMind for GeoLite Country db
LICENSE="LGPL-2.1 GPL-2 MaxMind2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-macos"
IUSE="static-libs"
RESTRICT="test"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.40.1-r1.ebuild,v 1.5 2014/12/30 10:09:44 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gjs/gjs-1.40.1-r1.ebuild,v 1.6 2014/12/30 13:38:34 leio Exp $
EAPI="5"
GCONF_DEBUG="no"
@ -17,7 +17,7 @@ KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
RDEPEND="
>=dev-libs/glib-2.36:2
>=dev-libs/gobject-introspection-1.39.3
>=dev-libs/gobject-introspection-1.40.0-r2
sys-libs/readline:0
dev-lang/spidermonkey:24

@ -0,0 +1,17 @@
https://bugs.gentoo.org/529044
deploy this workaround until newer versions of the kernel/C library/libsandbox
are rolled out into general circulation
--- a/src/closures.c
+++ b/src/closures.c
@@ -301,7 +301,8 @@ open_temp_exec_file_dir (const char *dir)
#ifdef O_TMPFILE
fd = open (dir, flags | O_RDWR | O_EXCL | O_TMPFILE, 0700);
/* If the running system does not support the O_TMPFILE flag then retry without it. */
- if (fd != -1 || (errno != EINVAL && errno != EISDIR && errno != EOPNOTSUPP)) {
+ if (fd != -1 || (errno != EINVAL && errno != EISDIR && errno != EOPNOTSUPP &&
+ errno != EACCES)) {
return fd;
} else {
errno = 0;

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.2.1.ebuild,v 1.1 2014/12/05 06:45:22 williamh Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libffi/libffi-3.2.1.ebuild,v 1.2 2014/12/31 03:12:14 vapier Exp $
EAPI=5
inherit eutils libtool multilib multilib-minimal toolchain-funcs
@ -11,8 +11,7 @@ SRC_URI="ftp://sourceware.org/pub/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
# A number of people report python ctypes errors #529044
#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="debug pax_kernel static-libs test"
RDEPEND="abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r1
@ -39,7 +38,7 @@ pkg_setup() {
src_prepare() {
sed -i -e 's:@toolexeclibdir@:$(libdir):g' Makefile.in || die #462814
epatch "${FILESDIR}"/${PN}-3.2.1-o-tmpfile-eacces.patch #529044
epatch_user
elibtoolize
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/libinput-0.7.0.ebuild,v 1.1 2014/12/23 22:25:18 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libinput/libinput-0.7.0.ebuild,v 1.2 2014/12/30 19:52:16 maekke Exp $
EAPI="5"
@ -13,7 +13,7 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz"
# License appears to be a variant of libtiff
LICENSE="libtiff"
SLOT="0/5"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm"
IUSE="test"
RDEPEND="

@ -0,0 +1 @@
DIST libusbhp-1.0.2.tar.gz 353180 SHA256 bfadea5a8ee64a6bf795d0d7154f178d1c7ea75c372e67058d25697a9c49f107 SHA512 0d2f6465586a2c30650bfb545211f69f0dfa9a6d71aa8321dc046e7c54aee4a225e3df6e66573d80126aa39e310ffef4e8fbf47cfa3241ec35149eff86a67b29 WHIRLPOOL 11b2a1a3b4e4237cdabbc767e909ec82a7bad68d65bd382cff3216b93b75ad8d88ad4f18bae052d26e24333809c63feda23c989d040d561cb774bdc8519618b9

@ -0,0 +1,28 @@
# Copyright 2014 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
EAPI=5
DESCRIPTION="Usb Hotplug Library"
HOMEPAGE="http://www.aasimon.org/libusbhp/"
SRC_URI="http://www.aasimon.org/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~mips ~x86"
IUSE="static-libs"
RDEPEND=">=virtual/libudev-147"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_configure() {
econf \
$(use_enable static-libs static) \
--without-debug
}
src_install() {
default
use static-libs || find "${ED}" -name '*.la' -delete
}

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

@ -2,3 +2,4 @@ DIST libuv-0.11.25.tar.gz 393814 SHA256 b95a3e5eca9554998b7423ee786205e52731e82e
DIST libuv-0.11.26.tar.gz 397034 SHA256 84825e4845888d0c31f359b73362f2a66efbf19b972cf3f699370303971db7c6 SHA512 5cfe07755af7ebab7ca1afa37fc8b75adf4007e00aa1e4307070e8da80d46f4729a388e58bb5b68315aab48ee56f88fb679199fc9559fc1e7218bf5e6b4eeaa4 WHIRLPOOL 89a8ff49dcc8ab72a75ce07f65780817e3f2db27a341865adf7bd4c6b0dbadd13f46cb6d2471cb6b8d03c04c9ed2c6824f8c0a1a44c2a3d66bb713eeb9c2658a
DIST libuv-0.11.27.tar.gz 478508 SHA256 68ffa82ef2b894df5d6e530cc70735fa3633857b69f078923b6580b182dc1cd3 SHA512 40eb9bec0c394a3bfcab53285ed3c466ce1e57450fde644239b5732b0e2e3f9ec1c8c1bbd2c3dcf1e35e35a6b8ea9c67ef0a64f6de300b11781495e1ff4dfa0e WHIRLPOOL bc2dfe961c6766e91ac878a482568f550f6f3e119ef8148b2551fb434241ed9a4dcfb156a12a1e37101cd75bbfeefd8a3c1c1a3c9076030cf44afef97685245e
DIST libuv-0.11.29.tar.gz 486768 SHA256 fac45e72c2df30ddc9cbdf5002fc1363281d0e433831e3d43acb1036c2cabfc6 SHA512 91439c47b3af90a71c15ffcaf296b515c2723b2a4cd329b529b6d37a4d05d12bdf6ad6bca87079d17c9b79aab02634afddbcf53c70afcc1765dcaf49b9dd28b2 WHIRLPOOL d010c5f6e3c1a4262195b50087bc3408c6df726adbcd23abc27cf64ec1da6b159049a6d4f9d46c3cebaaa333b667cefe339d4fec6b1379a38940ee7f4376ec40
DIST libuv-1.1.0.tar.gz 1010640 SHA256 e4ff513c18a6322898972b0b6ce986445bcd2c13710f4a46b10baf80b28599cf SHA512 2d801b8b12e6f9b179f62084d1c260b6443ae34523c12dbea8317ff34aa0a76f3df2ee38fb161aa6fd4092b6280a53c7ed599d04eb7ed0d250c1e60b4e584dea WHIRLPOOL 6d6b3eea2ddb54322d20125f1a0a61b8a00b1771ccb8bc0d7829229cabb3e363adc6f85b2d1ae2f506410a543c92404df9f545a57805ac278fab560d5a24de5e

@ -0,0 +1,45 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libuv/libuv-1.1.0.ebuild,v 1.1 2014/12/30 15:23:33 hasufell Exp $
EAPI=5
inherit eutils autotools multilib-minimal
DESCRIPTION="A new platform layer for Node"
HOMEPAGE="https://github.com/joyent/libuv"
SRC_URI="https://github.com/libuv/libuv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD BSD-2 ISC MIT"
SLOT="0/1"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
DEPEND="virtual/pkgconfig"
src_prepare() {
echo "m4_define([UV_EXTRA_AUTOMAKE_FLAGS], [serial-tests])" \
> m4/libuv-extra-automake-flags.m4 || die
sed -i \
-e '/libuv_la_CFLAGS/s#-g##' \
Makefile.am || die "fixing CFLAGS failed!"
eautoreconf
}
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
$(use_enable static-libs static)
}
multilib_src_test() {
mkdir "${BUILD_DIR}"/test || die
cp -pPR "${S}"/test/fixtures "${BUILD_DIR}"/test/fixtures || die
default
}
multilib_src_install_all() {
einstalldocs
prune_libtool_files
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/qqwing/qqwing-1.3.3.ebuild,v 1.1 2014/12/22 19:01:18 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/qqwing/qqwing-1.3.3.ebuild,v 1.2 2014/12/30 19:52:45 maekke Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="https://github.com/stephenostermiller/${PN}/archive/v${PV}.tar.gz -> ${
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm"
IUSE=""
RDEPEND=""

@ -0,0 +1,22 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-AutoConf/Config-AutoConf-0.308.ebuild,v 1.1 2014/12/31 01:16:37 mrueg Exp $
EAPI=5
MODULE_AUTHOR="REHSACK"
MODULE_VERSION=${PV%.0}
inherit perl-module
DESCRIPTION="A module to implement some of AutoConf macros in pure perl"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
DEPEND="test? ( >=dev-perl/Test-Pod-1.14
>=dev-perl/Test-Pod-Coverage-1.08 )"
RDEPEND="dev-perl/Capture-Tiny"
SRC_TEST="do"

@ -1 +1,2 @@
DIST Config-AutoConf-0.307.tar.gz 30838 SHA256 779a27bcd289b825a4143974350e18ebf317b9c14b67c7ce92798b670ca93157 SHA512 92a76c17ab12d39aea0916df22aafdc3b2d6d04e6e48530bea992b4cb52683a9ada0284123b1ef406f29fb03670dd131397935639131b4fadd8a03a49584f612 WHIRLPOOL e7f0f8549866194b0a1183e1e86eba33f64cca32fbbfbdbdb52280769b566814cfed7ec50d9d5451b0d6259d698b69faa1b347f6c604bb56de4a4f166e7ec2b0
DIST Config-AutoConf-0.308.tar.gz 30887 SHA256 97052ebdc15b60667338c09f78e459452eb9582de011190c3e5d20e50a6444a7 SHA512 9e75569522b46ec66f2c5c54182ced9dbd2b7d97defc59fe0eafa3b3fdd5c3c6a71cae0bae45e304e8ddfb87748d18df509b7438aa5006d299388697de69dd52 WHIRLPOOL ad26a26e0538cf8bb9bdaf4baad876ad7b6d0054687d47cbe41fe121e1a62bbe45e50e765032b884fea16b9184691ac92462b845b9a29ea7d8af07fa3ba6280d

@ -0,0 +1 @@
DIST v1.5.2.tar.gz 31126 SHA256 466a83703997793b0bc783c0b61aa83824c690e233a5278db2b9e7bd31108a43 SHA512 cf39a154edc3994d380901ef20f6d1f26dc948a45664c819fd98225d86e6aef440518fa70896ca72149ed7ed2a163df856f33f6e9b3b36858573f118b22f10e5 WHIRLPOOL afe4eba58769ab17e18f321bea887e45e1853343afa125c67b79c260e4875841cc321e541e54fcd73541f1c56ae14c2cbffa67834965ce25ac8fc948f94575bd

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>php</herd>
<maintainer>
<email>mjo@gentoo.org</email>
<name>Michael Orlitzky</name>
</maintainer>
</pkgmetadata>

@ -0,0 +1,35 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/php-redmine-api/php-redmine-api-1.5.2.ebuild,v 1.1 2014/12/30 23:07:56 mjo Exp $
EAPI=5
DESCRIPTION="A simple, object-oriented, PHP Redmine API client"
HOMEPAGE="https://github.com/kbsali/${PN}"
SRC_URI="https://github.com/kbsali/${PN}/archive/v${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-lang/php[curl,json,simplexml]"
DEPEND="test? ( ${RDEPEND} >=dev-php/phpunit-4 )"
src_install() {
insinto "/usr/share/php/${PN}"
doins -r lib
dodoc example.php README.markdown
}
src_test() {
phpunit || die "test suite failed"
}
pkg_postinst() {
elog "${PN} has been installed in /usr/share/php/${PN}/."
elog "To use it in a script, require('${PN}/lib/autoload.php'), and then"
elog "use the Redmine\\Client class normally. Most of the examples in the"
elog "documentation should work without modification."
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild,v 1.2 2014/12/07 14:38:19 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild,v 1.3 2014/12/30 17:44:08 maekke Exp $
EAPI=5
@ -14,7 +14,7 @@ SRC_URI="https://github.com/google/google-api-python-client/archive/v${PV}.tar.g
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="

@ -1,2 +1 @@
DIST guppy-0.1.10.tar.gz 484906 SHA256 00118c000e451063ea16bb6a3b52632d10960c44c0014553c287dce5c03813df SHA512 ea48fd19d7fe9a24832364599b8843304e95ccd1ccf3a9a475456ba25af2a4be94991dcb61deb854b740c2358d280579e756177236b3c73cb0de100bdf0286ce WHIRLPOOL 81b23d17f66d012865627d3f44edd89e63897d0a5e00b7e98d76d5abed3e4c296a1ab00b7dba32f02f0df7fb460c39c0672d6bc157cd74c478b39a87fb4d199c
DIST guppy-0.1.9.tar.gz 494828 SHA256 4d64144bbabf9f182202d363adc26c65e1ff9b5a527453c1819456b176075a76 SHA512 c22bb97404b1b704b444400db97ade5f79aebfc0d4fae68d98ff982b70b7a95953e10ccac82cac6cc6eeb3c83af1b8403114ffffcf15accd68bf64ee698a82ed WHIRLPOOL cba83512c3f803be7e7008768f96bfb34d928930c444bc36631549ccf16a816b1a2fd3b9329b3fb0a31fc44122cb73996e8e5014c28ff83363e766f03cd7c426

@ -0,0 +1,49 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.10-r1.ebuild,v 1.2 2014/12/30 12:34:00 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Guppy-PE -- A Python Programming Environment"
HOMEPAGE="http://guppy-pe.sourceforge.net/ http://pypi.python.org/pypi/guppy"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc"
DEPEND=""
RDEPEND=""
PATCHES=( "${FILESDIR}"/${PN}-0.1.9-rm_BrokenTests.patch )
python_prepare_all() {
sed -e 's:_PyLong_AsScaledDouble:_PyLong_Frexp:' -i src/sets/bitset.c || die
distutils-r1_python_prepare_all
}
python_compile() {
local -x CFLAGS="${CFLAGS} -fno-strict-aliasing"
distutils-r1_python_compile
}
python_test() {
"${PYTHON}" setup.py build install --home="${T}/test-${EPYTHON}" \
|| die "Installation of tests failed"
pushd "${T}/test-${EPYTHON}/lib/python" > /dev/null
"${PYTHON}" guppy/heapy/test/test_all.py || die "tests failed"
popd > /dev/null
}
python_install_all() {
# leave the html docs for install as the setup.py dictates but rm if set by IUSE doc
if use doc; then
local HTML_DOCS=( guppy/doc/. )
find "${D}$(python_get_sitedir)" -name doc | xargs rm -rf
fi
distutils-r1_python_install_all
}

@ -1,58 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.10.ebuild,v 1.2 2013/06/03 16:55:35 bicatali Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
PYTHON_TESTS_RESTRICTED_ABIS="2.[56]"
DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
inherit distutils eutils
DESCRIPTION="Guppy-PE -- A Python Programming Environment"
HOMEPAGE="http://guppy-pe.sourceforge.net/ http://pypi.python.org/pypi/guppy"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
RDEPEND=""
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
DOCS="ANNOUNCE ChangeLog"
src_prepare() {
epatch "${FILESDIR}"/${PN}-0.1.9-rm_BrokenTests.patch
distutils_src_prepare
preparation() {
if [[ ${PYTHON_ABI} == "2.7" ]]; then
sed -e 's:_PyLong_AsScaledDouble:_PyLong_Frexp:' -i src/sets/bitset.c || die
fi
}
python_execute_function -s preparation
}
src_test() {
testing() {
"$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --home="${T}/test-${PYTHON_ABI}" || die "Installation of tests failed with Python ${PYTHON_ABI}"
cd "${T}/test-${PYTHON_ABI}/lib/python"
PYTHONPATH="$(ls -d "${BUILDDIR}/build-${PYTHON_ABI}/"lib*):." "$(PYTHON)" guppy/heapy/test/test_all.py || return 1
}
python_execute_function -s testing
}
src_install() {
distutils_src_install
dohtml guppy/doc/*
delete_duplicated_documentation() {
find "${D}$(python_get_sitedir)" -name '*.html' -o -name '*.jpg' | xargs rm -f
}
python_execute_function -q delete_duplicated_documentation
}

@ -1,58 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.9-r2.ebuild,v 1.3 2012/11/07 12:23:30 idella4 Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
PYTHON_TESTS_RESTRICTED_ABIS="2.[56]"
DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
inherit distutils eutils
DESCRIPTION="Guppy-PE -- A Python Programming Environment"
HOMEPAGE="http://guppy-pe.sourceforge.net/ http://pypi.python.org/pypi/guppy"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
DOCS="ANNOUNCE ChangeLog"
src_prepare() {
epatch "${FILESDIR}"/${P}-rm_BrokenTests.patch
distutils_src_prepare
preparation() {
if [[ ${PYTHON_ABI} == "2.7" ]]; then
sed -e 's:_PyLong_AsScaledDouble:_PyLong_Frexp:' -i src/sets/bitset.c || die
fi
}
python_execute_function -s preparation
}
src_test() {
testing() {
"$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --home="${T}/test-${PYTHON_ABI}" || die "Installation of tests failed with Python ${PYTHON_ABI}"
cd "${T}/test-${PYTHON_ABI}/lib/python"
PYTHONPATH="$(ls -d "${BUILDDIR}/build-${PYTHON_ABI}/"lib*):." "$(PYTHON)" guppy/heapy/test/test_all.py || return 1
}
python_execute_function -s testing
}
src_install() {
distutils_src_install
dohtml guppy/doc/*
delete_duplicated_documentation() {
find "${D}$(python_get_sitedir)" -name '*.html' -o -name '*.jpg' | xargs rm -f
}
python_execute_function -q delete_duplicated_documentation
}

@ -1,46 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.9.ebuild,v 1.6 2012/02/20 15:18:59 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
inherit distutils
DESCRIPTION="Guppy-PE -- A Python Programming Environment"
HOMEPAGE="http://guppy-pe.sourceforge.net/ http://pypi.python.org/pypi/guppy"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
DOCS="ANNOUNCE ChangeLog"
src_test() {
testing() {
cd "${S}"
"$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" install --home="${T}/test-${PYTHON_ABI}" || die "Installation of tests failed with Python ${PYTHON_ABI}"
cd "${T}/test-${PYTHON_ABI}/lib/python"
PYTHONPATH="$(ls -d "${S}/build-${PYTHON_ABI}/"lib*):." "$(PYTHON)" guppy/heapy/test/test_all.py || return 1
}
python_execute_function testing
}
src_install() {
distutils_src_install
dohtml guppy/doc/*
delete_duplicated_documentation() {
find "${D}$(python_get_sitedir)" -name '*.html' -o -name '*.jpg' | xargs rm -f
}
python_execute_function -q delete_duplicated_documentation
}

@ -0,0 +1,24 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.2-r1.ebuild,v 1.2 2014/12/30 23:56:48 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Python Codecs for Iconv Encodings"
HOMEPAGE="http://cjkpython.i18n.org/"
SRC_URI="mirror://berlios/cjkpython/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
src_compile() {
distutils-r1_src_compile --with-libc
}

@ -0,0 +1,17 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/id3-py/id3-py-1.2-r1.ebuild,v 1.1 2014/12/30 12:48:53 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Module for manipulating ID3 tags in Python"
SRC_URI="mirror://sourceforge/${PN}/${PN}_${PV}.tar.gz"
HOMEPAGE="http://id3-py.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r1.ebuild,v 1.13 2013/05/28 22:47:40 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r1.ebuild,v 1.14 2014/12/30 18:23:18 floppym Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -20,11 +20,10 @@ SRC_URI="http://www.effbot.org/downloads/${MY_P}.tar.gz"
LICENSE="HPND"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="doc examples lcms scanner tk X"
IUSE="doc examples scanner tk X"
DEPEND="virtual/jpeg
media-libs/freetype:2
lcms? ( media-libs/lcms:0 )
scanner? ( media-gfx/sane-backends )
X? ( x11-misc/xdg-utils )"
RDEPEND="${DEPEND}"
@ -46,9 +45,7 @@ src_prepare() {
epatch "${FILESDIR}/${P}-sane.patch"
epatch "${FILESDIR}/${P}-giftrans.patch"
epatch "${FILESDIR}/${P}-missing-math.patch"
if ! use lcms; then
epatch "${FILESDIR}/${P}-nolcms.patch"
fi
epatch "${FILESDIR}/${P}-nolcms.patch"
# Add shebang.
sed -e "1i#!/usr/bin/python" -i Scripts/pilfont.py \

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r2.ebuild,v 1.6 2013/09/05 18:46:38 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r2.ebuild,v 1.7 2014/12/30 18:23:18 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@ -17,11 +17,10 @@ SRC_URI="http://www.effbot.org/downloads/${MY_P}.tar.gz"
LICENSE="HPND"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="doc examples lcms scanner tk X"
IUSE="doc examples scanner tk X"
DEPEND="virtual/jpeg
media-libs/freetype:2
lcms? ( media-libs/lcms:0 )
scanner? ( media-gfx/sane-backends )
X? ( x11-misc/xdg-utils )"
RDEPEND="${DEPEND}"
@ -35,10 +34,9 @@ python_prepare_all() {
"${FILESDIR}/${P}-sane.patch"
"${FILESDIR}/${P}-giftrans.patch"
"${FILESDIR}/${P}-missing-math.patch"
"${FILESDIR}/${P}-nolcms.patch"
)
use lcms || PATCHES+=( "${FILESDIR}/${P}-nolcms.patch" )
# Add shebang.
sed -e "1i#!/usr/bin/python" -i Scripts/pilfont.py \
|| die "sed failed adding shebang"

@ -1,104 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r4.ebuild,v 1.6 2014/12/18 20:30:01 monsieurp Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
PYTHON_REQ_USE='tk?'
inherit distutils-r1
MY_P=Imaging-${PV}
DESCRIPTION="Python Imaging Library (PIL)"
HOMEPAGE="http://www.pythonware.com/products/pil/index.htm"
SRC_URI="http://www.effbot.org/downloads/${MY_P}.tar.gz"
LICENSE="HPND"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="doc examples jpeg lcms scanner test tiff tk truetype zlib"
RDEPEND="
truetype? ( media-libs/freetype:2 )
jpeg? ( virtual/jpeg )
lcms? ( media-libs/lcms:0 )
scanner? ( media-gfx/sane-backends )
tiff? ( media-libs/tiff )
zlib? ( sys-libs/zlib )
!dev-python/pillow"
DEPEND="${RDEPEND}"
RDEPEND+=" !dev-python/pillow"
# Tests don't handle missing jpeg, tiff & zlib properly.
REQUIRED_USE="test? ( jpeg tiff zlib )"
S="${WORKDIR}/${MY_P}"
python_prepare_all() {
local PATCHES=(
"${FILESDIR}/${P}-no-xv.patch"
"${FILESDIR}/${P}-sane.patch"
"${FILESDIR}/${P}-giftrans.patch"
"${FILESDIR}/${P}-missing-math.patch"
"${FILESDIR}/${P}-ft-header-include.patch"
)
# Add shebangs.
sed -e "1i#!/usr/bin/env python" -i Scripts/*.py || die
# Disable all the stuff we don't want.
local f
for f in jpeg lcms tiff tk zlib; do
if ! use ${f}; then
sed -i -e "s:feature.${f} =:& None #:" setup.py || die
fi
done
if ! use truetype; then
sed -i -e 's:feature.freetype =:& None #:' setup.py || die
fi
distutils-r1_python_prepare_all
}
# XXX: split into two ebuilds?
wrap_phase() {
"${@}"
if use scanner; then
cd Sane || die
"${@}"
fi
}
python_compile() {
wrap_phase distutils-r1_python_compile
}
python_test() {
"${PYTHON}" selftest.py || die "Tests fail with ${EPYTHON}"
}
python_install() {
python_doheader libImaging/{Imaging.h,ImPlatform.h}
wrap_phase distutils-r1_python_install
}
python_install_all() {
use doc && local HTML_DOCS=( Docs/. )
use examples && local EXAMPLES=( Scripts/. )
distutils-r1_python_install_all
if use scanner; then
docinto sane
dodoc Sane/{CHANGES,README,sanedoc.txt}
fi
if use examples && use scanner; then
docinto examples/sane
dodoc Sane/demo_*.py
docompress -x /usr/share/${PF}/examples
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r5.ebuild,v 1.1 2014/12/18 20:24:34 monsieurp Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/imaging/imaging-1.1.7-r5.ebuild,v 1.2 2014/12/30 18:23:18 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@ -17,12 +17,11 @@ SRC_URI="http://www.effbot.org/downloads/${MY_P}.tar.gz"
LICENSE="HPND"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE="doc examples jpeg lcms scanner test tiff tk truetype zlib"
IUSE="doc examples jpeg scanner test tiff tk truetype zlib"
RDEPEND="
truetype? ( media-libs/freetype:2 )
jpeg? ( virtual/jpeg )
lcms? ( media-libs/lcms:0 )
scanner? ( media-gfx/sane-backends )
tiff? ( media-libs/tiff )
zlib? ( sys-libs/zlib )
@ -50,7 +49,7 @@ python_prepare_all() {
# Disable all the stuff we don't want.
local f
for f in jpeg lcms tiff tk zlib; do
for f in jpeg tiff tk zlib; do
if ! use ${f}; then
sed -i -e "s:feature.${f} =:& None #:" setup.py || die
fi
@ -58,6 +57,7 @@ python_prepare_all() {
if ! use truetype; then
sed -i -e 's:feature.freetype =:& None #:' setup.py || die
fi
sed -i -e "s:feature.lcms =:& None #:" setup.py || die
distutils-r1_python_prepare_all
}

@ -1,13 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/librharris/librharris-0.1.14.ebuild,v 1.2 2010/11/08 17:59:48 arfrever Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/librharris/librharris-0.1.14-r1.ebuild,v 1.1 2014/12/31 01:04:59 idella4 Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils
inherit distutils-r1
MY_PN="lib_rharris"
MY_P="${MY_PN}-${PV}"
@ -25,6 +23,3 @@ DEPEND=""
RDEPEND=""
S="${WORKDIR}/${MY_P}"
DOCS="changelog"
PYTHON_MODNAME="${MY_PN}"

@ -0,0 +1,33 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/log4py/log4py-1.3-r1.ebuild,v 1.1 2014/12/31 01:53:17 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="A python logging module similar to log4j"
HOMEPAGE="http://www.its4you.at/english/log4py.html"
SRC_URI="http://www.its4you.at/downloads/files/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="doc"
DEPEND=""
RDEPEND=""
DOCS="doc/AUTHORS doc/ChangeLog database/* log4py-test.py"
python_install_all() {
use doc && local HTML_DOCS=( doc/html/. )
distutils-r1_python_install_all
}
python_install() {
distutils-r1_python_install
insinto /etc
doins log4py.conf
}

@ -0,0 +1,36 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/louie/louie-1.1-r1.ebuild,v 1.1 2014/12/31 02:41:18 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
DISTUTILS_SRC_TEST="nosetests"
inherit distutils-r1
MY_PN="Louie"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Signal dispatching mechanism for Python"
HOMEPAGE="http://pypi.python.org/pypi/Louie"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="test"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
RDEPEND=""
S="${WORKDIR}/${MY_P}"
python_prepare_all() {
sed -e "/'nose >= 0.8.3'/d" -i setup.py || die "sed failed"
distutils-r1_python_prepare_all
}
python_test() {
nosetests || die "Tests failed"
}

@ -1,13 +1,11 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/lupy/lupy-0.2.1-r1.ebuild,v 1.7 2014/08/10 21:13:33 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/lupy/lupy-0.2.1-r2.ebuild,v 1.1 2014/12/31 03:25:29 idella4 Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils
inherit distutils-r1
MY_PN="Lupy"
MY_P="${MY_PN}-${PV}"
@ -28,11 +26,7 @@ S="${WORKDIR}/${MY_P}"
DOCS="changelog.txt releasenotes.txt"
src_install() {
distutils_src_install
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
python_install_all() {
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-connector-python/mysql-connector-python-2.0.2.ebuild,v 1.1 2014/12/16 17:32:21 grknight Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-connector-python/mysql-connector-python-2.0.2.ebuild,v 1.2 2014/12/30 17:44:41 maekke Exp $
EAPI=5
@ -12,7 +12,7 @@ HOMEPAGE="https://dev.mysql.com/downloads/connector/python/"
LICENSE="GPL-2"
SRC_URI="mirror://mysql/Downloads/Connector-Python/${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~arm ~x86"
SLOT="0"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2client/oauth2client-1.4.2.ebuild,v 1.2 2014/12/06 12:14:04 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/oauth2client/oauth2client-1.4.2.ebuild,v 1.3 2014/12/30 17:43:38 maekke Exp $
EAPI=5
@ -14,7 +14,7 @@ SRC_URI="https://github.com/google/oauth2client/archive/v1.4.2.tar.gz -> ${P}.ta
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygments/pygments-2.0.1.ebuild,v 1.5 2014/12/28 10:17:59 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygments/pygments-2.0.1.ebuild,v 1.6 2014/12/30 17:48:23 maekke Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
@ -17,7 +17,7 @@ SRC_URI="https://bitbucket.org/birkenfeld/pygments-main/get/b839f47dbb3a10830db7
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~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 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc test"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtkglext/pygtkglext-1.1.0-r1.ebuild,v 1.4 2014/12/27 19:28:42 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pygtkglext/pygtkglext-1.1.0-r1.ebuild,v 1.5 2014/12/30 18:13:35 maekke Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/gtkglext/${P}.tar.bz2"
LICENSE="LGPL-2.1 GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="examples"
RDEPEND=">=dev-python/pygtk-2.8:2[${PYTHON_USEDEP}]

@ -1,2 +1,2 @@
DIST pyqtgraph-0.9.8.tar.gz 958092 SHA256 257e7de9053c325ea2cce7a93d54ac035276350e5524d065c538e3d48c90d0ba SHA512 66c578fec00bb3fef791bcdaedfc420b7049d1346a5132b7a016d0d016e886381f4e38fe1c39ab4499df50d1cf4f19ef8bfc52ddf20bba8a928a7bf3b5f21e10 WHIRLPOOL 54098f47711fbfed6ce6b429c554effdc1ceed85d86f7da76a04c5583d8b68af26fe1b06e5bafabc064c7e241078e8fd13c452c901a59d77c114f3d4b7c128e7
DIST pyqtgraph-0.9.10.tar.gz 1086558 SHA256 4c0589774e3c8b0c374931397cf6356b9cc99a790215d1917bb7f015c6f0729a SHA512 c947bf69116b8b0a61a1db6ec70d51741667387f98320ce581733a306bea704754b7bb0abf94d6f01ce74dfc218b3c573db017a5e189cde76d00f85bc6b23a3d WHIRLPOOL 45ce6873298b30f74b374d3e6d7a97b1602a723d6d08847f79560fb29e6d66b70e23705e07ec5481e427fde99f27d4b84da8565ea53d96a377f5727176d35c8f
DIST pyqtgraph-0.9.9.tar.gz 1086535 SHA256 6f61a7415c9488b334f856f06bc436b61d3742b2257310fe4bc8a1b85f84590b SHA512 f1fdf6aa2d66f4fc222fbcf97709ef9d172a4f7611882f46e6f9738fed9485ada9d81dd4d078c51385743fa344e52c3c1e0477ae5b6fabd04718bba8622e6a3e WHIRLPOOL 4d68d476df65f71eb4d7ea88eb6004ffc09868de6dbcf5192da773af6069cd83f388e3945ced1977e2531c9249bc58cc950f8540aaf71696f55d973a005a0e33

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyqtgraph/pyqtgraph-0.9.8.ebuild,v 1.1 2014/11/20 17:23:02 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyqtgraph/pyqtgraph-0.9.10.ebuild,v 1.1 2014/12/31 02:12:58 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@ -37,12 +37,6 @@ python_prepare_all() {
if ! use opengl; then
rm -r pyqtgraph/opengl || die
fi
if ! use examples; then
sed -e '/package_dir/d' \
-e "s/+ \['pyqtgraph\.examples'\]//" \
-i setup.py || die "Failed to remove examples"
fi
}
python_compile_all() {
@ -51,5 +45,6 @@ python_compile_all() {
python_install_all() {
use doc && local HTML_DOCS=( doc/build/html/. )
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild,v 1.7 2014/12/20 17:57:16 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.3.1.ebuild,v 1.8 2014/12/30 16:58:13 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@ -22,7 +22,6 @@ RDEPEND=">=net-libs/zeromq-2.1.9
dev-python/cffi[${PYTHON_USEDEP}]
green? ( dev-python/gevent[${PY2_USEDEP}] )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
@ -30,12 +29,6 @@ python_configure_all() {
tc-export CC
}
python_prepare_all() {
# Work around bug 532708.
sed -i -e "/import distutils/i import setuptools" setup.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && emake -C docs html
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v 1.8 2014/12/20 17:57:16 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.0.ebuild,v 1.9 2014/12/30 16:58:13 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@ -23,7 +23,6 @@ RDEPEND=">=net-libs/zeromq-2.1.9
dev-python/cffi[${PYTHON_USEDEP}]
green? ( dev-python/gevent[${PY2_USEDEP}] )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/nose[${PYTHON_USEDEP}] )
doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
dev-python/numpydoc[${PYTHON_USEDEP}] )"
@ -34,12 +33,6 @@ python_configure_all() {
tc-export CC
}
python_prepare_all() {
# Work around bug 532708.
sed -i -e "/import distutils/i import setuptools" setup.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && emake -C docs html
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild,v 1.4 2014/12/20 17:57:16 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyzmq/pyzmq-14.4.1.ebuild,v 1.5 2014/12/30 16:58:13 floppym Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@ -23,7 +23,6 @@ RDEPEND=">=net-libs/zeromq-2.1.9
dev-python/cffi[${PYTHON_USEDEP}]
green? ( dev-python/gevent[${PY2_USEDEP}] )"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
$(python_gen_cond_dep "dev-python/gevent[${PY2_USEDEP}]" python2_7)
@ -39,12 +38,6 @@ python_configure_all() {
tc-export CC
}
python_prepare_all() {
# Work around bug 532708.
sed -i -e "/import distutils/i import setuptools" setup.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && emake -C docs html
}

@ -1,2 +1 @@
DIST ScriptTest-1.1.1.tar.gz 7209 SHA256 711e7ba13f07bd156bccfe06ad495735935897f4c8b5d3eb23556331b1c60ee7 SHA512 2b1d5885879e2dfff7666a7e867c7e27018483bf870ec36e1dc76e1dde9e14bd9c2e9554babe8548f6ffee9ea4024923c678344ac33edc0d346a431a840278a8 WHIRLPOOL 32b1e88d1a99db3aa476bad019cc79ea1bd6487e92dbcc5ece6baa6a6f835d9ab0fa9c8d951a11c6bbec6ab9edb457f102a416c4d5007cb5098e028de7a85156
DIST ScriptTest-1.2.tar.gz 7208 SHA256 158c34cfa736288c33177588572c2bb3372b836eb4c90b05222911b4ff976942 SHA512 0dc09e6af5554f38aca6ee45b9afad2fa4c1c53a4d3c43edff95bbd6ea8d57e94bf6b7bdcfd26afff6bf2b10690795bd2816013801911f726c67e8171546cad2 WHIRLPOOL 2d23a9fec63c34bd6cf4a06fa01167a9fc05017950fa05bf39a14b5f44393ca38b11d4c7b6c8285ba49cd1a535520ebd83901fadc41497ce7513899356d935d3

@ -1,13 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/scripttest/scripttest-1.1.1.ebuild,v 1.1 2011/09/03 18:10:45 djc Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/scripttest/scripttest-1.2-r1.ebuild,v 1.1 2014/12/30 23:27:50 idella4 Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="3.*"
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils
inherit distutils-r1
MY_PN="ScriptTest"
MY_P="${MY_PN}-${PV}"
@ -21,7 +19,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND="${DEPEND}"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=""
S="${WORKDIR}/${MY_P}"

@ -1,27 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/scripttest/scripttest-1.2.ebuild,v 1.1 2012/03/09 09:13:24 patrick Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
MY_PN="ScriptTest"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="A very small text templating language"
HOMEPAGE="http://pythonpaste.org/scripttest/ http://pypi.python.org/pypi/ScriptTest"
SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"

@ -0,0 +1,22 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1-r1.ebuild,v 1.1 2014/12/30 12:57:16 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1
DESCRIPTION="Sphinx extension googleanalytics"
HOMEPAGE="http://bitbucket.org/birkenfeld/sphinx-contrib"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=">=dev-python/sphinx-0.6[${PYTHON_USEDEP}]"
PATCHES=( "${FILESDIR}/setup.py.utf-8.patch" )

@ -1,29 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinxcontrib-googleanalytics/sphinxcontrib-googleanalytics-0.1.ebuild,v 1.4 2012/10/12 07:04:45 patrick Exp $
EAPI="4"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.5 3.*"
inherit distutils eutils
DESCRIPTION="Sphinx extension googleanalytics"
HOMEPAGE="http://bitbucket.org/birkenfeld/sphinx-contrib"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=">=dev-python/sphinx-0.6"
PYTHON_MODNAME="sphinxcontrib"
src_prepare() {
epatch "${FILESDIR}/setup.py.utf-8.patch"
distutils_src_prepare
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/uritemplate/uritemplate-0.6.ebuild,v 1.2 2014/12/07 09:25:07 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/uritemplate/uritemplate-0.6.ebuild,v 1.3 2014/12/30 17:43:02 maekke Exp $
EAPI=5
@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND="

@ -0,0 +1,31 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/webut/webut-0.1.0.2-r1.ebuild,v 1.1 2014/12/31 00:41:17 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit distutils-r1 versionator
MY_P=${PN}_$(replace_version_separator 2 '-')
DESCRIPTION="Miscellaneous utilities for nevow and twisted.web programming"
HOMEPAGE="http://www.inoi.fi/open/trac/webut"
SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="examples"
RDEPEND=">=dev-python/nevow-0.9.18[${PYTHON_USEDEP}]
>=dev-python/twisted-core-2[${PYTHON_USEDEP}]
>=dev-python/zope-interface-3.0.1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${PN}-$(get_version_component_range 1-2)"
python_install_all() {
use examples && local EXAMPLES=( examples/. )
distutils-r1_python_install_all
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20140613.ebuild,v 1.4 2014/12/22 12:33:18 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtchooser/qtchooser-0_p20140613.ebuild,v 1.5 2014/12/30 17:42:23 maekke Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://dev.gentoo.org/~pesa/distfiles/${P}.tar.xz"
LICENSE="|| ( LGPL-2.1 GPL-3 )"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~mips ~x86"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~x86"
IUSE="qt5 test"
DEPEND="qt5? ( test? (

@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/calendar_date_select/calendar_date_select-2.0.0.ebuild,v 1.1 2013/11/30 15:04:38 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/calendar_date_select/calendar_date_select-2.0.0.ebuild,v 1.2 2014/12/30 12:19:43 graaff Exp $
EAPI=4
USE_RUBY="ruby19"
USE_RUBY="ruby19 ruby20"
# There are no unit tests, only integration tests against a full Rails
# 3.2 application. Skipping those for now due to difficulty in getting

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.3.ebuild,v 1.8 2014/12/26 09:17:54 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/mercurial/mercurial-3.2.3.ebuild,v 1.9 2014/12/30 17:49:46 maekke Exp $
EAPI=5
@ -15,7 +15,7 @@ SRC_URI="http://mercurial.selenic.com/release/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-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 sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="bugzilla emacs gpg test tk"
RDEPEND="bugzilla? ( dev-python/mysql-python[${PYTHON_USEDEP}] )

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>floppym@gentoo.org</email>
<name>Mike Gilbert</name>
</maintainer>
<maintainer>
<email>polynomial-c@gentoo.org</email>
<name>Lars Wendler</name>
</maintainer>
<maintainer>
<email>floppym@gentoo.org</email>
<name>Mike Gilbert</name>
</maintainer>
</pkgmetadata>

@ -1,8 +1,8 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.9 2010/11/08 18:34:45 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/games-action/0verkill/0verkill-0.16-r3.ebuild,v 1.10 2014/12/30 12:50:37 tupone Exp $
EAPI=2
EAPI=4
inherit autotools eutils games
DESCRIPTION="a bloody 2D action deathmatch-like game in ASCII-ART"
@ -15,6 +15,7 @@ KEYWORDS="amd64 ia64 ppc sparc x86"
IUSE="X"
DEPEND="X? ( x11-libs/libXpm )"
RDEPEND="${DEPEND}"
src_prepare() {
epatch \
@ -43,19 +44,19 @@ src_configure() {
src_install() {
local x
dogamesbin 0verkill || die
dogamesbin 0verkill
for x in avi bot editor server test_server ; do
newgamesbin ${x} 0verkill-${x} || die ${x}
newgamesbin ${x} 0verkill-${x}
done
if use X ; then
dogamesbin x0verkill || die
dogamesbin x0verkill
for x in avi editor ; do
newgamesbin ${x} 0verkill-${x} || die ${x}
newgamesbin ${x} 0verkill-${x}
done
fi
insinto "${GAMES_DATADIR}/${PN}"
doins -r data grx || die
doins -r data grx
dohtml doc/*.html
rm doc/*.html doc/README.OS2 doc/Readme\ Win32.txt doc/COPYING

@ -1 +1 @@
DIST 0verkill-0.16.tgz 276579 RMD160 fdf7a132dfa0312d8d732b2bf2999e7264685eec SHA1 6ce4152f20709175e0bad80cc79ec00e2064a100 SHA256 8091261c3fef3535edb97ab46cb48c067befb329e951bfa3f1b54ae6b7e1dadf
DIST 0verkill-0.16.tgz 276579 SHA256 8091261c3fef3535edb97ab46cb48c067befb329e951bfa3f1b54ae6b7e1dadf SHA512 6ab273085f2be3a6d0a2b785a51a9bfd52add0212b3c8522b22255c4e3e48a9470f20d9d678158233da9c9465563279079c29ca5526d322247f2ef1d74107144 WHIRLPOOL 7a1dff93014ea67f6d16efea408ed77219a391b015a0d533a53d52eb735d8b84c8cc0f4e1cb6997aca2b3d238b57f7cff780f11fe838ded362769529cf437665

@ -1,8 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.6 2014/05/15 16:19:21 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/games-action/abuse/abuse-0.8.ebuild,v 1.7 2014/12/30 19:00:57 tupone Exp $
EAPI=2
EAPI=4
inherit autotools eutils games
DESCRIPTION="port of Abuse by Crack Dot Com"
@ -17,6 +17,7 @@ IUSE=""
DEPEND=">=media-libs/libsdl-1.1.6[sound,opengl,video]
media-libs/sdl-mixer
virtual/opengl"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
@ -25,14 +26,12 @@ src_prepare() {
src_configure() {
egamesconf \
--disable-dependency-tracking \
--with-assetdir="${GAMES_DATADIR}/${PN}"
}
src_install() {
# Source-based install
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README TODO
default
doicon doc/${PN}.png
make_desktop_entry abuse Abuse

@ -1 +1 @@
DIST snipes-1.0.4.tar.gz 39150 RMD160 2f76f5ab1d02b0bdcfb678879ac1add02e25ca42 SHA1 f0f781c4a7ab7ffd2df598a7894387a773ffc639 SHA256 61096e82e2467e3b8ada0560e08d0745022cfe674cdf333e2ee7e140e841a913
DIST snipes-1.0.4.tar.gz 39150 SHA256 61096e82e2467e3b8ada0560e08d0745022cfe674cdf333e2ee7e140e841a913 SHA512 de2cfdc3062055bfd04766f11894786af2ccd57ee1c8bcfe28d2d6894fe543830061ad7d16fa5e0363a25dcfd4a4c297ec0b81e449392a7b2b7d65da2e2a2f9b WHIRLPOOL 38c801035217a68ee43a209011fd17f66a4acace1e3f6896984aa9e9242366c897a344d35c4775a20b6439f16b098569156718f720c11b2c1f30bf616615abc5

@ -1,9 +1,9 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/snipes-1.0.4.ebuild,v 1.5 2011/12/19 06:36:52 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/snipes-1.0.4.ebuild,v 1.6 2014/12/30 20:05:08 mr_bones_ Exp $
EAPI=2
inherit base eutils games
EAPI=5
inherit toolchain-funcs eutils games
DESCRIPTION="2D scrolling shooter, resembles the old DOS game of same name"
HOMEPAGE="http://cyp.github.com/snipes/"
@ -14,9 +14,12 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="media-libs/libsdl"
DEPEND="media-libs/libsdl[sound,video]"
RDEPEND=${DEPEND}
PATCHES=( "${FILESDIR}"/${P}-nongnulinker.patch )
src_prepare() {
epatch "${FILESDIR}"/${P}-nongnulinker.patch
}
src_compile() {
tc-getLD
@ -24,7 +27,7 @@ src_compile() {
}
src_install() {
dogamesbin snipes || die "dogamesbin failed"
dogamesbin snipes
doman snipes.6
dodoc ChangeLog
doicon ${PN}.png

@ -1,2 +1 @@
DIST gnome-hearts-0.3.1.tar.gz 637916 SHA256 4b9477e8bb2d48a86021ae512a713fd405a96d52cf711ff549cfe0d119bf56b3 SHA512 5528c92bba80cc97ce1f51e3b2652b5d6b30c0e90e7a8f023dcdf5c3420b2d1fbab29fc3d974884d8cb351a44b8b97c05242f26b70d5e1d02d593a17452ad19f WHIRLPOOL 50259c6e2bdc56bc73cbf59d6eb0cdd37053850262dfca5c4218b9d4ca4dc512df2d6db5167323bd9084a0ddafc2bfdc9d6371210ba8656faa46847de8a8a500
DIST gnome-hearts-0.3.tar.gz 624971 SHA256 1e879d1a753e021417e707df7fdd81f9ee9c63fa8a10ba1266cef7b0e70b8166 SHA512 9175ccc192bf3c504e4752facb84086112acb08e94bc9ff6202e20e58815cd6f9ca6e509b59e8f338979dd11cc77822e1c31b4943124aaca6f2bd93c355b442a WHIRLPOOL 6460c6f033df00c80751a5041a9d603e1dc668f712f76d334f69e71a89cca54e84a78d6f4c7a71731607e1f9e485644f286f2e094fa088871a01bee9fc05bfb1

@ -1,13 +0,0 @@
--- configure.in.old 2008-09-16 23:42:41.600170750 +0200
+++ configure.in 2008-09-16 23:46:35.563175050 +0200
@@ -32,7 +32,9 @@
# Find Python compiler and linker flags
PYTHON_LIBS=[$($PYTHON -c "from distutils import sysconfig
-print '/'.join(sysconfig.get_config_vars('LIBPL','LDLIBRARY'))+' '+sysconfig.get_config_var('LIBS')+' '+sysconfig.get_config_var('LINKFORSHARED')")]
+import os
+print os.path.join(*sysconfig.get_config_vars('LIBDIR', 'LDLIBRARYDIR', 'LDLIBRARY')),
+sysconfig.get_config_var('LIBS'), sysconfig.get_config_var('LINKFORSHARED')")]
PYTHON_CFLAGS=[$($PYTHON -c "from distutils import sysconfig
print sysconfig.get_python_inc()")]
PYTHON_CFLAGS="-I$PYTHON_CFLAGS"

@ -1,66 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-hearts/gnome-hearts-0.3.1.ebuild,v 1.1 2014/10/29 18:35:18 mr_bones_ Exp $
EAPI=5
GCONF_DEBUG=no
PYTHON_DEPEND="2"
inherit python gnome2 games
DESCRIPTION="A clone of classic hearts card game"
HOMEPAGE="http://www.gnome-hearts.org"
SRC_URI="http://www.jejik.com/files/${PN}/${P}.tar.gz"
LICENSE="GPL-2 FDL-1.2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls"
RDEPEND="x11-libs/gtk+:2
>=gnome-base/libglade-2
>=gnome-base/libgnomeui-2"
DEPEND="${RDEPEND}
app-text/rarian
dev-util/intltool
virtual/pkgconfig"
DOCS=( AUTHORS ChangeLog NEWS README TODO )
pkg_setup() {
python_set_active_version 2
games_pkg_setup
}
src_prepare() {
# make src_test work
echo gnome-hearts.desktop.in >> po/POTFILES.skip
sed -i \
-e '/No name/d' \
-e '/^Icon/s/.png//' \
-e '/^Encoding/d' \
gnome-hearts.desktop.in || die
gnome2_src_prepare
}
src_configure() {
gnome2_src_configure \
--bindir="${GAMES_BINDIR}" \
$(use_enable nls)
}
src_install() {
gnome2_src_install
prepgamesdirs
}
pkg_preinst() {
games_pkg_preinst
gnome2_pkg_preinst
}
pkg_postinst() {
games_pkg_postinst
gnome2_pkg_postinst
}

@ -1,63 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-board/gnome-hearts/gnome-hearts-0.3.ebuild,v 1.6 2012/05/04 04:30:11 jdhore Exp $
EAPI=2
GCONF_DEBUG=no
PYTHON_DEPEND="2"
inherit autotools eutils python gnome2 games
DESCRIPTION="A clone of classic hearts card game"
HOMEPAGE="http://www.gnome-hearts.org"
SRC_URI="http://www.jejik.com/files/${PN}/${P}.tar.gz"
LICENSE="GPL-2 FDL-1.2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="nls"
RDEPEND="x11-libs/gtk+:2
>=gnome-base/libglade-2
>=gnome-base/libgnomeui-2"
DEPEND="${RDEPEND}
app-text/rarian
dev-util/intltool
virtual/pkgconfig"
DOCS="AUTHORS ChangeLog NEWS README TODO"
pkg_setup() {
python_set_active_version 2
games_pkg_setup
}
src_prepare() {
# make src_test work
echo gnome-hearts.desktop.in >> po/POTFILES.skip
gnome2_src_prepare
epatch "${FILESDIR}"/${P}-python.patch
intltoolize --force --copy --automake || die
eautoreconf
}
src_configure() {
gnome2_src_configure \
--bindir="${GAMES_BINDIR}" \
$(use_enable nls)
}
src_install() {
gnome2_src_install
prepgamesdirs
}
pkg_preinst() {
games_pkg_preinst
gnome2_pkg_preinst
}
pkg_postinst() {
games_pkg_postinst
gnome2_pkg_postinst
}

@ -5,5 +5,6 @@
<use>
<flag name="fluidsynth">compile with support for fluidsynth</flag>
<flag name="mpeg2">enable mpeg2 codec for cutscenes</flag>
<flag name="unsupported">enable unsupported and/or broken game engines (you're on your own)</flag>
</use>
</pkgmetadata>

@ -0,0 +1,110 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-engines/scummvm/scummvm-1.7.0-r1.ebuild,v 1.1 2014/12/30 19:13:15 calchan Exp $
EAPI=5
inherit eutils flag-o-matic gnome2-utils toolchain-funcs games
DESCRIPTION="Reimplementation of the SCUMM game engine used in Lucasarts adventures"
HOMEPAGE="http://scummvm.sourceforge.net/"
SRC_URI="mirror://sourceforge/scummvm/${P/_/}.tar.bz2"
LICENSE="GPL-2 LGPL-2.1 BSD GPL-3-with-font-exception"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="aac alsa debug flac fluidsynth jpeg mpeg2 mp3 opengl png theora truetype unsupported vorbis zlib"
RESTRICT="test" # it only looks like there's a test there #77507
RDEPEND=">=media-libs/libsdl-1.2.2[sound,joystick,video]
zlib? ( sys-libs/zlib )
jpeg? ( virtual/jpeg:0 )
png? ( media-libs/libpng:0 )
vorbis? ( media-libs/libogg media-libs/libvorbis )
theora? ( media-libs/libtheora )
aac? ( media-libs/faad2 )
alsa? ( media-libs/alsa-lib )
mp3? ( media-libs/libmad )
mpeg2? ( media-libs/libmpeg2 )
flac? ( media-libs/flac )
opengl? ( virtual/opengl )
truetype? ( media-libs/freetype:2 )
fluidsynth? ( media-sound/fluidsynth )"
DEPEND="${RDEPEND}
x86? ( dev-lang/nasm )"
S=${WORKDIR}/${P/_/}
src_prepare() {
# -g isn't needed for nasm here
sed -i \
-e '/NASMFLAGS/ s/-g//' \
configure || die
sed -i \
-e '/INSTALL.*doc/d' \
-e '/INSTALL.*\/pixmaps/d' \
-e 's/-s //' \
ports.mk || die
}
src_configure() {
local myconf
# bug #137547
use fluidsynth || myconf="${myconf} --disable-fluidsynth"
use x86 && append-ldflags -Wl,-z,noexecstack
# NOT AN AUTOCONF SCRIPT SO DONT CALL ECONF
./configure \
--backend=sdl \
--host=$CHOST \
--enable-verbose-build \
--prefix=/usr \
--bindir="${GAMES_BINDIR}" \
--datadir="${GAMES_DATADIR}"/${PN} \
--libdir="${GAMES_LIBDIR}" \
--enable-zlib \
$(use_enable debug) \
$(use_enable !debug release-mode) \
$(use_enable zlib) \
$(use_enable aac faad) \
$(use_enable alsa) \
$(use_enable jpeg) \
$(use_enable png) \
$(use_enable mp3 mad) \
$(use_enable mpeg2) \
$(use_enable flac) \
$(use_enable opengl) \
$(use_enable vorbis) \
$(use_enable theora theoradec) \
$(use_enable truetype freetype2) \
$(use_enable x86 nasm) \
$(use_enable unsupported all-engines) \
${myconf} ${EXTRA_ECONF} || die
}
src_compile() {
emake AR="$(tc-getAR) cru" RANLIB=$(tc-getRANLIB)
}
src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS NEWS README TODO
doicon -s scalable icons/scummvm.svg
make_desktop_entry scummvm ScummVM scummvm "Game;AdventureGame"
prepgamesdirs
}
pkg_preinst() {
games_pkg_preinst
gnome2_icon_savelist
}
pkg_postinst() {
games_pkg_postinst
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.2.ebuild,v 1.1 2014/12/22 19:03:22 eva Exp $
# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gnome-sudoku/gnome-sudoku-3.14.2.ebuild,v 1.2 2014/12/30 19:53:30 maekke Exp $
EAPI="5"
GCONF_DEBUG="no"
@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku"
LICENSE="LGPL-2+"
SLOT="0"
KEYWORDS="~amd64"
KEYWORDS="~amd64 ~arm"
IUSE=""
RDEPEND="

@ -0,0 +1,50 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-light/gnome-light-3.14.0.ebuild,v 1.1 2014/12/30 23:53:01 eva Exp $
EAPI="5"
DESCRIPTION="Meta package for GNOME-Light, merge this package to install"
HOMEPAGE="http://www.gnome.org/"
LICENSE="metapackage"
SLOT="2.0"
IUSE="cups +gnome-shell"
# when unmasking for an arch
# double check none of the deps are still masked !
KEYWORDS="~amd64 ~arm ~x86"
# XXX: Note to developers:
# This is a wrapper for the 'light' GNOME 3 desktop, and should only consist of
# the bare minimum of libs/apps needed. It is basically gnome-base/gnome without
# any apps, but shouldn't be used by users unless they know what they are doing.
RDEPEND="!gnome-base/gnome
>=gnome-base/gnome-core-libs-${PV}[cups?]
>=gnome-base/gnome-session-${PV}
>=gnome-base/gnome-menus-3.10.1:3
>=gnome-base/gnome-settings-daemon-${PV}[cups?]
>=gnome-base/gnome-control-center-${PV}[cups?]
>=gnome-base/nautilus-${PV}
gnome-shell? (
>=x11-wm/mutter-${PV}
>=gnome-base/gnome-shell-${PV} )
>=x11-themes/adwaita-icon-theme-${PV}
>=x11-themes/gnome-themes-standard-${PV}
>=x11-terms/gnome-terminal-${PV}
"
DEPEND=""
PDEPEND=">=gnome-base/gvfs-1.22.0"
S="${WORKDIR}"
pkg_pretend() {
if ! use gnome-shell; then
# Users probably want to use e16, sawfish, etc
ewarn "You're installing neither GNOME Shell"
ewarn "You will have to install and manage a window manager by yourself"
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/yakuake/yakuake-2.9.9-r2.ebuild,v 1.4 2013/05/20 12:47:13 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/kde-misc/yakuake/yakuake-2.9.9-r2.ebuild,v 1.5 2014/12/30 17:41:52 maekke Exp $
EAPI=5
@ -14,7 +14,7 @@ HOMEPAGE="http://yakuake.kde.org/"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2"
KEYWORDS="amd64 ppc x86"
KEYWORDS="amd64 ~arm ppc x86"
SLOT="4"
IUSE="debug"

@ -1,5 +1,5 @@
DIST exim-4.84.tar.bz2 1761790 SHA256 78ea22be87fb6df880e7fd482f3bec9ef6ceca0c9dedd50f8a26cae0b38b9e9c SHA512 3cd41af6d57e5f0377fc93367753eae6cb6bf835803e8608c44e1da5acefce1ed8886f4fe7536950de072bfed6e927afe1536c1e6466cf3121dd352b69a68039 WHIRLPOOL 9e840aa6afa0db68455b4ab458706eedd7ea57b084999c9e85eaaec0530ed93958731d934ff1d7830d9b5cd086e36cb56dc8a2f78dad85bdba9ae6573510e840
DIST exim-4.85_RC3.tar.bz2 1847681 SHA256 93908ff2befddce74137a66fd7c463999283b7d13b6f423618b7c3feb08b1e43 SHA512 b7b3146d8e7548e9fa22a6884e6936e7eeaa79c838870731b7e98c7bf2dbfdd011aa152a4e8173f5c4694af8b6cf328084caf1e9b25ae0bbc657302727dbfdb4 WHIRLPOOL 6381fbc5253b23f35c82267b8e62c7ca7c3ebfe2034b93f72d49e5480a0335985f8806fcfb61fa264280e579e625fb88740b2f733a3dae03cf333691e7e37023
DIST exim-4.85_RC4.tar.bz2 1783023 SHA256 f1c0ab2bdfcff401e5256d3649e15a3f0c44555ef6d66d96b0a3780446f51a74 SHA512 fb87e122c25506b04cbefa02667add2935bcd84dbd8526e319ce998b40c8a7583e9078cc082910faa9e13d234365c0bef38bc331d1aceab20e02d86bd68f7076 WHIRLPOOL 707808382d6fc526b6a972949fca5bb1e4c84375ae79a4deb20061a139baea24c77f7910fa87d98d4da251b8491835b0ebe4f3b1ea8c69e19ebf82b36fff7292
DIST exim-html-4.84.tar.bz2 465281 SHA256 7ee7e9015b853915604b7806be93d56e9ba1fb915b63f0d6828c47f2228fd45b SHA512 7de8513476b6abcdfd36b0121a2a9d6decf1ccf94ef51b8363e544066cc05670e6f2b4d03d5fbc49071b1431183dfd9badde5cbcc65f51d55ec6b25ebcb070b9 WHIRLPOOL 88c376fd399e17b2bc06d2d0fad19f8c6485807118a81e0c200f6c39defe7155fa920489481a8b82e629951766ce0222b85956f387d22d22549303bd3dff7f82
DIST exim-html-4.85_RC3.tar.bz2 466329 SHA256 9bb2bc2968f4096ee4fe51668dce6db3aebebc67d7669626d359febc550b7b50 SHA512 99bd3597c0529b6b4c1690ff9dfeef464150e5fc68d93c21739e78d7095788c8df57448179de80e878f0492d72efa417085b3ab618594970b35a5d8f7f0db415 WHIRLPOOL 9623aeb668a7fdc85f80227c1d6d0880e9d553670396a0289b4afc09da4ae808966440b3f3c31a44a292c04804ed854c0faee066f117ffd2914a7cc6aa14eaf9
DIST exim-html-4.85_RC4.tar.bz2 466822 SHA256 8f192eb6a7bbb5763ca9f0e42feac94efd5d720373edbdabfd86d75448a1a9fa SHA512 31f855cba4be08a1f6a21afd973a6eaf4811c7cd720762a7f9061d3db7b16d9b83833e7fe679b520a112dba028778a9b44c36e51fb14e1ad1b12906c35e06390 WHIRLPOOL 1788149c5fb3145979bfd478395b3920dad0ff3582577b17be95334b1c08b688e17a8e3b5f74295062601a721c6c953c71dd711c27040ffb3544c86b48fbe6be
DIST system_filter.exim.gz 3075 SHA256 3a3471b486a09e0a0153f7b520e1eaf26d21b97d73ea8348bdc593c00eb1e437 SHA512 cb358d3ce2499a0bb5920d962a06f2af8486e55ec90c8c928bd8e3aefb279aa57f5f960d5adfcef68bd94110b405eaa144e9629cfe6014a529c79c544600bbf3 WHIRLPOOL ce68d9c18b24eca3ef97ea810964cc1ada5f85b795a7c432ad39b5788188a16419101c92fb52b418738d760e1d658f7a41485e5561079a667d84d276c71be5a4

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.85_rc3.ebuild,v 1.2 2014/12/28 15:57:24 titanofold Exp $
# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.85_rc4.ebuild,v 1.1 2014/12/30 17:44:56 grobian Exp $
EAPI="5"

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-fonts/dejavu/dejavu-2.34.ebuild,v 1.6 2014/12/26 13:14:57 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/media-fonts/dejavu/dejavu-2.34.ebuild,v 1.7 2014/12/30 18:10:57 maekke Exp $
EAPI="4"
@ -30,7 +30,7 @@ else
fi
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="fontforge"
DEPEND="fontforge? ( x11-apps/mkfontscale

@ -1,3 +1 @@
DIST entangle-0.4.0.tar.gz 778923 SHA256 9a2f8017caff738cca901f9a784d83160cd706461c51268cdc03329eb00159f2 SHA512 8f5470945a14fc5b1a9c8f5b61717f6e1763243478c97bbcfec2119fe3cea1c6dbc49d403269c02ae25ef19f67d5784fa283fddf6680a3fc0b1556b0f1b4f788 WHIRLPOOL 3c9254952a26a71beac088e0351a0eb36d71079385bfea3ea000aff05c37df1302cfbf8f75df5011593102230cb0a5333de44099a17b890bbd2ae8d3fa30b795
DIST entangle-0.4.1.tar.gz 794960 SHA256 045f2fb2c5cc69508e935a3039b7383eb3665042a941a2894ae85ef38477f0fa SHA512 ff02dda2de603589bafd642171f6963d942b0ce0e951c660f99c55333bb35d48d192302366c7388a4de4eec656cf91dbffe87ca38e49aac7ee8a90e3e9a4095b WHIRLPOOL 8322511c88f84c140fa2f71e1adbca5afd6d532973dc99023973f6dfbea2c188f274be45abe122f2e7ce12325522c9ea4e266ab5b4ac9826f2483312eb04acc9
DIST entangle-0.5.0.tar.gz 878144 SHA256 f6e80602c569e197482ee3099a0e4e2eb35f26d913dd11b3fc3b4eb37526d4c3 SHA512 9481fb49f4dac482103a4a1f89ee642ebac3a41f57d031f393244c6a38bafcacdc79203bde9c443b1a653cda5d77efee35428c5fcc8dc00e8e10b68fe940618b WHIRLPOOL e10f3ef242be7143173f20a9dc977534ffbd7935e3dfbda2c06c39b29b89bb1d752897dd0ad41d913c5e93771ad4b9d1ef44a1388ce151a506e187f19832eb23
DIST entangle-0.6.0.tar.gz 906858 SHA256 d13eef54f8f501cac1e854de9d3841042777cabee7ffd1c804180e717bf485bd SHA512 f96718f01286eb0dbf1fafd4d51258bda876a5b22a6167173f0f60b4fe00683baff3d4c8f9866a5dc1eec493e2b25fd932794a63a8a8d102cb220b1d6ea8e960 WHIRLPOOL 539a7d1821beff0c3f8dfd439ed633348ba07380f3968d3c8a3261911235975ab04a7c858a2c017b12d6c7b355bca8c6395e2fe6549409573fbc7d68bed74f35

@ -1,40 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/entangle/entangle-0.4.0.ebuild,v 1.4 2014/07/24 18:25:46 ssuominen Exp $
EAPI=5
inherit gnome2
DESCRIPTION="Tethered Camera Control & Capture"
HOMEPAGE="http://entangle-photo.org/"
SRC_URI="http://entangle-photo.org/download/sources/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-libs/glib-2.26:2
>=x11-libs/gdk-pixbuf-2.12.0:2
>=x11-libs/gtk+-3.3.18:3
virtual/libgudev:=
>=dev-libs/dbus-glib-0.60
>=dev-libs/gobject-introspection-0.9.3
>=media-libs/libgphoto2-2.4.11
>=media-libs/lcms-1.18:0
>=dev-libs/libpeas-0.5.5[gtk]
>=media-libs/gexiv2-0.2.2
>=x11-libs/libXext-1.3.0"
RDEPEND="${DEPEND}"
DEPEND+="
virtual/pkgconfig"
G2CONF+="
--disable-maintainer-mode
--docdir=/usr/share/doc/${PF}
--htmldir=/usr/share/doc/${PF}/html
--disable-werror
--disable-static"
DOCS=( AUTHORS ChangeLog NEWS README )

@ -1,40 +0,0 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/entangle/entangle-0.4.1.ebuild,v 1.3 2014/07/24 18:25:46 ssuominen Exp $
EAPI=5
inherit gnome2
DESCRIPTION="Tethered Camera Control & Capture"
HOMEPAGE="http://entangle-photo.org/"
SRC_URI="http://entangle-photo.org/download/sources/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
DEPEND=">=dev-libs/glib-2.26:2
>=x11-libs/gdk-pixbuf-2.12.0:2
>=x11-libs/gtk+-3.3.18:3
virtual/libgudev:=
>=dev-libs/dbus-glib-0.60
>=dev-libs/gobject-introspection-0.9.3
>=media-libs/libgphoto2-2.4.11
>=media-libs/lcms-1.18:0
>=dev-libs/libpeas-0.5.5[gtk]
>=media-libs/gexiv2-0.2.2
>=x11-libs/libXext-1.3.0"
RDEPEND="${DEPEND}"
DEPEND+="
virtual/pkgconfig"
G2CONF+="
--disable-maintainer-mode
--docdir=/usr/share/doc/${PF}
--htmldir=/usr/share/doc/${PF}/html
--disable-werror
--disable-static"
DOCS=( AUTHORS ChangeLog NEWS README )

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/entangle/entangle-0.5.0.ebuild,v 1.4 2014/07/24 18:25:46 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/entangle/entangle-0.6.0.ebuild,v 1.1 2014/12/30 19:12:20 dilfridge Exp $
EAPI=5
@ -22,10 +22,11 @@ DEPEND=">=dev-libs/glib-2.26:2
>=dev-libs/dbus-glib-0.60
>=dev-libs/gobject-introspection-0.9.3
>=media-libs/libgphoto2-2.4.11:=
>=media-libs/lcms-1.18:0
>=dev-libs/libpeas-0.5.5[gtk]
>=media-libs/gexiv2-0.2.2
media-libs/lcms:2
>=dev-libs/libpeas-1.2.0[gtk]
>=media-libs/gexiv2-0.4
>=x11-libs/libXext-1.3.0
>=x11-themes/gnome-icon-theme-symbolic-3.0.0
>=media-libs/libraw-0.9.0"
RDEPEND="${DEPEND}"
DEPEND+="

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/exact-image/exact-image-0.8.1-r1.ebuild,v 1.2 2014/10/09 19:53:38 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/exact-image/exact-image-0.8.1-r1.ebuild,v 1.3 2014/12/30 19:17:14 dilfridge Exp $
EAPI=4
PYTHON_DEPEND="python? 2:2.5"
@ -14,14 +14,13 @@ SRC_URI="http://dl.exactcode.de/oss/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="expat jpeg jpeg2k lcms lua openexr php perl png python ruby swig tiff truetype X"
IUSE="expat jpeg jpeg2k lua openexr php perl png python ruby swig tiff truetype X"
RDEPEND="x11-libs/agg[truetype]
sys-libs/zlib
expat? ( dev-libs/expat )
jpeg2k? ( media-libs/jasper )
jpeg? ( virtual/jpeg )
lcms? ( =media-libs/lcms-1* )
lua? ( dev-lang/lua )
openexr? ( media-libs/openexr )
php? ( dev-lang/php )
@ -95,7 +94,7 @@ src_configure() {
$(use_with jpeg2k jasper) \
$(use_with openexr) \
$(use_with expat) \
$(use_with lcms) \
--without-lcms \
--without-bardecode \
$(use_with lua) \
$(use_with swig) \

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/exact-image/exact-image-0.8.1.ebuild,v 1.6 2014/10/09 19:53:38 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/exact-image/exact-image-0.8.1.ebuild,v 1.7 2014/12/30 19:17:14 dilfridge Exp $
EAPI=2
@ -15,14 +15,13 @@ SRC_URI="http://dl.exactcode.de/oss/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="expat jpeg jpeg2k lcms lua openexr php perl png python ruby swig tiff truetype X"
IUSE="expat jpeg jpeg2k lua openexr php perl png python ruby swig tiff truetype X"
RDEPEND="x11-libs/agg[truetype]
sys-libs/zlib
expat? ( dev-libs/expat )
jpeg2k? ( media-libs/jasper )
jpeg? ( virtual/jpeg )
lcms? ( =media-libs/lcms-1* )
lua? ( dev-lang/lua )
openexr? ( media-libs/openexr )
php? ( dev-lang/php )
@ -78,7 +77,7 @@ src_configure() {
$(use_with jpeg2k jasper) \
$(use_with openexr) \
$(use_with expat) \
$(use_with lcms) \
--without-lcms \
--without-bardecode \
$(use_with lua) \
$(use_with swig) \

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v 1.11 2014/08/28 16:51:10 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r1.ebuild,v 1.12 2014/12/30 22:22:01 dilfridge Exp $
EAPI="2"
@ -19,7 +19,7 @@ JPEGSRC="libs/jpeg-${V_JPEG}"
FT2SRC="libs/freetype-${V_FT}"
RESTRICT="test"
IUSE="hardened +png +truetype +mng gpm fbcondecor"
IUSE="hardened +png +truetype gpm fbcondecor"
DESCRIPTION="Framebuffer splash utilities"
HOMEPAGE="http://fbsplash.berlios.de"
@ -39,10 +39,6 @@ RDEPEND="gpm? ( sys-libs/gpm[static-libs] )
|| ( <app-arch/bzip2-1.0.6-r3 app-arch/bzip2[static-libs] )
|| ( <sys-libs/zlib-1.2.5.1-r2 sys-libs/zlib[static-libs] ) )
png? ( >=media-libs/libpng-1.4.3[static-libs] )
mng? (
media-libs/lcms:0[static-libs]
media-libs/libmng[static-libs]
)
virtual/jpeg:0[static-libs]
>=sys-apps/baselayout-1.9.4-r5
app-arch/cpio
@ -116,7 +112,7 @@ src_configure() {
cd "${S}"
econf \
$(use_with png) \
$(use_with mng) \
--without-mng \
$(use_with gpm) \
$(use_with truetype ttf) \
$(use_with truetype ttf-kernel) \

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild,v 1.10 2014/08/10 21:16:18 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r2.ebuild,v 1.11 2014/12/30 22:22:01 dilfridge Exp $
EAPI=4
@ -19,7 +19,7 @@ JPEGSRC="libs/jpeg-${V_JPEG}"
FT2SRC="libs/freetype-${V_FT}"
RESTRICT="test"
IUSE="hardened +png +truetype +mng gpm fbcondecor"
IUSE="hardened +png +truetype gpm fbcondecor"
DESCRIPTION="Framebuffer splash utilities"
HOMEPAGE="http://fbsplash.berlios.de"
@ -44,10 +44,6 @@ RDEPEND="gpm? ( sys-libs/gpm[static-libs(+)] )
>=media-libs/libpng-1.4.3[static-libs]
sys-libs/zlib[static-libs(+)]
)
mng? (
media-libs/lcms:0[static-libs]
media-libs/libmng[static-libs(+)]
)
virtual/jpeg:0[static-libs]
>=sys-apps/baselayout-1.9.4-r5
app-arch/cpio
@ -121,7 +117,7 @@ src_configure() {
cd "${S}"
econf \
$(use_with png) \
$(use_with mng) \
--without-mng \
$(use_with gpm) \
$(use_with truetype ttf) \
$(use_with truetype ttf-kernel) \

@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild,v 1.4 2013/10/14 12:52:34 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r3.ebuild,v 1.5 2014/12/30 22:22:01 dilfridge Exp $
EAPI=5
inherit autotools eutils multilib toolchain-funcs
@ -18,7 +18,7 @@ JPEGSRC="libs/jpeg-${V_JPEG}"
FT2SRC="libs/freetype-${V_FT}"
RESTRICT="test"
IUSE="hardened +png +truetype +mng gpm fbcondecor"
IUSE="hardened +png +truetype gpm fbcondecor"
DESCRIPTION="Framebuffer splash utilities"
HOMEPAGE="http://fbsplash.berlios.de"
@ -47,10 +47,6 @@ RDEPEND="
>=media-libs/libpng-1.4.3[static-libs]
sys-libs/zlib[static-libs(+)]
)
mng? (
media-libs/lcms:0[static-libs]
media-libs/libmng[static-libs(+)]
)
virtual/jpeg:0[static-libs]
>=sys-apps/baselayout-1.9.4-r5
app-arch/cpio
@ -128,7 +124,7 @@ src_configure() {
cd "${S}"
econf \
$(use_with png) \
$(use_with mng) \
--without-mng \
$(use_with gpm) \
$(use_with truetype ttf) \
$(use_with truetype ttf-kernel) \

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild,v 1.2 2014/08/26 10:22:31 slyfox Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.5.4.4-r4.ebuild,v 1.3 2014/12/30 22:22:01 dilfridge Exp $
EAPI=5
inherit autotools eutils multilib toolchain-funcs
@ -18,7 +18,7 @@ JPEGSRC="libs/jpeg-${V_JPEG}"
FT2SRC="libs/freetype-${V_FT}"
RESTRICT="test"
IUSE="hardened +png +truetype +mng gpm fbcondecor"
IUSE="hardened +png +truetype gpm fbcondecor"
DESCRIPTION="Framebuffer splash utilities"
HOMEPAGE="http://fbsplash.berlios.de"
@ -47,10 +47,6 @@ RDEPEND="
>=media-libs/libpng-1.4.3[static-libs]
sys-libs/zlib[static-libs(+)]
)
mng? (
media-libs/lcms:0[static-libs]
media-libs/libmng[static-libs(+)]
)
virtual/jpeg:0[static-libs]
app-arch/cpio
media-gfx/fbgrab
@ -129,7 +125,7 @@ src_configure() {
cd "${S}"
econf \
$(use_with png) \
$(use_with mng) \
--without-mng \
$(use_with gpm) \
$(use_with truetype ttf) \
$(use_with truetype ttf-kernel) \

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild,v 1.17 2014/11/10 08:28:07 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/compface/compface-1.5.2.ebuild,v 1.18 2014/12/30 18:12:45 maekke Exp $
EAPI="4"
@ -12,7 +12,7 @@ SRC_URI="http://ftp.xemacs.org/pub/xemacs/aux/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
src_prepare() {

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild,v 1.3 2014/12/27 19:31:06 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/media-libs/fontconfig/fontconfig-2.11.1-r2.ebuild,v 1.4 2014/12/30 18:08:53 maekke Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=yes
@ -13,7 +13,7 @@ SRC_URI="http://fontconfig.org/release/${P}.tar.bz2"
LICENSE="MIT"
SLOT="1.0"
KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
IUSE="doc static-libs"
# Purposefully dropped the xml USE flag and libxml2 support. Expat is the

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

Loading…
Cancel
Save