Sync with portage [Mon May 7 00:14:41 MSK 2012].

mhiretskiy
root 12 years ago
parent 69574ddc2f
commit 07512d203c

@ -1 +1,2 @@
DIST conky-1.8.1.tar.bz2 612481 RMD160 f3203131e2d8f3756eb29f5c5a9034b9c269fdc6 SHA1 9581419b1a53a8a7e37b0291cd4e55ab166d221a SHA256 f85a278f2869596b1fd68b6d26d58c93af8dcc39d5186bbcfd587d4c545e5e43
DIST conky-1.9.0.tar.bz2 626555 RMD160 2df0e60d4236ed667bdae876e11ba28d05914e25 SHA1 2069cbdb8e7224fcbf3c6b1ddebf64a51634b4cc SHA256 baf1b550f135fbfb53e5e286a33aadc03a667d63bf6c4d52ba7637366295bb6f

@ -0,0 +1,131 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.9.0.ebuild,v 1.1 2012/05/05 15:20:09 billie Exp $
EAPI=4
inherit eutils
DESCRIPTION="An advanced, highly configurable system monitor for X"
HOMEPAGE="http://conky.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-3 BSD LGPL-2.1 MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="apcupsd audacious curl debug eve hddtemp imlib iostats lua lua-cairo lua-imlib math moc mpd nano-syntax ncurses nvidia +portmon rss thinkpad truetype vim-syntax weather-metar weather-xoap wifi X xmms2"
DEPEND_COMMON="
X? (
imlib? ( media-libs/imlib2 )
lua-cairo? (
>=dev-lua/toluapp-1.0.93
>=dev-lang/lua-5.1.4-r8
x11-libs/cairo[X] )
lua-imlib? (
>=dev-lua/toluapp-1.0.93
>=dev-lang/lua-5.1.4-r8
media-libs/imlib2 )
nvidia? ( media-video/nvidia-settings )
truetype? ( x11-libs/libXft >=media-libs/freetype-2 )
x11-libs/libX11
x11-libs/libXdamage
x11-libs/libXext
audacious? ( >=media-sound/audacious-1.5 dev-libs/glib )
xmms2? ( media-sound/xmms2 )
)
curl? ( net-misc/curl )
eve? ( net-misc/curl dev-libs/libxml2 )
portmon? ( dev-libs/glib )
lua? ( >=dev-lang/lua-5.1.4-r8 )
ncurses? ( sys-libs/ncurses )
rss? ( dev-libs/libxml2 net-misc/curl dev-libs/glib )
wifi? ( net-wireless/wireless-tools )
weather-metar? ( net-misc/curl )
weather-xoap? ( dev-libs/libxml2 net-misc/curl )
virtual/libiconv
"
RDEPEND="
${DEPEND_COMMON}
apcupsd? ( sys-power/apcupsd )
hddtemp? ( app-admin/hddtemp )
moc? ( media-sound/moc )
nano-syntax? ( app-editors/nano )
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
"
DEPEND="
${DEPEND_COMMON}
virtual/pkgconfig
"
src_prepare() {
epatch "${FILESDIR}/${PN}-1.8.1-utf8-scroll.patch"
}
src_configure() {
local myconf
if use X; then
myconf="--enable-x11 --enable-double-buffer --enable-xdamage"
myconf="${myconf} --enable-argb --enable-own-window"
myconf="${myconf} $(use_enable imlib imlib2) $(use_enable lua-cairo)"
myconf="${myconf} $(use_enable lua-imlib lua-imlib2)"
myconf="${myconf} $(use_enable nvidia) $(use_enable truetype xft)"
myconf="${myconf} $(use_enable audacious) $(use_enable xmms2)"
else
myconf="--disable-x11 --disable-own-window --disable-argb"
myconf="${myconf} --disable-lua-cairo --disable-nvidia --disable-xft"
myconf="${myconf} --disable-audacious --disable-xmms2"
fi
econf \
${myconf} \
$(use_enable apcupsd) \
$(use_enable curl) \
$(use_enable debug) \
$(use_enable eve) \
$(use_enable hddtemp) \
$(use_enable iostats) \
$(use_enable lua) \
$(use_enable thinkpad ibm) \
$(use_enable math) \
$(use_enable moc) \
$(use_enable mpd) \
$(use_enable ncurses) \
$(use_enable portmon) \
$(use_enable rss) \
$(use_enable weather-metar) \
$(use_enable weather-xoap) \
$(use_enable wifi wlan)
}
src_install() {
default
dohtml doc/{config_settings.html,docs.html,lua.html,variables.html}
if use vim-syntax; then
insinto /usr/share/vim/vimfiles/ftdetect
doins "${S}"/extras/vim/ftdetect/conkyrc.vim
insinto /usr/share/vim/vimfiles/syntax
doins "${S}"/extras/vim/syntax/conkyrc.vim
fi
if use nano-syntax; then
insinto /usr/share/nano/
doins "${S}"/extras/nano/conky.nanorc
fi
}
pkg_postinst() {
elog "You can find a sample configuration file at ${ROOT%/}/etc/conky/conky.conf."
elog "To customize, copy it to ~/.conkyrc and edit it to your liking."
elog
elog "For more info on Conky's features please look at the Changelog in"
elog "${ROOT%/}/usr/share/doc/${PF}. There are also pretty html docs available"
elog "on Conky's site or in ${ROOT%/}/usr/share/doc/${PF}/html."
elog
elog "Also see http://www.gentoo.org/doc/en/conky-howto.xml"
elog
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-boost/eselect-boost-0.4.ebuild,v 1.2 2012/04/28 03:24:32 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-boost/eselect-boost-0.4.ebuild,v 1.4 2012/05/06 12:16:24 ago Exp $
inherit multilib
@ -10,7 +10,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gam-server/gam-server-0.1.10-r1.ebuild,v 1.1 2012/05/04 00:39:09 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gam-server/gam-server-0.1.10-r1.ebuild,v 1.2 2012/05/05 14:20:43 ssuominen Exp $
EAPI="3"
GNOME_ORG_MODULE="gamin"
@ -61,7 +61,7 @@ src_configure() {
# fixes bug 225403
#append-flags "-D_GNU_SOURCE"
if ! has_version dev-util/pkgconfig; then
if ! has_version virtual/pkgconfig; then
export DAEMON_CFLAGS="-I/usr/include/glib-2.0 -I/usr/$(get_libdir)/glib-2.0/include"
export DAEMON_LIBS="-lglib-2.0"
fi

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gam-server/gam-server-0.1.10.ebuild,v 1.12 2012/04/26 17:33:17 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gam-server/gam-server-0.1.10.ebuild,v 1.13 2012/05/05 14:20:43 ssuominen Exp $
EAPI="3"
GNOME_ORG_MODULE="gamin"
@ -58,7 +58,7 @@ src_configure() {
# fixes bug 225403
#append-flags "-D_GNU_SOURCE"
if ! has_version dev-util/pkgconfig; then
if ! has_version virtual/pkgconfig; then
export DAEMON_CFLAGS="-I/usr/include/glib-2.0 -I/usr/$(get_libdir)/glib-2.0/include"
export DAEMON_LIBS="-lglib-2.0"
fi

@ -0,0 +1 @@
DIST gnome-system-log-3.4.1.tar.xz 930200 RMD160 7b0b81130ca24c2493e956faa9f0599b9c0a28be SHA1 7affd90613672afb3cead4c5e02482ad5edce527 SHA256 288bb4db72d5e86874198f3a879a89cd0ddec373db9838d8ea772df1c5267736

@ -0,0 +1,38 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gnome-system-log/gnome-system-log-3.4.1.ebuild,v 1.1 2012/05/05 06:57:13 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2
DESCRIPTION="System log viewer for GNOME 3"
HOMEPAGE="https://live.gnome.org/GnomeUtils"
LICENSE="GPL-2 FDL-1.1"
SLOT="0"
IUSE=""
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
COMMON_DEPEND=">=dev-libs/glib-2.31.0:2
sys-libs/zlib
>=x11-libs/gtk+-3.0.0:3
x11-libs/pango"
RDEPEND="${COMMON_DEPEND}
gnome-base/gsettings-desktop-schemas
!<gnome-extra/gnome-utils-3.4"
# ${PN} was part of gnome-utils before 3.4
DEPEND="${COMMON_DEPEND}
app-text/gnome-doc-utils
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
virtual/pkgconfig"
pkg_setup() {
DOCS="NEWS TODO"
G2CONF="${G2CONF}
--disable-schemas-compile
--enable-zlib"
}

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

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-2.ebuild,v 1.8 2012/02/28 20:44:26 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-2.ebuild,v 1.9 2012/05/06 16:27:27 armin76 Exp $
EAPI="3"
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
IUSE="unicode"
RDEPEND=">=dev-libs/libpcre-3.4"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-10.0.4.ebuild,v 1.2 2012/04/07 15:46:02 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/sysstat/sysstat-10.0.4.ebuild,v 1.4 2012/05/06 12:17:30 ago Exp $
EAPI="4"
@ -12,7 +12,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~alpha amd64 ~hppa ppc ~ppc64 ~sparc ~x86"
IUSE="cron debug +doc isag nls lm_sensors"
SYSSTAT_LINGUAS="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/tripwire-2.4.2.2.ebuild,v 1.2 2012/04/25 16:07:04 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/tripwire/tripwire-2.4.2.2.ebuild,v 1.4 2012/05/05 22:00:48 ranger Exp $
EAPI=4
@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/tripwire/tripwire-${PV}-src.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
KEYWORDS="amd64 ppc ~x86 ~x86-fbsd"
IUSE="ssl static"
DEPEND="sys-devel/automake

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.16.2.ebuild,v 1.3 2012/05/03 01:58:53 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/dpkg/dpkg-1.16.2.ebuild,v 1.4 2012/05/05 21:43:09 ranger Exp $
EAPI=3
@ -12,7 +12,7 @@ SRC_URI="mirror://debian/pool/main/d/${PN}/${P/-/_}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-solaris ~x86-solaris"
IUSE="bzip2 dselect nls test unicode zlib"
LANGS="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/pax-3.4.12.16.ebuild,v 1.6 2012/03/03 15:49:27 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/pax/pax-3.4.12.16.ebuild,v 1.7 2012/05/06 16:29:37 armin76 Exp $
EAPI="4"
@ -17,7 +17,7 @@ SRC_URI="mirror://fedora-dev/releases/${FC_PV}/Everything/source/SRPMS/${MY_P}-$
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86"
IUSE=""
S=${WORKDIR}/${MY_P}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.9.1.2-r2.ebuild,v 1.1 2012/04/19 10:37:02 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.9.1.2-r2.ebuild,v 1.2 2012/05/06 16:54:41 armin76 Exp $
EAPI=4
@ -14,7 +14,7 @@ SRC_URI="http://rpm.org/releases/rpm-4.9.x/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
IUSE="nls python doc caps lua acl"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.9.1.2.ebuild,v 1.10 2012/03/24 17:24:42 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.9.1.2.ebuild,v 1.11 2012/05/06 16:54:41 armin76 Exp $
EAPI=4
@ -14,7 +14,7 @@ SRC_URI="http://rpm.org/releases/rpm-4.9.x/${P}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="0"
KEYWORDS="amd64 arm ~hppa ~mips ppc ppc64 x86"
KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86"
IUSE="nls python doc caps lua acl"

@ -1 +1,2 @@
DIST unrarsrc-4.1.4.tar.gz 157135 RMD160 0bb200c01f665142b7581b1b40ef1047dca13c57 SHA1 ae4b1e2c99e96527c4a97f980daa547499f42a0f SHA256 705d93285fcd3b9c11f68e52d96395d942bf3c20172dcee14f0d78f1fee57361
DIST unrarsrc-4.2.1.tar.gz 161564 RMD160 3909c1ad5849088d8d6b43f4cbd82063327ef3fd SHA1 10f48ec272f413c983032b2e0cbe4e94781c7b3b SHA256 d5b59d98a6604ac41916311bc3b5dce1b94858008fc381aa975311d9248542c0

@ -0,0 +1,52 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/unrar/unrar-4.2.1.ebuild,v 1.1 2012/05/05 12:20:06 ssuominen Exp $
EAPI=4
inherit flag-o-matic multilib toolchain-funcs
MY_PN=${PN}src
DESCRIPTION="Uncompress rar files"
HOMEPAGE="http://www.rarlab.com/rar_add.htm"
SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz"
LICENSE="unRAR"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="!<=app-arch/unrar-gpl-0.0.1_p20080417"
S=${WORKDIR}/unrar
src_prepare() {
sed -i \
-e "/libunrar/s:.so:$(get_libname ${PV%.*.*}):" \
-e "s:-shared:& -Wl,-soname -Wl,libunrar$(get_libname ${PV%.*.*}):" \
makefile.unix || die
}
src_compile() {
unrar_make() {
emake -f makefile.unix CXX="$(tc-getCXX)" CXXFLAGS="${CXXFLAGS}" STRIP=true "$@"
}
unrar_make CXXFLAGS+=" -fPIC" lib
ln -s libunrar$(get_libname ${PV%.*.*}) libunrar$(get_libname)
ln -s libunrar$(get_libname ${PV%.*.*}) libunrar$(get_libname ${PV})
unrar_make clean
unrar_make
}
src_install() {
dobin unrar
dodoc readme.txt
dolib.so libunrar*
insinto /usr/include/libunrar${PV%.*.*}
doins *.hpp
dosym libunrar${PV%.*.*} /usr/include/libunrar
}

@ -1,4 +1,2 @@
DIST deja-dup-18.1.1.tar.bz2 1183341 RMD160 5ca57d46e434342fa4f125719d4d1ba83114e626 SHA1 d04a13606f406a6489156d89c5dff848fcb8189d SHA256 0b0f2201ca8f10fe528872510c7d0d2f614330db841aeac241fac1107eaf4582
DIST deja-dup-21.2.tar.xz 914396 RMD160 d3e011b5ed836ab603e1d4ae1ec4770b9e314a30 SHA1 a04234e7ffcbb6251b296d1cc92bf5f789bb105f SHA256 1385f45bd2680ab7380a7fd2a8a05000049baba00b8e85500b723ad17063c00b
DIST deja-dup-22.0.tar.xz 772832 RMD160 4913e9e3b40708fdb2a0ccbe82cf1a436ea39e4e SHA1 f11adb6054ff91e7fc9981fbb46a46f355db5ff0 SHA256 28eb77a6006d21df56d9ee1f73e422d0974f9c75da201b6a5b9ef38e37836420
DIST deja-dup-22.1.tar.xz 777248 RMD160 d85ac85436851f3843a472265323fc8f6476c66a SHA1 be6b9bb94c78461c3a32424825850a0b2bc401dd SHA256 44cb8fcd45799a369c8da2717792a87e3e183eeca1b07fa8f2aac8664f00ca5e

@ -1,57 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/deja-dup-18.1.1.ebuild,v 1.4 2012/05/03 02:06:09 jdhore Exp $
EAPI=3
inherit eutils gnome2
DESCRIPTION="Simple backup tool using duplicity back-end"
HOMEPAGE="https://launchpad.net/deja-dup/"
SRC_URI="http://launchpad.net/${PN}/18/${PV}/+download/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="nautilus nls"
# TODO: need gnome-extra/indicator-application as a dep?
COMMON_DEPEND="
>=dev-libs/glib-2.26:2
>=x11-libs/gtk+-2.18:2
>=x11-libs/libnotify-0.7.1
app-backup/duplicity
dev-libs/dbus-glib
dev-libs/libunique:1
gnome-base/gnome-keyring
nautilus? ( gnome-base/nautilus )"
RDEPEND="${COMMON_DEPEND}
gnome-base/gvfs[fuse]"
DEPEND="${COMMON_DEPEND}
dev-perl/Locale-gettext
virtual/pkgconfig
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17"
# Needed for eautoreconf:
# app-text/gnome-doc-utils
pkg_setup() {
DOCS="NEWS AUTHORS"
G2CONF="${G2CONF}
$(use_enable nls)
$(use_with nautilus)
--without-appindicator
--without-unity
--without-gtk3
--disable-maintainer-mode
--disable-scrollkeeper
--disable-schemas-compile"
use nls && unset LINGUAS || export LINGUAS=""
}
src_install() {
gnome2_src_install
domenu data/deja-dup.desktop
}

@ -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/app-backup/deja-dup/deja-dup-21.2-r1.ebuild,v 1.4 2012/05/03 02:06:09 jdhore Exp $
EAPI=4
GNOME2_LA_PUNT="yes"
inherit autotools eutils gnome2
DESCRIPTION="Simple backup tool using duplicity back-end"
HOMEPAGE="https://launchpad.net/deja-dup/"
SRC_URI="http://launchpad.net/${PN}/22/${PV}/+download/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nautilus"
COMMON_DEPEND="
>=dev-libs/glib-2.26:2
x11-libs/gtk+:3
>=x11-libs/libnotify-0.7.1
app-backup/duplicity
dev-libs/dbus-glib
gnome-base/gnome-keyring
nautilus? ( gnome-base/nautilus )"
RDEPEND="${COMMON_DEPEND}
gnome-base/gvfs[fuse]"
DEPEND="${COMMON_DEPEND}
app-text/yelp-tools
dev-lang/vala:0.14
dev-perl/Locale-gettext
virtual/pkgconfig
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17"
pkg_setup() {
DOCS="NEWS AUTHORS"
G2CONF="${G2CONF}
$(use_with nautilus)
--without-ccpanel
--without-unity
--disable-schemas-compile
--disable-static"
export VALAC=$(type -p valac-0.14)
}
src_prepare() {
epatch \
"${FILESDIR}"/${P}-prll.patch \
"${FILESDIR}"/${P}-test.patch \
"${FILESDIR}"/${P}-linguas.patch
eautoreconf
gnome2_src_prepare
}
src_install() {
gnome2_src_install
domenu data/deja-dup.desktop
}

@ -1,61 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/deja-dup-21.2.ebuild,v 1.5 2012/05/03 02:06:09 jdhore Exp $
EAPI=4
inherit autotools eutils gnome2
DESCRIPTION="Simple backup tool using duplicity back-end"
HOMEPAGE="https://launchpad.net/deja-dup/"
SRC_URI="http://launchpad.net/${PN}/22/${PV}/+download/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nautilus nls"
COMMON_DEPEND="
>=dev-libs/glib-2.26:2
x11-libs/gtk+:3
>=x11-libs/libnotify-0.7.1
app-backup/duplicity
dev-libs/dbus-glib
gnome-base/gnome-keyring
nautilus? ( gnome-base/nautilus )"
RDEPEND="${COMMON_DEPEND}
gnome-base/gvfs[fuse]"
DEPEND="${COMMON_DEPEND}
app-text/yelp-tools
dev-lang/vala:0.14
dev-perl/Locale-gettext
virtual/pkgconfig
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17"
pkg_setup() {
DOCS="NEWS AUTHORS"
G2CONF="${G2CONF}
$(use_enable nls)
$(use_with nautilus)
--without-ccpanel
--without-unity
--disable-schemas-compile"
use nls && unset LINGUAS || export LINGUAS=""
export VALAC=$(type -p valac-0.14)
}
src_prepare() {
epatch \
"${FILESDIR}"/${P}-prll.patch \
"${FILESDIR}"/${P}-test.patch
eautoreconf
gnome2_src_prepare
}
src_install() {
gnome2_src_install
domenu data/deja-dup.desktop
}

@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/deja-dup-22.0.ebuild,v 1.6 2012/05/03 02:06:09 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/deja-dup-22.0.ebuild,v 1.8 2012/05/05 15:24:07 jlec Exp $
EAPI=4
GNOME2_LA_PUNT="yes"
inherit autotools eutils gnome2
inherit eutils gnome2
DESCRIPTION="Simple backup tool using duplicity back-end"
HOMEPAGE="https://launchpad.net/deja-dup/"
@ -50,13 +50,6 @@ pkg_setup() {
export VALAC=$(type -p valac-0.14)
}
#src_prepare() {
# epatch \
# "${FILESDIR}"/${PN}-21.2-linguas.patch
# eautoreconf
# gnome2_src_prepare
#}
src_install() {
gnome2_src_install
domenu data/deja-dup.desktop

@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/deja-dup-22.1.ebuild,v 1.2 2012/05/03 02:06:09 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-backup/deja-dup/deja-dup-22.1.ebuild,v 1.4 2012/05/05 15:24:06 jlec Exp $
EAPI=4
GNOME2_LA_PUNT="yes"
inherit autotools eutils gnome2
inherit eutils gnome2
DESCRIPTION="Simple backup tool using duplicity back-end"
HOMEPAGE="https://launchpad.net/deja-dup/"
@ -50,13 +50,6 @@ pkg_setup() {
export VALAC=$(type -p valac-0.14)
}
#src_prepare() {
# epatch \
# "${FILESDIR}"/${PN}-21.2-linguas.patch
# eautoreconf
# gnome2_src_prepare
#}
src_install() {
gnome2_src_install
domenu data/deja-dup.desktop

@ -1,65 +0,0 @@
From 45e4b91bc7a987dc784c18564c9f8d2585befb0d Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev <tetromino@gentoo.org>
Date: Sat, 11 Feb 2012 02:43:18 -0500
Subject: [PATCH] Use intltool's LINGUAS handling code for man pages
LINGUAS needs to be handled the same way in man/ and po/.
Otherwise, if building with LINGUAS set, the build system tries to
generate man pages for languages for which localization messages
had not been generated, resulting in build failure:
make[2]: Entering directory
`/var/tmp/portage/app-backup/deja-dup-21.2-r1/work/deja-dup-21.2/man'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: *** No rule to make target `ar/stamp', needed by `man'. Stop.
---
man/Makefile.am | 17 +++++++++++++----
1 files changed, 13 insertions(+), 4 deletions(-)
diff --git a/man/Makefile.am b/man/Makefile.am
index 4aab2b1..cd837ed 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -17,9 +17,18 @@
# along with Déjà Dup. If not, see <http://www.gnu.org/licenses/>.
# Here's a bunch of translation support. Some stolen from dpkg
+# and intltool.
+
+ALL_LINGUAS = @ALL_LINGUAS@
+
+PO_LINGUAS=$(shell if test -r $(top_srcdir)/po/LINGUAS; then grep -v "^\#" $(top_srcdir)/po/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
+
+USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(top_srcdir)/po/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
+
+USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
+
+MAN_LINGUAS = C $(USE_LINGUAS)
-POLINGUAS = $(shell grep -v "^\#" $(top_srcdir)/po/LINGUAS)
-MAN_LINGUAS = C $(POLINGUAS)
PAGES = deja-dup.1 deja-dup-preferences.1
@@ -52,7 +61,7 @@ clean-local-yes:
install-data-local: install-data-local-@USE_NLS@
install-data-local-no:
install-data-local-yes: man
- for lang in $(POLINGUAS); do \
+ for lang in $(USE_LINGUAS); do \
$(mkinstalldirs) "$(DESTDIR)$(mandir)/$$lang/man1"; \
$(INSTALL_DATA) $$lang/*.1 "$(DESTDIR)$(mandir)/$$lang/man1"; \
done
@@ -62,7 +71,7 @@ install-data-local-yes: man
uninstall-local: uninstall-local-@USE_NLS@
uninstall-local-no:
uninstall-local-yes: man
- for lang in $(POLINGUAS); do \
+ for lang in $(USE_LINGUAS); do \
for file in $(PAGES); do \
rm -f "$(DESTDIR)$(mandir)/$$lang/man1/$$file"; \
done \
--
1.7.8.4

@ -1,30 +0,0 @@
common/Makefile.am | 1 -
widgets/Makefile.am | 3 +--
2 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/common/Makefile.am b/common/Makefile.am
index a45f40e..1cad678 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -29,7 +29,6 @@ libcommon_la_LIBADD = \
@INTLLIBS@
noinst_HEADERS = \
- common.h \
chacks.h \
uriutils.h
diff --git a/widgets/Makefile.am b/widgets/Makefile.am
index af007e3..5c7c545 100644
--- a/widgets/Makefile.am
+++ b/widgets/Makefile.am
@@ -31,8 +31,7 @@ libwidgets_la_LIBADD = \
@INTLLIBS@ \
$(top_builddir)/common/libcommon.la
-noinst_HEADERS = \
- widgets.h
+noinst_HEADERS =
libwidgets_la_VALASOURCES = \
ConfigBool.vala \

@ -1,64 +0,0 @@
=== modified file 'tests/common/common.vala'
--- tests/common/common.vala 2011-11-22 01:26:19 +0000
+++ tests/common/common.vala 2011-12-11 19:30:42 +0000
@@ -39,38 +39,29 @@
Environment.unset_variable("DEJA_DUP_TESTING");
}
+void parse_one_dir (string to_parse, string? result)
+{
+ if (result != null)
+ assert(DejaDup.parse_dir(to_parse).equal(File.new_for_path(result)));
+}
+
void parse_dir()
{
- assert(DejaDup.parse_dir("$HOME").equal(
- File.new_for_path(Environment.get_home_dir())));
- assert(DejaDup.parse_dir("$TRASH").equal(
- File.new_for_path(Path.build_filename(Environment.get_user_data_dir(), "Trash"))));
- assert(DejaDup.parse_dir("$DESKTOP").equal(
- File.new_for_path(Environment.get_user_special_dir(UserDirectory.DESKTOP))));
- assert(DejaDup.parse_dir("$DOCUMENTS").equal(
- File.new_for_path(Environment.get_user_special_dir(UserDirectory.DOCUMENTS))));
- assert(DejaDup.parse_dir("$DOWNLOAD").equal(
- File.new_for_path(Environment.get_user_special_dir(UserDirectory.DOWNLOAD))));
- assert(DejaDup.parse_dir("$MUSIC").equal(
- File.new_for_path(Environment.get_user_special_dir(UserDirectory.MUSIC))));
- assert(DejaDup.parse_dir("$PICTURES").equal(
- File.new_for_path(Environment.get_user_special_dir(UserDirectory.PICTURES))));
- assert(DejaDup.parse_dir("$PUBLIC_SHARE").equal(
- File.new_for_path(Environment.get_user_special_dir(UserDirectory.PUBLIC_SHARE))));
- assert(DejaDup.parse_dir("$TEMPLATES").equal(
- File.new_for_path(Environment.get_user_special_dir(UserDirectory.TEMPLATES))));
- assert(DejaDup.parse_dir("$VIDEOS").equal(
- File.new_for_path(Environment.get_user_special_dir(UserDirectory.VIDEOS))));
- assert(DejaDup.parse_dir("VIDEOS").equal(
- File.new_for_path(Path.build_filename(Environment.get_home_dir(), "VIDEOS"))));
- assert(DejaDup.parse_dir("/VIDEOS").equal(
- File.new_for_path("/VIDEOS")));
- assert(DejaDup.parse_dir("file:VIDEOS").equal(
- File.parse_name("file:VIDEOS")));
- assert(DejaDup.parse_dir("file:///VIDEOS").equal(
- File.new_for_path("/VIDEOS")));
- assert(DejaDup.parse_dir("").equal(
- File.new_for_path(Environment.get_home_dir())));
+ parse_one_dir("", Environment.get_home_dir());
+ parse_one_dir("$HOME", Environment.get_home_dir());
+ parse_one_dir("$TRASH", Path.build_filename(Environment.get_user_data_dir(), "Trash"));
+ parse_one_dir("$DESKTOP", Environment.get_user_special_dir(UserDirectory.DESKTOP));
+ parse_one_dir("$DOCUMENTS", Environment.get_user_special_dir(UserDirectory.DOCUMENTS));
+ parse_one_dir("$DOWNLOAD", Environment.get_user_special_dir(UserDirectory.DOWNLOAD));
+ parse_one_dir("$MUSIC", Environment.get_user_special_dir(UserDirectory.MUSIC));
+ parse_one_dir("$PICTURES", Environment.get_user_special_dir(UserDirectory.PICTURES));
+ parse_one_dir("$PUBLIC_SHARE", Environment.get_user_special_dir(UserDirectory.PUBLIC_SHARE));
+ parse_one_dir("$TEMPLATES", Environment.get_user_special_dir(UserDirectory.TEMPLATES));
+ parse_one_dir("$VIDEOS", Environment.get_user_special_dir(UserDirectory.VIDEOS));
+ parse_one_dir("VIDEOS", Path.build_filename(Environment.get_home_dir(), "VIDEOS"));
+ parse_one_dir("/VIDEOS", "/VIDEOS");
+ parse_one_dir("file:///VIDEOS", "/VIDEOS");
+ assert(DejaDup.parse_dir("file:VIDEOS").equal(File.parse_name("file:VIDEOS")));
}
void parse_dir_list()

@ -1,3 +1,4 @@
DIST ophcrack-3.1.0.tar.bz2 238869 RMD160 81da41e980fa885bfc8a3420d93a7151dfed41af SHA1 f4f4665e1a94f9328354a218a23a6c38b15d5de5 SHA256 706bee5d11d246ae16cbca87436a70f0e6f6dbc7d49d14318c1c71e74f5e069d
DIST ophcrack-3.3.0.tar.bz2 255049 RMD160 fd3d2250304cfc7c4b9e6172261b7416725e2cb3 SHA1 14f27ff05cd92b40e483851597aa013ae324c154 SHA256 4c46f839cc752e6e9c69196574fa1fd17ff4e1bc4c1d1c0faa4b9228a3509a92
DIST ophcrack-3.3.1.tar.bz2 255238 RMD160 3a4562e861eb90030c68b067a02cc41271ee8c66 SHA1 65982407f0b7738940d5444530492ce1d81899f9 SHA256 4e23bfccde7962a873cd0c44f4da626795aec17fcfb078f4329ec7145b218d18
DIST ophcrack-3.4.0.tar.bz2 279806 RMD160 4ec31cf0926bb4f85f68b2fd646d37035a5d5a92 SHA1 346f7e4689f2c0fc65ba7087b1ae91d00edf15b6 SHA256 06cb22d95a8ded79eebb99ac19bd21b27321e85fe0f22f32407d0b925b66d3e3

@ -0,0 +1,42 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/ophcrack/ophcrack-3.4.0.ebuild,v 1.1 2012/05/06 14:13:43 ikelos Exp $
EAPI="3"
inherit eutils
DESCRIPTION="A time-memory-trade-off-cracker"
HOMEPAGE="http://ophcrack.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="qt4 debug +tables"
CDEPEND="dev-libs/openssl
net-libs/netwib
qt4? ( x11-libs/qt-gui:4 )"
DEPEND="app-arch/unzip
virtual/pkgconfig
${CDEPEND}"
RDEPEND="tables? ( app-crypt/ophcrack-tables )
${CDEPEND}"
src_configure() {
local myconf
myconf="$(use_enable qt4 gui)"
myconf="${myconf} $(use_enable debug)"
econf ${myconf} || die "Failed to compile"
}
src_install() {
emake install DESTDIR="${D}" || die "Installation failed."
cd "${S}"
newicon src/gui/pixmaps/os.xpm ophcrack.xpm
make_desktop_entry "${PN}" OphCrack ophcrack
}

@ -0,0 +1 @@
DIST gnome-dictionary-3.4.0.tar.xz 2155012 RMD160 a562d053cb12d08fad89b4eaa5033801ecfa9ff0 SHA1 4ac5035cf3edbd636ac65dc33f831c8276d4f054 SHA256 70a15987617f5ae39f1fc27f7ed0a039193b4704cef7b89ed3aea30ac38f56af

@ -0,0 +1,38 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/gnome-dictionary/gnome-dictionary-3.4.0.ebuild,v 1.1 2012/05/05 07:24:57 tetromino Exp $
EAPI="4"
GNOME2_LA_PUNT="yes"
inherit gnome2
DESCRIPTION="Dictionary utility for GNOME 3"
HOMEPAGE="https://live.gnome.org/GnomeUtils"
LICENSE="GPL-2 LGPL-2.1 FDL-1.1"
SLOT="0"
IUSE="doc ipv6"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
COMMON_DEPEND=">=dev-libs/glib-2.28.0:2
x11-libs/cairo
>=x11-libs/gtk+-3.0.0:3
x11-libs/pango"
RDEPEND="${COMMON_DEPEND}
gnome-base/gsettings-desktop-schemas
!<gnome-extra/gnome-utils-3.4"
# ${PN} was part of gnome-utils before 3.4
DEPEND="${COMMON_DEPEND}
app-text/gnome-doc-utils
>=dev-util/intltool-0.40
>=sys-devel/gettext-0.17
virtual/pkgconfig
doc? ( >=dev-util/gtk-doc-1.15 )"
pkg_setup() {
DOCS="AUTHORS NEWS README TODO"
G2CONF="${G2CONF}
--disable-schemas-compile
$(use_enable ipv6)"
}

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

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-doc/openmotif-manual/openmotif-manual-2.3.0.ebuild,v 1.10 2010/06/07 12:17:19 angelos Exp $
# $Header: /var/cvsroot/gentoo-x86/app-doc/openmotif-manual/openmotif-manual-2.3.0.ebuild,v 1.11 2012/05/06 00:58:10 aballier Exp $
DESCRIPTION="Manual for Open Motif"
HOMEPAGE="http://www.motifzone.net/"
@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.ics.com/openmotif/openmotif-${PV}-manual.pdf.tgz"
LICENSE="OPL"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
S="${WORKDIR}"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.4-r1.ebuild,v 1.9 2012/05/03 07:25:09 ulm Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.4-r1.ebuild,v 1.10 2012/05/06 17:33:17 armin76 Exp $
EAPI=4
WANT_AUTOMAKE="none"
@ -14,7 +14,7 @@ SRC_URI="mirror://gnu/emacs/${P}.tar.bz2
LICENSE="GPL-3 FDL-1.3 BSD as-is MIT W3C unicode PSF-2"
SLOT="23"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="alsa aqua athena dbus gconf gif gpm gtk gzip-el hesiod jpeg kerberos livecd m17n-lib motif png sound source svg tiff toolkit-scroll-bars X Xaw3d xft +xpm"
REQUIRED_USE="aqua? ( !X )"

@ -0,0 +1,97 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/jedit/jedit-4.4.2-r1.ebuild,v 1.1 2012/05/06 11:55:30 sera Exp $
EAPI=4
WANT_ANT_TASKS="ant-nodeps"
JAVA_PKG_IUSE="doc"
inherit java-pkg-2 java-ant-2 eutils fdo-mime
DESCRIPTION="Programmer's editor written in Java"
HOMEPAGE="http://www.jedit.org"
SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}source.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
SLOT="0"
IUSE=""
RDEPEND="
>=virtual/jre-1.5"
# Fails to build docs with jdk7 #411371
DEPEND="
>=virtual/jdk-1.5
doc? (
virtual/jdk:1.6
=app-text/docbook-xml-dtd-4.3*
>=app-text/docbook-xsl-stylesheets-1.65.1
dev-libs/libxslt
)"
S="${WORKDIR}/jEdit"
JEDIT_HOME="/usr/share/${PN}"
java_prepare() {
if use doc; then
local xsl=$(echo /usr/share/sgml/docbook/xsl-stylesheets-*)
xsl=${xsl// *}
local xml=$(echo /usr/share/sgml/docbook/xml-dtd-4.3*)
xml=${xml// *}
echo "build.directory=." > build.properties
echo "docbook.dtd.catalog=${xml}/docbook.cat" >> build.properties
echo "docbook.xsl=${xsl}" >> build.properties
fi
# still need to do: bsh, com.microstar.xml.*, org.gjt.*
java-pkg_filter-compiler jikes
}
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_BUILD_TARGET="build"
# TODO could build more docs, ie userdocs target instead of generate-javadoc
EANT_DOC_TARGET="generate-javadoc"
# in fact needed only for docs, but shouldn't hurt
EANT_NEEDS_TOOLS="true"
src_install () {
dodir ${JEDIT_HOME}
cp -R build/${PN}.jar jars doc macros modes properties startup \
"${D}${JEDIT_HOME}" || die
java-pkg_regjar ${JEDIT_HOME}/${PN}.jar
java-pkg_dolauncher ${PN} --main org.gjt.sp.jedit.jEdit
use doc && java-pkg_dojavadoc build/classes/javadoc/api
make_desktop_entry ${PN} \
jEdit \
${JEDIT_HOME}/doc/${PN}.png \
"Development;Utility;TextEditor"
# keep the plugin directory
keepdir ${JEDIT_HOME}/jars
}
pkg_postinst() {
fdo-mime_desktop_database_update
elog "The system directory for jEdit plugins is"
elog "${JEDIT_HOME}/jars"
elog "If you get plugin related errors on startup, first try updating them."
}
pkg_postrm() {
fdo-mime_desktop_database_update
elog "jEdit plugins installed into /usr/share/jedit/jars"
elog "(after installation of jEdit itself) haven't been"
elog "removed. To get rid of jEdit completely, you may"
elog "want to run"
elog ""
elog "\trm -r ${JEDIT_HOME}"
elog "Ignore this message if you are reinstalling or upgrading."
}

@ -1,5 +1,2 @@
DIST scite301.tgz 1810301 RMD160 3f3c7614d7ac261520aa5721522584166977b7ca SHA1 175e616e9449ee94fa19d6ba38c0fe8963c20593 SHA256 603859e1ec1c05c1722d836b08180be36a70cc6662a6b574e83019b0da902e5d
DIST scite302.tgz 1825937 RMD160 58deba8cc61299ce3e827dc01dde12a39f394789 SHA1 c614e10ff3e2b0af85fb9f7833592c4e7c82730b SHA256 a5687faaa201c39a4ec9608e8a77e418e259f525b21871a5c9f1282c62e58eaa
DIST scite303.tgz 1906430 RMD160 8b29fbe2da0cbb737a6d2783db5aa1953cd53aaa SHA1 c1ddd6d3744dcffe20d1784ebb86ad2f16d43515 SHA256 0d02b81f6f182366abe8133f4e727d802b756d33e9eeba5fe9ac69c4a17286fd
DIST scite304.tgz 1927166 RMD160 7b5871cf28feb396b4ed59e3f88f1600bea3a1e2 SHA1 b7328d649678d998619a27d59f74ba3cd83f9a80 SHA256 2cdd67520d248716496240a629aa5cd56760b52d327ee18d53640e77e02af481
DIST scite310.tgz 1933322 RMD160 4d4ebe0e229714eae8684fb6cbd7e11cd6e73612 SHA1 ab527b265be8f21092fcc9987038550fde122fbb SHA256 09b020a331f7c54edd731440fa1c717776021d5dc775e58965f8ef71673202e3

@ -1,88 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.1.ebuild,v 1.7 2012/05/03 18:33:01 jdhore Exp $
EAPI="4"
inherit toolchain-funcs eutils
MY_PV=${PV//./}
DESCRIPTION="A very powerful editor for programmers"
HOMEPAGE="http://www.scintilla.org/SciTE.html"
SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
LICENSE="Scintilla"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~x86-fbsd"
IUSE="lua"
RDEPEND="dev-libs/glib
x11-libs/cairo
x11-libs/gtk+:2
x11-libs/gdk-pixbuf
x11-libs/pango
lua? ( >=dev-lang/lua-5 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-apps/sed-4"
S="${WORKDIR}/${PN}/gtk"
src_prepare() {
cd "${WORKDIR}/scintilla/gtk"
sed -i makefile \
-e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
-e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
-e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
-e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-e "s#-Os##" \
|| die "error patching makefile"
cd "${WORKDIR}/scite/gtk"
sed -i makefile \
-e "s#-rdynamic#-rdynamic ${LDFLAGS}#" \
|| die "error patching makefile"
cd "${S}"
sed -i makefile \
-e 's#usr/local#usr#g' \
-e 's#/gnome/apps/Applications#/applications#' \
-e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
-e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
-e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
-e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-e 's#${D}##' \
-e 's#-g root#-g 0#' \
-e "s#-Os##" \
|| die "error patching makefile"
cd "${WORKDIR}"
epatch "${FILESDIR}/${PN}-3.0.1-no-lua.patch"
}
src_compile() {
emake -C ../../scintilla/gtk
if use lua; then
emake
else
emake NO_LUA=1
fi
}
src_install() {
dodir /usr/bin
dodir /usr/share/{pixmaps,applications}
emake prefix="${ED}/usr" install
# we have to keep this because otherwise it'll break upgrading
mv "${ED}/usr/bin/SciTE" "${ED}/usr/bin/scite" || die
dosym /usr/bin/scite /usr/bin/SciTE
# replace .desktop file with our own working version
rm -f "${ED}/usr/share/applications/SciTE.desktop"
insinto /usr/share/applications
doins "${FILESDIR}/scite.desktop"
doman ../doc/scite.1
dodoc ../README
}

@ -1,88 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.2.ebuild,v 1.3 2012/05/03 18:33:01 jdhore Exp $
EAPI="4"
inherit toolchain-funcs eutils
MY_PV=${PV//./}
DESCRIPTION="A very powerful editor for programmers"
HOMEPAGE="http://www.scintilla.org/SciTE.html"
SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
LICENSE="Scintilla"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="lua"
RDEPEND="dev-libs/glib
x11-libs/cairo
x11-libs/gtk+:2
x11-libs/gdk-pixbuf
x11-libs/pango
lua? ( >=dev-lang/lua-5 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-apps/sed-4"
S="${WORKDIR}/${PN}/gtk"
src_prepare() {
cd "${WORKDIR}/scintilla/gtk"
sed -i makefile \
-e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
-e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
-e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
-e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-e "s#-Os##" \
|| die "error patching makefile"
cd "${WORKDIR}/scite/gtk"
sed -i makefile \
-e "s#-rdynamic#-rdynamic ${LDFLAGS}#" \
|| die "error patching makefile"
cd "${S}"
sed -i makefile \
-e 's#usr/local#usr#g' \
-e 's#/gnome/apps/Applications#/applications#' \
-e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
-e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
-e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
-e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-e 's#${D}##' \
-e 's#-g root#-g 0#' \
-e "s#-Os##" \
|| die "error patching makefile"
cd "${WORKDIR}"
epatch "${FILESDIR}/${PN}-3.0.1-no-lua.patch"
}
src_compile() {
emake -C ../../scintilla/gtk
if use lua; then
emake
else
emake NO_LUA=1
fi
}
src_install() {
dodir /usr/bin
dodir /usr/share/{pixmaps,applications}
emake prefix="${ED}/usr" install
# we have to keep this because otherwise it'll break upgrading
mv "${ED}/usr/bin/SciTE" "${ED}/usr/bin/scite" || die
dosym /usr/bin/scite /usr/bin/SciTE
# replace .desktop file with our own working version
rm -f "${ED}/usr/share/applications/SciTE.desktop"
insinto /usr/share/applications
doins "${FILESDIR}/scite.desktop"
doman ../doc/scite.1
dodoc ../README
}

@ -1,88 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.3.ebuild,v 1.2 2012/05/03 18:33:01 jdhore Exp $
EAPI="4"
inherit toolchain-funcs eutils
MY_PV=${PV//./}
DESCRIPTION="A very powerful editor for programmers"
HOMEPAGE="http://www.scintilla.org/SciTE.html"
SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
LICENSE="Scintilla"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
IUSE="lua"
RDEPEND="dev-libs/glib
x11-libs/cairo
x11-libs/gtk+:2
x11-libs/gdk-pixbuf
x11-libs/pango
lua? ( >=dev-lang/lua-5 )"
DEPEND="${RDEPEND}
virtual/pkgconfig
>=sys-apps/sed-4"
S="${WORKDIR}/${PN}/gtk"
src_prepare() {
cd "${WORKDIR}/scintilla/gtk"
sed -i makefile \
-e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
-e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
-e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
-e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-e "s#-Os##" \
|| die "error patching makefile"
cd "${WORKDIR}/scite/gtk"
sed -i makefile \
-e "s#-rdynamic#-rdynamic ${LDFLAGS}#" \
|| die "error patching makefile"
cd "${S}"
sed -i makefile \
-e 's#usr/local#usr#g' \
-e 's#/gnome/apps/Applications#/applications#' \
-e "s#^CXXFLAGS=#CXXFLAGS=${CXXFLAGS} #" \
-e "s#^\(CXXFLAGS=.*\)-Os#\1#" \
-e "s#^CC =\(.*\)#CC = $(tc-getCXX)#" \
-e "s#^CCOMP =\(.*\)#CCOMP = $(tc-getCC)#" \
-e 's#${D}##' \
-e 's#-g root#-g 0#' \
-e "s#-Os##" \
|| die "error patching makefile"
cd "${WORKDIR}"
epatch "${FILESDIR}/${PN}-3.0.1-no-lua.patch"
}
src_compile() {
emake -C ../../scintilla/gtk
if use lua; then
emake
else
emake NO_LUA=1
fi
}
src_install() {
dodir /usr/bin
dodir /usr/share/{pixmaps,applications}
emake prefix="${ED}/usr" install
# we have to keep this because otherwise it'll break upgrading
mv "${ED}/usr/bin/SciTE" "${ED}/usr/bin/scite" || die
dosym /usr/bin/scite /usr/bin/SciTE
# replace .desktop file with our own working version
rm -f "${ED}/usr/share/applications/SciTE.desktop"
insinto /usr/share/applications
doins "${FILESDIR}/scite.desktop"
doman ../doc/scite.1
dodoc ../README
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.4.ebuild,v 1.4 2012/05/03 18:33:01 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-editors/scite/scite-3.0.4.ebuild,v 1.5 2012/05/05 21:55:50 ranger Exp $
EAPI="4"
@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/scintilla/${PN}${MY_PV}.tgz"
LICENSE="Scintilla"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~x86-fbsd"
KEYWORDS="amd64 ppc x86 ~x86-fbsd"
IUSE="lua"
RDEPEND="dev-libs/glib

@ -1,20 +1,3 @@
diff --git a/vmmon-only/linux/iommu.c b/vmmon-only/linux/iommu.c
index c692c2d..501d602 100644
--- a/vmmon-only/linux/iommu.c
+++ b/vmmon-only/linux/iommu.c
@@ -42,6 +42,12 @@
#define PCI_BDF_SLOTFUNC(bdf) PCI_DEVFN(PCI_SLOT(bdf), PCI_FUNC(bdf))
#define PCI_BDF_BUS(bdf) (((bdf) >> 8) & 0xff)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 2, 0)
+#include <linux/pci.h>
+#define iommu_found() iommu_present(&pci_bus_type)
+#define iommu_domain_alloc() iommu_domain_alloc(&pci_bus_type)
+#endif
+
typedef struct PassthruDevice {
uint32 bdf;
struct pci_dev *pdev;
diff --git a/vmnet-only/filter.c b/vmnet-only/filter.c
index 491add5..74f7a3b 100644
--- a/vmnet-only/filter.c

@ -1,86 +0,0 @@
diff --git a/vmnet-only/filter.c b/vmnet-only/filter.c
index 491add5..74f7a3b 100644
--- a/vmnet-only/filter.c
+++ b/vmnet-only/filter.c
@@ -40,6 +40,10 @@
#include "vnetInt.h"
#include "vmnetInt.h"
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 2, 0)
+#include <linux/export.h>
+#endif
+
// VNet_FilterLogPacket.action for dropped packets
#define VNET_FILTER_ACTION_DRP (1)
#define VNET_FILTER_ACTION_DRP_SHORT (2)
diff --git a/vmnet-only/netif.c b/vmnet-only/netif.c
index 4bdb643..5b71339 100644
--- a/vmnet-only/netif.c
+++ b/vmnet-only/netif.c
@@ -62,7 +62,9 @@ static int VNetNetifClose(struct net_device *dev);
static int VNetNetifStartXmit(struct sk_buff *skb, struct net_device *dev);
static struct net_device_stats *VNetNetifGetStats(struct net_device *dev);
static int VNetNetifSetMAC(struct net_device *dev, void *addr);
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 2, 0)
static void VNetNetifSetMulticast(struct net_device *dev);
+#endif
#if 0
static void VNetNetifTxTimeout(struct net_device *dev);
#endif
@@ -131,7 +133,9 @@ VNetNetIfSetup(struct net_device *dev) // IN:
.ndo_stop = VNetNetifClose,
.ndo_get_stats = VNetNetifGetStats,
.ndo_set_mac_address = VNetNetifSetMAC,
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 2, 0)
.ndo_set_multicast_list = VNetNetifSetMulticast,
+#endif
/*
* We cannot stuck... If someone will report problems under
* low memory conditions or some such, we should enable it.
@@ -152,7 +156,9 @@ VNetNetIfSetup(struct net_device *dev) // IN:
dev->stop = VNetNetifClose;
dev->get_stats = VNetNetifGetStats;
dev->set_mac_address = VNetNetifSetMAC;
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 2, 0)
dev->set_multicast_list = VNetNetifSetMulticast;
+#endif
/*
* We cannot stuck... If someone will report problems under
* low memory conditions or some such, we should enable it.
@@ -612,11 +618,12 @@ VNetNetifSetMAC(struct net_device *dev, // IN:
*----------------------------------------------------------------------
*/
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 2, 0)
void
VNetNetifSetMulticast(struct net_device *dev) // IN: unused
{
}
-
+#endif
/*
*----------------------------------------------------------------------
diff --git a/vmnet-only/userif.c b/vmnet-only/userif.c
index 541187b..77e0089 100644
--- a/vmnet-only/userif.c
+++ b/vmnet-only/userif.c
@@ -517,10 +517,18 @@ VNetCsumCopyDatagram(const struct sk_buff *skb, // IN: skb to copy
unsigned int tmpCsum;
const void *vaddr;
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 2, 0)
+ vaddr = kmap(skb_frag_page(frag));
+#else
vaddr = kmap(frag->page);
+#endif
tmpCsum = csum_and_copy_to_user(vaddr + frag->page_offset,
curr, frag->size, 0, &err);
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 2, 0)
+ kunmap(skb_frag_page(frag));
+#else
kunmap(frag->page);
+#endif
if (err) {
return err;
}

@ -8,4 +8,7 @@
<longdescription>
VMware kernel modules.
</longdescription>
<use>
<flag name="pax_kernel">Apply patch needed for pax enabled kernels</flag>
</use>
</pkgmetadata>

@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-264.2-r1.ebuild,v 1.1 2012/03/26 16:14:40 vadimk Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-264.3.ebuild,v 1.1 2012/05/05 14:51:31 vadimk Exp $
EAPI="2"
EAPI="4"
inherit eutils flag-o-matic linux-info linux-mod versionator
@ -17,7 +17,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="hardened"
IUSE="pax_kernel"
RDEPEND=""
DEPEND="${RDEPEND}
@ -63,8 +63,9 @@ src_prepare() {
epatch "${FILESDIR}/${PV_MAJOR}-makefile-include.patch"
epatch "${FILESDIR}/${PV_MAJOR}-jobserver.patch"
epatch "${FILESDIR}/${PV_MAJOR}-netdevice.patch"
epatch "${FILESDIR}/${PV}-3.2.0.patch"
use hardened && epatch "${FILESDIR}/hardened.patch"
epatch "${FILESDIR}/${PV_MAJOR}-3.2.0.patch"
use pax_kernel && epatch "${FILESDIR}/hardened.patch"
epatch "${FILESDIR}/${PV_MAJOR}-apic.patch"
}
src_install() {

@ -1,4 +1,4 @@
DIST VMware-Player-3.1.5-491717.i386.bundle 107094686 RMD160 293941018c9dec86eee8161eac82c4079140070c SHA1 4156bdfb7f679114671b416d178028fdc4d3beb4 SHA256 8a614bb32b680ef5fe75f65de7e842ecd32caaab434ef94bc89565df03706b01
DIST VMware-Player-3.1.5-491717.x86_64.bundle 103019114 RMD160 b1a2544e5718474a1987389136a42034dfbc2ff2 SHA1 a253a486d6c6848620de200ef1837ced903daa1c SHA256 5aa1f01d09a1c39da06f3a314d3e47e75e80b4a345ef76dabe14e538fe3bc511
DIST VMware-Player-4.0.2-591240.i386.bundle 131962526 RMD160 fd624e21895c8cd2c05e4bfe59f719e67aae0736 SHA1 a3973dd32a1a39644d30532dc4cb4c6216869415 SHA256 774bc82e6079b723d57029f6511c8f10ebba5f41d1ba862151a41040e172052a
DIST VMware-Player-4.0.2-591240.x86_64.bundle 129693508 RMD160 4b626e85a5828cb2023e181f71d94c609568665d SHA1 d417eb8538660db4ef07271fcc08152a3494bb58 SHA256 4aa09bed05c7fffa2e96b788f24626abcbe7d59749da544f37aedd15e1f459a8
DIST VMware-Player-4.0.3-703057.i386.bundle 131948181 RMD160 7bf00bf52cd99ce8c2c811c14d88b02496db5ce2 SHA1 1c00cde50dc6c651393c85db6449010cf552c3eb SHA256 1a79eb7578b9752740a86246ec70785846b8ceab3c76a15c86daad5b7a45e216
DIST VMware-Player-4.0.3-703057.x86_64.bundle 129687987 RMD160 4488e8f23d0d0491ef20686e91cc64f6d16f8877 SHA1 83c4365f4b43713e8cee13998c394331990a0fd3 SHA256 1b97b0c98f2f0c7194a979cad982cf38735943fdbc833529128504e1edd1022a

@ -1,14 +1,15 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/vmware-player-4.0.2.591240.ebuild,v 1.1 2012/03/10 14:19:47 vadimk Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/vmware-player-4.0.3.703057.ebuild,v 1.1 2012/05/05 14:50:49 vadimk Exp $
EAPI="4"
inherit eutils versionator fdo-mime gnome2-utils vmware-bundle
inherit eutils versionator fdo-mime gnome2-utils pax-utils vmware-bundle
MY_PN="VMware-Player"
MY_PV="$(replace_version_separator 3 - $PV)"
MY_P="${MY_PN}-${MY_PV}"
PV_MINOR=$(get_version_component_range 3)
DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators"
HOMEPAGE="http://www.vmware.com/products/player/"
@ -76,7 +77,7 @@ RDEPEND="dev-cpp/cairomm
x11-libs/pango
x11-libs/startup-notification
!app-emulation/vmware-workstation"
PDEPEND="~app-emulation/vmware-modules-264.2
PDEPEND="~app-emulation/vmware-modules-264.${PV_MINOR}
vmware-tools? ( app-emulation/vmware-tools )"
S=${WORKDIR}
@ -173,6 +174,8 @@ src_install() {
fperms 0755 "${VM_INSTALL_DIR}"/lib/vmware/lib/{wrapper-gtk24.sh,libgksu2.so.0/gksu-run-helper}
fperms 4711 "${VM_INSTALL_DIR}"/lib/vmware/bin/vmware-vmx{,-debug,-stats}
pax-mark -m "${D}${VM_INSTALL_DIR}"/lib/vmware/bin/vmware-vmx
# create the environment
local envd="${T}/90vmware"
cat > "${envd}" <<-EOF

@ -1,24 +1,24 @@
DIST vmware-tools-freebsd-8.4.8-491717.i386.component.tar 18227200 RMD160 9b5cd2d2ec8a63cbe4d09e16943b5877a87e477e SHA1 da619d2bf8540a2cba612ebc39c509b2acbb0842 SHA256 dce856aed590e13b1cab54c59cdee7cb81c4e8b39beab6e3e6836ab8f1bfca6c
DIST vmware-tools-freebsd-8.4.8-491717.x86_64.component.tar 18227200 RMD160 4f7c1fa970b94490167cc0aad933154bded40e71 SHA1 207cb57bab3929e4397591edb797157e9e3c4403 SHA256 60974cfdca052f6984ca5c006509a39643bae6f12485aaea98d21086db1580d4
DIST vmware-tools-freebsd-8.8.2-591240.i386.component.tar 15656960 RMD160 231a60c63b79a49c9a49cef78be7e12d97258672 SHA1 a3480e1505fd3a18742f4eec0a1e4eddef1514f6 SHA256 564be13275c0772b7ee0c439a5d2ed95894ea5de60f5877f8f631ddecabf015a
DIST vmware-tools-freebsd-8.8.2-591240.x86_64.component.tar 15656960 RMD160 46772e2c4f04fcb6e08d1f7baebe2cc8114225f8 SHA1 2c7647d21a1673527bdd32a34470ee4d43e18268 SHA256 85337fac3f8aed1ad7b13e753bb01237385cc6775fe03ce70dc67660dd526aa2
DIST vmware-tools-freebsd-8.8.2-703057.i386.component.tar 15656960 RMD160 3c2c214ff77741710805bb597322ca9e71574cf2 SHA1 dde2da071ad31a9bcf7a6960563a313a6526bbf8 SHA256 75e640966db992ec190c3e4c55bcd96fd88c9bc97a40bb78cf00da75f8e54aad
DIST vmware-tools-freebsd-8.8.2-703057.x86_64.component.tar 15656960 RMD160 2c25fbf35652dd6119df01af6ebcc3851e2a13bb SHA1 7dc2d1c02429ff731003435639cf612083d33b7d SHA256 95420bce839e73eefd8e42dce8ed123ae3371c2ec15276c823a98244f09d78d8
DIST vmware-tools-linux-8.4.8-491717.i386.component.tar 107601920 RMD160 7d9d53337391bf08e4ae8a32f7dca46f39a608f0 SHA1 870443e43d7105db89d6bd1a329764ab3b07685a SHA256 799da75391d7112ee10df068a4c60519aaedb6989eeb94a5efe296b3423045a3
DIST vmware-tools-linux-8.4.8-491717.x86_64.component.tar 107601920 RMD160 2c355199fa561ad80dfca0ba6f0b477e529ceb44 SHA1 000469569298d3601f7ba961252474f9acbed609 SHA256 924f4c786678dc4405a2bff77f784d020561cd1aa6e59951fc963fb257e84c55
DIST vmware-tools-linux-8.8.2-591240.i386.component.tar 59392000 RMD160 8f06b9806a9f9c2003c85da41436ca4087dbc957 SHA1 0750c087c129f65c1b991840d929b71dbb70c72c SHA256 a3cea9cd07597a7f67a6f3025cc013f14d3a828b867351b415e36281d38b36f7
DIST vmware-tools-linux-8.8.2-591240.x86_64.component.tar 59392000 RMD160 3be8b9ad390fb21018ffc8e8f887f56848b60c12 SHA1 8914f239c95fb8f31b03b15da979618a9d0c3a10 SHA256 31fb2956a6ed622e3793a0fdd29b8a712f77c6c938ee7db867ae77236f04ce30
DIST vmware-tools-linux-8.8.2-703057.i386.component.tar 59392000 RMD160 57bf734c3f7386585c452c6bf2170d0206f898c3 SHA1 5cdaeec5b9bb6472f4f318b143424c2176eb52e2 SHA256 d6e03b2edcc598fcd969c2aee347abbf593c41b7fe5557874e48b41764736c90
DIST vmware-tools-linux-8.8.2-703057.x86_64.component.tar 59392000 RMD160 54fe9bd5fe7b12084ba078ae801c9e5262742ecb SHA1 f43053bca38bb3bd8ff2266080696f2f893ae5f1 SHA256 e0e6488c04512e52d373682bacfb39810bafe9c514156cee3d311e6cf38668a4
DIST vmware-tools-netware-8.4.8-491717.i386.component.tar 81920 RMD160 16d2a8c376c09af2a867fc659d6d72222186ecc2 SHA1 37cc1d311b9a43ba4fbeb5cf00d996b74db3b4f8 SHA256 c862e2f78a2cdb915defa26a1084513c51ea0729c865f57936361cb29187f09f
DIST vmware-tools-netware-8.4.8-491717.x86_64.component.tar 81920 RMD160 e2f2c6efb63bb55c9e501ed80c692acfc626ac33 SHA1 bace6ea27cd9729dc19ffd5bfbcc83cdba3d4d34 SHA256 dc2f236d3b1dcd56919de26b3437e5073085d4384908b7524df15286edbfa1a0
DIST vmware-tools-netware-8.8.2-591240.i386.component.tar 81920 RMD160 b8fc9d31433faa5a6a54584b8dc246e86d8dd301 SHA1 ce509824a8b6177eb290514a43dca5c8722e1f39 SHA256 8e2df152a39a5b0828a16f17ae2624b6c4f05e21b89d95bbf275209bc2ce4d1a
DIST vmware-tools-netware-8.8.2-591240.x86_64.component.tar 81920 RMD160 a0ecb524d51939ec574a49cf92246face0e6c050 SHA1 2ef0960618d0b5eae448ec77cdbcec49c28fa8d3 SHA256 b458c38f086073627d271ef182aae7fb05db85da1124b35f0c3db0518e3cb3b9
DIST vmware-tools-netware-8.8.2-703057.i386.component.tar 81920 RMD160 2f889e6538cc2303c427431b72544e0d938b7c24 SHA1 264108bcb563676091e7e1bdc63345575d918b07 SHA256 182cf9d6e1566dde3882de9663578deaffeda8e15e4d51d73a4cfa94065b5b16
DIST vmware-tools-netware-8.8.2-703057.x86_64.component.tar 81920 RMD160 ab2f4f6edbe255cb0c0636110adacc08821903e7 SHA1 75e3a27d3847bdb4e608b334c37dcf6a6f5c0e5f SHA256 d90f5ebdc913f915ca03ae0693cdc96171589405bea08bcc1f263a6c44d801f7
DIST vmware-tools-solaris-8.4.8-491717.i386.component.tar 19589120 RMD160 3335405f2ece766d015b088268ccc04e5394e932 SHA1 b94b080633172fdabfe73a218112d4abf9b3855e SHA256 4ba329fce0ad15c666351647e258387afc9ef97dede069e3a969891682e62c92
DIST vmware-tools-solaris-8.4.8-491717.x86_64.component.tar 19589120 RMD160 85e836fe603908213be643f12a938aed9e46d4c3 SHA1 bf99f0f7d1a136cad62501fb8cf811a979f5ecde SHA256 3776cf65c3457f57933ea499f3479cc5fc0b85e6f54d40f0d05e608609261f5c
DIST vmware-tools-solaris-8.8.2-591240.i386.component.tar 12779520 RMD160 37f7db02d58984c1c6159e0d85c037bf80d160be SHA1 65177c972c96d459bb31c493e98019601a2ad654 SHA256 ddbb60ed91fcab8383675436bf51a121526b3c402b80c6cd51bcafbddf55ce45
DIST vmware-tools-solaris-8.8.2-591240.x86_64.component.tar 12779520 RMD160 b13627a5e4cddbf5ebbc80bd29f6ad1573fea3ef SHA1 44765384451cfcbb2c5e4ece4ddbdd6db98cd77d SHA256 5f0125516c755de26511518619fa2c52dbaed8f6c9f63d0aecd4ddbb3b2388ba
DIST vmware-tools-solaris-8.8.2-703057.i386.component.tar 12779520 RMD160 39dd90f0d2463236bbd7d73db3092bcb4d9972b9 SHA1 4012a2ae0efd48965930b4d9da79c7b641d32ac7 SHA256 53d60b563c69c5370c212da0692d118373ec9211590a369576474d6a33ed37d4
DIST vmware-tools-solaris-8.8.2-703057.x86_64.component.tar 12779520 RMD160 a8a27e101d9916db3590bc10b879a94365b767c7 SHA1 48afb8378a6ea7a438d4049548789354c6c3d7bb SHA256 947f9994f8f3f532db3e1b48937ea3b83ecd627de76326337b27eed4cb1980c0
DIST vmware-tools-winPre2k-8.4.8-491717.i386.component.tar 11059200 RMD160 0622bb424ccd80a62584a248c2927923f078f519 SHA1 bcf6297b9389b43ed081a071a4b321c8086d67c4 SHA256 2ec0f90287324a37bf66a718f792d466edd8bf0f3e3c5039b782a3db6fd763c5
DIST vmware-tools-winPre2k-8.4.8-491717.x86_64.component.tar 11059200 RMD160 4d12bf4663b154cbd2fee5dbf8570d94823dac0a SHA1 d56d64fb00c764a697609e8c12a4b4e90b192f44 SHA256 34ac2895b39701076034bfd00c9fc8d09994c1d0366abddbac2151d51bde1d15
DIST vmware-tools-winPre2k-8.8.2-591240.i386.component.tar 11253760 RMD160 fad2a59f93be99d996e4278d6db80846ae16d13e SHA1 916b1e3ca1d42a99400d62457fc778d252d8dbbd SHA256 403b3802d1655f10ed9ca2aba74fe45488efebe52b5122d3a87788238ff3200d
DIST vmware-tools-winPre2k-8.8.2-591240.x86_64.component.tar 11253760 RMD160 fbf94dd29cefa67321e7e0da6e4405ec9f79ef09 SHA1 52a0dc8c3a2f87578f5b070ac52d4d940c6f4b69 SHA256 f57648ffa572317cf264ff01eb6481c3049c0fbb632d96cbedc835b764c72f8b
DIST vmware-tools-winPre2k-8.8.2-703057.i386.component.tar 11253760 RMD160 6573c9aaeca2907523a36956aff96b18dff01167 SHA1 38c479d52017e9b043466f9031aa06e14fa2506c SHA256 3bc209a40bcc150dbf37269324b2d10980526b8592b770d456642283920c0d90
DIST vmware-tools-winPre2k-8.8.2-703057.x86_64.component.tar 11253760 RMD160 0d70bfbd1a7a43de7fc1fae9bfc590e8472f1a70 SHA1 d1c698de64a799b50343fd3b3ed1726efd843d52 SHA256 f9d730239ca482fb46c483add4f7e72cc6a630be4ff9f6002d4617aa71fb8eb6
DIST vmware-tools-windows-8.4.8-491717.i386.component.tar 38174720 RMD160 675c1a884d781879fb6c71b007f81b0deee701e8 SHA1 7d728676e20dc863a96eef5d253c2a4c8616d803 SHA256 80d79afcd36a0458fb59e2423af9915b676593b9306c12d22e0f339600768b9a
DIST vmware-tools-windows-8.4.8-491717.x86_64.component.tar 38174720 RMD160 03ce9520fd251b748f8553508bec0d86a783ff61 SHA1 928c8697fa8a14ecf6d2cd43c99c807acdb696d4 SHA256 06ab70677eb1b71f9418f80f956efce877b68d2a7e98814bad6bcc33a468bd0f
DIST vmware-tools-windows-8.8.2-591240.i386.component.tar 50237440 RMD160 dc368e7dd0244ba49ea1611e5cf339b7a54eae55 SHA1 f7f33d4d3b7e1387779c97cfdaeb40caccf6b0de SHA256 a17d03fb84e029c278bed3245c94309eea3f7994f932e33d17ed53a06efea530
DIST vmware-tools-windows-8.8.2-591240.x86_64.component.tar 50237440 RMD160 9efcfd8e276bf4865edaf6104cd0abb24399b8d4 SHA1 bf7e66fccedf76622488b3d520060959c5e6d21e SHA256 1a75613819295d100642a6d33dedf9382bfae52e8cc6a1df0f2ed0ea0fa5bfe7
DIST vmware-tools-windows-8.8.2-703057.i386.component.tar 50237440 RMD160 432d9cb9aa745506a394002792ab2cf6bfe83ff3 SHA1 549b31bbc6a5b7be5c0707d3236425932f9077f0 SHA256 2682cd6e438c9928114177d3d503e3619b723dfbc49b204db759045453a38065
DIST vmware-tools-windows-8.8.2-703057.x86_64.component.tar 50237440 RMD160 ac02282eff58c88847ae1082f3d8783c5d8cbb37 SHA1 1b03259e108579390cbf12d7cab92e16e70cc3d6 SHA256 df1fac4cf41116577bbe332849638f59d19ccbfa506b7a4b3cfa93da94ac860e

@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-tools/vmware-tools-8.8.2.591240.ebuild,v 1.1 2012/03/10 14:19:04 vadimk Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-tools/vmware-tools-8.8.2.703057.ebuild,v 1.1 2012/05/05 14:49:10 vadimk Exp $
inherit versionator vmware-bundle
MY_PV="$(replace_version_separator 3 - $PV)"
BASE_URI="http://softwareupdate.vmware.com/cds/vmw-desktop/player/4.0.$(get_version_component_range 3)/$(get_version_component_range 4)/linux/packages/"
BASE_URI="http://softwareupdate.vmware.com/cds/vmw-desktop/player/4.0.3/$(get_version_component_range 4)/linux/packages/"
DESCRIPTION="VMware Tools for guest operating systems"
HOMEPAGE="http://www.vmware.com/products/player/"

@ -1,4 +1,4 @@
DIST VMware-Workstation-7.1.5-491717.i386.bundle 130351656 RMD160 110bc8a4486bdf24cf9b293a4376fb89e0aff56d SHA1 f112d0e5ad00d285982d998c36a554dad4c43700 SHA256 a0f05693cf82ce2fe49b5009bbd2dfb531606b55f8b6656e7e4b06b051c2655c
DIST VMware-Workstation-7.1.5-491717.x86_64.bundle 137361206 RMD160 b5f302400a0c33b2bc4a2b68ccc070f9329af047 SHA1 0cca1399008630ed76374d794806d60a93dc3e97 SHA256 857a71e4022a357a49aadc0516dae8909b34abf7a3681fbba5e76d92ee3be90b
DIST VMware-Workstation-Full-8.0.2-591240.i386.bundle 339158324 RMD160 59806d3a85620fa19d32797d7eb434a5525e0647 SHA1 94c4d04b7b24ae03ead29f17445d576173d40bb4 SHA256 0605d68622887b916cb1c774bb4c26481bd97de4f13bfd13b950f10809d119e7
DIST VMware-Workstation-Full-8.0.2-591240.x86_64.bundle 338890534 RMD160 a00f0d203aa0a03aaf00bbe678c38b2c1b30012d SHA1 6ad52e8f0768e279639cd41abeda4f9358b40d0f SHA256 804590c103d0ee09fbcfe5adcfa3bd99d2dc9e4a98dc61d4d4067e550ba7f6ec
DIST VMware-Workstation-Full-8.0.3-703057.i386.bundle 339143008 RMD160 29a9a350b78b3b5389a452372c1d3853eba9fba6 SHA1 08ac903c012ef887bf45b3f9f83a4d3200fe25d1 SHA256 a7c6287af03c99d4db9eba2c2cac3c899c4096be7a093be5df7223e5ec4e7caf
DIST VMware-Workstation-Full-8.0.3-703057.x86_64.bundle 338884931 RMD160 e6717d271a4ece4ae05651db2390f74b0bebfebb SHA1 b8d189b6717d49abc49401fc4ad50b187ff2e813 SHA256 9cdf5f9ed85c1d6c6fbae0ba32a7c0b5097599c4b4660c2391303e8928f46fda

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-8.0.2.591240.ebuild,v 1.1 2012/03/10 14:20:59 vadimk Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-8.0.3.703057.ebuild,v 1.1 2012/05/05 14:52:20 vadimk Exp $
EAPI="4"
@ -9,6 +9,7 @@ inherit eutils versionator fdo-mime gnome2-utils pam vmware-bundle
MY_PN="VMware-Workstation"
MY_PV="$(replace_version_separator 3 - $PV)"
MY_P="${MY_PN}-Full-${MY_PV}"
PV_MINOR=$(get_version_component_range 3)
DESCRIPTION="Emulate a complete PC on your PC without the usual performance overhead of most emulators"
HOMEPAGE="http://www.vmware.com/products/workstation/"
@ -82,7 +83,7 @@ RDEPEND="dev-cpp/cairomm
x11-libs/startup-notification
x11-themes/hicolor-icon-theme
!app-emulation/vmware-player"
PDEPEND="~app-emulation/vmware-modules-264.2
PDEPEND="~app-emulation/vmware-modules-264.${PV_MINOR}
vmware-tools? ( app-emulation/vmware-tools )"
S=${WORKDIR}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.16.ebuild,v 1.2 2012/05/02 17:21:45 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-forensics/afflib/afflib-3.6.16.ebuild,v 1.4 2012/05/05 21:49:03 ranger Exp $
EAPI="4"
PYTHON_DEPEND="python? 2"
@ -14,7 +14,7 @@ SRC_URI="http://afflib.org/downloads/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64 ~hppa ~ppc ~x86"
KEYWORDS="amd64 ~hppa ppc x86"
IUSE="fuse ncurses python qemu readline s3 static-libs threads"
RDEPEND="dev-libs/expat

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

@ -2,6 +2,9 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>lcd</herd>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription lang="en">
GLCDprocDriver is the glue between the app-misc/graphlcd-base
library, which is written in C++, and app-misc/lcdproc's

@ -1,3 +1 @@
DIST lcd-stuff-0.1.2.tar.bz2 117031 RMD160 91b464463f5adfe9d8609facb3d1190625011107 SHA1 1cc66dd5054b00098b5fb499076747801830fdf7 SHA256 793c1de326f0f0124bb586f2e183435aef9d6cf808fa11f9c84bcd3c67df5aae
DIST lcd-stuff-0.1.5.tar.bz2 125409 RMD160 0f61eda466c359023f602b9978423ca7e5f59f6d SHA1 9e50e50aaa9de2edbd59094839399d532deb2bef SHA256 1a2cee8fd02ec0ba9eaea580116b7ecfc316bba197080c803efb5c79827c69a2
DIST lcd-stuff-0.1.6.tar.bz2 126696 RMD160 7fb6b3aaf1ea0ba4a2e7c9874c493df03a1a9d94 SHA1 cc387dda9b211a72e3b653d9e0c7d98457e72591 SHA256 c42ff77f5cf2b88bb7b46b73453f3f2d20617d93ebf1b5ff28ce365afa40500e

@ -1,66 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd-stuff/lcd-stuff-0.1.2-r1.ebuild,v 1.5 2012/05/03 19:41:32 jdhore Exp $
inherit eutils
DESCRIPTION="lcd-stuff is a client for lcdproc that displays RSS, Weather, MPD and new mail."
HOMEPAGE="http://lcd-stuff.berlios.de/"
SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
KEYWORDS="amd64 x86"
SLOT="0"
LICENSE="GPL-2" # and GPL-2 only
RDEPEND="app-misc/lcdproc
net-misc/curl
dev-libs/glib
imap? ( net-libs/libetpan )
mpd? ( >=media-libs/libmpd-0.12.0 )
mp3? ( media-libs/taglib )
xml? ( net-libs/libnxml )
rss? ( net-libs/libmrss net-libs/libnxml )"
DEPEND="${DEPEND}
virtual/pkgconfig"
IUSE="imap mpd mp3 xml rss"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-mpd.patch"
epatch "${FILESDIR}/${PN}-0.1.3-socket-h.patch"
}
src_compile() {
local XMLRSSLIB="$(use_enable rss mrss)"
if use rss ; then
# If we want rss, we must also have xml
XMLRSSLIB="${XMLRSSLIB} --enable-nxml"
else
XMLRSSLIB="${XMLRSSLIB} $(use_enable xml nxml)"
fi
econf \
$(use_enable imap libetpan) \
$(use_enable mpd libmpd) \
$(use_enable mp3 taglib_c) \
$XMLRSSLIB \
|| die "configure failed"
emake || die "make failed"
}
src_install()
{
emake DESTDIR="${D}" install || die "make install failed"
insinto /etc
doins lcd-stuff.conf
newconfd "${FILESDIR}/${PN}.confd" ${PN}
newinitd "${FILESDIR}/${PF}.initd" ${PN}
dodoc ChangeLog README
}

@ -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/app-misc/lcd-stuff/lcd-stuff-0.1.5.ebuild,v 1.4 2012/05/03 19:41:32 jdhore Exp $
inherit eutils
DESCRIPTION="lcd-stuff is a client for lcdproc that displays RSS, Weather, MPD and new mail."
HOMEPAGE="http://lcd-stuff.berlios.de/"
SRC_URI="mirror://berlios/${PN}/${P}.tar.bz2"
KEYWORDS="amd64 x86"
SLOT="0"
LICENSE="GPL-2" # and GPL-2 only
RDEPEND="app-misc/lcdproc
net-misc/curl
dev-libs/glib
imap? ( net-libs/libetpan )
mpd? ( >=media-libs/libmpd-0.12.0 )
mp3? ( media-libs/taglib )
xml? ( net-libs/libnxml )
rss? ( net-libs/libmrss net-libs/libnxml )"
DEPEND="${DEPEND}
virtual/pkgconfig"
IUSE="imap mpd mp3 xml rss"
src_compile() {
local XMLRSSLIB="$(use_enable rss mrss)"
if use rss ; then
# If we want rss, we must also have xml
XMLRSSLIB="${XMLRSSLIB} --enable-nxml"
else
XMLRSSLIB="${XMLRSSLIB} $(use_enable xml nxml)"
fi
econf \
$(use_enable imap libetpan) \
$(use_enable mpd libmpd) \
$(use_enable mp3 taglib_c) \
$XMLRSSLIB \
|| die "configure failed"
emake || die "make failed"
}
src_install()
{
emake DESTDIR="${D}" install || die "make install failed"
insinto /etc
doins lcd-stuff.conf
newconfd "${FILESDIR}/${PN}.confd" ${PN}
newinitd "${FILESDIR}/${PN}-0.1.2-r1.initd" ${PN}
dodoc ChangeLog README
}

@ -3,9 +3,12 @@
<pkgmetadata>
<herd>lcd</herd>
<maintainer>
<email>bernhard.walle@gmx.de</email>
<name>Bernhard Walle</name>
<description>Upstream maintainer wants to be CC'ed directly on bugs.</description>
<email>maintainer-needed@gentoo.org</email>
</maintainer>
<maintainer>
<email>bernhard.walle@gmx.de</email>
<name>Bernhard Walle</name>
<description>Upstream maintainer wants to be CC'ed directly on bugs.</description>
</maintainer>
<longdescription lang="en">
lcd-stuff is a client for app-misc/lcdproc written in C. It features

@ -0,0 +1,12 @@
diff -ur lcd4linux-0.10.1-RC2.orig/lcd4linux.c lcd4linux-0.10.1-RC2/lcdinux-0.10.1-RC2/lcd4linux.c
--- lcd4linux.c 2007-03-22 15:10:41.000000000 +0900
+++ lcd4linux.c 2011-11-23 12:12:03.782869315 +0800
@@ -26,7 +26,7 @@
*/
#include "config.h"
-
+#include <sys/stat.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>

@ -1,9 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r2.ebuild,v 1.8 2010/03/05 23:26:14 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/lcd4linux/lcd4linux-0.10.1_rc2-r2.ebuild,v 1.9 2012/05/06 16:24:52 pacho Exp $
EAPI=4
PYTHON_DEPEND="python? 2"
WANT_AUTOMAKE="1.9"
inherit eutils multilib autotools
inherit eutils multilib autotools python
MY_P=${P/_rc/-RC}
@ -36,7 +38,6 @@ done
DEPEND="
mysql? ( virtual/mysql )
python? ( dev-lang/python )
iconv? ( virtual/libiconv )
mpd? ( media-libs/libmpd )
@ -59,26 +60,26 @@ RDEPEND="${DEPEND}"
S="${WORKDIR}/${MY_P}"
pkg_setup() {
echo
elog "If you wish to compile only specific plugins, please use"
elog "the LCD4LINUX_PLUGINS environment variable. Plugins must be comma separated and can be either of:"
elog "apm cpuinfo diskstats dvb exec file i2c_sensors imon isdn kvv loadavg meminfo netdev pop3 ppp proc_stat seti statfs uname uptime wireless"
echo
}
src_unpack() {
unpack ${A}
cd "${S}"
if use python; then
python_set_active_version 2
python_pkg_setup
fi
}
src_prepare() {
epatch "${FILESDIR}/${P}-warnings.patch"
epatch "${FILESDIR}/${P}-mpd.patch"
epatch "${FILESDIR}/${P}-nordtsc.patch"
epatch "${FILESDIR}/${P}-autoconf-2.65.patch"
epatch "${FILESDIR}/${P}-missing-header.patch"
eautoreconf
}
src_compile() {
src_configure() {
# This array contains the driver names required by configure --with-drivers=
# The positions must be the same as the corresponding use_expand flags
local DEVICE_DRIVERS=(BeckmannEgle BWCT CrystalFontz Curses Cwlinux
@ -153,12 +154,10 @@ src_compile() {
|| die "econf failed"
sed -i.orig -e 's/-L -lX11/ -lX11 /g' Makefile || die "sed fixup failed"
emake || die "make failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
emake DESTDIR="${D}" install
dodoc README ChangeLog
@ -171,11 +170,9 @@ src_install() {
pkg_postinst() {
if use lcd_devices_lcdlinux; then
echo
ewarn "To actually use the lcd-linux devices, you will need to install the lcd-linux kernel module."
ewarn "You can either do that yourself, see http://lcd-linux.sf.net or "
ewarn "checkout http://overlays.gentoo.org/dev/jokey/browser/trunk and emerge app-misc/lcd-linux"
echo
fi
ewarn "If you are upgrading, please note that the default config file was moved to /etc/lcd4linux.conf"
}

@ -2,6 +2,9 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>lcd</herd>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
</maintainer>
<longdescription lang="en">
LCD4Linux is a small program that grabs information from the kernel and some
subsystems and displays it on an external liquid crystal display. It is

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-17.5.ebuild,v 1.3 2012/04/27 06:06:48 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/nut/nut-17.5.ebuild,v 1.4 2012/05/05 21:53:59 ranger Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~ppc x86"
KEYWORDS="~alpha amd64 ~arm ppc x86"
IUSE="fltk"
RDEPEND="

@ -1 +1 @@
DIST pystopwatch-2011.04.04.1.tar.gz 14938 RMD160 38246281338069e28a3093a93ae2814e8e6c7381 SHA1 d984f0df813245e7e0ce20b62690324a384469b9 SHA256 0f5fbb33d75004b5dfbdcd7f2d361ba145d53e579bbcdc82021e315d31b10ce3
DIST pystopwatch-2012.02.17.84795.tar.xz 14512 RMD160 5d241c7b1041463f88fd83c352c2b0f53484dbfb SHA1 341f145787fb19cc15d472e4fedf89b5409d5f87 SHA256 5c62958ad2ec05d044805fd4b5e3a1995c46460fbeebd4410351e087d2592aa4

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/pystopwatch-2011.04.04.1.ebuild,v 1.1 2012/02/07 22:28:05 xmw Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/pystopwatch/pystopwatch-2012.02.17.84795.ebuild,v 1.1 2012/05/05 12:23:16 xmw Exp $
EAPI=4
@ -10,7 +10,7 @@ inherit python
DESCRIPTION="clock and two countdown functions that can minimize to the tray"
HOMEPAGE="http://xyne.archlinux.ca/projects/pystopwatch"
SRC_URI="http://xyne.archlinux.ca/src/${P}.tar.gz"
SRC_URI="http://xyne.archlinux.ca/projects/${PN}/archives/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
@ -20,8 +20,6 @@ IUSE=""
RDEPEND="dev-python/pygtk:2"
DEPEND=""
S=${WORKDIR}/${PN}
src_prepare() {
unpack ./man/${PN}.1.gz
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2.ebuild,v 1.2 2012/04/28 00:58:51 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/libreoffice-bin-debug-3.5.2.2.ebuild,v 1.3 2012/05/06 14:05:26 ago Exp $
EAPI=4
@ -46,7 +46,7 @@ SRC_URI="
IUSE="gnome java kde"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
KEYWORDS="-* amd64 ~x86"
RDEPEND="=app-office/${PN/-debug}-${PVR}[gnome=,java=,kde=]"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.2.2.ebuild,v 1.4 2012/05/04 20:50:24 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/libreoffice-bin-3.5.2.2.ebuild,v 1.6 2012/05/06 14:05:10 ago Exp $
EAPI=4
@ -51,7 +51,7 @@ SRC_URI="
IUSE="+cups debug gnome java kde"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
KEYWORDS="-* amd64 ~x86"
BIN_COMMON_DEPEND="
>=sys-libs/glibc-2.14.1-r3
@ -107,8 +107,7 @@ COMMON_DEPEND="
"
RDEPEND="${COMMON_DEPEND}
!app-office/libreoffice-bin
!app-office/libreoffice-bin-debug
!app-office/libreoffice
!app-office/openoffice-bin
!app-office/openoffice
media-fonts/libertine-ttf

@ -3,6 +3,7 @@ DIST 185d60944ea767075d27247c3162b3bc-unowinreg.dll 12288 RMD160 40a15ad43e92335
DIST 1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz 1652670 RMD160 6056046e4043e3e6a613029fe94f5f1728bebcd5 SHA1 8f949ae74a6d66278a595bd063f13e0ad196d14a SHA256 390a5085651828b8fe12aa978b200f59b9155eedbb91a4be89bf7cf39eefdd4a
DIST 35c94d2df8893241173de1d16b6034c0-swingExSrc.zip 9796 RMD160 687165fa06edad490e6173f3b868e1e1afdfc2c9 SHA1 1acea86fd399ed7817879d36370d3d1f8b109050 SHA256 64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1
DIST 798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip 1521926 RMD160 68e248ec03675458f0536282ef250efa42c4c154 SHA1 8a90669029e107b61953b90ba11545fef586c2ca SHA256 1fb458d6aab06932693cc8a9b6e4e70944ee1ff052fa63606e3131df34e21753
DIST a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip 23150 RMD160 923870cf88023713a492e0a5c5d5707ec21d8739 SHA1 2d49e11b0b711970f494294dc3698f05eb294853 SHA256 75823776fb51a9c526af904f1503a7afaaab900fba83eda64f8a41073724c870
DIST ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip 2732347 RMD160 28bdf89bab559d82d82c75f6a339b5351ee06f48 SHA1 528dc8fa11343fa2a5d584dd2f8d5e2238ed78ba SHA256 64f8d737c32756713d60c22efe3978a59fa167cdeaa2d3d0a1646b1f2232b825
DIST ea91f2fb4212a21d708aced277e6e85a-vigra1.4.0.tar.gz 12735186 RMD160 a2776747753219a110e8d5b39939d0914cfec37d SHA1 908c4053f8f4e6214426a41b1e4134e7bc86098e SHA256 dc6445d2c0445e5536010b80bd811adda6741ed82b288fe831d5be9902457941
DIST libreoffice-binfilter-3.5.2.2.tar.xz 5979532 RMD160 104eb7ef0c53700b664d7cae871d96ac9cd2a286 SHA1 feeaa103adf07f9eb5578f4073a8a464b2abadfd SHA256 aadccf388989331d0738059e6fd0c70b9fb48bb6ca622a243365d8253b1a4b30

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild,v 1.40 2012/05/03 20:00:40 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild,v 1.41 2012/05/05 14:31:15 scarabeus Exp $
EAPI=4
@ -37,7 +37,7 @@ SRC_URI="branding? ( http://dev.gentooexperimental.org/~scarabeus/${BRANDING} )"
# Split modules following git/tarballs
# Core MUST be first!
MODULES="core binfilter"
MODULES="core binfilter help"
# Only release has the tarballs
if [[ ${PV} != *9999* ]]; then
for i in ${DEV_URI}; do
@ -156,8 +156,8 @@ PDEPEND="
"
# FIXME: cppunit should be moved to test conditional
# after everything upstream is under gbuild
# as dmake execute tests right away
# after everything upstream is under gbuild
# as dmake execute tests right away
DEPEND="${COMMON_DEPEND}
>=dev-libs/boost-1.46
>=dev-libs/libxml2-2.7.8
@ -323,10 +323,10 @@ src_configure() {
[[ -z ${jbs} ]] && jbs="1"
# sane: just sane.h header that is used for scan in writer, not
# linked or anything else, worthless to depend on
# linked or anything else, worthless to depend on
# vigra: just uses templates from there
# it is serious pain in the ass for packaging
# should be replaced by boost::gil if someone interested
# it is serious pain in the ass for packaging
# should be replaced by boost::gil if someone interested
internal_libs+="
--without-system-sane
--without-system-vigra
@ -468,7 +468,23 @@ src_configure() {
}
src_compile() {
# this is not a proper make script and the jobs are passed during configure
# hack for offlinehelp, this needs fixing upstream at some point
# it is broken because we send --without-help
# https://bugs.freedesktop.org/show_bug.cgi?id=46506
(
source "${S}/Env.host.sh" 2&> /dev/null
local path="${SOLARVER}/${INPATH}/res/img"
mkdir -p "${path}" || die
echo "perl \"${S}/helpcontent2/helpers/create_ilst.pl\" -dir=default_images/res/helpimg > \"${path}/helpimg.ilst\""
perl "${S}/helpcontent2/helpers/create_ilst.pl" \
-dir=default_images/res/helpimg \
> "${path}/helpimg.ilst"
[[ -s "${path}/helpimg.ilst" ]] || ewarn "The help images list is empty, something is fishy, report a bug."
)
# not a proper make script
make build || die
}
@ -498,7 +514,7 @@ src_install() {
# It is broken because we send --without-help
# https://bugs.freedesktop.org/show_bug.cgi?id=46506
insinto /usr/$(get_libdir)/libreoffice/help
doins xmlhelp/util/main_transform.xsl
doins xmlhelp/util/*.xsl
}
pkg_preinst() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.61 2012/05/04 23:06:58 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.67 2012/05/06 10:55:04 scarabeus Exp $
EAPI=4
@ -37,7 +37,8 @@ SRC_URI="branding? ( http://dev.gentooexperimental.org/~scarabeus/${BRANDING} )"
# Split modules following git/tarballs
# Core MUST be first!
MODULES="core binfilter"
# Help is used for the image generator
MODULES="core binfilter help"
# Only release has the tarballs
if [[ ${PV} != *9999* ]]; then
for i in ${DEV_URI}; do
@ -58,12 +59,11 @@ unset DEV_URI
# These are bundles that can't be removed for now due to huge patchsets.
# If you want them gone, patches are welcome.
ADDONS_SRC+=" ${ADDONS_URI}/ea91f2fb4212a21d708aced277e6e85a-vigra1.4.0.tar.gz"
ADDONS_SRC+=" xmlsec? ( ${ADDONS_URI}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz )"
ADDONS_SRC+=" xmlsec? ( ${ADDONS_URI}/1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz )" # modifies source code
ADDONS_SRC+=" java? ( ${ADDONS_URI}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip )"
ADDONS_SRC+=" java? ( ${ADDONS_URI}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip )"
ADDONS_SRC+=" java? ( ${ADDONS_URI}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip )"
ADDONS_SRC+=" java? ( ${ADDONS_URI}/ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip )"
ADDONS_SRC+=" odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll )"
ADDONS_SRC+=" libreoffice_extensions_wiki-publisher? ( ${ADDONS_URI}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip )" # no release for 8 years, should we package it?
ADDONS_SRC+=" odk? ( http://download.go-oo.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll )" # not packageable
SRC_URI+=" ${ADDONS_SRC}"
unset ADDONS_URI
@ -74,14 +74,12 @@ IUSE="binfilter +branding +cups dbus eds gnome +graphite gstreamer +gtk gtk3
jemalloc kde mysql +nsplugin odk opengl postgres svg test +vba +webdav
+xmlsec"
LO_EXTS="nlpsolver pdfimport presenter-console presenter-minimizer scripting-beanshell scripting-javascript"
LO_EXTS="nlpsolver pdfimport presenter-console presenter-minimizer scripting-beanshell scripting-javascript wiki-publisher"
# Unneeded extension (just can be separate package:
# google-docs ; barcode ; diagram ; hunart ; numbertext ; oooblogger ; typo ;
# validator ; watch-window ;
# validator ; watch-window ; ct2n (requres two patches from lo tree -> repack)
# Extensions that need extra work:
# report-builder: missing java packages
# ct2n: not checked
# wiki-publisher: missing java packages
for lo_xt in ${LO_EXTS}; do
IUSE+=" libreoffice_extensions_${lo_xt}"
done
@ -149,8 +147,14 @@ COMMON_DEPEND="
)
jemalloc? ( dev-libs/jemalloc )
libreoffice_extensions_pdfimport? ( >=app-text/poppler-0.16[xpdf-headers,cxx] )
libreoffice_extensions_scripting-beanshell? (
>=dev-java/bsh-2.0_beta4
libreoffice_extensions_scripting-beanshell? ( >=dev-java/bsh-2.0_beta4 )
libreoffice_extensions_scripting-javascript? ( dev-java/rhino:1.6 )
libreoffice_extensions_wiki-publisher? (
dev-java/commons-codec:0
dev-java/commons-httpclient:3
dev-java/commons-lang:2.1
dev-java/commons-logging:0
dev-java/tomcat-servlet-api:3.0
)
mysql? ( >=dev-db/mysql-connector-c++-1.1.0 )
opengl? ( virtual/opengl )
@ -225,6 +229,7 @@ REQUIRED_USE="
libreoffice_extensions_nlpsolver? ( java )
libreoffice_extensions_scripting-beanshell? ( java )
libreoffice_extensions_scripting-javascript? ( java )
libreoffice_extensions_wiki-publisher? ( java )
"
S="${WORKDIR}/${PN}-core-${PV}"
@ -368,8 +373,24 @@ src_configure() {
--with-jdk-home=$(java-config --jdk-home 2>/dev/null)
--with-java-target-version=$(java-pkg_get-target)
--with-jvm-path="${EPREFIX}/usr/$(get_libdir)/"
--with-beanshell-jar=$(java-pkg_getjar bsh bsh.jar)
"
use libreoffice_extensions_scripting-beanshell && \
java_opts+=" --with-beanshell-jar=$(java-pkg_getjar bsh bsh.jar)"
use libreoffice_extensions_scripting-javascript && \
java_opts+=" --with-rhino-jar=$(java-pkg_getjar rhino-1.6 js.jar)"
if use libreoffice_extensions_wiki-publisher; then
java_opts+="
--with-commons-codec-jar=$(java-pkg_getjar commons-codec commons-codec.jar)
--with-commons-httpclient-jar=$(java-pkg_getjar commons-httpclient-3 commons-httpclient.jar)
--with-commons-lang-jar=$(java-pkg_getjar commons-lang-2.1 commons-lang.jar)
--with-commons-logging-jar=$(java-pkg_getjar commons-logging commons-logging.jar)
--with-servlet-api-jar=$(java-pkg_getjar tomcat-servlet-api-3.0 servlet-api.jar)
"
fi
if use test; then
java_opts+=" --with-junit=$(java-pkg_getjar junit-4 junit.jar)"
else
@ -486,6 +507,22 @@ src_configure() {
}
src_compile() {
# hack for offlinehelp, this needs fixing upstream at some point
# it is broken because we send --without-help
# https://bugs.freedesktop.org/show_bug.cgi?id=46506
(
source "${S}/config_host.mk" 2&> /dev/null
local path="${SOLARVER}/${INPATH}/res/img"
mkdir -p "${path}" || die
echo "perl \"${S}/helpcontent2/helpers/create_ilst.pl\" -dir=icon-themes/galaxy/res/helpimg > \"${path}/helpimg.ilst\""
perl "${S}/helpcontent2/helpers/create_ilst.pl" \
-dir=icon-themes/galaxy/res/helpimg \
> "${path}/helpimg.ilst"
[[ -s "${path}/helpimg.ilst" ]] || ewarn "The help images list is empty, something is fishy, report a bug."
)
# this is not a proper make script
make build || die
}
@ -517,7 +554,7 @@ src_install() {
# It is broken because we send --without-help
# https://bugs.freedesktop.org/show_bug.cgi?id=46506
insinto /usr/$(get_libdir)/libreoffice/help
doins xmlhelp/util/main_transform.xsl
doins xmlhelp/util/*.xsl
}
pkg_preinst() {

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild,v 1.2 2012/04/12 14:46:23 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild,v 1.4 2012/05/05 17:32:56 ssuominen Exp $
EAPI=4
inherit cmake-utils user
@ -25,3 +25,12 @@ pkg_setup() {
}
DOCS="AUTHORS README README.devel"
src_configure() {
# Modules/FindUSB.cmake is broken wrt #414601
local mycmakeargs=(
-DUSB_INCLUDE_DIR=/usr/include/libusb-1.0
)
cmake-utils_src_configure
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.25.3.ebuild,v 1.2 2012/03/15 03:46:50 darkside Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.25.3.ebuild,v 1.3 2012/05/05 22:59:28 aballier Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="mirror://berlios/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
IUSE="debug +dep doc nls optimization security strong-optimization sqlite tools zsh-completion"
RDEPEND="sqlite? ( >=dev-db/sqlite-3 )

@ -1,5 +1,3 @@
DIST e-file-20110209 2985 RMD160 755a321dfdd3b9a0d1684ec436acb3bd983a7b45 SHA1 c6545136ca4943e3c43a0cb72bce4d0d86d64fee SHA256 f7abf133d6fea732d14f9eae43b831d5458e93782a54db0cecd4fdafbcb11d1c
DIST e-file-20110906 2974 RMD160 6b5aaf99b46b4a58e8d1c293a8e74528e8f2b2e9 SHA1 e8f8a5c0f995674940b548b58eb89dca5ac171f8 SHA256 bb79a48fb495f7cd4e9934bed2bccce818bbef5bc90cfb8a569568344dc8a241
DIST pfl-2.2 10999 RMD160 950a54dbc9f0a02f22acac8afb27b9c4207bd473 SHA1 a6ecead76365904e1f9ac2935ac6b19fecff2307 SHA256 2022db82bd458af4257047eab99a1f9b17a95b05d7f243f214484b0ffa935f6d
DIST pfl-2.3 14060 RMD160 76feb7d835247285d6406fe344b48af2fb5f91a4 SHA1 4a69f231992a3ac00ebfef42c42a268b6c5dc075 SHA256 7f7f95173e3c2203a9b585572a3898f9ccf2bfee9d167c76705ad816e253b4d6
DIST pfl-2.3.tar.bz2 6481 RMD160 9ff380e658c78d96b7bf85674bea7e7a057a37e7 SHA1 51e4fc50706c751892761f39f032e789d53c563b SHA256 40f9b5846abd561089a1cb80662d51ca49364353398407f4f1c74437281b8a6a

@ -1,70 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/pfl/pfl-2.2.ebuild,v 1.6 2011/11/06 16:45:12 ranger Exp $
EAPI=3
PYTHON_DEPEND=2
PYTHON_USE_WITH=xml
inherit python
MY_PV=20110209
DESCRIPTION="PFL is an online searchable file/package database for Gentoo"
HOMEPAGE="http://www.portagefilelist.de/index.php/Special:PFLQuery2"
SRC_URI="http://files.portagefilelist.de/${P}
http://files.portagefilelist.de/e-file-${MY_PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 arm ppc sparc x86"
IUSE="+network-cron"
DEPEND=""
RDEPEND="${DEPEND}
net-misc/curl
sys-apps/portage"
pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_unpack() {
cp "${DISTDIR}/${P}" "${WORKDIR}/${PN}.py"
cp "${DISTDIR}/e-file-${MY_PV}" "${WORKDIR}/e-file"
}
src_install() {
if use network-cron ; then
cat >> "${T}/${PN}" <<- EOF
#!/bin/sh
exec nice $(PYTHON) -O $(python_get_sitedir)/${PN}/${PN}.py >/dev/null
EOF
exeinto /etc/cron.weekly
doexe "${T}/${PN}" || die
fi
exeinto $(python_get_sitedir)/${PN}
doexe ${PN}.py || die
dobin e-file || die
dodir /var/lib/${PN} || die
}
pkg_postinst() {
python_mod_optimize ${PN}
if [[ ! -e "${ROOT%/}/var/lib/${PN}/pfl.info" ]]; then
touch "${ROOT%/}/var/lib/${PN}/pfl.info"
chown -R 0:portage "${ROOT%/}/var/lib/${PN}"
chmod 775 "${ROOT%/}/var/lib/${PN}"
fi
}
pkg_postrm() {
python_mod_cleanup ${PN}
}

@ -1,3 +1,3 @@
DIST dos2unix-5.3.1.tar.gz 54967 RMD160 2d97a1e57adcc6f2a2d237615f5963a4d4725fcf SHA1 df924653efb1f97f90c1017cb99d66b5e07ffc13 SHA256 21322fd3ab3a542c36ea72072251610b3075ca2ebca7d1500f8e4810f9e0982f
DIST dos2unix-5.3.2.tar.gz 56719 RMD160 15440229c1a0cf6ff03bedb2066e0cc48f7f2b28 SHA1 0df5fb5fae7758809105a1e6faf454e58d2af681 SHA256 2473f87b20bc9c6827ce2b3be376586d496c28dce35adb676a2129e82acb1c74
DIST dos2unix-5.3.3.tar.gz 58085 RMD160 cd2ebfcc94f19387f70da07ede3adb0e3e256ed5 SHA1 4a23f2b4e5d68a71119ae453b9045b7b7efd6f4a SHA256 60f62dc6536a22252204bc7cba8b411d5303859cd8b7eff27443445b0fc056ba
DIST dos2unix-6.0.tar.gz 67666 RMD160 f6b9f19e51958a7d108fbb17ca2b81f4edb970ae SHA1 77ff5b9203f2a0abc4900c00d69e8d5b67d617a5 SHA256 0a3dafe5ca3dc6f640a73197322975a4cb20e9bba699ebfecaaecc15f962389e

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-5.3.2.ebuild,v 1.1 2012/01/31 06:17:38 polynomial-c Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/dos2unix/dos2unix-6.0.ebuild,v 1.1 2012/05/06 15:16:07 polynomial-c Exp $
EAPI=4
@ -26,17 +26,21 @@ DEPEND="
dev-lang/perl"
src_prepare() {
epatch "${FILESDIR}"/${PN}-5.3.2-fix_debug_build.patch
sed \
-e '/^LDFLAGS/s|=|+=|' \
-e '/^CC/s|=|?=|' \
-e '/CFLAGS_OS \+=/d' \
-e '/LDFLAGS_EXTRA \+=/d' \
-e "/^CFLAGS/s|-O2|${CFLAGS}|" \
-i "${S}"/Makefile || die
-i Makefile || die
if use debug ; then
sed -e "/^DEBUG/s:0:1:" \
-e "/EXTRA_CFLAGS +=/s:-g::" \
-i Makefile || die
fi
tc-export CC
use debug && sed "/DEBUG/s:0:1:g" -i Makefile
}
lintl() {

@ -1,54 +0,0 @@
Index: Makefile
===================================================================
--- Makefile (revision 349)
+++ Makefile (working copy)
@@ -204,9 +204,14 @@
EXTRA_CFLAGS = -DVER_REVISION=\"$(DOS2UNIX_VERSION)\" \
-DVER_DATE=\"$(DOS2UNIX_DATE)\" \
+ -DVER_AUTHOR=\"$(DOS2UNIX_AUTHOR)\" \
-DDEBUG=$(DEBUG) \
$(CFLAGS_OS)
+ifeq ($(DEBUG), 1)
+ EXTRA_CFLAGS += -g
+endif
+
ifdef STATIC
EXTRA_CFLAGS += -static
endif
Index: dos2unix.c
===================================================================
--- dos2unix.c (revision 347)
+++ dos2unix.c (working copy)
@@ -60,8 +60,6 @@
*/
-#define VER_AUTHOR "Erwin Waterlander"
-
/* #define DEBUG 1 */
#include "common.h"
Index: unix2dos.c
===================================================================
--- unix2dos.c (revision 347)
+++ unix2dos.c (working copy)
@@ -50,8 +50,6 @@
*/
-#define VER_AUTHOR "Erwin Waterlander"
-
/* #define DEBUG 1 */
#include "common.h"
Index: version.mk
===================================================================
--- version.mk (revision 347)
+++ version.mk (working copy)
@@ -1,3 +1,4 @@
DOS2UNIX_VERSION = 5.3.2
DOS2UNIX_VERSION_SHORT = 532
DOS2UNIX_DATE = 2012-01-27
+DOS2UNIX_AUTHOR = 'Erwin Waterlander'

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/dvipsk/dvipsk-5.991_p20110705-r1.ebuild,v 1.8 2012/03/04 15:37:30 klausman Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/dvipsk/dvipsk-5.991_p20110705-r1.ebuild,v 1.9 2012/05/06 16:44:23 armin76 Exp $
EAPI=3
@ -29,7 +29,7 @@ SRC_URI="${SRC_URI} ) "
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="doc source"
DEPEND=">=dev-libs/kpathsea-6.0.1_p20110627"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.05-r1.ebuild,v 1.2 2012/05/04 03:33:15 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.05-r1.ebuild,v 1.3 2012/05/06 12:21:27 ago Exp $
EAPI=3
@ -19,7 +19,7 @@ SRC_URI="
LICENSE="GPL-3 CPL-1.0"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="bindist cups dbus djvu gtk idn jpeg2k static-libs X"
COMMON_DEPEND="

@ -1,65 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.27-r2.ebuild,v 1.9 2011/10/23 15:33:27 armin76 Exp $
EAPI=1
inherit eutils
DESCRIPTION="Convert HTML pages into a PDF document"
SRC_URI="mirror://easysw/htmldoc/${PV}/${P}-source.tar.bz2"
HOMEPAGE="http://www.easysw.com/htmldoc/"
IUSE="fltk ssl"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
DEPEND="
>=media-libs/libpng-1.4
virtual/jpeg
fltk? ( x11-libs/fltk:1 )
ssl? ( >=dev-libs/openssl-0.9.6e )"
RDEPEND="${DEPEND}"
# this needs to be figured out, since htmldoc looks for all three libs
# right now there's no virtual/ssl
#
# --enable-openssl use OpenSSL for SSL/TLS support, default=yes
# --enable-gnutls use GNU TLS for SSL/TLS support, default=yes
# --enable-cdsassl use CDSA for SSL/TLS support, default=yes
src_unpack() {
unpack ${A}
cd "${S}"
# make sure not to use the libs htmldoc ships with
mkdir foo ; mv jpeg foo/ ; mv png foo/ ; mv zlib foo/
epatch \
"${FILESDIR}"/${PN}-sscanf-overflows.patch \
"${FILESDIR}"/${PN}-fortify-fail.patch \
"${FILESDIR}"/${PN}-libpng15.patch
sed -i "s:^#define DOCUMENTATION \"\$prefix/share/doc/htmldoc\":#define DOCUMENTATION \"\$prefix/share/doc/${PF}/html\":" \
configure
}
src_compile() {
local myconf="$(use_enable ssl openssl) $(use_with fltk gui)"
econf ${myconf} || die "econf failed"
# Add missing -lfltk_images to LIBS
use fltk && sed -i 's:-lfltk :-lfltk -lfltk_images :g' Makedefs
emake || die "make failed"
}
src_install() {
einstall bindir="${D}/usr/bin" || die "einstall failed"
# Minor cleanups
mv "${D}/usr/share/doc/htmldoc" "${D}/usr/share/doc/${PF}"
dodir /usr/share/doc/${PF}/html
mv "${D}"/usr/share/doc/${PF}/*.html "${D}/usr/share/doc/${PF}/html"
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.27-r3.ebuild,v 1.7 2012/04/16 19:23:42 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/htmldoc/htmldoc-1.8.27-r3.ebuild,v 1.8 2012/05/06 11:40:05 xarthisius Exp $
EAPI="4"
inherit eutils
@ -12,7 +12,7 @@ HOMEPAGE="http://www.easysw.com/htmldoc/"
IUSE="fltk ssl"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86"
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86"
DEPEND=">=media-libs/libpng-1.4
virtual/jpeg

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-data/poppler-data-0.4.5-r1.ebuild,v 1.3 2012/04/26 20:27:59 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/poppler-data/poppler-data-0.4.5-r1.ebuild,v 1.4 2012/05/06 12:21:46 ago Exp $
EAPI="4"
@ -9,7 +9,7 @@ HOMEPAGE="http://poppler.freedesktop.org/"
SRC_URI="http://poppler.freedesktop.org/${P}.tar.gz"
LICENSE="BSD GPL-2 MIT"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
SLOT="0"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/ps2pkm/ps2pkm-1.5_p20110705.ebuild,v 1.8 2012/03/04 15:37:50 klausman Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/ps2pkm/ps2pkm-1.5_p20110705.ebuild,v 1.9 2012/05/06 16:45:54 armin76 Exp $
EAPI=3
@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-libs/kpathsea-6.0.1_p20110627"

@ -1,2 +1 @@
DIST qpdfview-0.2.2beta2.tar.gz 95153 RMD160 bada3cb7209ef336e0167c43dc372798c5194496 SHA1 1737e480201df8095a8f86ab032aa9ddb7961bb5 SHA256 f35285a341231ef60b1940c704b1dd12cc556e99caaa29fd06bbf56124761ac6
DIST qpdfview-0.2beta1.tar.gz 58485 RMD160 154e0e9e3b66d61b6f5ca2057364ab7fd70d7f77 SHA1 089879135d8de0e10541d12254559ecc940bdd59 SHA256 b195572a70a8928f2c76cc0a4236b131ea9ad1a7ac37556fbaeae5feffdebf6d
DIST qpdfview-0.2.2.tar.gz 97108 RMD160 2ab3d88a6b04da15e0b91ec0bcad44424696cfe5 SHA1 cc6f5f0e51704e21189e56987f8b8a4900f676e5 SHA256 d04623ad1d4e5f1f55d41989b08748ed0d034556c4f28ab0b6d6bf1e6e516cdb

@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.2.2_beta2.ebuild,v 1.1 2012/04/29 09:21:27 yngwin Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.2.2.ebuild,v 1.1 2012/05/05 14:19:10 yngwin Exp $
EAPI=4
inherit qt4-r2
DESCRIPTION="A tabbed PDF viewer using the poppler library"
HOMEPAGE="http://launchpad.net/qpdfview"
SRC_URI="https://launchpad.net/${PN}/trunk/${PV/_}/+download/${P/_}.tar.gz"
SRC_URI="https://launchpad.net/${PN}/${PV%.*}.x/${PV/_}/+download/${P/_}.tar.gz"
LICENSE="GPL-3"
SLOT="0"

@ -1,26 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdfview/qpdfview-0.2_beta1.ebuild,v 1.1 2012/03/09 15:43:20 ssuominen Exp $
# TODO: Install qpdfview_de.qm from translations/
EAPI=4
inherit qt4-r2
DESCRIPTION="A tabbed PDF viewer using the poppler library"
HOMEPAGE="http://launchpad.net/qpdfview"
SRC_URI="https://launchpad.net/${PN}/trunk/${PV/_}/+download/${P/_}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-text/poppler[qt4]
x11-libs/qt-core:4
x11-libs/qt-gui:4"
DEPEND="${RDEPEND}"
DOCS="README TODO"
S=${WORKDIR}/${P/_}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.3 2012/04/05 17:42:57 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0-r1.ebuild,v 1.4 2012/05/06 18:10:20 armin76 Exp $
EAPI=4
@ -10,7 +10,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~mips ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="unicode"
RDEPEND=">=dev-lang/perl-5.10.1

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0.ebuild,v 1.2 2012/03/15 01:12:22 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-5.0.ebuild,v 1.3 2012/05/06 18:10:20 armin76 Exp $
EAPI=4
@ -10,7 +10,7 @@ SRC_URI="mirror://nongnu/${PN}/${P}.tar.bz2"
LICENSE="CCPL-ShareAlike-1.0 FDL-1.3 GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="unicode"
RDEPEND=">=dev-lang/perl-5.10.1

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r5.ebuild,v 1.9 2012/05/04 03:33:13 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/texlive-core/texlive-core-2011-r5.ebuild,v 1.10 2012/05/06 18:15:41 armin76 Exp $
EAPI=3
@ -61,7 +61,7 @@ for i in ${TL_CORE_EXTRA_SRC_MODULES}; do
done
SRC_URI="${SRC_URI} )"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="cjk X doc source tk xetex"
MODULAR_X_DEPEND="X? (

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2011.ebuild,v 1.9 2012/03/04 15:36:49 klausman Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/texlive/texlive-2011.ebuild,v 1.10 2012/05/06 18:17:34 armin76 Exp $
EAPI="2"
@ -10,7 +10,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="cjk context detex doc dvi2tty dvipdfm extra games graphics
humanities jadetex luatex music omega pdfannotextractor png pstricks publishers science tex4ht
truetype xetex xindy xml X"

@ -1 +1,2 @@
DIST yelp-tools-3.2.1.tar.xz 194340 RMD160 90c023829f91ff2199311385ab64bc87f2d40ce8 SHA1 efcb194831ca3eb7d28d5e8b488d39e65efa8217 SHA256 0da05c50ed30f049d654dda4bc2b438fb29b728ec172945d8a1944abfdf1b7b9
DIST yelp-tools-3.4.1.tar.xz 196204 RMD160 de38c0ce98c5b5ee71614e44a0fcc46543207201 SHA1 2601739f95f76258bcae043466f94b24f2b97c98 SHA256 21f72c853020f71c526e79245ffabb15258b5f6030c64d41a3911740bd95b9c5

@ -0,0 +1,26 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/yelp-tools/yelp-tools-3.4.1.ebuild,v 1.1 2012/05/06 08:19:33 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
inherit gnome2
DESCRIPTION="Collection of tools for building and converting documentation"
HOMEPAGE="http://www.gnome.org/"
LICENSE="|| ( GPL-2 freedist ) GPL-2" # yelp.m4 is GPL2 || freely distributable
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-libs/libxml2-2.6.12
>=dev-libs/libxslt-1.1.8
dev-util/itstool
gnome-extra/yelp-xsl
sys-apps/gawk"
DEPEND="${RDEPEND}
virtual/pkgconfig"
DOCS="AUTHORS NEWS README"

@ -1,2 +1,3 @@
DIST sqliteodbc-0.87.tar.gz 456973 RMD160 cf194fb683f5a156682c55cccc76c2c60d3d978e SHA1 a0b4aaa8fb1bf691f1a5169db68da3919fc1dbef SHA256 3ffb3495bccb1b6169c3aac5e15016edcb596044b5f52b073c75223ae152372c
DIST sqliteodbc-0.93.tar.gz 667407 RMD160 92775540425b40657e514d4526cb435ca1a8ac04 SHA1 0a02894aac576047a0153987b5a3fe8e5067dcc1 SHA256 9cc89fe23d3a65abaefd6e78142eb010ba5de5078cdf443a33d9d17d0bd3eda0
DIST sqliteodbc-0.94.tar.gz 668053 RMD160 548e366df25099c162cdeab643f60b16c29c7cf3 SHA1 d7e7734c95e18313f31a7d124d89f2715826befc SHA256 0e621566d5a498c59cecc66b1c5177c85ae876e09c89d464c13b07b173d6c53f

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.93.ebuild,v 1.1 2012/03/24 12:02:33 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.93.ebuild,v 1.2 2012/05/05 11:10:37 xmw Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="http://www.ch-werner.de/sqliteodbc/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE=""
DEPEND=">=dev-db/sqlite-3.6

@ -0,0 +1,42 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/sqliteodbc/sqliteodbc-0.94.ebuild,v 1.1 2012/05/05 11:12:24 xmw Exp $
EAPI=4
inherit eutils toolchain-funcs
DESCRIPTION="ODBC driver to access local SQLite database files."
HOMEPAGE="http://www.ch-werner.de/sqliteodbc/"
SRC_URI="http://www.ch-werner.de/sqliteodbc/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE=""
DEPEND=">=dev-db/sqlite-3.6
|| (
>=dev-db/unixODBC-2.2
>=dev-db/libiodbc-3.5
)"
RDEPEND="${DEPEND}"
pkg_setup() {
tc-export CC
}
src_prepare() {
epatch "${FILESDIR}/${PN}-0.93-respect_LDFLAGS.patch"
}
src_configure() {
econf --disable-static
}
src_install() {
dodir "/usr/$(get_libdir)"
einstall
find "${D}" -name '*.la' -exec rm -f {} + || die "la file removal failed"
dodoc ChangeLog README
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r1.ebuild,v 1.5 2012/04/04 20:31:15 jdhore Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/tinycdb/tinycdb-0.77-r1.ebuild,v 1.6 2012/05/06 17:38:52 armin76 Exp $
EAPI="4"
@ -12,7 +12,7 @@ SRC_URI="http://www.corpit.ru/mjt/${PN}/${P/-/_}.tar.gz"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="amd64 hppa ~ia64 ppc x86"
KEYWORDS="amd64 hppa ia64 ppc x86"
IUSE="static-libs"
RESTRICT="test"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.1.ebuild,v 1.8 2012/03/31 18:30:32 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/unixODBC/unixODBC-2.3.1.ebuild,v 1.9 2012/05/06 13:02:50 grobian Exp $
EAPI=4
inherit libtool
@ -11,7 +11,7 @@ SRC_URI="http://ftp.unixodbc.org/pub/${PN}/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="+minimal odbcmanual static-libs"
RDEPEND=">=sys-devel/libtool-2.2.6b

@ -0,0 +1,16 @@
tests/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 97f5f4e..c02ca25 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -228,7 +228,7 @@ DEPS = \
$(top_builddir)/src/libgdiplus.la
LDADDS = \
- $(top_builddir)/src/libgdiplus.la
+ $(top_builddir)/src/libgdiplus.la -lX11 -lglib-2.0
testgdi_DEPENDENCIES = $(TEST_DEPS)
testgdi_LDADD = $(LDADDS)

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.10.9.ebuild,v 1.1 2012/05/04 11:52:34 ali_bush Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/libgdiplus/libgdiplus-2.10.9.ebuild,v 1.2 2012/05/05 16:23:59 jlec Exp $
EAPI=2
@ -31,7 +31,9 @@ DEPEND="${RDEPEND}"
RESTRICT="test"
PATCHES=( "${FILESDIR}/${PN}-2.10.1-libpng15.patch" )
PATCHES=(
"${FILESDIR}/${P}-gold.patch"
"${FILESDIR}/${PN}-2.10.1-libpng15.patch" )
src_prepare() {
go-mono_src_prepare

@ -0,0 +1 @@
DIST cmdlib-0.3.5.tar.gz 22881 RMD160 ac9a9effd600006762c83a8a890291a672845282 SHA1 3a950ec0578f4d22a4a5e96916c5d38ed66436e7 SHA256 b4f9d4e1d81a8776a6658e2b855b126c275f1e4c26d592d4dc9b134333712808

@ -0,0 +1,27 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cmdlib/cmdlib-0.3.5.ebuild,v 1.2 2012/05/05 13:19:44 gienah Exp $
# ebuild generated by hackport 0.2.13
EAPI=4
CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit base haskell-cabal
DESCRIPTION="a library for command line parsing & online help"
HOMEPAGE="http://hackage.haskell.org/package/cmdlib"
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/mtl[profile?]
dev-haskell/split[profile?]
>=dev-lang/ghc-6.10.1"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"
PATCHES=("${FILESDIR}/${PN}-0.3.4-ghc-6.12.patch")

@ -0,0 +1,16 @@
--- cmdlib-0.3.4-orig/System/Console/CmdLib/Command.hs 2011-10-07 07:19:48.000000000 +1100
+++ cmdlib-0.3.4/System/Console/CmdLib/Command.hs 2012-01-06 20:49:59.668959773 +1100
@@ -225,6 +225,13 @@
commandGroup :: (Commands a) => String -> a -> [CommandWrap]
commandGroup s l = [CommandGroup s (toCommands l)]
+#if !MIN_VERSION_mtl(2,0,0)
+instance Monad (Either e) where
+ return = Right
+ Left l >>= _ = Left l
+ Right r >>= k = k r
+#endif
+
-- TODO: disambiguation, hidden commands (aliases)
findCommand :: String -> [CommandWrap] -> [CommandWrap]
findCommand key list = case accum list of Left x -> [x]

@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>haskell</herd>
<maintainer>
<email>haskell@gentoo.org</email>
</maintainer>
<longdescription>
A commandline parsing library, based on getopt. Comes with a
powerful attribute system. Supports complex interfaces with many
options and commands, with option &amp; command grouping, with simple
and convenient API. Even though quite powerful, it strives to keep
simple things simple. The library uses &quot;System.Console.GetOpt&quot; as
its backend.
In comparison to the other commandline handling libraries:
Compared to cmdargs, cmdlib has a pure attribute system and is
based on GetOpt for help formatting &amp; argument parsing. Cmdlib may
also be more extendable due to typeclass design, and can use
user-supplied types for option arguments.
Cmdargs &gt;= 0.4 can optionally use a pure attribute system,
although this is clearly an add-on and the API is a second-class
citizen in relation to the impure version.
GetOpt and parseargs both require explicit flag representation, so
they live a level below cmdlib. GetOpt is in fact used as a
backend by cmdlib.
</longdescription>
</pkgmetadata>

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

Loading…
Cancel
Save