Sync with portage [Mon Dec 12 18:12:45 MSK 2011].

mhiretskiy
root 13 years ago
parent 11a5aca5b1
commit 36b2bfd829

@ -1 +1,2 @@
DIST eselect-gnome-shell-extensions-20110911.tar.xz 2684 RMD160 ddf4f1dea589a9a0410f59d7f9e6d58303f0bff3 SHA1 cf8bc0ebd822c1a53d2aea54ae195ea9a3b03c08 SHA256 2e6ee5cdd968ce4cb34d81487d72f3ce95c3709d7a528f34e73743678cfb4da9
DIST eselect-gnome-shell-extensions-20111211.tar.xz 2784 RMD160 6538c65a22050c19deafe6c9e2edc506a504cefb SHA1 99439a59e0f598ea3131227be7af0b6161862967 SHA256 020eee06656becc0b03b1f9b13cc653e64db344383e69c8502cd6e9803ddd30a

@ -0,0 +1,50 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-gnome-shell-extensions/eselect-gnome-shell-extensions-20111211.ebuild,v 1.1 2011/12/11 23:44:12 tetromino Exp $
EAPI="4"
DESCRIPTION="Manages system defaults for GNOME Shell extensions"
HOMEPAGE="http://www.gentoo.org"
SRC_URI="http://dev.gentoo.org/~tetromino/distfiles/${PN}/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
# gnome-shell schemas are used in pkg_postinst
COMMON_DEPEND="app-admin/eselect
>=dev-libs/glib-2.26:2
gnome-base/gsettings-desktop-schemas
gnome-base/gnome-shell"
RDEPEND="${COMMON_DEPEND}
dev-lang/perl
dev-perl/JSON"
DEPEND="${COMMON_DEPEND}
app-arch/xz-utils"
src_install() {
insinto "/usr/share/eselect/modules"
doins gnome-shell-extensions.eselect
keepdir "/etc/eselect/gnome-shell-extensions"
# The actual gschema override file will be greated in pkg_postinst.
dosym "/etc/eselect/gnome-shell-extensions/${PN}.gschema.override" \
"/usr/share/glib-2.0/schemas/${PN}.gschema.override"
}
pkg_postinst() {
einfo "Updating list of installed extensions"
eselect gnome-shell-extensions update || die
local keyname="disabled-extensions"
has_version ">=gnome-base/gnome-shell-3.1.90" &&
keyname="enabled-extensions"
elog
elog "eselect gnome-shell-extensions manages the system default value of"
elog "the org.gnome.shell ${keyname} key. To override the default"
elog "for an individual user, use the gsettings command, e.g."
elog "\$ gsettings set org.gnome.shell ${keyname} \"['foo', 'bar']\""
elog "To undo per-user changes and use the system default, do"
elog "\$ gsettings reset org.gnome.shell ${keyname}"
elog
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.8.3.ebuild,v 1.3 2011/12/11 09:21:53 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.8.3.ebuild,v 1.4 2011/12/11 23:46:11 jer Exp $
EAPI="3"
@ -12,7 +12,7 @@ SRC_URI="http://wizard.ae.krakow.pl/~mike/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ppc ~sparc x86"
KEYWORDS="~alpha amd64 hppa ~ppc ~sparc x86"
IUSE=""
DEPEND="sys-libs/ncurses"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-1.0.0.ebuild,v 1.1 2011/12/10 15:14:22 maksbotan Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/xstow/xstow-1.0.0.ebuild,v 1.2 2011/12/12 03:23:26 mr_bones_ Exp $
inherit eutils
@ -48,4 +48,3 @@ pkg_postinst() {
elog "For your convenience, PATH has been updated to include"
elog "/var/lib/xstow/bin."
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.3.ebuild,v 1.8 2011/11/28 05:26:07 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/clamav-0.97.3.ebuild,v 1.9 2011/12/11 21:49:52 maekke Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="bzip2 clamdtop iconv ipv6 milter selinux static-libs"
CDEPEND="bzip2? ( app-arch/bzip2 )

@ -2,13 +2,8 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>c1pher@gentoo.org</email>
<name>Dane Smith</name>
</maintainer>
<maintainer>
<email>ago@autistici.org</email>
<email>ago@gentoo.org</email>
<name>Agostino Sarubbo</name>
<description>Proxy-Maintainer. CC on bugs</description>
</maintainer>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.9.2-r1.ebuild,v 1.4 2011/12/11 14:40:58 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-crypt/mit-krb5/mit-krb5-1.9.2-r1.ebuild,v 1.5 2011/12/11 16:38:05 ago Exp $
EAPI=3
@ -14,7 +14,7 @@ SRC_URI="http://web.mit.edu/kerberos/dist/krb5/${P_DIR}/${MY_P}-signed.tar"
LICENSE="as-is"
SLOT="0"
KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc +keyutils openldap +pkinit +threads test xinetd"
RDEPEND="!!app-crypt/heimdal

@ -0,0 +1,2 @@
DIST libguestfs-1.7.18-x86_64.tar.gz 62332840 RMD160 202ac5883d1453d6225b76029290ccebd44c7e84 SHA1 661786c088fad8d2354e8121a2fafb1d598587fc SHA256 07c4f0b4b50df7407327333d9e9b09c310265d056868531c69659659a9f5218d
DIST libguestfs-1.8.15.tar.gz 5161269 RMD160 09b3f3d22032c3bdaedb813a367676d812c35450 SHA1 4ad8a8875105754834a2c887db39e49800b755bb SHA256 b57dd3d31a6ed78a1aee7b4eaf64a9c476c49ac46602aee7daa6b642cb23fad3

@ -0,0 +1,96 @@
diff --git a/configure.ac b/configure.ac
index d072e81..cf7228e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -217,6 +217,10 @@ if test "x$enable_appliance" = "xyes"; then
if test -f /etc/arch-release; then
DISTRO=ARCHLINUX
fi
+ dnl Slepnoga for Gentoo
+ if test -f /etc/gentoo-release; then
+ DISTRO=GENTOO
+ fi
AC_MSG_RESULT([$DISTRO])
AC_SUBST([DISTRO])
fi
@@ -416,7 +420,7 @@ AC_CHECK_LIB([magic],[magic_file],
AC_DEFINE([HAVE_LIBMAGIC],[1],[libmagic found at compile time.])
], [])
],
- [AC_MSG_WARN([libmagic not found, some core features will be disabled])])
+ [AC_MSG_FAILURE([libmagic not found, some core features will be disabled])])
dnl Check for PCRE (highly recommended)
PKG_CHECK_MODULES([PCRE], [libpcre],
@@ -424,7 +428,7 @@ PKG_CHECK_MODULES([PCRE], [libpcre],
AC_SUBST([PCRE_LIBS])
AC_DEFINE([HAVE_PCRE],[1],[PCRE found at compile time.])
],
- [AC_MSG_WARN([PCRE not found, some core features will be disabled])])
+ [AC_MSG_FAILURE([PCRE not found, some core features will be disabled])])
dnl libvirt (highly recommended)
PKG_CHECK_MODULES([LIBVIRT], [libvirt],
@@ -441,7 +445,7 @@ PKG_CHECK_MODULES([LIBXML2], [libxml-2.0],
AC_SUBST([LIBXML2_LIBS])
AC_DEFINE([HAVE_LIBXML2],[1],[libxml2 found at compile time.])
],
- [AC_MSG_WARN([libxml2 not found, some core features will be disabled])])
+ [AC_MSG_FAILURE([libxml2 not found, some core features will be disabled])])
AM_CONDITIONAL([HAVE_LIBXML2],[test "x$LIBXML2_LIBS" != "x"])
dnl hivex library (highly recommended)
@@ -609,13 +613,13 @@ AS_IF([test "x$enable_ruby" != "xno"],
AM_CONDITIONAL([HAVE_RUBY],
[test "x$RAKE" != "xno" && test -n "$HAVE_LIBRUBY"])
-dnl Check for Java.
-AC_ARG_WITH(java_home,
- [AS_HELP_STRING([--with-java-home],
- [specify path to JDK directory @<:@default=check@:>@])],
- [],
- [with_java_home=check])
+AC_ARG_ENABLE([java],
+ AS_HELP_STRING([--enable-java], [Disable Java language bindings]),
+ [enable_java=no],
+ [enable_java=yes])
+AS_IF([test "x$enable_java" = "xyes"],
+ [
if test "x$with_java_home" != "xno"; then
if test "x$with_java_home" != "xyes" && test "x$with_java_home" != "xcheck"
then
@@ -711,7 +715,6 @@ if test "x$with_java_home" != "xno"; then
fi
fi
AC_MSG_RESULT([$JNI_CFLAGS])
-
dnl Need extra version flag?
AC_MSG_CHECKING([extra javac flags])
JAVAC_FLAGS=
@@ -746,8 +749,8 @@ AC_SUBST(JAVAC_FLAGS)
AC_SUBST(JAR_INSTALL_DIR)
AC_SUBST(JNI_INSTALL_DIR)
AC_SUBST(JNI_VERSION_INFO)
-
-AM_CONDITIONAL([HAVE_JAVA],[test -n "$JAVAC"])
+])
+AM_CONDITIONAL([HAVE_JAVA],[test -n "$JAVAC" && test "x$enable_java" != "xno"])
dnl Check for Haskell (GHC).
GHC=no
@@ -804,8 +807,12 @@ AC_SUBST(MAX_PROC_NR)
dnl Replace libtool with a wrapper that clobbers dependency_libs in *.la files
dnl http://lists.fedoraproject.org/pipermail/devel/2010-November/146343.html
-LIBTOOL='bash $(top_srcdir)/libtool-kill-dependency_libs.sh $(top_builddir)/libtool'
-AC_SUBST([LIBTOOL])
+dnl ha-ha, criocamera :) - gentoo kill la files in other way's
+dnlLIBTOOL='$(SHELL) $(top_srcdir)/libtool-kill-dependency_libs.sh $(top_builddir)/libtool'
+dnl haha, are stub
+dnl AC_PROG_LIBTOOL
+dnl AC_SUBST([LIBTOOL])
+LT_INIT
dnl Run in subdirs.
if test "x$enable_daemon" = "xyes"; then

@ -0,0 +1,19 @@
diff --git a/Makefile.am b/Makefile.am
--- a/Makefile.am
+++ b/Makefile.am
@@ -57,9 +57,12 @@
if HAVE_HASKELL
SUBDIRS += haskell
endif
-if HAVE_PHP
-SUBDIRS += php
-endif
+
+# use Gentoo way to compile/install php extension
+# due slot system
+#if HAVE_PHP
+#SUBDIRS += php
+#endif
# Unconditional because nothing is built yet.
SUBDIRS += csharp

@ -0,0 +1,213 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/libguestfs/libguestfs-1.8.15.ebuild,v 1.2 2011/12/12 03:24:01 mr_bones_ Exp $
EAPI="3"
WANT_AUTOMAKE="1.11"
JAVA_PKG_OPT_USE="java"
JAVA_PKG_ALLOW_VM_CHANGE="yes"
APLANCE_PV="1.7.18"
PYTHON_DEPEND="python? 2:2.6"
USE_RUBY="ruby18"
RUBY_OPTIONAL="yes"
PHP_EXT_NAME="guestfs_php"
USE_PHP="php5-3"
PHP_EXT_OPTIONAL_USE="php"
inherit autotools bash-completion-r1 confutils versionator java-pkg-opt-2 perl-module python ruby-ng php-ext-source-r2 ghc-package
MY_PV_1="$(get_version_component_range 1-2)"
MY_PV_2="$(get_version_component_range 2)"
[[ $(( $(get_version_component_range 2) % 2 )) -eq 0 ]] && SD="stable" || SD="development"
DESCRIPTION="Library for accessing and modifying virtual machine (VM) disk images"
HOMEPAGE="http://libguestfs.org/"
SRC_URI="http://libguestfs.org/download/${MY_PV_1}-${SD}/${P}.tar.gz
http://rion-overlay.googlecode.com/files/${PN}-${APLANCE_PV}-x86_64.tar.gz"
LICENSE="GPL-2"
SLOT="0"
# Upstream NOT supported 32-bit version, keyword in own risk
KEYWORDS="~amd64"
IUSE="fuse +ocaml perl python ruby haskell +readline nls php debug doc nls source javadoc"
COMMON_DEPEND="
virtual/perl-Getopt-Long
>=dev-perl/Sys-Virt-0.2.4
>=app-misc/hivex-1.2.1[perl]
dev-perl/libintl-perl
dev-perl/String-ShellQuote
dev-libs/libpcre
app-arch/cpio
dev-lang/perl
app-cdr/cdrkit
>=app-emulation/qemu-kvm-0.13[qemu_user_targets_x86_64,qemu_softmmu_targets_x86_64]
sys-apps/fakeroot
sys-apps/file
app-emulation/libvirt
dev-libs/libxml2:2
=dev-util/febootstrap-3*
>=sys-apps/fakechroot-2.8
>=app-admin/augeas-0.7.1
sys-fs/squashfs-tools
perl? ( virtual/perl-ExtUtils-MakeMaker )
fuse? ( sys-fs/fuse )
readline? ( sys-libs/readline )
doc? ( dev-libs/libxml2 )
ocaml? ( dev-lang/ocaml
dev-ml/findlib
dev-ml/xml-light )
ruby? ( dev-lang/ruby
dev-ruby/rake )
java? ( virtual/jre )
haskell? ( dev-lang/ghc )"
DEPEND="${COMMON_DEPEND}
java? ( >=virtual/jdk-1.6
source? ( app-arch/zip ) )
doc? ( app-text/po4a )"
RDEPEND="${COMMON_DEPEND}
java? ( >=virtual/jre-1.6 )"
PHP_EXT_S="${S}/php/extension"
pkg_setup() {
use java && java-pkg-opt-2_pkg_setup
if use python; then
python_set_active_version 2
python_pkg_setup
python_need_rebuild
fi
confutils_use_depend_all source java
confutils_use_depend_all javadoc java
use ruby && ruby-ng_pkg_setup
use haskell && ghc-package_pkg_setup
}
src_unpack() {
unpack ${P}.tar.gz
cd "${WORKDIR}"
mkdir image || die
cd image || die
unpack libguestfs-${APLANCE_PV}-x86_64.tar.gz
cp "${WORKDIR}"/image/usr/local/lib/guestfs/* "${S}"/appliance/ || die
# part of php-ext-source-r2_src_unpack
# whole version cannot be called here as it will attempt to unpack ${A}
if use php; then
local slot orig_s="${PHP_EXT_S}"
for slot in $(php_get_slots); do
cp -r "${orig_s}" "${WORKDIR}/${slot}" || die
done
fi
}
src_prepare() {
epatch "${FILESDIR}/1.8/${PV}"/configure_ac_automagic.patch
epatch "${FILESDIR}/1.8/${PV}"/disable_php_in_makefile.patch
use java && java-pkg-opt-2_src_prepare
eautoreconf
if use php; then
php-ext-source-r2_src_prepare
fi
}
src_configure() {
# Disable feature test for kvm for more reason
# i.e: not loaded module in __build__ time,
# build server not supported kvm, etc. ...
#
# In fact, this feature is virtio support and requires
# configured kernel.
export vmchannel_test=no
econf \
--with-repo=fedora-12 \
--disable-appliance \
--disable-daemon \
--with-drive-if=virtio \
--with-net-if=virtio-net-pci \
--disable-rpath \
$(use_enable java) \
$(use_enable nls) \
$(use_with readline) \
$(use_enable ocaml ocaml-viewer) \
$(use_enable perl) \
$(use_enable fuse) \
$(use_enable ocaml) \
$(use_enable python) \
$(use_enable ruby) \
$(use_enable haskell) \
$(use_with doc po4a)
if use php; then
php-ext-source-r2_src_configure
fi
}
src_compile() {
emake || die
if use php; then
php-ext-source-r2_src_compile
fi
}
src_test() {
emake -j1 check || die
}
src_install() {
emake -j1 DESTDIR="${D}" install || die
dodoc BUGS HACKING README RELEASE-NOTES TODO
dobashcomp "${D}/etc"/bash_completion.d/guestfish-bash-completion.sh
rm -fr "${D}/etc"/bash* || die
insinto /usr/$(get_libdir)/guestfs/
doins "${WORKDIR}/image/usr/local/lib/"guestfs/*
find "${D}" -name '*.la' -exec rm -f '{}' +
if use java; then
java-pkg_newjar java/${P}.jar ${PN},jar
rm -fr "${D}/usr"/share/java
rm -fr "${D}/usr"/share/javadoc
if use source;then
java-pkg_dosrc java/com/redhat/et/libguestfs/*
fi
if use javadoc;then
java-pkg_dojavadoc java/api
fi
fi
use perl && fixlocalpod
python_clean_installation_image -q
if use php; then
php-ext-source-r2_src_install
fi
}
pkg_preinst() {
use java && java-pkg-opt-2_pkg_preinst
}
pkg_postinst() {
use haskell && ghc-package_pkg_postinst
}
pkg_prerm() {
use haskell && ghc-package_pkg_prerm
}

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maintainers</herd>
<maintainer>
<email>spamslepnoga@inbox.ru</email>
<name>Andreis Vinogradovs</name>
</maintainer>
<maintainer>
<email>maksbotan@gentoo.org</email>
<name>Maxim Koltsov</name>
</maintainer>
<longdescription>Libguestfs is a library and tool set for accessing and
modifying virtual machine (VM) disk images</longdescription>
<use>
<flag name="fuse">Enable image mount support via fuse</flag>
<flag name="javadoc">Install java docs</flag>
<flag name="haskell">Install GHC binding</flag>
</use>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/kword/kword-2.3.3-r1.ebuild,v 1.4 2011/12/11 12:56:39 dilfridge Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/kword/kword-2.3.3-r1.ebuild,v 1.5 2011/12/11 15:38:48 ago Exp $
EAPI=3
@ -10,7 +10,7 @@ inherit kde4-meta
DESCRIPTION="KOffice word processor"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
IUSE="wpd"
SRC_URI+=" http://dev.gentoo.org/~dilfridge/distfiles/kword-2.3.3-libwpg02.patch.bz2"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.4.3-r3.ebuild,v 1.5 2011/11/02 09:27:36 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.4.3-r3.ebuild,v 1.6 2011/12/11 21:59:58 maekke Exp $
EAPI=4
@ -15,7 +15,7 @@ HOMEPAGE="http://www.libreoffice.org"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="offlinehelp"
LANGUAGES="af ar as ast be bg bn bo br brx bs ca ca_XV cs cy da de dgo dz el

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild,v 1.16 2011/11/30 10:21:52 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.3.2-r1.ebuild,v 1.17 2011/12/11 22:08:24 maekke Exp $
EAPI=3
@ -105,7 +105,7 @@ gstreamer gtk kde ldap mysql nsplugin odk opengl python templates test +vba
webdav pdfimport"
LICENSE="LGPL-3"
SLOT="0"
[[ ${PV} == *9999* ]] || KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
[[ ${PV} == *9999* ]] || KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
# lingua for templates
LANGUAGES="de en_GB en_ZA es fr hu it"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.7.ebuild,v 1.1 2011/11/12 20:11:38 rich0 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/cfg-update/cfg-update-1.8.7.ebuild,v 1.2 2011/12/11 15:01:39 rich0 Exp $
EAPI=2
inherit eutils
@ -11,7 +11,7 @@ SRC_URI="https://github.com/rich0/cfg-update/tarball/${PV} -> ${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
KEYWORDS="amd64 ~arm ~ppc ~sparc ~x86"
IUSE="X"
RDEPEND="X? ( >=x11-misc/sux-1.0

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.23.3-r1.ebuild,v 1.1 2011/12/06 19:59:28 darkside Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/eix-0.23.3-r1.ebuild,v 1.3 2011/12/12 00:00:42 jer 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 ~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 doc nls optimization security strong-optimization sqlite tools zsh-completion"
RDEPEND="sqlite? ( >=dev-db/sqlite-3 )

@ -0,0 +1 @@
DIST pqlop-0.02.py 14920 RMD160 7c9523a740bd36ea3fd255771b523329ba25c3f4 SHA1 39bc79340d942faa314642cb0977ae9f47f9615d SHA256 aeeeeab1e5d38a694c80401472506e95a10f4ffada70765b9737d6f8f0f6c543

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maintainers</herd>
<herd>python</herd>
<maintainer>
<email>lk4d4@yandex.ru</email>
<name>Alexandr Morozov</name>
<description>Author and maintainer of package</description>
</maintainer>
<maintainer>
<email>maksbotan@gentoo.org</email>
<name>Maxim Koltsov</name>
</maintainer>
</pkgmetadata>

@ -0,0 +1,34 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/pqlop/pqlop-0.02.ebuild,v 1.1 2011/12/11 20:07:59 maksbotan Exp $
EAPI=3
PYTHON_DEPEND="*:2.5"
SUPPORT_PYTHON_ABIS="1"
inherit python
DESCRIPTION="emerge.log parser written in python"
HOMEPAGE="https://bitbucket.org/LK4D4/pqlop"
SRC_URI="https://bitbucket.org/LK4D4/pqlop/raw/${PV}/pqlop.py -> ${P}.py"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-python/argparse"
src_unpack() {
:
}
src_install() {
installation() {
newbin "${DISTDIR}/${P}.py" ${PN}-${PYTHON_ABI} || die "newbin failed"
python_convert_shebangs ${PYTHON_ABI} "${ED}"usr/bin/${PN}-${PYTHON_ABI}
}
python_execute_function installation
python_generate_wrapper_scripts "${ED}"usr/bin/${PN}
}

@ -1,9 +1,4 @@
DIST arc4random.c.1.12 10407 RMD160 48496795d070737217a5e1cdc97752fdf6605ed3 SHA1 aa6cb4dea4cdb96e449d3ce189af16a49c75ad58 SHA256 abd8cfd145dad33de2d191dceebbdea4c41af36e8f4c9de7d9dcf180a599302d
DIST arc4random.c.1.14 10456 RMD160 9055fd90a2fe871f55662af3901faf2a21f3412a SHA1 0e11adddb09121a3df8ed4914a9c34223703ae3f SHA256 bf9788f3aea26bed40b9f2ed53b764a2ce0555257587ac7fb3d0d7b31b9a5c32
DIST mksh-R36b.cpio.gz 264821 RMD160 67e03ee461991e969a7abcb7a2dc17af54ab179d SHA1 4c95b394de42c07b178d553fd0582f8cf36536b3 SHA256 885df4f5419dd91902828c46cdf57e47573e3205e403f4dee175cd40e6c639e0
DIST mksh-R38c.cpio.gz 276630 RMD160 d2a5f00a992e359f985b9023d9780c5283adb2e5 SHA1 2fc249348ba1fd17fdd698297ba8bd77e4cda82c SHA256 f03c4aa3e784a54f242f6803e2aeed12043488cbf56c12ef682f31aa96bde08d
DIST mksh-R39.cpio.gz 278476 RMD160 5a5bcbe288e722f9772e27d2fdc36eee174bbb7b SHA1 5bcf609b717fca290b7eecdd120094c54da58994 SHA256 5b1a9245a1dd5781ff78af3b0d4bac0bdd7fe298d2961b5e0061631ddcd0befd
DIST mksh-R39b.cpio.gz 294189 RMD160 5f7a5ff75700b229f0886521a069de46001e6a8e SHA1 32df921015acf75777c35567680ec2ab89418826 SHA256 f072b09fa7d34f9f032dc644e1bbfb17d9579a158b522985c5a0cf22af566b80
DIST mksh-R39c.cpio.gz 296033 RMD160 02a74d4158bef6cf98012ff60c3c0bfe5b095924 SHA1 5b40171c736773492257889da0965abe3a3ed706 SHA256 b3e81c8a4a1edc3b3a4ea948e00d45b5d4d05cd966db09ce1c246935b213134f
DIST mksh-R40.cpio.gz 319814 RMD160 ebe226630f7013251b41b14a0715a63ec3364a4f SHA1 3c1708c0bc53dff125393b6a1f731a7d214d16b6 SHA256 abd6224d18cc444f6fe4010ca852824f2c1ce6d1e2566e1aab4a0618f024d2aa
DIST mksh-R40b.cpio.gz 320793 RMD160 875fed27bfbb9d7ded18c2795e5bab7e26c2dcb5 SHA1 986b764715559edf94cc65f5b55b964a7aac7162 SHA256 29daa14c22a230c6946d0d04b3636ccbc555165313f4bf0ba040103cae26345a
DIST mksh-R40d.cpio.gz 326002 RMD160 431b35acc098242cf3262f41d9802839f2ce0b97 SHA1 74450a1107664797e5fdbdeb444f18f82f0686ac SHA256 2df19532a2c4c1cf99dfce4c8b1bca8df65f027c5da1f5d2f561df53567c1057

@ -1,39 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-36b.ebuild,v 1.1 2008/12/21 01:41:27 hanno Exp $
inherit eutils
DESCRIPTION="MirBSD KSH Shell"
HOMEPAGE="http://mirbsd.de/mksh"
ARC4_VERSION="1.12"
SRC_URI="http://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.cpio.gz
http://www.mirbsd.org/MirOS/dist/hosted/other/arc4random.c.${ARC4_VERSION}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="app-arch/cpio"
RDEPEND=""
S="${WORKDIR}/${PN}"
src_unpack() {
gzip -dc "${DISTDIR}/${PN}-R${PV}.cpio.gz" | cpio -mid
cp "${DISTDIR}/arc4random.c.${ARC4_VERSION}" "${S}/arc4random.c" || die
}
src_compile() {
tc-export CC
sh Build.sh -r || die
}
src_install() {
exeinto /bin
doexe mksh || die
doman mksh.1 || die
dodoc dot.mkshrc || die
}
src_test() {
./test.sh || die
}

@ -1,39 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-38c.ebuild,v 1.1 2009/06/26 11:23:06 hanno Exp $
inherit eutils
DESCRIPTION="MirBSD KSH Shell"
HOMEPAGE="http://mirbsd.de/mksh"
ARC4_VERSION="1.14"
SRC_URI="http://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.cpio.gz
http://www.mirbsd.org/MirOS/dist/hosted/other/arc4random.c.${ARC4_VERSION}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="app-arch/cpio"
RDEPEND=""
S="${WORKDIR}/${PN}"
src_unpack() {
gzip -dc "${DISTDIR}/${PN}-R${PV}.cpio.gz" | cpio -mid
cp "${DISTDIR}/arc4random.c.${ARC4_VERSION}" "${S}/arc4random.c" || die
}
src_compile() {
tc-export CC
sh Build.sh -r || die
}
src_install() {
exeinto /bin
doexe mksh || die
doman mksh.1 || die
dodoc dot.mkshrc || die
}
src_test() {
./test.sh || die
}

@ -1,39 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-39.ebuild,v 1.1 2009/08/26 22:16:50 patrick Exp $
inherit eutils
DESCRIPTION="MirBSD KSH Shell"
HOMEPAGE="http://mirbsd.de/mksh"
ARC4_VERSION="1.14"
SRC_URI="http://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.cpio.gz
http://www.mirbsd.org/MirOS/dist/hosted/other/arc4random.c.${ARC4_VERSION}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="app-arch/cpio"
RDEPEND=""
S="${WORKDIR}/${PN}"
src_unpack() {
gzip -dc "${DISTDIR}/${PN}-R${PV}.cpio.gz" | cpio -mid
cp "${DISTDIR}/arc4random.c.${ARC4_VERSION}" "${S}/arc4random.c" || die
}
src_compile() {
tc-export CC
sh Build.sh -r || die
}
src_install() {
exeinto /bin
doexe mksh || die
doman mksh.1 || die
dodoc dot.mkshrc || die
}
src_test() {
./test.sh || die
}

@ -1,39 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-39b.ebuild,v 1.1 2010/02/23 14:51:34 patrick Exp $
inherit eutils
DESCRIPTION="MirBSD KSH Shell"
HOMEPAGE="http://mirbsd.de/mksh"
ARC4_VERSION="1.14"
SRC_URI="http://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.cpio.gz
http://www.mirbsd.org/MirOS/dist/hosted/other/arc4random.c.${ARC4_VERSION}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="app-arch/cpio"
RDEPEND=""
S="${WORKDIR}/${PN}"
src_unpack() {
gzip -dc "${DISTDIR}/${PN}-R${PV}.cpio.gz" | cpio -mid
cp "${DISTDIR}/arc4random.c.${ARC4_VERSION}" "${S}/arc4random.c" || die
}
src_compile() {
tc-export CC
sh Build.sh -r || die
}
src_install() {
exeinto /bin
doexe mksh || die
doman mksh.1 || die
dodoc dot.mkshrc || die
}
src_test() {
./test.sh || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-40.ebuild,v 1.1 2011/06/12 20:24:27 patrick Exp $
# $Header: /var/cvsroot/gentoo-x86/app-shells/mksh/mksh-40d.ebuild,v 1.1 2011/12/12 03:23:17 patrick Exp $
inherit eutils
@ -24,7 +24,8 @@ src_unpack() {
src_compile() {
tc-export CC
sh Build.sh -r || die
# we can't assume lto existing/enabled, so we add a fallback
sh Build.sh -r -c lto || sh Rebuild.sh || die
}
src_install() {

@ -1 +1,2 @@
DIST djview-4.7.tar.gz 876307 RMD160 8659f819043db269437b1653cadbd0e5602c4555 SHA1 6c0c9c285caaf6211454c36898801c2eda799c8b SHA256 2c5df0f96031e2f4b1b1c05728396e918a404f715f981da7ab6fbb0ee7c8ef2d
DIST djview-4.8.tar.gz 883481 RMD160 a1ae72440d13c6da57325571cf304882de3825b7 SHA1 266d207afb63a1ee63eed054190bf88888fda572 SHA256 8c746e7c2945ca6e08046b49d0d0aeca95d389d82365cd71111025b9d796c89f

@ -0,0 +1,78 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/djview/djview-4.8.ebuild,v 1.1 2011/12/12 07:50:36 pva Exp $
EAPI="4"
inherit eutils autotools versionator toolchain-funcs multilib nsplugins fdo-mime flag-o-matic
MY_P=${PN}-$(replace_version_separator 2 '-')
DESCRIPTION="Portable DjVu viewer using Qt4"
HOMEPAGE="http://djvu.sourceforge.net/djview4.html"
SRC_URI="mirror://sourceforge/djvu/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="debug nsplugin"
RDEPEND="
>=app-text/djvu-3.5.22-r1
x11-libs/qt-gui:4
!!app-text/djview4"
DEPEND="${RDEPEND}
>=sys-devel/autoconf-2.67
dev-util/pkgconfig
nsplugin? ( dev-libs/glib:2 )"
S=${WORKDIR}/${PN}-$(get_version_component_range 1-2)
src_prepare() {
# Force XEmbed instead of Xt-based mainloop (disable Xt autodep)
sed -e 's:\(ac_xt=\)yes:\1no:' -i configure* || die
sed 's/AC_CXX_OPTIMIZE/OPTS=;AC_SUBST(OPTS)/' -i configure.ac || die #263688
rm aclocal.m4 config/{libtool.m4,install-sh,ltmain.sh,lt*.m4}
AT_M4DIR="config" eautoreconf
}
src_configure() {
# See config/acinclude.m4
use debug || append-cppflags "-DNDEBUG"
# QTDIR is needed because of kde3
QTDIR=/usr \
econf \
--with-x \
$(use_enable nsplugin nsdejavu) \
--disable-desktopfiles
}
src_compile() {
emake CC=$(tc-getCC) CXX=$(tc-getCXX)
}
src_install() {
emake DESTDIR="${D}" \
plugindir=/usr/$(get_libdir)/${PLUGINS_DIR} \
install
dodoc README NEWS
cd desktopfiles
insinto /usr/share/icons/hicolor/32x32/apps
newins hi32-djview4.png djvulibre-djview4.png
insinto /usr/share/icons/hicolor/64x64/apps
newins hi64-djview4.png djvulibre-djview4.png
insinto /usr/share/icons/hicolor/scalable/apps
newins djview.svg djvulibre-djview4.svg
domenu djvulibre-djview4.desktop
}
pkg_postinst() {
fdo-mime_desktop_database_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/mythes-1.2.1.ebuild,v 1.4 2011/10/28 08:19:12 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/mythes/mythes-1.2.1.ebuild,v 1.5 2011/12/11 21:53:50 maekke Exp $
EAPI=4
@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/hunspell/MyThes/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
RDEPEND="app-text/hunspell"

@ -1,13 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.1.ebuild,v 1.10 2010/10/07 02:56:48 leio Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.1.ebuild,v 1.11 2011/12/11 17:08:09 armin76 Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=716"
LICENSE="as-is"
KEYWORDS="alpha amd64 ia64 ~mips ppc ppc64 sparc x86"
KEYWORDS="amd64 ~mips ppc ppc64 x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\

@ -1,13 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild,v 1.1 2010/11/14 06:17:12 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/brainfuck-syntax/brainfuck-syntax-1.0.2.ebuild,v 1.2 2011/12/11 17:08:09 armin76 Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: BrainFuck source file syntax highlighting"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=716"
LICENSE="as-is"
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\

@ -1,13 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/cvsmenu/cvsmenu-1.147.ebuild,v 1.2 2010/06/19 00:40:25 abcd Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/cvsmenu/cvsmenu-1.147.ebuild,v 1.3 2011/12/11 15:58:13 armin76 Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: CVS(NT) integration script"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1245"
LICENSE="LGPL-2"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
# Note, this comes from CVS on sf.net

@ -1,13 +1,13 @@
# Copyright 1999-2005 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/cvsmenu/cvsmenu-1.80.ebuild,v 1.11 2005/04/24 12:02:01 hansmi Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/cvsmenu/cvsmenu-1.80.ebuild,v 1.12 2011/12/11 15:58:12 armin76 Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: Menu for CVS-Versioncontrol"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=58"
LICENSE="LGPL-2"
KEYWORDS="alpha sparc x86 ia64 ppc amd64"
KEYWORDS="amd64 ppc x86"
IUSE=""
VIM_PLUGIN_HELPFILES="cvsmenu.txt"

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-12.00.ebuild,v 1.4 2010/11/14 17:09:00 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-12.00.ebuild,v 1.5 2011/12/11 15:33:38 armin76 Exp $
EAPI=3
@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: easy access to databases"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356"
SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13339 -> ${P}.zip"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 ia64 ~mips ~ppc sparc x86"
KEYWORDS="amd64 ~mips ~ppc x86"
IUSE=""
VIM_PLUGIN_HELPFILES="dbext"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-13.00.ebuild,v 1.1 2011/06/25 10:20:26 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/dbext/dbext-13.00.ebuild,v 1.2 2011/12/11 15:33:38 armin76 Exp $
EAPI=4
@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: easy access to databases"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=356"
SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15864 -> ${P}.zip"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
KEYWORDS="~amd64 ~mips ~ppc ~x86"
IUSE=""
VIM_PLUGIN_HELPFILES="${PN}.txt"

@ -1,13 +1,13 @@
# Copyright 1999-2007 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/extra-syntax-2.ebuild,v 1.9 2007/07/11 05:14:07 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/extra-syntax-2.ebuild,v 1.10 2011/12/11 15:59:25 armin76 Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: metapackage for all extra syntax packages"
HOMEPAGE="http://www.vim.org/"
LICENSE="as-is"
KEYWORDS="alpha amd64 ia64 ppc64 sparc x86"
KEYWORDS="amd64 ppc64 x86"
SRC_URI=""
IUSE=""

@ -1,13 +1,13 @@
# Copyright 1999-2007 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/extra-syntax-3.ebuild,v 1.4 2007/07/11 05:14:07 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/extra-syntax-3.ebuild,v 1.5 2011/12/11 15:59:25 armin76 Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: metapackage for all extra syntax packages"
HOMEPAGE="http://www.vim.org/"
LICENSE="as-is"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
SRC_URI=""
IUSE=""

@ -1,13 +1,13 @@
# Copyright 1999-2008 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/extra-syntax-4.ebuild,v 1.10 2008/04/22 06:53:03 omp Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/extra-syntax/extra-syntax-4.ebuild,v 1.11 2011/12/11 15:59:25 armin76 Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: metapackage for all extra syntax packages"
HOMEPAGE="http://www.vim.org/"
LICENSE="as-is"
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~x86"
SRC_URI=""
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.1.ebuild,v 1.6 2011/07/21 00:41:25 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.1.ebuild,v 1.7 2011/12/11 15:54:14 armin76 Exp $
EAPI="3"
inherit vim-plugin
@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: enhanced Tab key functionality"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1643"
LICENSE="BSD"
KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
KEYWORDS="amd64 ~mips ppc x86"
IUSE=""
VIM_PLUGIN_HELPFILES="supertab"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.5.ebuild,v 1.2 2011/07/21 00:41:25 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.5.ebuild,v 1.3 2011/12/11 15:54:14 armin76 Exp $
EAPI="3"
inherit vim-plugin
@ -9,7 +9,7 @@ DESCRIPTION="vim plugin: enhanced Tab key functionality"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1643"
LICENSE="BSD"
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
KEYWORDS="~amd64 ~mips ~ppc ~x86"
IUSE=""
VIM_PLUGIN_HELPFILES="supertab"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.6.ebuild,v 1.3 2011/12/09 21:40:40 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/supertab/supertab-1.6.ebuild,v 1.4 2011/12/11 15:54:14 armin76 Exp $
EAPI="4"
inherit vim-plugin
@ -11,7 +11,7 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1643"
SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
LICENSE="BSD"
KEYWORDS="~alpha amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
KEYWORDS="amd64 ~mips ~ppc ~x86"
IUSE=""
VIM_PLUGIN_HELPFILES="supertab"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.42.ebuild,v 1.9 2011/03/22 20:52:02 ranger Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.42.ebuild,v 1.10 2011/12/11 15:34:41 armin76 Exp $
EAPI=3
@ -12,7 +12,7 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90"
SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13751 -> ${P}.zip"
LICENSE="public-domain"
KEYWORDS="alpha amd64 ~hppa ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
RDEPEND="!app-vim/cvscommand"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.43.ebuild,v 1.1 2011/06/25 10:05:41 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.43.ebuild,v 1.2 2011/12/11 15:34:41 armin76 Exp $
EAPI=4
@ -10,7 +10,7 @@ DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90"
SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15797 -> ${P}.zip"
LICENSE="MIT"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
RDEPEND="!app-vim/cvscommand"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.44.ebuild,v 1.1 2011/10/10 08:26:23 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.44.ebuild,v 1.2 2011/12/11 15:34:41 armin76 Exp $
EAPI=4
@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90"
SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
RDEPEND="!app-vim/cvscommand"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.45.ebuild,v 1.1 2011/10/24 03:22:35 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/vcscommand/vcscommand-1.99.45.ebuild,v 1.2 2011/12/11 15:34:41 armin76 Exp $
EAPI=4
@ -11,7 +11,7 @@ DESCRIPTION="vim plugin: CVS/SVN/SVK/git/bzr/hg integration plugin"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=90"
SRC_URI="https://github.com/vim-scripts/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
RDEPEND="!app-vim/cvscommand"

@ -1,13 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/wikipedia-syntax/wikipedia-syntax-20050212.ebuild,v 1.14 2010/10/07 04:08:27 leio Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/wikipedia-syntax/wikipedia-syntax-20050212.ebuild,v 1.15 2011/12/11 17:13:12 armin76 Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: Wikipedia syntax highlighting"
HOMEPAGE="http://en.wikipedia.org/wiki/Wikipedia:Text_editor_support#Vim"
LICENSE="as-is"
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 s390 sh sparc x86"
KEYWORDS="amd64 ~hppa ~mips ppc ppc64 x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\

@ -1,13 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/wikipedia-syntax/wikipedia-syntax-20071103.ebuild,v 1.1 2010/07/28 15:30:13 lack Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/wikipedia-syntax/wikipedia-syntax-20071103.ebuild,v 1.2 2011/12/11 17:13:12 armin76 Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: Wikipedia syntax highlighting"
HOMEPAGE="http://en.wikipedia.org/wiki/Wikipedia:Text_editor_support#Vim"
LICENSE="as-is"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\

@ -1,13 +1,13 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/wikipedia-syntax/wikipedia-syntax-20101113.ebuild,v 1.1 2010/11/14 07:12:35 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-vim/wikipedia-syntax/wikipedia-syntax-20101113.ebuild,v 1.2 2011/12/11 17:13:12 armin76 Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: Wikipedia syntax highlighting"
HOMEPAGE="http://en.wikipedia.org/wiki/Wikipedia:Text_editor_support#Vim"
LICENSE="as-is"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86"
IUSE=""
VIM_PLUGIN_HELPTEXT=\

@ -0,0 +1 @@
DIST bytestring-show-0.3.5.tar.gz 8304 RMD160 4b048e9bb8c693c0b76cc4331d9deb162129cc7e SHA1 bc85dbdac4c548a5b521d630c0b79b45894d6dc1 SHA256 215a52a5c197a8a3d3d66d5abd21df3825ac63e75a663f69e5d02dd5ff1f5828

@ -0,0 +1,24 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-show/bytestring-show-0.3.5.ebuild,v 1.1 2011/12/11 18:58:20 slyfox Exp $
# ebuild generated by hackport 0.2.14
EAPI="3"
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Efficient conversion of values into readable byte strings."
HOMEPAGE="http://code.haskell.org/~dolio/"
SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="<dev-haskell/binary-0.6
>=dev-lang/ghc-6.12"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.2.3"

@ -0,0 +1,11 @@
<?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>
Efficient conversion of values into readable byte strings.
</longdescription>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2.ebuild,v 1.3 2010/03/14 18:58:30 kolmodin Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/haskell-platform/haskell-platform-2009.2.0.2-r1.ebuild,v 1.1 2011/12/11 20:20:31 slyfox Exp $
# for slot dependencies
EAPI=1
@ -21,10 +21,6 @@ IUSE=""
# different SLOTs to not get too recent versions (quickcheck-2 and parsec-3
# which behaves significantly different)
# for the regex-packages we don't want the 0.9x series, and there is currently
# no way in portage to specify a from-to range interval. thus, we depend on the
# exact version.
DEPEND="~dev-lang/ghc-6.10.4
>=dev-haskell/cabal-1.6.0.3
>=dev-haskell/cgi-3001.1.7.1
@ -51,8 +47,9 @@ DEPEND="~dev-lang/ghc-6.10.4
>=dev-haskell/cabal-install-0.6.2
>=dev-haskell/haddock-2.4.2
~dev-haskell/regex-base-0.72.0.2
~dev-haskell/regex-compat-0.71.0.1
~dev-haskell/regex-posix-0.72.0.3"
=dev-haskell/regex-base-0.72*
=dev-haskell/regex-compat-0.71*
=dev-haskell/regex-posix-0.72*
"
RDEPEND="${DEPEND}"

@ -1 +0,0 @@
DIST hsshellscript-2.7.0.tar.gz 162155 RMD160 b797ff3276c0aa62b4d71776cef1e33767de201c SHA1 ac99923e35db2f70c3907d10bffc55dd49c0a445 SHA256 58141b99cb74ff3563a68727e66b9e2bb4427fcdb5ee6acaeafe9e7bf5669537

@ -1,64 +0,0 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hsshellscript/hsshellscript-2.7.0.ebuild,v 1.4 2008/01/13 23:32:52 araujo Exp $
inherit base eutils multilib ghc-package
DESCRIPTION="A Haskell library for UNIX shell scripting tasks"
HOMEPAGE="http://www.volker-wysk.de/hsshellscript/"
SRC_URI="http://www.volker-wysk.de/hsshellscript/dist/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc"
DEPEND=">=dev-lang/ghc-6.4
>=dev-libs/glib-2.0
doc? ( >=dev-haskell/haddock-0.6 )"
RDEPEND=""
pkg_setup() {
HSLIB="/usr/$(get_libdir)/${P}/ghc-$(ghc-version)/"
if has_version '>=dev-lang/ghc-6.8'; then
if (! has_version '>=dev-haskell/parsec-2.1.0.0' || ! built_with_use -o dev-haskell/parsec profile) ; then
echo
eerror "You need to install dev-haskell/parsec with the 'profile' USE flag."
die "hsshellscript needs the package dev-haskell/parsec."
fi
fi
}
src_unpack() {
base_src_unpack
# Don't register the package
sed -i "/ghc-pkg/d" "${S}/Makefile"
# Fix hsshellscript.pkg library path
sed -i "s:@DEST_LIB:${HSLIB}:" "${S}/lib/hsshellscript.pkg"
sed -i "s:@DEST_IMPORTS:${HSLIB}/imports:" "${S}/lib/hsshellscript.pkg"
}
src_compile() {
make lib lib_p build/hsshellscript.pkg || die "emake failed"
}
src_test() {
make tests
}
src_install() {
ghc-setup-pkg "${S}/build/hsshellscript.pkg"
make install \
DESTDIR="${D}" \
DEST_LIB="${HSLIB}" \
DEST_IMPORTS="${HSLIB}/imports" install_lib \
|| die "make failed"
if use doc; then
make DEST_DOC="${D}/usr/share/doc/${PF}" install_doc
fi
ghc-makeghcilib "${D}/${HSLIB}/libhsshellscript.a"
ghc-install-pkg
fperms 0644 "${HSLIB}/imports/hsshellscript.h"
}

@ -17,7 +17,13 @@ DIST fpc-2.4.0-fpctoc.htx.bz2 69318 RMD160 897358d7791e91bc5fe3cebec3892de5daf5f
DIST fpc-2.4.0.i386-linux.tar 38778880 RMD160 ec922595fc5448d0348149de4f6b36271f1abc65 SHA1 97068f52ffbd414739ddd608e6aff97bdf6fba19 SHA256 bb0108dfd18a1a7e0e450340f5eac5665940056c91c4b436eedf8c05ee4c5afd
DIST fpc-2.4.0.powerpc-linux.tar 36014080 RMD160 ac9925c436c503869f3f72d123f8b4850c0a33e4 SHA1 77dd98fa657f7991490157b805ae0c12761741bf SHA256 5c60a59eaea7de4a1114ef51e92ef096132ed43228890fae13aaf39a93049e4e
DIST fpc-2.4.0.x86_64-linux.tar 40130560 RMD160 b15cd8cd1e062db4dac708383336ee1a504b7606 SHA1 947da97cff081c96e0ff4074382d4d2f7523c33f SHA256 1fb8219ab7090cb091b96afbfc91d7355eea386f9498cebd84a5a85c5e082d84
DIST fpc-2.4.4-doc-html.tar.gz 4529444 RMD160 4cca9721e2c0b5ed9b21aaaed6b3b17ffe26eb41 SHA1 70c994036f12db61313b3f01f5bbd43524e6f811 SHA256 9e7e7b86eccacdfe5ebe75d12c0d8fd56e5dc92e5044049b04f2f9182a134d5d
DIST fpc-2.4.4-fpctoc.htx.bz2 116367 RMD160 dbdc4fb26cf31c5f395f990c4a0d4cc606e83d8b SHA1 6cd67cf3fef6cbfabd40e524326d947c4a203f10 SHA256 1f0b46db908ae0502a8fac9b2a079e756fb0bde8d264eb126851de87070716ca
DIST fpc-2.4.4.i386-linux.tar 42577920 RMD160 0ea94ad7e123498c93f2d9b41814aedb4661eb8e SHA1 5b5b38711d154696bdd12d628b748cafd58d7dac SHA256 1ed28b76d4eb971bc41cea42f29f240f385e0073870eeadd707e80cf199f3a04
DIST fpc-2.4.4.powerpc-linux.tar 40775680 RMD160 37c3f0d2c401a3c04084c7c71271e54472673dda SHA1 195033d27f273040720d813315d06b5593a72388 SHA256 a4f82bf02848a8811b3743d4b71a173c4c3022b1faf74ea89799e46c081ca7d2
DIST fpc-2.4.4.x86_64-linux.tar 44707840 RMD160 e8013f0775f6648a3732155338aaa315fe2674a2 SHA1 b80089faa44f11ad40d718dbac9f159b1cd0acc7 SHA256 f15e0959ddb6f65536da84047a61a0fae3b05029410dc7550f9fa7b4ad179245
DIST fpcbuild-2.2.0.tar.gz 35801603 RMD160 d27530092aac60758b37265dfa3200333b7b677c SHA1 bf7abac8a260cae614c717ebce18ff8ad708dfe3 SHA256 55c6fe8df0a09b15c1bc5cbf6c7df12ee955f86933fdf624f26fda59636d7a5f
DIST fpcbuild-2.2.2.tar.gz 39186745 RMD160 8be1f261780762705254dbfdd07e0b0e2bdcaa47 SHA1 d32cf96b61f8046638cbbec727582fa9ad16291e SHA256 0d73b119e029382052fc6615034c4b5ee3ec66fa6cc45648f1f07cfb2c1058f1
DIST fpcbuild-2.2.4.tar.gz 39849184 RMD160 e615282179266f2bdc4b5d2cb6ea54fb209fd9ed SHA1 9ea373ad4be152b67a249784f69cfd23702e61fe SHA256 77a54f09e39f07ed723071784a86d9ac8ca08fb5aa6fe41c8e9970bea395b4cf
DIST fpcbuild-2.4.0.tar.gz 41769847 RMD160 00369c1a19d5245f18ab0a7859b505c2964ce757 SHA1 d03a7131c6e0bb8c965089df870cc3c802d5ba8a SHA256 b3abbeaa0f2c3427fd447759e715cbc19b920f2ccad2b40ae5ab47e9d4124fd4
DIST fpcbuild-2.4.4.tar.gz 48018719 RMD160 a3aa37a7873a2d5c984a5ce0c898b6eb534f8a23 SHA1 82d3afb7ef2b21167dfc39d6567f7709a45c76c4 SHA256 ecdbc150eecc33f5734e62f1a3507421db8eba6d9074c0c5519a8fc8ffe46924

@ -0,0 +1,152 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/fpc/fpc-2.4.4.ebuild,v 1.1 2011/12/11 23:42:14 radhermit Exp $
EAPI=4
HOMEPAGE="http://www.freepascal.org/"
DESCRIPTION="Free Pascal Compiler"
SRC_URI="mirror://sourceforge/freepascal/fpcbuild-${PV}.tar.gz
amd64? ( mirror://sourceforge/freepascal/${P}.x86_64-linux.tar )
ppc? ( mirror://sourceforge/freepascal/${P}.powerpc-linux.tar )
sparc? ( mirror://sourceforge/freepascal/${PN}-2.2.4.sparc-linux.tar )
x86? ( mirror://sourceforge/freepascal/${P}.i386-linux.tar )
doc? ( mirror://sourceforge/freepascal/Documentation/${PV}/doc-html.tar.gz -> ${P}-doc-html.tar.gz
http://dev.gentoo.org/~radhermit/distfiles/${P}-fpctoc.htx.bz2 )"
SLOT="0"
LICENSE="GPL-2 LGPL-2.1 LGPL-2.1-FPC"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc ide source"
RDEPEND="ide? ( !dev-lang/fpc-ide )"
RESTRICT="strip" #269221
S="${WORKDIR}/fpcbuild-${PV}/fpcsrc"
src_unpack() {
case ${ARCH} in
amd64) FPC_ARCH="x86_64" PV_BIN=${PV} ;;
ppc) FPC_ARCH="powerpc" PV_BIN=${PV} ;;
sparc) FPC_ARCH="sparc" PV_BIN=2.2.4 ;;
x86) FPC_ARCH="i386" PV_BIN=${PV} ;;
*) die "This ebuild doesn't support ${ARCH}." ;;
esac
unpack ${A}
tar -xf binary.${FPC_ARCH}-linux.tar || die "Unpacking binary.${FPC_ARCH}-linux.tar failed!"
tar -xzf base.${FPC_ARCH}-linux.tar.gz || die "Unpacking base.${FPC_ARCH}-linux.tar.gz failed!"
}
src_prepare() {
find "${WORKDIR}" -name Makefile -exec sed -i -e 's/ -Xs / /g' {} + || die
# Use default configuration (minus stripping) unless specifically requested otherwise
if ! test ${PPC_CONFIG_PATH+set}; then
local FPCVER="${PV}"
export PPC_CONFIG_PATH="${WORKDIR}"
sed -e 's/^FPBIN=/#&/' /usr/lib/fpc/${FPCVER}/samplecfg |
sh -s /usr/lib/fpc/${FPCVER} "${PPC_CONFIG_PATH}" || die
sed -i -e '/^-Xs/d' "${PPC_CONFIG_PATH}"/fpc.cfg || die
fi
}
set_pp() {
case ${ARCH} in
x86) FPC_ARCH="386" ;;
ppc) FPC_ARCH="ppc" ;;
amd64) FPC_ARCH="x64" ;;
sparc) FPC_ARCH="sparc" ;;
*) die "This ebuild doesn't support ${ARCH}." ;;
esac
case ${1} in
bootstrap) pp="${WORKDIR}"/lib/fpc/${PV_BIN}/ppc${FPC_ARCH} ;;
new) pp="${S}"/compiler/ppc${FPC_ARCH} ;;
*) die "set_pp: unknown argument: ${1}" ;;
esac
}
src_compile() {
local pp
# Using the bootstrap compiler.
set_pp bootstrap
emake -j1 PP="${pp}" compiler_cycle
# Save new compiler from cleaning...
cp "${S}"/compiler/ppc${FPC_ARCH} "${S}"/ppc${FPC_ARCH}.new || die
# ...rebuild with current version...
emake -j1 PP="${S}"/ppc${FPC_ARCH}.new compiler_cycle
# ..and clean up afterwards
rm "${S}"/ppc${FPC_ARCH}.new || die
# Using the new compiler.
set_pp new
emake -j1 PP="${pp}" rtl_clean
emake -j1 PP="${pp}" rtl packages_all utils
if use ide ; then
cd "${S}"/ide || die
emake -j1 PP="${pp}"
fi
}
src_install() {
local pp
set_pp new
set -- PP="${pp}" FPCMAKE="${S}/utils/fpcm/fpcmake" \
INSTALL_PREFIX="${D}"usr \
INSTALL_DOCDIR="${D}"usr/share/doc/${PF} \
INSTALL_MANDIR="${D}"usr/share/man \
INSTALL_SOURCEDIR="${D}"usr/lib/fpc/${PV}/source
emake -j1 "$@" compiler_install rtl_install packages_install utils_install
dosym ../lib/fpc/${PV}/ppc${FPC_ARCH} /usr/bin/ppc${FPC_ARCH}
cd "${S}"/../install/doc || die
emake -j1 "$@" installdoc
cd "${S}"/../install/man || die
emake -j1 "$@" installman
if use doc ; then
cd "${S}"/../../doc || die
dodoc -r *
newdoc "${WORKDIR}"/${P}-fpctoc.htx fpctoc.htx
docompress -x /usr/share/doc/${PF}/fpctoc.htx
fi
if use ide ; then
cd "${S}"/ide
emake -j1 "$@" install
fi
if use source ; then
cd "${S}" || die
shift
emake -j1 PP="${D}"usr/bin/ppc${FPC_ARCH} "$@" sourceinstall
find "${D}"usr/lib/fpc/${PV}/source -name '*.o' -exec rm {} \;
fi
"${D}"usr/lib/fpc/${PV}/samplecfg "${D}"usr/lib/fpc/${PV} "${D}"etc || die
sed -i -e "s:${D}:/:g" "${D}"etc/fpc.cfg || die "sed fpc.cfg failed"
rm -r "${D}"usr/lib/fpc/lexyacc || die
}
pkg_postinst() {
if use ide ; then
einfo "To read the documentation in the fpc IDE, enable the doc USE flag"
einfo "and add /usr/share/doc/${PF}/fpctoc.htx to the Help Files list."
fi
}

@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>lang-misc</herd>
<herd>lang-misc</herd>
<use>
<flag name="ide">Build and install the Free Pascal Compiler IDE</flag>
</use>
</pkgmetadata>

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.9.8-r1.ebuild,v 1.6 2011/12/11 09:17:32 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/check/check-0.9.8-r1.ebuild,v 1.7 2011/12/11 17:41:01 armin76 Exp $
EAPI=4
inherit autotools autotools-utils eutils
@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
IUSE="static-libs subunit"
DEPEND="subunit? ( dev-python/subunit )"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.1 2011/10/16 17:35:24 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/hyphen/hyphen-2.8.3.ebuild,v 1.2 2011/12/11 21:51:08 maekke Exp $
EAPI=4
@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/hunspell/${P}.tar.gz"
LICENSE="GPL-2 LGPL-2.1 MPL-1.1"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
RDEPEND="app-text/hunspell"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.5 2011/12/08 20:41:25 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/kpathsea/kpathsea-6.0.1_p20110705.ebuild,v 1.6 2011/12/11 15:51:11 armin76 Exp $
EAPI=3
@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/texlive-${PV#*_p}-source.tar.xz
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 static-libs"
DEPEND="!<app-text/texlive-core-2010

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.5 2011/12/08 20:38:46 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.18.ebuild,v 1.6 2011/12/11 15:49:49 armin76 Exp $
EAPI=4
@ -10,7 +10,7 @@ SRC_URI="http://0pointer.de/public/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86"
KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 sh sparc x86"
IUSE="static-libs"
RDEPEND=">=sys-fs/udev-143"

@ -0,0 +1 @@
DIST xml-light-2.2.zip 22130 RMD160 5a6158698110f706ecfeca0d5799eea2c155f974 SHA1 e524aa20c34bf45a839363b61bb2cbbf8fcdc6bc SHA256 fdb205e8b3a25922e46fca52aea449b9a2de4000c5442487e7e74d79f1e2274a

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>proxy-maintainers</herd>
<maintainer>
<email>spamslepnoga@inbox.ru</email>
</maintainer>
<maintainer>
<email>maksbotan@gentoo.org</email>
<name>Maxim Koltsov</name>
</maintainer>
</pkgmetadata>

@ -0,0 +1,36 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/xml-light/xml-light-2.2.ebuild,v 1.1 2011/12/11 18:58:07 maksbotan Exp $
EAPI=3
inherit eutils multilib
DESCRIPTION="Minimal Xml parser and printer for OCaml"
HOMEPAGE="http://tech.motion-twin.com/xmllight.html"
SRC_URI="http://tech.motion-twin.com/zip/${P}.zip"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
DEPEND="dev-lang/ocaml
doc? ( dev-ml/ocaml-doc )"
RDEPEND="dev-lang/ocaml"
S="${WORKDIR}/${PN}"
src_compile() {
emake || die
}
src_install() {
dodir /usr/$(get_libdir)/ocaml
emake INSTALLDIR="${D}"/usr/$(get_libdir)/ocaml install || die
dodoc README
if use doc; then
emake doc
dohtml doc/*
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.530.0.ebuild,v 1.2 2011/12/04 17:36:31 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Alien-wxWidgets/Alien-wxWidgets-0.530.0.ebuild,v 1.3 2011/12/11 22:04:59 maekke Exp $
EAPI=4
@ -12,7 +12,7 @@ inherit wxwidgets perl-module
DESCRIPTION="Building, finding and using wxWidgets binaries"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~x86"
KEYWORDS="amd64 ~ia64 x86"
IUSE="test"
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI-mysql/Class-DBI-mysql-1.0.0.ebuild,v 1.2 2011/09/03 21:05:28 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI-mysql/Class-DBI-mysql-1.0.0.ebuild,v 1.3 2011/12/11 15:18:14 armin76 Exp $
EAPI=4
@ -12,7 +12,7 @@ DESCRIPTION="Extensions to Class::DBI for MySQL"
LICENSE="|| ( GPL-3 GPL-2 )" # GPL-2+
SLOT="0"
KEYWORDS="amd64 ia64 sparc x86"
KEYWORDS="amd64 x86"
IUSE=""
#Can't put tests here because they require interaction with the DB

@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.16.ebuild,v 1.8 2008/11/18 14:33:04 tove Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.16.ebuild,v 1.9 2011/12/11 15:19:34 armin76 Exp $
MODULE_AUTHOR=TMTM
MY_P="${PN}-v${PV}"
@ -12,7 +12,7 @@ DESCRIPTION="Simple Database Abstraction"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="amd64 ia64 ~ppc ppc64 sparc x86"
KEYWORDS="amd64 ~ppc ppc64 x86"
IUSE=""
# Tests aren't possible since they require interaction with the DB's

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.17.ebuild,v 1.5 2011/12/03 12:01:20 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-DBI/Class-DBI-3.0.17.ebuild,v 1.6 2011/12/11 15:19:34 armin76 Exp $
MODULE_AUTHOR=TMTM
MY_P="${PN}-v${PV}"
@ -12,7 +12,7 @@ DESCRIPTION="Simple Database Abstraction"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-solaris"
KEYWORDS="amd64 ~ppc ~ppc64 x86 ~x86-solaris"
IUSE=""
# Tests aren't possible since they require interaction with the DB's

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.160.200.ebuild,v 1.2 2011/12/04 17:37:44 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.160.200.ebuild,v 1.3 2011/12/11 22:06:15 maekke Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="XS for C++"
SLOT="0"
KEYWORDS="amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE="test"
DEPEND="virtual/perl-Module-Build

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tree/HTML-Tree-4.200.0.ebuild,v 1.3 2011/12/11 09:20:39 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Tree/HTML-Tree-4.200.0.ebuild,v 1.4 2011/12/11 21:53:08 maekke Exp $
EAPI=4
@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="A library to manage HTML-Tree in PERL"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
RDEPEND=">=dev-perl/HTML-Tagset-3.03

@ -1,2 +1,3 @@
DIST PPIx-Regexp-0.021.tar.gz 136391 RMD160 248eace8f39c8b116decacb4098d4db8d715fe87 SHA1 676b7470b0d47982739703a5907528c310178348 SHA256 1369fb54a89edc00c7149abad8a1d824a12d23c1c20b81ac44e94eedd526aa1b
DIST PPIx-Regexp-0.022.tar.gz 144726 RMD160 4414d85f6dead2338b1872ab3fd81ea0fe742e29 SHA1 029b18c78986e5d502a951b37366be561c722a96 SHA256 f8a4fecd7c335d364b41ce5f18b7cfab122b3709b7ea92f8dd609c4967f12e11
DIST PPIx-Regexp-0.023.tar.gz 144820 RMD160 e77848d42dc83d2b2ab0009baa07f99f036c76f8 SHA1 dc806ac2752ff8f4741715ad8dcb0ed263aaa05a SHA256 9f6ef59f48df360064409d181a754016e07c4ff007a3c13848b0d7fb48d670ca

@ -0,0 +1,23 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-Regexp/PPIx-Regexp-0.23.0.ebuild,v 1.1 2011/12/11 19:16:33 tove Exp $
EAPI=4
MODULE_AUTHOR=WYANT
MODULE_VERSION=0.023
inherit perl-module
DESCRIPTION="Represent a regular expression of some sort"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND="dev-perl/List-MoreUtils
dev-perl/PPI
virtual/perl-Scalar-List-Utils"
DEPEND="${RDEPEND}
virtual/perl-Module-Build"
SRC_TEST=do

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r6.ebuild,v 1.7 2011/12/07 07:48:11 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/SGMLSpm/SGMLSpm-1.03-r6.ebuild,v 1.8 2011/12/11 15:30:32 armin76 Exp $
inherit eutils perl-module
@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/D/DM/DMEGG/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND="dev-lang/perl"

@ -1,2 +1,3 @@
DIST Regexp-Common-2010010201.tar.gz 112749 RMD160 a1ba8e0e0e87192cf67a8c5d4c7a9ab79786cdd8 SHA1 259a836195ffc93d98f5b0d6ccc35993b88fd860 SHA256 a4c348d2b7a045ac5468a93e09a3c622abcee6dfb785ecf04ac859b73ba0115b
DIST Regexp-Common-2011041701.tar.gz 113141 RMD160 b4dcff93304f52c9754c94d5be6317566ad0daa4 SHA1 4ec90a713def15d4aba6aefbd529751c77f532f0 SHA256 dcbffd71c6bbdd5187a9241838e0a1b87aa34bd111c9d6714e9aaeca1f35d714
DIST Regexp-Common-2011121001.tar.gz 114141 RMD160 edfb7d6b8e8c3e4d67ed1cfe62499dac37464ccc SHA1 9fba14d863212bf0b251e0b3de87fb0ce5e6775b SHA256 0bf9c2f40c64c05889f7bc16922bb01ca737410180949e088d6974e739e06b39

@ -0,0 +1,19 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/regexp-common/regexp-common-2011121001.0.0.ebuild,v 1.1 2011/12/11 19:14:39 tove Exp $
EAPI=4
MY_PN=Regexp-Common
MODULE_AUTHOR=ABIGAIL
MODULE_VERSION=2011121001
inherit perl-module
DESCRIPTION="Provide commonly requested regular expressions"
LICENSE="|| ( Artistic Artistic-2 MIT BSD )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
IUSE=""
SRC_TEST="do"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/wxperl/wxperl-0.990.200.ebuild,v 1.2 2011/12/04 17:37:08 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/wxperl/wxperl-0.990.200.ebuild,v 1.3 2011/12/11 22:06:56 maekke Exp $
EAPI=4
@ -14,7 +14,7 @@ DESCRIPTION="Perl bindings for wxGTK"
HOMEPAGE="http://wxperl.sourceforge.net/"
SLOT="0"
KEYWORDS="amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.7.ebuild,v 1.5 2011/11/19 09:53:58 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/cssutils/cssutils-0.9.7.ebuild,v 1.6 2011/12/11 21:48:58 maekke Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -18,7 +18,7 @@ SRC_URI="http://cssutils.googlecode.com/files/${MY_P}.zip mirror://pypi/${PN:0:1
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~ppc ~x86"
KEYWORDS="amd64 ~ppc x86"
IUSE="test"
RDEPEND="dev-python/setuptools"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild,v 1.8 2011/11/27 19:07:37 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/dbus-python/dbus-python-0.84.0.ebuild,v 1.9 2011/12/12 08:22:53 tetromino Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -35,6 +35,11 @@ src_prepare() {
# Workaround testsuite issues
epatch "${FILESDIR}/${PN}-0.83.1-workaround-broken-test.patch"
# Simple sed to avoid an eautoreconf
# bug #363679, https://bugs.freedesktop.org/show_bug.cgi?id=43735
sed -e 's/\(RST2HTMLFLAGS=\)$/\1--input-encoding=UTF-8/' \
-i configure || die "sed failed"
python_src_prepare
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/papyon/papyon-0.5.6.ebuild,v 1.3 2011/11/17 18:51:22 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/papyon/papyon-0.5.6.ebuild,v 1.4 2011/12/11 15:20:33 armin76 Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@ -13,7 +13,7 @@ SRC_URI="http://www.freedesktop.org/software/${PN}/releases/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86"
IUSE=""
RDEPEND=">=dev-python/pygobject-2.10:2

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/twill-0.9.ebuild,v 1.4 2011/11/16 10:35:06 chainsaw Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/twill/twill-0.9.ebuild,v 1.5 2011/12/11 21:49:56 maekke Exp $
EAPI="3"
PYTHON_DEPEND="2"
@ -18,7 +18,7 @@ SRC_URI="http://darcs.idyll.org/~t/projects/${MY_P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~ppc ~x86"
KEYWORDS="amd64 ~ppc x86"
IUSE="doc"
S="${WORKDIR}/${MY_P}"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.6 2011/06/08 16:22:14 xarthisius Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/utidylib/utidylib-0.2-r1.ebuild,v 1.7 2011/12/11 22:03:18 maekke Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@ -17,7 +17,7 @@ SRC_URI="mirror://berlios/${PN}/${MY_P}.zip"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="doc"
RDEPEND="app-text/htmltidy"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-2.0.0-r2.ebuild,v 1.4 2011/12/02 22:19:25 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-2.0.0-r2.ebuild,v 1.5 2011/12/11 15:56:15 armin76 Exp $
EAPI=2
USE_RUBY="ruby18"
@ -13,7 +13,7 @@ SRC_URI="http://www.loveruby.net/archive/amstd/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86"
IUSE=""

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/rack-cache-1.0.3.ebuild,v 1.3 2011/10/10 17:29:53 grobian Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-cache/rack-cache-1.0.3.ebuild,v 1.4 2011/12/11 21:47:04 maekke Exp $
EAPI=4
USE_RUBY="ruby18 ree18"
@ -19,7 +19,7 @@ HOMEPAGE="http://tomayko.com/src/rack-cache/"
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
ruby_add_bdepend "test? ( dev-ruby/bacon )"

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-freedb/ruby-freedb-0.5-r1.ebuild,v 1.3 2011/12/03 11:56:59 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-freedb/ruby-freedb-0.5-r1.ebuild,v 1.4 2011/12/11 15:15:17 armin76 Exp $
EAPI=2
USE_RUBY="ruby18"
@ -12,7 +12,7 @@ HOMEPAGE="http://ruby-freedb.rubyforge.org/"
SRC_URI="http://rubyforge.org/download.php/69/${P}.tar.gz"
LICENSE="GPL-2 Artistic"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
KEYWORDS="amd64 ~hppa ~mips ~ppc x86"
IUSE=""
each_ruby_configure() {

@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-freedb/ruby-freedb-0.5.ebuild,v 1.16 2009/12/20 14:12:36 graaff Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-freedb/ruby-freedb-0.5.ebuild,v 1.17 2011/12/11 15:15:17 armin76 Exp $
RUBY_BUG_145222=yes
inherit ruby
@ -10,7 +10,7 @@ HOMEPAGE="http://ruby-freedb.rubyforge.org/"
SRC_URI="http://rubyforge.org/download.php/69/${P}.tar.gz"
LICENSE="GPL-2 Artistic"
SLOT="0"
KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~sparc x86"
KEYWORDS="amd64 ~hppa ~mips ppc x86"
USE_RUBY="ruby18"
IUSE="examples"

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

@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild,v 1.1 2010/12/07 13:24:20 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0-r1.ebuild,v 1.2 2011/12/12 08:53:38 jlec Exp $
EAPI="3"
EAPI=4
inherit autotools
inherit autotools-utils
DESCRIPTION="Readline extension to TCL"
HOMEPAGE="http://tclreadline.sf.net/"
@ -16,14 +16,11 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
DEPEND="
>=dev-lang/tcl-8.3
dev-lang/tcl
sys-libs/readline"
RDEPEND="${DEPEND}"
src_prepare() {
autotools-utils_src_prepare
eautoreconf
}
src_install () {
emake DESTDIR=${D} install
}

@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild,v 1.16 2010/12/07 13:25:45 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/tclreadline/tclreadline-2.1.0.ebuild,v 1.17 2011/12/12 08:53:38 jlec Exp $
DESCRIPTION="Readline extension to TCL"
HOMEPAGE="http://tclreadline.sf.net/"
@ -22,5 +22,5 @@ src_compile() {
}
src_install () {
emake DESTDIR=${D} install || die
emake DESTDIR="${D}" install || die
}

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/mdds-0.5.3-r1.ebuild,v 1.4 2011/11/13 09:58:25 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-util/mdds/mdds-0.5.3-r1.ebuild,v 1.5 2011/12/11 21:52:02 maekke Exp $
EAPI=4
@ -10,7 +10,7 @@ SRC_URI="http://multidimalgorithm.googlecode.com/files/${P/-/_}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND="dev-libs/boost"

@ -1,3 +1,4 @@
DIST tkdiff-4.1.3-unix.tar.gz 89665 RMD160 717bae3d774ee08647c0378b7108739534180b22 SHA1 5d5bb97c8404d73e41232930bc25728b680f6388 SHA256 5af91ab5490e88a19d6cd63f92cd88cea2f085ac19640751c84067798e6d9291
DIST tkdiff-4.1.4-unix.tar.gz 89870 RMD160 1cd9be047eec6c5edb503503829a17a1e4bb0f00 SHA1 b44386cde4ff46cff0ee563dd96d004fe8028943 SHA256 cd93523e1480129b6edec6fc0ac10cb58023b35c511349dcab53bec507bdb8a7
DIST tkdiff-4.2.tar.gz 92063 RMD160 96bb5b6ebc004dc5247c0f7fbce4b20816af8024 SHA1 64b07e3aca75bcfa73f43773716bdac88769f685 SHA256 734bb417184c10072eb64e8d274245338e41b7fdeff661b5ef30e89f3e3aa357
DIST tkdiff_4_1_1.tar.gz 88450 RMD160 99b3f0e13b023415835952ac1f06f1f78edd9b7b SHA1 c3d2f81026ea57dedd10c9afac79619578a28c47 SHA256 95a0c619b91d84b1ff9898b572a08c4cb1c670c950757bdff9a485cd152a690e

@ -0,0 +1,23 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/tkdiff/tkdiff-4.2.ebuild,v 1.1 2011/12/11 21:30:41 ottxor Exp $
EAPI=4
DESCRIPTION="tkdiff is a graphical front end to the diff program"
HOMEPAGE="http://tkdiff.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
RDEPEND=">=dev-lang/tk-8.4.18-r1"
S="${WORKDIR}/${PN}-unix"
src_install() {
dobin tkdiff
dodoc CHANGELOG.txt
}

@ -1,4 +1,3 @@
DIST gnome-settings-daemon-2.32.1-gst-vol-control-support.patch 26788 RMD160 059f8e3e69990cf7f6f3e63159ab8d43f2f4f78a SHA1 5a734843d2094dccdb17014485ac20171193e130 SHA256 689f6152d6e27ddc0b8080d5c8c1644b6116075ff505951631af9b7289d2f933
DIST gnome-settings-daemon-2.32.1.tar.bz2 1331850 RMD160 71aef9419eeca5f9fa59bb55990327c307f9ca31 SHA1 f2550acb4a9fd8f96ead1263ba5739915c303f6e SHA256 0074b3fec3ad6e3ab91a05dc20906b06101ea8bca0cd2caf394a5cc141b05e86
DIST gnome-settings-daemon-3.2.1.tar.xz 1418420 RMD160 ce15088f308ae96fb10975a66bcb55bea68d6eab SHA1 1526741dbdcf20a20aa4e78df483e6df881b52b5 SHA256 1015b8a12483e91ddc67e891b66207a70339a341a051507aad9a6a15fbfcb78d
DIST gnome-settings-daemon-3.2.2.tar.xz 1417364 RMD160 89b5fe84d337fb241a26f658e6daa35faf1fddc1 SHA1 fd79b7f8d28a5d448839e11960c9e07f0cef6ae5 SHA256 d91cac869e23f36942720485f04c3029fd5286fafb6ad12b07377e527b1f6884

@ -1,21 +0,0 @@
From 9b141728c889a6d2f88767655661318e3d8d82da Mon Sep 17 00:00:00 2001
From: Malcolm Lewis <malcolmlewis@opensuse.org>
Date: Mon, 17 Oct 2011 16:43:06 +0000
Subject: power: Fix "undefined symbol: WEXITSTATUS" error.
https://bugzilla.gnome.org/show_bug.cgi?id=662020
---
diff --git a/plugins/power/gsd-power-manager.c b/plugins/power/gsd-power-manager.c
index 010d14a..3f10c22 100644
--- a/plugins/power/gsd-power-manager.c
+++ b/plugins/power/gsd-power-manager.c
@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
+#include <sys/wait.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
#include <libupower-glib/upower.h>
--
cgit v0.9.0.2

@ -0,0 +1,35 @@
From 8cd361027c86a37c73eb8f787a88eda701d0fa4d Mon Sep 17 00:00:00 2001
From: Richard Hughes <richard@hughsie.com>
Date: Wed, 2 Nov 2011 16:49:07 +0000
Subject: [PATCH] color: Set model and vendor to 'unknown' if not specified or
unavailable
If the user has connected a device without the ability to get the EDID (e.g.
composite TV connection) then don't show a critical warning and fail to add
the device.
Resolves https://bugzilla.redhat.com/show_bug.cgi?id=749504
---
plugins/color/gsd-color-manager.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/plugins/color/gsd-color-manager.c b/plugins/color/gsd-color-manager.c
index 01b20c0..2474040 100644
--- a/plugins/color/gsd-color-manager.c
+++ b/plugins/color/gsd-color-manager.c
@@ -1263,6 +1263,12 @@ gcm_session_add_x11_output (GsdColorManager *manager, GnomeRROutput *output)
if (serial == NULL)
serial = "unknown";
+ /* ensure mandatory fields are set */
+ if (model == NULL)
+ model = "unknown";
+ if (vendor == NULL)
+ vendor = "unknown";
+
device_id = gcm_session_get_output_id (manager, output);
g_debug ("output %s added", device_id);
device_props = g_hash_table_new_full (g_str_hash, g_str_equal,
--
1.7.8

@ -0,0 +1,31 @@
From cbc5ab2ae34643775c980228d56f6b800f606b96 Mon Sep 17 00:00:00 2001
From: Lars Uebernickel <lars.uebernickel@canonical.com>
Date: Wed, 7 Dec 2011 16:21:38 +0100
Subject: [PATCH] print-notifications: detect malformed d-bus signals
Fixes a crash that happens when receiving a d-bus call with an invalid
number of arguments. The issue was first reported at lp #893676. A
patch to CUPS which makes it stop sending those malformed signals has
been submitted to cups.org as STR #3984. (#665689)
---
.../gsd-print-notifications-manager.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/plugins/print-notifications/gsd-print-notifications-manager.c b/plugins/print-notifications/gsd-print-notifications-manager.c
index 96285bc..fc557a1 100644
--- a/plugins/print-notifications/gsd-print-notifications-manager.c
+++ b/plugins/print-notifications/gsd-print-notifications-manager.c
@@ -405,6 +405,10 @@ on_cups_notification (GDBusConnection *connection,
g_free (job_uri);
}
}
+ else {
+ g_warning ("Invalid number of parameters for signal '%s'", signal_name);
+ return;
+ }
if (g_strcmp0 (signal_name, "PrinterAdded") == 0) {
cupsFreeDests (manager->priv->num_dests, manager->priv->dests);
--
1.7.8

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.2.1.ebuild,v 1.1 2011/10/29 02:11:41 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.2.2-r1.ebuild,v 1.1 2011/12/12 00:37:28 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
@ -14,7 +14,7 @@ HOMEPAGE="http://www.gnome.org"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="+colord +cups debug packagekit policykit short-touchpad-timeout smartcard +udev"
IUSE="+colord +cups debug packagekit policykit +short-touchpad-timeout smartcard +udev"
# Latest gsettings-desktop-schemas is needed due to commit e8d1de92
# Latest gnome-desktop needed to fix the DPMS timeout bug #385063
@ -95,9 +95,6 @@ pkg_setup() {
}
src_prepare() {
# Upstream patch to fix undefined symbol, will be in next release
epatch "${FILESDIR}/${P}-WEXITSTATUS.patch"
# Backport patch from git master branch (not in gnome-3-2 branch yet)
# fixing loading color profiles at startup
epatch "${FILESDIR}/${PN}-3.2.0-color-unbreak-loading-profiles.patch"
@ -111,6 +108,13 @@ src_prepare() {
# Make colord optional; requires eautoreconf
epatch "${FILESDIR}/${PN}-3.2.1-optional-colord.patch"
# Fix inability to add displays without EDID data; in next release
epatch "${FILESDIR}/${P}-color-unavailable-edid.patch"
# Fix crash with cups-1.5.0; will be in next release
epatch "${FILESDIR}/${P}-print-notifications-malformed-dbus.patch"
eautoreconf
gnome2_src_prepare

@ -0,0 +1,39 @@
From 6709342d25629debcab15adbd16d7d08948e2c9e Mon Sep 17 00:00:00 2001
From: Christian Persch <chpe@gnome.org>
Date: Thu, 10 Nov 2011 23:57:03 +0100
Subject: [PATCH] GtkTrayIcon:fg-color is a GdkRGBA
... and not a GdkColor. So use the right variable, and the right free function.
Fixes a crash on session startup in gnome-settings-daemon, when using the gnome3
fallback session.
https://bugzilla.gnome.org/show_bug.cgi?id=663816
---
libgnomekbd/gkbd-status.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libgnomekbd/gkbd-status.c b/libgnomekbd/gkbd-status.c
index 2f5b41f..10c95bc 100644
--- a/libgnomekbd/gkbd-status.c
+++ b/libgnomekbd/gkbd-status.c
@@ -126,7 +126,7 @@ static void
gkbd_status_render_cairo (GkbdStatusPrivHack * gkh, cairo_t * cr, int group)
{
double r, g, b;
- GdkColor *fg_color;
+ GdkRGBA *fg_color;
gchar *font_family;
int font_size;
PangoFontDescription *pfd;
@@ -155,7 +155,7 @@ gkbd_status_render_cairo (GkbdStatusPrivHack * gkh, cairo_t * cr, int group)
g_object_get (gkh->tray_icon, "fg-color", &fg_color, NULL);
cairo_set_source_rgb (cr, fg_color->red, fg_color->green, fg_color->blue);
- gdk_color_free (fg_color);
+ gdk_rgba_free (fg_color);
gkbd_indicator_config_get_font_for_widget (ind_cfg,
gkh->tray_icon,
--
1.7.8

@ -0,0 +1,42 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnomekbd/libgnomekbd-3.2.0-r1.ebuild,v 1.1 2011/12/11 21:24:55 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit eutils gnome2
DESCRIPTION="Gnome keyboard configuration library"
HOMEPAGE="http://www.gnome.org"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE="+introspection test"
RDEPEND=">=dev-libs/glib-2.18:2
>=x11-libs/gtk+-2.91.7:3[introspection?]
>=x11-libs/libxklavier-5.1
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35
>=dev-util/pkgconfig-0.19"
pkg_setup() {
G2CONF="${G2CONF}
--disable-static
--disable-schemas-compile
$(use_enable introspection)
$(use_enable test tests)"
DOCS="AUTHORS ChangeLog NEWS README"
}
src_prepare() {
# Upstream patch to use correct GtkTrayIcon:fg-color type; fixes g-s-d crash
epatch "${FILESDIR}/${P}-fg-color.patch"
gnome2_src_prepare
}

@ -0,0 +1 @@
DIST evolution-groupwise-3.2.1.tar.xz 405340 RMD160 68efec8d7a83e4e381d23b258b31351cb50a788a SHA1 631833b6edc541a2950e0a1d2be7bed71bf75bde SHA256 3a5a1590b92144e465b09abc0fdaefc6d6bf9a5465d0b07e01171ddfef4aebbf

@ -0,0 +1,55 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-groupwise/evolution-groupwise-3.2.1.ebuild,v 1.1 2011/12/12 05:25:58 tetromino Exp $
EAPI="4"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit db-use eutils flag-o-matic gnome2
DESCRIPTION="Evolution module for connecting to Novell Groupwise"
HOMEPAGE="http://www.gnome.org/projects/evolution/"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="" # doc
RDEPEND=">=mail-client/evolution-${PV}:2.0
>=gnome-extra/evolution-data-server-${PV}
>=dev-libs/glib-2.16
>=dev-libs/libxml2-2
>=gnome-base/gconf-2:2
gnome-extra/gtkhtml:4.0
>=net-libs/libsoup-2.3:2.4
sys-libs/db
x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-2.90.4:3
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35.5
>=dev-util/pkgconfig-0.9
"
# For now, this package has no gtk-doc documentation to build
# doc? ( >=dev-util/gtk-doc-1.9 )
pkg_setup() {
DOCS="ChangeLog NEWS" # AUTHORS, README are empty
}
src_prepare() {
# Upstream patch to use correct timezone for new events; in next release
epatch "${FILESDIR}/${P}-timezone.patch"
# /usr/include/db.h is always db-1 on FreeBSD
# so include the right dir in CPPFLAGS
append-cppflags "-I$(db_includedir)"
gnome2_src_prepare
# FIXME: Fix compilation flags crazyness
# Touch configure.ac if eautoreconf
sed -e 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
-i configure || die "sed 1 failed"
}

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

Loading…
Cancel
Save