parent
8d396d6a7b
commit
5ce6c2cb17
@ -0,0 +1,83 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-arch/libarchive/libarchive-3.0.2.ebuild,v 1.2 2012/01/10 12:56:27 ssuominen Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit eutils multilib
|
||||
|
||||
DESCRIPTION="BSD tar command"
|
||||
HOMEPAGE="http://code.google.com/p/libarchive/"
|
||||
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
|
||||
IUSE="acl +bzip2 expat +iconv kernel_linux +lzma nettle static-libs xattr +zlib"
|
||||
|
||||
RDEPEND="!dev-libs/libarchive
|
||||
dev-libs/openssl:0
|
||||
acl? ( virtual/acl )
|
||||
bzip2? ( app-arch/bzip2 )
|
||||
expat? ( dev-libs/expat )
|
||||
!expat? ( dev-libs/libxml2 )
|
||||
iconv? ( virtual/libiconv )
|
||||
lzma? ( app-arch/xz-utils )
|
||||
nettle? ( dev-libs/nettle )
|
||||
xattr? (
|
||||
kernel_linux? ( sys-apps/attr )
|
||||
)
|
||||
zlib? ( sys-libs/zlib )"
|
||||
DEPEND="${RDEPEND}
|
||||
kernel_linux? (
|
||||
sys-fs/e2fsprogs
|
||||
virtual/os-headers
|
||||
)"
|
||||
|
||||
src_configure() {
|
||||
# We disable lzmadec because we support the newer liblzma from xz-utils
|
||||
# and not liblzmadec with this version.
|
||||
econf \
|
||||
$(use_enable static-libs static) \
|
||||
--enable-bsdtar=shared \
|
||||
--enable-bsdcpio=shared \
|
||||
$(use_enable xattr) \
|
||||
$(use_enable acl) \
|
||||
$(use_with zlib) \
|
||||
$(use_with bzip2 bz2lib) \
|
||||
--without-lzmadec \
|
||||
$(use_with iconv) \
|
||||
$(use_with lzma) \
|
||||
$(use_with nettle) \
|
||||
$(use_with !expat xml2) \
|
||||
$(use_with expat expat)
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# Replace the default src_test so that it builds tests in parallel
|
||||
emake check
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install
|
||||
|
||||
# Libs.private: should be used from libarchive.pc instead
|
||||
rm -f "${ED}"usr/lib*/lib*.la
|
||||
|
||||
# Create tar symlink for FreeBSD
|
||||
if [[ ${CHOST} == *-freebsd* ]]; then
|
||||
dosym bsdtar /usr/bin/tar
|
||||
echo '.so bsdtar.1' > "${T}"/tar.1
|
||||
doman "${T}"/tar.1
|
||||
# We may wish to switch to symlink bsdcpio to cpio too one day
|
||||
fi
|
||||
|
||||
dodoc NEWS README
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
preserve_old_lib /{,usr/}$(get_libdir)/libarchive$(get_libname 2)
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
preserve_old_lib_notify /{,usr/}$(get_libdir)/libarchive$(get_libname 2)
|
||||
}
|
@ -1 +1,2 @@
|
||||
DIST 134003-kencfs-1.1.tar.gz 77254 RMD160 b666e5fc7195bfb743d8e03fa496087e161303f9 SHA1 572bc97f357ce481cf78dfb6043cc7b1a96dbdf4 SHA256 6e40dd54657fd4ac0a51b938e1fb825c3b3a9323aa8ce19012ec6d286de3a0e2
|
||||
DIST 134003-kencfs-1.2.tar.gz 79623 RMD160 a009ad9d6d618b75b8367111e7b296324ecfa9a5 SHA1 91ca55825c8ca60cce904306b4a6ef1362c59090 SHA256 0769d0e5500edbdd90886af4dc5e668c37aee0ba9c4e29e5202ce05169f10a42
|
||||
|
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-crypt/kencfs/kencfs-1.2.ebuild,v 1.1 2012/01/10 14:44:20 johu Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit qt4-r2
|
||||
|
||||
DESCRIPTION="GUI frontend for encfs"
|
||||
HOMEPAGE="http://kde-apps.org/content/show.php?content=134003"
|
||||
SRC_URI="http://kde-apps.org/CONTENT/content-files/134003-${P}.tar.gz"
|
||||
IUSE=""
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="kde-base/kdelibs
|
||||
x11-libs/qt-gui:4"
|
||||
RDEPEND="${DEPEND}
|
||||
sys-fs/encfs"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-1.1-underlinking.patch" )
|
@ -0,0 +1,103 @@
|
||||
diff --git a/vmmon-only/linux/iommu.c b/vmmon-only/linux/iommu.c
|
||||
index b0ee013..f0f5c9a 100644
|
||||
--- a/vmmon-only/linux/iommu.c
|
||||
+++ b/vmmon-only/linux/iommu.c
|
||||
@@ -36,6 +36,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 {
|
||||
struct pci_dev *pdev;
|
||||
VMLinux *vmLinux;
|
||||
diff --git a/vmnet-only/filter.c b/vmnet-only/filter.c
|
||||
index b0017d7..6c0687f 100644
|
||||
--- a/vmnet-only/filter.c
|
||||
+++ b/vmnet-only/filter.c
|
||||
@@ -41,6 +41,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 b3c752b..79d4896 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.
|
||||
@@ -621,11 +627,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 4e65c76..fd12aa9 100644
|
||||
--- a/vmnet-only/userif.c
|
||||
+++ b/vmnet-only/userif.c
|
||||
@@ -572,10 +572,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;
|
||||
}
|
@ -0,0 +1,24 @@
|
||||
diff --git a/vmnet-only/compat_netdevice.h b/vmnet-only/compat_netdevice.h
|
||||
index 7a56304..9ff4548 100644
|
||||
--- a/vmnet-only/compat_netdevice.h
|
||||
+++ b/vmnet-only/compat_netdevice.h
|
||||
@@ -47,6 +47,19 @@
|
||||
# define net_device device
|
||||
#endif
|
||||
|
||||
+/* it looks like these have been removed from the kernel 3.1
|
||||
+ * probably because the "transition" is considered complete.
|
||||
+ * so to keep this source compatible we just redefine them like they were
|
||||
+ * previously
|
||||
+ */
|
||||
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 1, 0)
|
||||
+#define HAVE_ALLOC_NETDEV /* feature macro: alloc_xxxdev
|
||||
+ functions are available. */
|
||||
+#define HAVE_FREE_NETDEV /* free_netdev() */
|
||||
+#define HAVE_NETDEV_PRIV /* netdev_priv() */
|
||||
+#define HAVE_NETIF_QUEUE
|
||||
+#define HAVE_NET_DEVICE_OPS
|
||||
+#endif
|
||||
|
||||
/*
|
||||
* SET_MODULE_OWNER appeared sometime during 2.3.x. It was setting
|
@ -0,0 +1,2 @@
|
||||
DIST Sigil-0.4.2-Code.zip 10104606 RMD160 c0834a04cdc67f8d066e4a66c43973a6013866e0 SHA1 67464f521c1b11641812b6959549a842546b4f8d SHA256 78490b43e071e840e191c3553b7d2041798b37b6aacc068b8334f9a851b2f65a
|
||||
DIST Sigil-0.4.905-Code.zip 12336033 RMD160 3c8f475a57027c5d2dfeb9f0f348a54246f93f70 SHA1 db9ef0abf4f0dff94cf882515f7aa59541de756c SHA256 55055550050074ddc36f95a0c1efc00fbad19eba1b13d528be134476087c09cd
|
@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>no-herd</herd>
|
||||
<maintainer>
|
||||
<email>sbriesen@gentoo.org</email>
|
||||
<name>Stefan Briesenick</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Sigil is a multi-platform WYSIWYG ebook editor.
|
||||
It is designed to edit books in ePub format.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-text/sigil/sigil-0.4.2.ebuild,v 1.1 2012/01/10 03:11:52 sbriesen Exp $
|
||||
|
||||
EAPI=4
|
||||
CMAKE_BUILD_TYPE="Release"
|
||||
|
||||
inherit eutils cmake-utils
|
||||
|
||||
MY_P="Sigil-${PV}-Code"
|
||||
|
||||
DESCRIPTION="Sigil is a multi-platform WYSIWYG ebook editor for ePub format."
|
||||
HOMEPAGE="http://code.google.com/p/sigil/"
|
||||
SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.zip"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=x11-libs/qt-xmlpatterns-4.7.2
|
||||
>=x11-libs/qt-webkit-4.7.2
|
||||
>=x11-libs/qt-svg-4.7.2
|
||||
>=x11-libs/qt-gui-4.7.2"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
DOCS=( ChangeLog README )
|
||||
|
||||
src_prepare() {
|
||||
# use standard naming
|
||||
mv -f README.txt README
|
||||
mv -f ChangeLog.txt ChangeLog
|
||||
edos2unix ChangeLog README
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-text/sigil/sigil-0.4.905_beta1.ebuild,v 1.1 2012/01/10 03:11:52 sbriesen Exp $
|
||||
|
||||
EAPI=4
|
||||
CMAKE_BUILD_TYPE="Release"
|
||||
|
||||
inherit eutils cmake-utils
|
||||
|
||||
MY_P="Sigil-${PV/_beta1}-Code"
|
||||
|
||||
DESCRIPTION="Sigil is a multi-platform WYSIWYG ebook editor for ePub format."
|
||||
HOMEPAGE="http://code.google.com/p/sigil/"
|
||||
SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.zip"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=x11-libs/qt-xmlpatterns-4.7.2
|
||||
>=x11-libs/qt-webkit-4.7.2
|
||||
>=x11-libs/qt-svg-4.7.2
|
||||
>=x11-libs/qt-gui-4.7.2"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
DOCS=( ChangeLog README )
|
||||
|
||||
src_prepare() {
|
||||
# use standard naming
|
||||
mv -f README.txt README
|
||||
mv -f ChangeLog.txt ChangeLog
|
||||
edos2unix ChangeLog README
|
||||
}
|
@ -1 +1,2 @@
|
||||
DIST gentoo-syntax-20101212.tar.bz2 18927 RMD160 f17bc03506037dd1c5236ec97a3292b4a4e65f5a SHA1 a1d29bb9cc93b1307ef4c665127d4fceacfa363d SHA256 70bb59acb00a726941e43d8f99d63ee9feb9335de9eb6d36e66917f2a2d3416f
|
||||
DIST gentoo-syntax-20120109.tar.bz2 19526 RMD160 17630802e8bc1c59be9e2d37b11e7584a9c99d1d SHA1 b2d478ce3646ea8126ea9c25e5223b4d2e810744 SHA256 dabab1a569ec84286d15feb93652f044888d92c0e0c8c1f298f8dec80fcab4c5
|
||||
|
@ -0,0 +1,46 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-vim/gentoo-syntax/gentoo-syntax-20120109.ebuild,v 1.1 2012/01/10 04:37:33 radhermit Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
DESCRIPTION="vim plugin: Gentoo Ebuild, Eclass, GLEP, ChangeLog and Portage Files syntax highlighting, filetype and indent settings"
|
||||
HOMEPAGE="http://www.gentoo.org/"
|
||||
SRC_URI="mirror://gentoo/${P}.tar.bz2"
|
||||
|
||||
LICENSE="vim"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="ignore-glep31"
|
||||
|
||||
VIM_PLUGIN_HELPFILES="gentoo-syntax"
|
||||
VIM_PLUGIN_MESSAGES="filetype"
|
||||
|
||||
src_prepare() {
|
||||
if use ignore-glep31 ; then
|
||||
for f in ftplugin/*.vim ; do
|
||||
ebegin "Removing UTF-8 rules from ${f} ..."
|
||||
sed -i -e 's~\(setlocal fileencoding=utf-8\)~" \1~' ${f} \
|
||||
|| die "waah! bad sed voodoo. need more goats."
|
||||
eend $?
|
||||
done
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
vim-plugin_pkg_postinst
|
||||
if use ignore-glep31 1>/dev/null ; then
|
||||
ewarn "You have chosen to disable the rules which ensure GLEP 31"
|
||||
ewarn "compliance. When editing ebuilds, please make sure you get"
|
||||
ewarn "the character set correct."
|
||||
else
|
||||
elog "Note for developers and anyone else who edits ebuilds:"
|
||||
elog " This release of gentoo-syntax now contains filetype rules to set"
|
||||
elog " fileencoding for ebuilds and ChangeLogs to utf-8 as per GLEP 31."
|
||||
elog " If you find this feature breaks things, please submit a bug and"
|
||||
elog " assign it to vim@gentoo.org. You can use the 'ignore-glep31' USE"
|
||||
elog " flag to remove these rules."
|
||||
fi
|
||||
echo
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
Use CFLAGS when linking. Some flags can add functionality to generated
|
||||
code that requires extra libs to be linked in (eg. libgomp when using
|
||||
autoparallelization). Other flags are required when building and linking
|
||||
(eg. -flto).
|
||||
|
||||
https://bugs.gentoo.org/365975
|
||||
|
||||
--- a/mozilla/nsprpub/config/autoconf.mk.in
|
||||
+++ b/mozilla/nsprpub/config/autoconf.mk.in
|
||||
@@ -81,6 +81,7 @@ OS_DLLFLAGS = @OS_DLLFLAGS@
|
||||
DLLFLAGS = @DLLFLAGS@
|
||||
EXEFLAGS = @EXEFLAGS@
|
||||
OPTIMIZER = @OPTIMIZER@
|
||||
+LD_CFLAGS = @CFLAGS@
|
||||
|
||||
PROFILE_GEN_CFLAGS = @PROFILE_GEN_CFLAGS@
|
||||
PROFILE_GEN_LDFLAGS = @PROFILE_GEN_LDFLAGS@
|
||||
--- a/mozilla/nsprpub/config/config.mk
|
||||
+++ b/mozilla/nsprpub/config/config.mk
|
||||
@@ -72,7 +72,7 @@ NOMD_CFLAGS = $(CC_ONLY_FLAGS) $(OPTIMIZER) $(NOMD_OS_CFLAGS)\
|
||||
NOMD_CCFLAGS = $(CCC_ONLY_FLAGS) $(OPTIMIZER) $(NOMD_OS_CFLAGS)\
|
||||
$(XP_DEFINE) $(DEFINES) $(INCLUDES) $(XCFLAGS)
|
||||
|
||||
-LDFLAGS = $(OS_LDFLAGS)
|
||||
+LDFLAGS = $(LD_CFLAGS) $(OS_LDFLAGS)
|
||||
|
||||
# Enable profile-guided optimization
|
||||
ifdef MOZ_PROFILE_GENERATE
|
@ -0,0 +1,113 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/nspr/nspr-4.8.9-r1.ebuild,v 1.1 2012/01/10 02:14:37 anarchy Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
inherit eutils multilib toolchain-funcs versionator
|
||||
|
||||
MIN_PV="$(get_version_component_range 2)"
|
||||
|
||||
DESCRIPTION="Netscape Portable Runtime"
|
||||
HOMEPAGE="http://www.mozilla.org/projects/nspr/"
|
||||
SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${PV}/src/${P}.tar.gz"
|
||||
|
||||
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE="debug"
|
||||
|
||||
src_prepare() {
|
||||
mkdir build inst
|
||||
epatch "${FILESDIR}"/${PN}-4.8-config.patch
|
||||
epatch "${FILESDIR}"/${PN}-4.6.1-config-1.patch
|
||||
epatch "${FILESDIR}"/${PN}-4.6.1-lang.patch
|
||||
epatch "${FILESDIR}"/${PN}-4.7.0-prtime.patch
|
||||
epatch "${FILESDIR}"/${PN}-4.8-pkgconfig-gentoo-3.patch
|
||||
epatch "${FILESDIR}"/${PN}-4.7.1-solaris.patch
|
||||
epatch "${FILESDIR}"/${PN}-4.7.4-solaris.patch
|
||||
epatch "${FILESDIR}"/${PN}-4.8.3-aix-gcc.patch
|
||||
# Patch needs updating
|
||||
#epatch "${FILESDIR}"/${PN}-4.8.3-aix-soname.patch
|
||||
epatch "${FILESDIR}"/${PN}-4.8.4-darwin-install_name.patch
|
||||
epatch "${FILESDIR}"/${PN}-4.8.9-link-flags.patch
|
||||
# make sure it won't find Perl out of Prefix
|
||||
sed -i -e "s/perl5//g" mozilla/nsprpub/configure || die
|
||||
|
||||
# Respect LDFLAGS
|
||||
sed -i -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \
|
||||
mozilla/nsprpub/config/rules.mk
|
||||
|
||||
if [[ ${CHOST} == *-darwin* ]] ; then
|
||||
# Fix pkgconfig for Darwin (no RPATH stuff)
|
||||
sed -i -e 's/-Wl,-R${\?libdir}\?//' \
|
||||
"${S}"/mozilla/nsprpub/config/nspr-config.in \
|
||||
"${S}"/mozilla/nsprpub/config/nspr.pc.in || die
|
||||
fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
cd "${S}"/build
|
||||
|
||||
echo > "${T}"/test.c
|
||||
$(tc-getCC) -c "${T}"/test.c -o "${T}"/test.o
|
||||
case $(scanelf -BF'%M' "${T}"/test.o)$(scanmacho -BF'%M' "${T}"/test.o) in
|
||||
ELFCLASS64*|POWERPC64*|X86_64*) myconf="${myconf} --enable-64bit";;
|
||||
ELFCLASS32*|POWERPC*|I386*|ARM*) ;;
|
||||
*) die "Failed to detect whether your arch is 64bits or 32bits, disable distcc if you're using it, please";;
|
||||
esac
|
||||
|
||||
myconf="${myconf} --libdir=${EPREFIX}/usr/$(get_libdir)"
|
||||
|
||||
ECONF_SOURCE="../mozilla/nsprpub" econf \
|
||||
$(use_enable debug) \
|
||||
$(use_enable !debug optimize) \
|
||||
${myconf} || die "econf failed"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cd "${S}"/build
|
||||
emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die "failed to build"
|
||||
}
|
||||
|
||||
src_install () {
|
||||
# Their build system is royally confusing, as usual
|
||||
MINOR_VERSION=${MIN_PV} # Used for .so version
|
||||
cd "${S}"/build
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
|
||||
cd "${ED}"/usr/$(get_libdir)
|
||||
for file in *.a; do
|
||||
einfo "removing static libraries as upstream has requested!"
|
||||
rm -f ${file} || die "failed to remove static libraries."
|
||||
done
|
||||
|
||||
local n=
|
||||
# aix-soname.patch does this already
|
||||
[[ ${CHOST} == *-aix* ]] ||
|
||||
for file in *$(get_libname); do
|
||||
n=${file%$(get_libname)}$(get_libname ${MINOR_VERSION})
|
||||
mv ${file} ${n} || die "failed to mv files around"
|
||||
ln -s ${n} ${file} || die "failed to symlink files."
|
||||
if [[ ${CHOST} == *-darwin* ]]; then
|
||||
install_name_tool -id "${EPREFIX}/usr/$(get_libdir)/${n}" ${n} || die
|
||||
fi
|
||||
done
|
||||
|
||||
# install nspr-config
|
||||
dobin "${S}"/build/config/nspr-config || die "failed to install nspr-config"
|
||||
|
||||
# create pkg-config file
|
||||
insinto /usr/$(get_libdir)/pkgconfig/
|
||||
doins "${S}"/build/config/nspr.pc || die "failed to insall nspr pkg-config file"
|
||||
|
||||
# Remove stupid files in /usr/bin
|
||||
rm -f "${ED}"/usr/bin/prerr.properties || die "failed to cleanup unneeded files"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn
|
||||
ewarn "Please make sure you run revdep-rebuild after upgrade."
|
||||
ewarn "This is *extremely* important to ensure your system nspr works properly."
|
||||
ewarn
|
||||
}
|
@ -1,3 +1,4 @@
|
||||
DIST camlp5-5.14.tgz 685253 RMD160 0643a1fcf78d4848fd7090d105911dc43990eb66 SHA1 cae1cb1dfa506f640393c28d9b510a03f947ef9d SHA256 1b45413a3477ef6143ace5185122c162b765d86c6d963ab8bd2b771feda3baa5
|
||||
DIST camlp5-6.02.3-patch-1.patch 38948 RMD160 e795fe6ddcc1e47e1ae71737c0ecd6039bd21c67 SHA1 4f9f0c50535248f41b8ff9ca4fd31712f0ae292e SHA256 fb709455672dbdab4e8cfa2a760e5d46c3c3ab6144748ebd38d6d603f2be3895
|
||||
DIST camlp5-6.02.3.tgz 653958 RMD160 519d8d79c6de63c374ff43f8348b7791de9e9fa5 SHA1 eb0f4f9ade52c2c1e972d61b334bcf01fea76dfc SHA256 329f8e577a6f9ac749a0d6fd22acb8385ae17dda3942ba415e27846304e42bfd
|
||||
DIST camlp5-6.03.tgz 659839 RMD160 2a2451cf38e2f061d25ee2c8e3eef57ca283a103 SHA1 9166ee6057caabda641be29152f28b1f58a3c830 SHA256 085e3cfaec319855e818f218b1d50ef1c0ca4742a40526f35cbc2b23df7acad5
|
||||
|
@ -0,0 +1,66 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-6.03.ebuild,v 1.1 2012/01/10 13:22:35 aballier Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit multilib findlib eutils
|
||||
|
||||
MY_P=${P%_p*}
|
||||
DESCRIPTION="A preprocessor-pretty-printer of ocaml"
|
||||
HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/"
|
||||
SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/distrib/src/${MY_P}.tgz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
|
||||
IUSE="doc +ocamlopt"
|
||||
|
||||
DEPEND=">=dev-lang/ocaml-3.10[ocamlopt?]"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHLEVEL=${PV#*_p}
|
||||
PATCHLIST=""
|
||||
|
||||
if [ "${PATCHLEVEL}" != "${PV}" ] ; then
|
||||
for i in $(seq 1 ${PATCHLEVEL}) ; do
|
||||
SRC_URI="${SRC_URI}
|
||||
http://pauillac.inria.fr/~ddr/camlp5/distrib/src/patch-${PV%_p*}-${i} -> ${MY_P}-patch-${i}.patch"
|
||||
PATCHLIST="${PATCHLIST} ${MY_P}-patch-${i}.patch"
|
||||
done
|
||||
fi
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_prepare() {
|
||||
for i in ${PATCHLIST} ; do
|
||||
epatch "${DISTDIR}/${i}"
|
||||
done
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure \
|
||||
-prefix /usr \
|
||||
-bindir /usr/bin \
|
||||
-libdir /usr/$(get_libdir)/ocaml \
|
||||
-mandir /usr/share/man || die "configure failed"
|
||||
}
|
||||
|
||||
src_compile(){
|
||||
emake || die "emake failed"
|
||||
if use ocamlopt; then
|
||||
emake opt || die "Compiling native code programs failed"
|
||||
emake opt.opt || die "Compiling native code programs failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
# findlib support
|
||||
insinto "$(ocamlfind printconf destdir)/${PN}"
|
||||
doins etc/META || die "failed to install META file for findlib support"
|
||||
|
||||
use doc && dohtml -r doc/*
|
||||
|
||||
dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE
|
||||
}
|
@ -1,2 +1,3 @@
|
||||
DIST camomile-0.8.1.tar.bz2 2281142 RMD160 e8c455fa89ac7e3a8ad78d47a14218ffcd579655 SHA1 331651050f82ff918efc36b34c0ce76c7b85ba5d SHA256 ca3c50f5442fce0ec9a9d35bfa99ab78084a2b5b02638c6e95f38340f9f104e5
|
||||
DIST camomile-0.8.3.tar.bz2 2646968 RMD160 56651ff4625dbdd9876784c1369c5a6ed6b290a6 SHA1 9f2600010820689805b5ab6e4048217ea821d535 SHA256 94c8d65d417c90301f6b3b21e4b00e151c434a3e2d406c3d5b3363859034f27b
|
||||
DIST camomile-0.8.4.tar.bz2 2649800 RMD160 a3c1cba2d4e8d2597bf420ae64e93128e9c85d70 SHA1 20fc38316e19bcca2401f799afb84e05a3553e3c SHA256 ef521f96fe984e6b0118041ed68a7a165beda54d8541c248ed402b7ef693de50
|
||||
|
@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-ml/camomile/camomile-0.8.4.ebuild,v 1.1 2012/01/10 13:27:01 aballier Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit findlib eutils
|
||||
|
||||
DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml."
|
||||
HOMEPAGE="http://github.com/yoriyuki/Camomile/wiki"
|
||||
SRC_URI="http://github.com/downloads/yoriyuki/Camomile/${P}.tar.bz2"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="debug +ocamlopt"
|
||||
|
||||
RDEPEND=">=dev-lang/ocaml-3.10.2[ocamlopt?]"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable debug)
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake -j1 byte unidata unimaps charmap_data locale_data || die "failed to build"
|
||||
if use ocamlopt; then
|
||||
emake -j1 opt || die "failed to build native code"
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /usr/bin
|
||||
findlib_src_install DATADIR="${D}/usr/share" BINDIR="${D}/usr/bin"
|
||||
}
|
@ -0,0 +1 @@
|
||||
DIST checkbashisms-2.0.0.2 21258 RMD160 331d3bf187266f554dc2a4bf0f3a837be3a879fa SHA1 f94d1bab82481df3c30de87a76a57235763d1f84 SHA256 4da61b7f08b55609e80c648d215f0201aa9b5f1df53aab6252129537a7f7a0ee
|
@ -0,0 +1,23 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/checkbashisms/checkbashisms-2.0.0.2.ebuild,v 1.1 2012/01/10 07:24:48 robbat2 Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="Perl script to check for commonly used bash features not defined by POSIX"
|
||||
HOMEPAGE="http://sourceforge.net/projects/checkbashisms/"
|
||||
SRC_URI="mirror://sourceforge/checkbaskisms/${PV}/${PN} -> ${P}"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-lang/perl
|
||||
virtual/perl-Getopt-Long"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
src_install() {
|
||||
newbin "${DISTDIR}"/${P} ${PN}
|
||||
}
|
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>robbat2@gentoo.org</email>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
@ -1,11 +0,0 @@
|
||||
--- gemrb/core/EffectQueue.h.old 2011-06-01 17:24:47.102882668 +0200
|
||||
+++ gemrb/core/EffectQueue.h 2011-06-01 17:25:07.399156225 +0200
|
||||
@@ -28,6 +28,8 @@
|
||||
#ifndef EFFECTQUEUE_H
|
||||
#define EFFECTQUEUE_H
|
||||
|
||||
+#include <cstddef>
|
||||
+
|
||||
#include "exports.h"
|
||||
|
||||
#include "Effect.h"
|
@ -1,2 +1,3 @@
|
||||
DIST tintin-2.00.6.tar.gz 251300 RMD160 7fc50627a1e00b31058dc7f37734561eb4598c9c SHA1 4170c7ea0f4cfaa3bf205624adbacfb6d92c9b7f SHA256 25410fba051774aa2978d19c4d68d6c69527a80bc11ef179d7fdb7a1fc15c7d4
|
||||
DIST tintin-2.00.7.tar.gz 255502 RMD160 f889a5aaee13002518f0f0a11106529bfc7bf50c SHA1 7e49905a4fe38eb888fd3ecacadaf0650e87ead0 SHA256 33f2da2cf373916b8b41bed3696122477f06d3fd46809d7706cf30d0909a2c1c
|
||||
DIST tintin-2.00.8.tar.gz 257828 RMD160 f3ac710a14ba9b4689bbc2b9222bb254a00e2020 SHA1 59c919cfe1b1b8d217ca9608c5e76140e8c8aa38 SHA256 e364a7fa7ed35a2d166a081cce4682d5fe2481ee9ce72c6a409903d097e1ae45
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- Makefile.in.old 2011-06-24 13:41:36.874647127 +0200
|
||||
+++ Makefile.in 2011-06-24 13:44:40.024430170 +0200
|
||||
@@ -37,7 +37,7 @@
|
||||
|
||||
INCS = @MYINCLUDE@
|
||||
|
||||
-LIBS = @MYLIB@ @LIBS@
|
||||
+LIBS = @LIBS@
|
||||
|
||||
# If you prefer to be able to enter ISO latin-1 characters instead
|
||||
# of being able to use the meta key for special emacs-like commands
|
@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-mud/tintin/tintin-2.00.8.ebuild,v 1.1 2012/01/10 03:15:52 mr_bones_ Exp $
|
||||
|
||||
inherit games
|
||||
|
||||
DESCRIPTION="(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t"
|
||||
HOMEPAGE="http://tintin.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/tintin/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="sys-libs/zlib
|
||||
dev-libs/libpcre
|
||||
sys-libs/readline
|
||||
sys-libs/ncurses"
|
||||
|
||||
S=${WORKDIR}/tt/src
|
||||
|
||||
PATCHES=( "${FILESDIR}"/${P}-ldpermission.patch )
|
||||
|
||||
src_install () {
|
||||
dogamesbin tt++ || die "dogamesbin failed"
|
||||
dodoc ../{CREDITS,FAQ,README,SCRIPTS,TODO,docs/*}
|
||||
prepgamesdirs
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
games_pkg_postinst
|
||||
echo
|
||||
ewarn "**** OLD TINTIN SCRIPTS ARE NOT 100% COMPATIBLE WITH THIS VERSION ****"
|
||||
ewarn "read the README for more details."
|
||||
echo
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z "$XDG_MENU_PREFIX" ] && { [ "$DESKTOP_SESSION" = "gnome" ] || [ "$DESKTOP_SESSION" = "cinnamon" ]; }
|
||||
then
|
||||
export XDG_MENU_PREFIX=gnome-
|
||||
fi
|
@ -0,0 +1,32 @@
|
||||
From a09c25177a5643f8596dc81d97b87ebce74c75f9 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@gnome.org>
|
||||
Date: Fri, 21 Oct 2011 19:57:55 +0200
|
||||
Subject: [PATCH] libmenu: Ignore invalid desktop entries
|
||||
|
||||
Both "Name" and "Exec" are mandatory keys according to the desktop
|
||||
entry spec; some .desktop files missing one or the other have been
|
||||
spotted in the while, so ignore them explicitly.
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=662409
|
||||
---
|
||||
libmenu/desktop-entries.c | 4 +++-
|
||||
1 files changed, 3 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/libmenu/desktop-entries.c b/libmenu/desktop-entries.c
|
||||
index bb6076d..a8c13d9 100644
|
||||
--- a/libmenu/desktop-entries.c
|
||||
+++ b/libmenu/desktop-entries.c
|
||||
@@ -256,7 +256,9 @@ desktop_entry_load (DesktopEntry *entry)
|
||||
const char *categories_str;
|
||||
|
||||
entry_desktop->appinfo = g_desktop_app_info_new_from_filename (entry->path);
|
||||
- if (!entry_desktop->appinfo)
|
||||
+ if (!entry_desktop->appinfo ||
|
||||
+ !g_app_info_get_name (G_APP_INFO (entry_desktop->appinfo)) ||
|
||||
+ !g_app_info_get_executable (G_APP_INFO (entry_desktop->appinfo)))
|
||||
{
|
||||
menu_verbose ("Failed to load \"%s\"\n", entry->path);
|
||||
return FALSE;
|
||||
--
|
||||
1.7.8.3
|
||||
|
@ -0,0 +1,112 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-menus/gnome-menus-3.2.0.1-r1.ebuild,v 1.1 2012/01/10 05:41:58 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
PYTHON_DEPEND="2:2.4"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit eutils gnome2 python
|
||||
|
||||
DESCRIPTION="The GNOME menu system, implementing the F.D.O cross-desktop spec"
|
||||
HOMEPAGE="http://www.gnome.org"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2"
|
||||
SLOT="3"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
|
||||
|
||||
# +python for gmenu-simple-editor
|
||||
IUSE="debug +introspection +python test"
|
||||
|
||||
COMMON_DEPEND=">=dev-libs/glib-2.29.15:2
|
||||
introspection? ( >=dev-libs/gobject-introspection-0.9.5 )
|
||||
python? (
|
||||
>=dev-libs/gobject-introspection-0.9.5
|
||||
dev-python/pygobject:3
|
||||
x11-libs/gdk-pixbuf:2[introspection]
|
||||
x11-libs/gtk+:3[introspection] )"
|
||||
# Older versions of slot 0 install the menu editor and the desktop directories
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
!<gnome-base/gnome-menus-3.0.1-r1:0"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
sys-devel/gettext
|
||||
>=dev-util/pkgconfig-0.9
|
||||
>=dev-util/intltool-0.40
|
||||
test? ( dev-libs/gjs )"
|
||||
|
||||
pkg_setup() {
|
||||
python_pkg_setup
|
||||
DOCS="AUTHORS ChangeLog HACKING NEWS README"
|
||||
|
||||
# Do NOT compile with --disable-debug/--enable-debug=no
|
||||
# It disables api usage checks
|
||||
if ! use debug ; then
|
||||
G2CONF="${G2CONF} --enable-debug=minimum"
|
||||
fi
|
||||
|
||||
if use python || use introspection; then
|
||||
use introspection || ewarn "Enabling introspection due to USE=python"
|
||||
G2CONF="${G2CONF} --enable-introspection"
|
||||
else
|
||||
G2CONF="${G2CONF} --disable-introspection"
|
||||
fi
|
||||
|
||||
G2CONF="${G2CONF} --disable-static"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
gnome2_src_prepare
|
||||
|
||||
# Don't show KDE standalone settings desktop files in GNOME others menu
|
||||
epatch "${FILESDIR}/${PN}-3.0.0-ignore_kde_standalone.patch"
|
||||
|
||||
# Ignore invalid .desktop files (prevents gnome-shell crash), in next release
|
||||
epatch "${FILESDIR}/${P}-ignore-invalid-entries.patch"
|
||||
|
||||
# disable pyc compiling
|
||||
echo > py-compile
|
||||
|
||||
python_copy_sources
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
python_execute_function -s gnome2_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
python_execute_function -s gnome2_src_compile
|
||||
}
|
||||
|
||||
src_test() {
|
||||
python_execute_function -s -d
|
||||
}
|
||||
|
||||
src_install() {
|
||||
python_execute_function -s gnome2_src_install
|
||||
python_clean_installation_image
|
||||
|
||||
# Prefix menu, bug #256614
|
||||
mv "${ED}"/etc/xdg/menus/applications.menu \
|
||||
"${ED}"/etc/xdg/menus/gnome-applications.menu || die "menu move failed"
|
||||
|
||||
exeinto /etc/X11/xinit/xinitrc.d/
|
||||
newexe "${FILESDIR}/10-xdg-menu-gnome-r1" 10-xdg-menu-gnome
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_pkg_postinst
|
||||
if use python; then
|
||||
python_mod_optimize GMenuSimpleEditor
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_pkg_postrm
|
||||
if use python; then
|
||||
python_mod_cleanup GMenuSimpleEditor
|
||||
fi
|
||||
}
|
@ -0,0 +1,2 @@
|
||||
DIST cinnamon-1.1.3.tar.gz 2273742 RMD160 37f6cc48c6c46c69c8da16c647af3675ee3c0347 SHA1 fa563ab939d3cc47ab4833f611bfb2904ca32257 SHA256 dc349c4d924503468a34f61513c768d83aaef685811ec388f2ee826e195ff65c
|
||||
DIST cinnamon-session_1.0.0_all.deb 1634 RMD160 3420dd6144fe184cd0b049f9a7dc0b033b3cdb5a SHA1 f963e4473dbdb28964357f742119cf1c87c3361f SHA256 720e07da6f3163346db9d01fff1b8771aaf145c2d406a4e88435826a38de0134
|
@ -0,0 +1,194 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/cinnamon/cinnamon-1.1.3.ebuild,v 1.2 2012/01/10 05:53:59 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
PYTHON_DEPEND="2:2.5"
|
||||
|
||||
inherit autotools eutils gnome2 python
|
||||
|
||||
DESCRIPTION="A fork of GNOME Shell with layout similar to GNOME 2"
|
||||
HOMEPAGE="http://cinnamon.linuxmint.com/"
|
||||
|
||||
SRC_URI="https://github.com/linuxmint/Cinnamon/tarball/${PV} -> ${P}.tar.gz
|
||||
https://github.com/downloads/linuxmint/Cinnamon/cinnamon-session_1.0.0_all.deb"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="+bluetooth"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
# gnome-desktop-2.91.2 is needed due to header changes, db82a33 in gnome-desktop
|
||||
# latest gsettings-desktop-schemas is needed due to commit 602fa1c6
|
||||
# latest g-c-c is needed due to https://bugs.gentoo.org/show_bug.cgi?id=360057
|
||||
# libXfixes-5.0 needed for pointer barriers
|
||||
# gnome-menus-3.2.0.1-r1 needed for new 10-xdg-menu-gnome
|
||||
COMMON_DEPEND=">=dev-libs/glib-2.29.10:2
|
||||
>=dev-libs/gjs-1.29.18
|
||||
>=dev-libs/gobject-introspection-0.10.1
|
||||
x11-libs/gdk-pixbuf:2[introspection]
|
||||
>=x11-libs/gtk+-3.0.0:3[introspection]
|
||||
>=media-libs/clutter-1.7.5:1.0[introspection]
|
||||
app-misc/ca-certificates
|
||||
>=dev-libs/folks-0.5.2
|
||||
>=dev-libs/json-glib-0.13.2
|
||||
>=gnome-base/gnome-desktop-2.91.2:3
|
||||
>=gnome-base/gsettings-desktop-schemas-2.91.91
|
||||
gnome-base/libgnome-keyring
|
||||
>=gnome-extra/evolution-data-server-2.91.6
|
||||
>=media-libs/gstreamer-0.10.16:0.10
|
||||
>=media-libs/gst-plugins-base-0.10.16:0.10
|
||||
>=net-im/telepathy-logger-0.2.4[introspection]
|
||||
net-libs/libsoup:2.4[introspection]
|
||||
>=net-libs/telepathy-glib-0.15.5[introspection]
|
||||
>=net-misc/networkmanager-0.8.999[introspection]
|
||||
>=sys-auth/polkit-0.100[introspection]
|
||||
>=x11-wm/mutter-3.2.1[introspection]
|
||||
|
||||
dev-libs/dbus-glib
|
||||
dev-libs/libxml2:2
|
||||
x11-libs/pango[introspection]
|
||||
>=dev-libs/libcroco-0.6.2:0.6
|
||||
|
||||
gnome-base/gconf:2[introspection]
|
||||
>=gnome-base/gnome-menus-3.2.0.1-r1:3[introspection]
|
||||
gnome-base/librsvg
|
||||
media-libs/libcanberra
|
||||
media-sound/pulseaudio
|
||||
|
||||
>=x11-libs/startup-notification-0.11
|
||||
x11-libs/libX11
|
||||
>=x11-libs/libXfixes-5.0
|
||||
x11-apps/mesa-progs
|
||||
|
||||
bluetooth? ( >=net-wireless/gnome-bluetooth-3.1.0[introspection] )"
|
||||
# Runtime-only deps are probably incomplete and approximate.
|
||||
# Each block:
|
||||
# 2. Introspection stuff + dconf needed via imports.gi.*
|
||||
# 3. gnome-session is needed for gnome-session-quit
|
||||
# 4. Control shell settings
|
||||
# 5. accountsservice is needed for GdmUserManager (0.6.14 needed for fast
|
||||
# user switching with gdm-3.1.x)
|
||||
# 6. caribou needed for on-screen keyboard
|
||||
# 7. xdg-utils needed for xdg-open, used by extension tool
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
>=gnome-base/dconf-0.4.1
|
||||
>=gnome-base/libgnomekbd-2.91.4[introspection]
|
||||
sys-power/upower[introspection]
|
||||
x11-libs/gdk-pixbuf[introspection]
|
||||
x11-libs/pango[introspection]
|
||||
|
||||
>=gnome-base/gnome-session-2.91.91
|
||||
|
||||
>=gnome-base/gnome-settings-daemon-2.91
|
||||
>=gnome-base/gnome-control-center-2.91.92-r1
|
||||
|
||||
>=sys-apps/accountsservice-0.6.14[introspection]
|
||||
|
||||
>=app-accessibility/caribou-0.3
|
||||
|
||||
x11-misc/xdg-utils"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
>=sys-devel/gettext-0.17
|
||||
>=dev-util/pkgconfig-0.22
|
||||
>=dev-util/intltool-0.40
|
||||
gnome-base/gnome-common
|
||||
|| ( app-arch/deb2targz sys-devel/binutils )
|
||||
!!=dev-lang/spidermonkey-1.8.2*"
|
||||
# libmozjs.so is picked up from /usr/lib while compiling, so block at build-time
|
||||
# https://bugs.gentoo.org/show_bug.cgi?id=360413
|
||||
S="${WORKDIR}/linuxmint-Cinnamon-dae5da1"
|
||||
|
||||
pkg_setup() {
|
||||
DOCS="AUTHORS NEWS README"
|
||||
# Don't error out on warnings
|
||||
G2CONF="${G2CONF}
|
||||
--enable-compile-warnings=maximum
|
||||
--disable-schemas-compile
|
||||
--disable-jhbuild-wrapper-script
|
||||
$(use_with bluetooth)
|
||||
--with-ca-certificates=${EPREFIX}/etc/ssl/certs/ca-certificates.crt
|
||||
BROWSER_PLUGIN_DIR=${EPREFIX}/usr/$(get_libdir)/nsbrowser/plugins"
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
default
|
||||
cd "${WORKDIR}"
|
||||
unpack ./data.tar.gz
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# Fix automagic gnome-bluetooth dep, bug #398145
|
||||
epatch "${FILESDIR}/${PN}-1.1.3-automagic-gnome-bluetooth.patch"
|
||||
|
||||
# Do not depend on libgnome (patch from gnome-shell 3.3.x)
|
||||
epatch "${FILESDIR}/${PN}-1.1.3-extensionjs_path.patch"
|
||||
epatch "${FILESDIR}/${PN}-1.1.3-xdg-open.patch"
|
||||
|
||||
# Gentoo uses /usr/libexec
|
||||
sed -e "s:/usr/lib/gnome-session/gnome-session-check-accelerated:${EPREFIX}/usr/libexec/gnome-session-check-accelerated:" \
|
||||
-i "${WORKDIR}/usr/share/gnome-session/sessions/cinnamon.session" || die "sed 1 failed"
|
||||
|
||||
eautoreconf
|
||||
gnome2_src_prepare
|
||||
|
||||
# Drop G_DISABLE_DEPRECATED for sanity on glib upgrades; bug #384765
|
||||
# Note: sed Makefile.in because it is generated from several Makefile.ams
|
||||
sed -e 's/-DG_DISABLE_DEPRECATED//g' \
|
||||
-i src/Makefile.in browser-plugin/Makefile.in || die "sed 2 failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
gnome2_src_install
|
||||
python_convert_shebangs 2 "${D}"/usr/bin/cinnamon-extension-tool
|
||||
|
||||
insinto /usr/share/gnome-session/sessions/
|
||||
doins "${WORKDIR}/usr/share/gnome-session/sessions/cinnamon.session"
|
||||
insinto /usr/share/xsessions/
|
||||
doins "${WORKDIR}/usr/share/xsessions/cinnamon.desktop"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_pkg_postinst
|
||||
if ! has_version '>=media-libs/gst-plugins-good-0.10.23' || \
|
||||
! has_version 'media-plugins/gst-plugins-vp8'; then
|
||||
ewarn "To make use of Cinnamon's built-in screen recording utility,"
|
||||
ewarn "you need to either install >=media-libs/gst-plugins-good-0.10.23"
|
||||
ewarn "and media-plugins/gst-plugins-vp8, or use dconf-editor to change"
|
||||
ewarn "apps.gnome-shell.recorder/pipeline to what you want to use."
|
||||
fi
|
||||
|
||||
if ! has_version ">=x11-base/xorg-server-1.11"; then
|
||||
ewarn "If you use multiple screens, it is highly recommended that you"
|
||||
ewarn "upgrade to >=x11-base/xorg-server-1.11 to be able to make use of"
|
||||
ewarn "pointer barriers which will make it easier to use hot corners."
|
||||
fi
|
||||
|
||||
if has_version "<x11-drivers/ati-drivers-12"; then
|
||||
ewarn "Cinnamon has been reported to show graphical corruption under"
|
||||
ewarn "x11-drivers/ati-drivers-11.*; you may want to use GNOME in"
|
||||
ewarn "fallback mode, or switch to open-source drivers."
|
||||
fi
|
||||
|
||||
if has_version "media-libs/mesa[video_cards_radeon]"; then
|
||||
elog "Cinnamon is unstable under classic-mode r300/r600 mesa drivers."
|
||||
elog "Make sure that gallium architecture for r300 and r600 drivers is"
|
||||
elog "selected using 'eselect mesa'."
|
||||
if ! has_version "media-libs/mesa[gallium]"; then
|
||||
ewarn "You will need to emerge media-libs/mesa with USE=gallium."
|
||||
fi
|
||||
fi
|
||||
|
||||
if has_version "media-libs/mesa[video_cards_intel]"; then
|
||||
elog "Cinnamon is unstable under gallium-mode i915/i965 mesa drivers."
|
||||
elog "Make sure that classic architecture for i915 and i965 drivers is"
|
||||
elog "selected using 'eselect mesa'."
|
||||
if ! has_version "media-libs/mesa[classic]"; then
|
||||
ewarn "You will need to emerge media-libs/mesa with USE=classic."
|
||||
fi
|
||||
fi
|
||||
}
|
@ -0,0 +1,44 @@
|
||||
From 84568fa9454f279ff519a2a11174e112786e46db Mon Sep 17 00:00:00 2001
|
||||
From: root <admin@catmur.co.uk>
|
||||
Date: Sun, 8 Jan 2012 13:55:05 +0000
|
||||
Subject: [PATCH] Fix automagic gnome-bluetooth dependency
|
||||
|
||||
https://bugs.gentoo.org/show_bug.cgi?id=398145
|
||||
|
||||
Ed Catmur 2012-01-08 13:46:22 UTC
|
||||
libgnome-bluetooth-applet is a private library so they shouldn't be linking
|
||||
against it anyway. I tried to work out how to tell libtool to add it to rpath
|
||||
but got totally lost.
|
||||
|
||||
I'll see if I can work out how to fix the automagic gnome-bluetooth dependency
|
||||
so I can at least merge USE=-bluetooth.
|
||||
---
|
||||
configure.ac | 5 +++++
|
||||
1 files changed, 5 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 1c64122..a699838 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -127,6 +127,8 @@ PKG_CHECK_MODULES(GVC, libpulse libpulse-mainloop-glib gobject-2.0)
|
||||
PKG_CHECK_MODULES(DESKTOP_SCHEMAS, gsettings-desktop-schemas >= 0.1.7)
|
||||
|
||||
AC_MSG_CHECKING([for bluetooth support])
|
||||
+AC_ARG_WITH([bluetooth], AS_HELP_STRING([--without-bluetooth], [Build without gnome-bluetooth library (default: auto)]))
|
||||
+AS_IF([test "x$with_bluetooth" != "xno"], [
|
||||
PKG_CHECK_EXISTS([gnome-bluetooth-1.0 >= 3.1.0],
|
||||
[BLUETOOTH_DIR=`$PKG_CONFIG --variable=applet_libdir gnome-bluetooth-1.0`
|
||||
BLUETOOTH_LIBS=`$PKG_CONFIG --variable=applet_libs gnome-bluetooth-1.0`
|
||||
@@ -138,6 +140,9 @@ PKG_CHECK_EXISTS([gnome-bluetooth-1.0 >= 3.1.0],
|
||||
[AC_DEFINE([HAVE_BLUETOOTH],[0])
|
||||
AC_SUBST([HAVE_BLUETOOTH],[0])
|
||||
AC_MSG_RESULT([no])])
|
||||
+], [AC_DEFINE([HAVE_BLUETOOTH],[0])
|
||||
+ AC_SUBST([HAVE_BLUETOOTH],[0])
|
||||
+ AC_MSG_RESULT([no])])
|
||||
|
||||
PKG_CHECK_MODULES(CALENDAR_SERVER, libecal-1.2 >= $LIBECAL_MIN_VERSION libedataserver-1.2 >= $LIBEDATASERVER_MIN_VERSION libedataserverui-3.0 >= $LIBEDATASERVERUI_MIN_VERSION gio-2.0)
|
||||
AC_SUBST(CALENDAR_SERVER_CFLAGS)
|
||||
--
|
||||
1.7.8.2
|
||||
|
@ -0,0 +1,31 @@
|
||||
From b64739844de4d84032b69ecd04f0fbe1d452f311 Mon Sep 17 00:00:00 2001
|
||||
From: "Jasper St. Pierre" <jstpierre@mecheye.net>
|
||||
Date: Thu, 13 Oct 2011 00:46:46 -0400
|
||||
Subject: [PATCH 03/28] gnome-shell-extension-tool: Fix error after creating
|
||||
extension
|
||||
|
||||
Commit 7a8a00c7057d56350d4b5509cefd812a67d4b7d7 cleaned up the code to move all
|
||||
files to a dictionary, which accidentally left an undefined "extensionjs_path"
|
||||
error. Fix that error.
|
||||
|
||||
[Alexandre Rostovtsev <tetromino@gentoo.org>: port to cinnamon]
|
||||
|
||||
https://bugzilla.gnome.org/show_bug.cgi?id=661623
|
||||
---
|
||||
src/cinnamon-extension-tool.in | 1 +
|
||||
1 files changed, 1 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/src/cinnamon-extension-tool.in b/src/cinnamon-extension-tool.in
|
||||
index e610b46..8ec24fb 100644
|
||||
--- a/src/cinnamon-extension-tool.in
|
||||
+++ b/src/cinnamon-extension-tool.in
|
||||
@@ -148,5 +148,6 @@ use an extension title clicktofocus@janedoe.example.com.'''
|
||||
f.close()
|
||||
|
||||
print "Created extension in %r" % (extension_path, )
|
||||
+ extensionjs_path = os.path.join(extension_path, 'extension.js')
|
||||
subprocess.Popen(['gnome-open', extensionjs_path])
|
||||
sys.exit(0)
|
||||
--
|
||||
1.7.8.3
|
||||
|
@ -0,0 +1,26 @@
|
||||
From 9db2c12d23daaeab0d69bc8b58cec610689cc4dc Mon Sep 17 00:00:00 2001
|
||||
From: "Jasper St. Pierre" <jstpierre@mecheye.net>
|
||||
Date: Thu, 20 Oct 2011 12:48:40 -0400
|
||||
Subject: [PATCH 04/28] gnome-shell-extension-tool: Use xdg-open
|
||||
|
||||
gnome-open is deprecated
|
||||
|
||||
[Alexandre Rostovtsev <tetromino@gentoo.org>: port to cinnamon]
|
||||
---
|
||||
src/gnome-shell-extension-tool.in | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/src/cinnamon-extension-tool.in b/src/cinnamon-extension-tool.in
|
||||
index 8ec24fb..2f942d8 100644
|
||||
--- a/src/cinnamon-extension-tool.in
|
||||
+++ b/src/cinnamon-extension-tool.in
|
||||
@@ -149,5 +149,5 @@ use an extension title clicktofocus@janedoe.example.com.'''
|
||||
|
||||
print "Created extension in %r" % (extension_path, )
|
||||
extensionjs_path = os.path.join(extension_path, 'extension.js')
|
||||
- subprocess.Popen(['gnome-open', extensionjs_path])
|
||||
+ subprocess.Popen(['xdg-open', extensionjs_path])
|
||||
sys.exit(0)
|
||||
--
|
||||
1.7.8.3
|
||||
|
@ -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 +1,2 @@
|
||||
DIST kcm-grub2-0.5.0.tar.gz 102743 RMD160 1b891af06788e484d42f2e1ad60ddf391b489465 SHA1 0a67c1c030a327e94a8a7fadedb92a3b55dce68b SHA256 c748e272b86f54e043e4cebb3238a19d697218cb56753b75d638907bac0c4236
|
||||
DIST kcm-grub2-0.5.5.tar.gz 173030 RMD160 ee40b7b14a54433813d279624c0ef7cad00af6c1 SHA1 1f63e76f9dcd14402ba2c6605ae79b13d744a73d SHA256 431455d9a995e6d8f7fc01922aa658b4fa4fdfc4f234158047758fe4cd70dc41
|
||||
|
@ -0,0 +1,41 @@
|
||||
# Copyright 1999-2012 Sabayon Promotion
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-misc/kcm-grub2/kcm-grub2-0.5.5.ebuild,v 1.3 2012/01/10 14:47:12 johu Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
KDE_LINGUAS="ca cs da de el es et fr ga hu lt nl pa pl pt pt_BR ru sv uk zh_TW"
|
||||
inherit kde4-base
|
||||
|
||||
DESCRIPTION="KCModule for configuring the GRUB2 bootloader."
|
||||
HOMEPAGE="http://kde-apps.org/content/show.php?content=139643"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SLOT="4"
|
||||
IUSE="+hwinfo imagemagick packagekit"
|
||||
|
||||
COMMON_DEPEND="
|
||||
$(add_kdebase_dep kdelibs)
|
||||
hwinfo? ( sys-apps/hwinfo )
|
||||
imagemagick? ( media-gfx/imagemagick )
|
||||
packagekit? ( app-admin/packagekit-qt4 )
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
dev-util/automoc
|
||||
"
|
||||
RDEPEND="${COMMON_DEPEND}
|
||||
$(add_kdebase_dep kcmshell)
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
"-DWITHQApt=OFF"
|
||||
$(cmake-utils_use_with packagekit QPackageKit)
|
||||
$(cmake-utils_use_with imagemagick ImageMagick)
|
||||
$(cmake-utils_use_with hwinfo HD)
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
@ -1,2 +1 @@
|
||||
DIST zanshin-0.1.82.tar.bz2 140588 RMD160 fc3eabde8d7ddf85832314e9b02010621c7ab75f SHA1 b1e8c4370f2ed965a2f4e17d7d8b50d1c3d4b4b1 SHA256 d214f230f824010eb5b6c7640c3128251f6b5998290a997386da8691254f86e6
|
||||
DIST zanshin-0.1.91.tar.bz2 140917 RMD160 e84397b46813d4b88ebd0c9d9ab3b210663fd315 SHA1 e7b6456a8921f345b5d086118f21d478e9c615df SHA256 8427353f3c84d4d874e431f9e9fb0307f987010cecfa56b9e9a973dd6653a58d
|
||||
DIST zanshin-0.2.0.tar.bz2 141825 RMD160 4328db11c78ee287eb474ef0a04f7e0784b85634 SHA1 b2b0336f70383d9e9c4a6c280b29e31d46150ece SHA256 07c9f4a69c6db372bb594eb1f67b4bdcaf431f1510f0cefd2f9d2f22339a534f
|
||||
|
@ -1,21 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-misc/zanshin/zanshin-0.1.82.ebuild,v 1.1 2011/09/01 20:44:19 dilfridge Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit kde4-base
|
||||
|
||||
DESCRIPTION="Getting Things Done application for KDE"
|
||||
HOMEPAGE="https://projects.kde.org/projects/playground/pim/zanshin/"
|
||||
SRC_URI="http://files.kde.org/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT=4
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
$(add_kdebase_dep kdepim-runtime '' 4.6.0)
|
||||
dev-libs/boost
|
||||
"
|
||||
DEPEND=${RDEPEND}
|
@ -1,21 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-misc/zanshin/zanshin-0.1.91.ebuild,v 1.1 2011/10/16 19:50:17 dilfridge Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit kde4-base
|
||||
|
||||
DESCRIPTION="Getting Things Done application for KDE"
|
||||
HOMEPAGE="https://projects.kde.org/projects/playground/pim/zanshin/"
|
||||
SRC_URI="http://files.kde.org/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT=4
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
$(add_kdebase_dep kdepim-runtime '' 4.6.0)
|
||||
dev-libs/boost
|
||||
"
|
||||
DEPEND=${RDEPEND}
|
@ -0,0 +1,21 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/kde-misc/zanshin/zanshin-0.2.0.ebuild,v 1.1 2012/01/10 13:44:50 johu Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit kde4-base
|
||||
|
||||
DESCRIPTION="Todo management application for KDE"
|
||||
HOMEPAGE="http://zanshin.kde.org/"
|
||||
SRC_URI="http://files.kde.org/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="|| ( GPL-2 GPL-3 )"
|
||||
SLOT="4"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
$(add_kdebase_dep kdepim-runtime '' 4.6.0)
|
||||
dev-libs/boost
|
||||
"
|
||||
DEPEND=${RDEPEND}
|
@ -0,0 +1,70 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/mail-client/mailx/mailx-8.1.2.20050715-r4.ebuild,v 1.1 2012/01/10 14:38:19 eras Exp $
|
||||
|
||||
inherit eutils flag-o-matic toolchain-funcs
|
||||
|
||||
MX_MAJ_VER=${PV%.*}
|
||||
MX_MIN_VER=${PV##*.}
|
||||
MY_PV=${MX_MAJ_VER}-0.${MX_MIN_VER}cvs
|
||||
S=${WORKDIR}/${PN}-${MY_PV}.orig/
|
||||
debian_patch=${PN}_${MY_PV}-1.diff.gz
|
||||
|
||||
DESCRIPTION="The /bin/mail program, which is used to send mail via shell scripts"
|
||||
HOMEPAGE="http://www.debian.org/"
|
||||
SRC_URI="mirror://gentoo/mailx_${MY_PV}.orig.tar.gz
|
||||
mirror://gentoo/${debian_patch}"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=net-libs/liblockfile-1.03
|
||||
virtual/mta
|
||||
mail-client/mailx-support"
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
!mail-client/nail
|
||||
!net-mail/mailutils"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
epatch "${DISTDIR}/${debian_patch}"
|
||||
epatch "${FILESDIR}/${P}-nostrip.patch"
|
||||
sed -i -e "s: -O2: \$(EXTRAFLAGS):g" Makefile
|
||||
epatch "${FILESDIR}/${P}-offsetof.patch"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake CC=$(tc-getCC) EXTRAFLAGS="${CFLAGS}" || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dodir /usr/bin /usr/share/man/man1 /etc
|
||||
|
||||
insinto /usr/bin
|
||||
insopts -m 755
|
||||
doins mail || die
|
||||
|
||||
doman mail.1
|
||||
|
||||
dosym mail /usr/bin/Mail
|
||||
dosym mail /usr/bin/mailx
|
||||
dosym mail.1 /usr/share/man/man1/Mail.1
|
||||
|
||||
dodoc misc/mail.help misc/mail.tildehelp || die
|
||||
#cd "${S}"/misc
|
||||
#insinto /usr/share/${PN}/
|
||||
#insopts -m 644
|
||||
#doins mail.help mail.tildehelp || die
|
||||
insinto /etc
|
||||
insopts -m 644
|
||||
doins misc/mail.rc || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog "mail command now lives in /usr/bin."
|
||||
elog "Please adjust your scripts if necessary."
|
||||
}
|
@ -1,2 +1,2 @@
|
||||
DIST digikam-2.2.0.tar.bz2 54181796 RMD160 5053a1f63e242d841f94ce707e235a5ccacb8698 SHA1 b4ce7c8b17978f3c76b107a1535cd4b21d3bb6fb SHA256 d7597d8817d2ebd363def6042022b25b665e91ea59c431ead3def4634221b616
|
||||
DIST digikam-2.3.0.tar.bz2 54522109 RMD160 304bce5841f5d36a72a064784c90c91960c9a7c3 SHA1 15b8b16d7cce6ac50fb958d30166214f2f2b83ee SHA256 29ddf83a160817314e9274a35d678678da58006e41d961dcebc6afb0ab200a33
|
||||
DIST digikam-2.5.0.tar.bz2 54976375 RMD160 4ff1b5fbc2cc4a8cb9994f7c7796086418dd43fb SHA1 6cadb838669d1bdcbd6abb677889f7d68d696383 SHA256 55292c79b41fd2c20ce0a821f388645436acb18b3b06b486747e17129114851a
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/libmediawiki/libmediawiki-2.2.0.ebuild,v 1.1 2011/10/03 17:53:43 dilfridge Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/libmediawiki/libmediawiki-2.5.0.ebuild,v 1.1 2012/01/10 14:23:31 johu Exp $
|
||||
|
||||
EAPI=4
|
||||
|
@ -0,0 +1 @@
|
||||
DIST vdr-xine-0.9.4.tgz 339879 RMD160 494b3d9219be2a9a73ab7f93cc8dad4567e1de5f SHA1 3eb108032bca149b632cd0bbb42d118367713971 SHA256 e17bc3e88d1f95b8256e6fde5edc1b3e6f143d5f2bf52c921d2d8ff572862fbe
|
@ -0,0 +1,8 @@
|
||||
# /etc/conf.d/vdr.xine:
|
||||
|
||||
# Global config file for vdr rc-scripts
|
||||
|
||||
# -r:
|
||||
# Enable xine to send keys to vdr-process
|
||||
|
||||
_EXTRAOPTS="-r"
|
@ -0,0 +1,59 @@
|
||||
From 537ad5fa86305cf55f37dd9c87a9ec3260668049 Mon Sep 17 00:00:00 2001
|
||||
From: Christian Ruppert <idl0r@gentoo.org>
|
||||
Date: Tue, 10 Jan 2012 13:58:40 +0100
|
||||
Subject: [PATCH] patch 1
|
||||
|
||||
---
|
||||
Makefile | 14 ++++++++------
|
||||
1 files changed, 8 insertions(+), 6 deletions(-)
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 674f4fb..e1fdba2 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -25,9 +25,9 @@ CXXFLAGS ?= -g -O3 -Wall -Woverloaded-virtual
|
||||
|
||||
### The directory environment:
|
||||
|
||||
-VDRDIR = ../../..
|
||||
-LIBDIR = ../../lib
|
||||
-TMPDIR = /tmp
|
||||
+VDRDIR ?= ../../..
|
||||
+LIBDIR ?= ../../lib
|
||||
+TMPDIR ?= /tmp
|
||||
|
||||
### Make sure that necessary options are included:
|
||||
|
||||
@@ -37,7 +37,7 @@ TMPDIR = /tmp
|
||||
|
||||
-include $(VDRDIR)/Make.config
|
||||
|
||||
-INCLUDES += `pkg-config --cflags libxine`
|
||||
+INCLUDES += `pkg-config --cflags libxine`
|
||||
|
||||
# where to create fifos (xine expects them at /tmp/vdr-xine)
|
||||
VDR_XINE_FIFO_DIR ?= /tmp/vdr-xine
|
||||
@@ -114,9 +114,9 @@ $(DEPFILE): Makefile
|
||||
-include $(DEPFILE)
|
||||
|
||||
### Internationalization (I18N):
|
||||
-
|
||||
+ifeq ($(ENABLE_I18N), yes)
|
||||
PODIR = po
|
||||
-LOCALEDIR = $(VDRDIR)/locale
|
||||
+LOCALEDIR = $(DESTDIR)$(VDRDIR)/locale
|
||||
I18Npo = $(wildcard $(PODIR)/*.po)
|
||||
I18Nmsgs = $(addprefix $(LOCALEDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file))))))
|
||||
I18Npot = $(PODIR)/$(PLUGIN).pot
|
||||
@@ -135,6 +135,8 @@ $(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo
|
||||
@mkdir -p $(dir $@)
|
||||
cp $< $@
|
||||
|
||||
+endif
|
||||
+
|
||||
.PHONY: i18n
|
||||
i18n: $(I18Nmsgs) $(I18Npot)
|
||||
|
||||
--
|
||||
1.7.3.4
|
||||
|
@ -0,0 +1,12 @@
|
||||
diff -ru xine-0.9.0-orig/xineLib.c xine-0.9.0/xineLib.c
|
||||
--- xine-0.9.0-orig/xineLib.c 2009-01-18 17:40:13.228935882 +0100
|
||||
+++ xine-0.9.0/xineLib.c 2009-01-18 17:41:28.815595331 +0100
|
||||
@@ -2118,7 +2118,7 @@
|
||||
|
||||
bool cXineLib::readNoSignalStream(const int index, const string &suffix)
|
||||
{
|
||||
- string noSignalFileName = m_plugin->ConfigDirectory(PLUGIN_NAME_I18N);
|
||||
+ string noSignalFileName = "/usr/share/vdr/xine";
|
||||
// noSignalFileName += "/noSignal.pes";
|
||||
noSignalFileName += "/noSignal" + suffix + ".mpg";
|
||||
|
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>media-tv</herd>
|
||||
<maintainer>
|
||||
<email>idl0r@gentoo.org</email>
|
||||
<name>Christian Ruppert</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="yaepg">Enables support for the plugin vdr-yaepg (showing scaled video besides OSD)</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
@ -0,0 +1,63 @@
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xine/vdr-xine-0.9.4.ebuild,v 1.1 2012/01/10 14:30:02 idl0r Exp $
|
||||
|
||||
EAPI=3
|
||||
|
||||
inherit vdr-plugin
|
||||
|
||||
DESCRIPTION="VDR plugin: for 'software only' playback using xine"
|
||||
HOMEPAGE="http://home.vr-web.de/~rnissl/"
|
||||
SRC_URI="http://home.vr-web.de/~rnissl/${P}.tgz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="nls yaepg"
|
||||
|
||||
COMMON_DEP=">=media-video/vdr-1.3.9
|
||||
>=media-libs/xine-lib-1.1.8[vdr]"
|
||||
DEPEND="${COMMON_DEP}
|
||||
nls? ( sys-devel/gettext )"
|
||||
RDEPEND="${COMMON_DEP}
|
||||
media-video/mjpegtools
|
||||
media-libs/netpbm
|
||||
media-video/y4mscaler"
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${P}-gentoo.diff"
|
||||
epatch "${FILESDIR}/${P}-build-system.patch"
|
||||
|
||||
use yaepg && sed -i Makefile -e "s:#VDR_XINE_SET_VIDEO_WINDOW:VDR_XINE_SET_VIDEO_WINDOW:"
|
||||
|
||||
vdr-plugin_src_prepare
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
BUILD_PARAMS="VDR_XINE_FIFO_DIR=/var/vdr/xine"
|
||||
|
||||
if use nls; then
|
||||
BUILD_PARAMS+=" ENABLE_I18N=yes"
|
||||
fi
|
||||
|
||||
vdr-plugin_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
vdr-plugin_src_install
|
||||
|
||||
dobin xineplayer || die
|
||||
|
||||
insinto /usr/share/vdr/xine
|
||||
doins data/* || die
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
vdr-plugin_pkg_postinst
|
||||
|
||||
if [[ -d ${ROOT}/etc/vdr/plugins/xine ]]; then
|
||||
ewarn "You have a leftover directory of vdr-xine."
|
||||
ewarn "You can safely remove it with:"
|
||||
ewarn "# rm -rf /etc/vdr/plugins/xine"
|
||||
fi
|
||||
}
|
@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2009 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/toolame/toolame-02l-r2.ebuild,v 1.7 2009/08/03 13:12:37 ssuominen Exp $
|
||||
|
||||
inherit eutils flag-o-matic toolchain-funcs
|
||||
|
||||
DESCRIPTION="tooLAME - an optimized mpeg 1/2 layer 2 audio encoder"
|
||||
HOMEPAGE="http://www.planckenergy.com"
|
||||
SRC_URI="mirror://sourceforge/toolame/${P}.tgz"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc ~sparc x86"
|
||||
IUSE=""
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd "${S}"
|
||||
epatch "${FILESDIR}/${P}-gentoo.diff"
|
||||
epatch "${FILESDIR}/${P}-uint.patch"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
append-lfs-flags
|
||||
tc-export CC
|
||||
emake || die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin toolame || die "dobin failed"
|
||||
dodoc README HISTORY FUTURE html/* text/*
|
||||
}
|
@ -0,0 +1,22 @@
|
||||
!dev-libs/libarchive dev-libs/openssl:0 acl? ( virtual/acl ) bzip2? ( app-arch/bzip2 ) expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2 ) iconv? ( virtual/libiconv ) kernel_linux? ( xattr? ( sys-apps/attr ) ) lzma? ( app-arch/xz-utils ) nettle? ( dev-libs/nettle ) zlib? ( sys-libs/zlib ) kernel_linux? ( virtual/os-headers e2fsprogs? ( sys-fs/e2fsprogs ) )
|
||||
!dev-libs/libarchive dev-libs/openssl:0 acl? ( virtual/acl ) bzip2? ( app-arch/bzip2 ) expat? ( dev-libs/expat ) !expat? ( dev-libs/libxml2 ) iconv? ( virtual/libiconv ) kernel_linux? ( xattr? ( sys-apps/attr ) ) lzma? ( app-arch/xz-utils ) nettle? ( dev-libs/nettle ) zlib? ( sys-libs/zlib )
|
||||
0
|
||||
http://libarchive.googlecode.com/files/libarchive-3.0.2.tar.gz
|
||||
|
||||
http://code.google.com/p/libarchive/
|
||||
BSD
|
||||
BSD tar command
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
|
||||
eutils multilib portability toolchain-funcs user
|
||||
acl +bzip2 +e2fsprogs expat +iconv kernel_linux +lzma nettle static-libs xattr +zlib
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
configure install postinst preinst test
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
kde-base/kdelibs x11-libs/qt-gui:4
|
||||
kde-base/kdelibs x11-libs/qt-gui:4 sys-fs/encfs
|
||||
0
|
||||
http://kde-apps.org/CONTENT/content-files/134003-kencfs-1.2.tar.gz
|
||||
|
||||
http://kde-apps.org/content/show.php?content=134003
|
||||
LGPL-2.1
|
||||
GUI frontend for encfs
|
||||
~amd64 ~x86
|
||||
base eutils multilib portability qt4-r2 toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
>=x11-libs/qt-xmlpatterns-4.7.2 >=x11-libs/qt-webkit-4.7.2 >=x11-libs/qt-svg-4.7.2 >=x11-libs/qt-gui-4.7.2 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
|
||||
>=x11-libs/qt-xmlpatterns-4.7.2 >=x11-libs/qt-webkit-4.7.2 >=x11-libs/qt-svg-4.7.2 >=x11-libs/qt-gui-4.7.2
|
||||
0
|
||||
http://sigil.googlecode.com/files/Sigil-0.4.2-Code.zip
|
||||
|
||||
http://code.google.com/p/sigil/
|
||||
GPL-3
|
||||
Sigil is a multi-platform WYSIWYG ebook editor for ePub format.
|
||||
~amd64 ~x86
|
||||
base cmake-utils eutils flag-o-matic multilib portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
>=x11-libs/qt-xmlpatterns-4.7.2 >=x11-libs/qt-webkit-4.7.2 >=x11-libs/qt-svg-4.7.2 >=x11-libs/qt-gui-4.7.2 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
|
||||
>=x11-libs/qt-xmlpatterns-4.7.2 >=x11-libs/qt-webkit-4.7.2 >=x11-libs/qt-svg-4.7.2 >=x11-libs/qt-gui-4.7.2
|
||||
0
|
||||
http://sigil.googlecode.com/files/Sigil-0.4.905-Code.zip
|
||||
|
||||
http://code.google.com/p/sigil/
|
||||
GPL-3
|
||||
Sigil is a multi-platform WYSIWYG ebook editor for ePub format.
|
||||
~amd64 ~x86
|
||||
base cmake-utils eutils flag-o-matic multilib portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
|| ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 )
|
||||
|| ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 )
|
||||
0
|
||||
mirror://gentoo/gentoo-syntax-20120109.tar.bz2
|
||||
|
||||
http://www.gentoo.org/
|
||||
vim
|
||||
vim plugin: Gentoo Ebuild, Eclass, GLEP, ChangeLog and Portage Files syntax highlighting, filetype and indent settings
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
|
||||
vim-doc vim-plugin
|
||||
ignore-glep31
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
install postinst postrm prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
|
||||
|
||||
0
|
||||
ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.8.9/src/nspr-4.8.9.tar.gz
|
||||
|
||||
http://www.mozilla.org/projects/nspr/
|
||||
|| ( MPL-1.1 GPL-2 LGPL-2.1 )
|
||||
Netscape Portable Runtime
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
|
||||
eutils multilib portability toolchain-funcs user versionator
|
||||
debug
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile configure install postinst prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
>=dev-lang/ocaml-3.10[ocamlopt?] >=dev-ml/findlib-1.0.4-r1
|
||||
>=dev-lang/ocaml-3.10[ocamlopt?]
|
||||
0
|
||||
http://pauillac.inria.fr/~ddr/camlp5/distrib/src/camlp5-6.03.tgz
|
||||
|
||||
http://pauillac.inria.fr/~ddr/camlp5/
|
||||
BSD
|
||||
A preprocessor-pretty-printer of ocaml
|
||||
~amd64 ~ppc ~x86 ~x86-fbsd
|
||||
eutils findlib multilib portability toolchain-funcs user
|
||||
doc +ocamlopt
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
>=dev-lang/ocaml-3.10.2[ocamlopt?] >=dev-ml/findlib-1.0.4-r1
|
||||
>=dev-lang/ocaml-3.10.2[ocamlopt?]
|
||||
0
|
||||
http://github.com/downloads/yoriyuki/Camomile/camomile-0.8.4.tar.bz2
|
||||
|
||||
http://github.com/yoriyuki/Camomile/wiki
|
||||
LGPL-2
|
||||
Camomile is a comprehensive Unicode library for ocaml.
|
||||
~amd64 ~ppc ~x86
|
||||
eutils findlib multilib portability toolchain-funcs user
|
||||
debug +ocamlopt
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
|
||||
dev-lang/perl virtual/perl-Getopt-Long
|
||||
0
|
||||
mirror://sourceforge/checkbaskisms/2.0.0.2/checkbashisms -> checkbashisms-2.0.0.2
|
||||
|
||||
http://sourceforge.net/projects/checkbashisms/
|
||||
GPL-2
|
||||
Perl script to check for commonly used bash features not defined by POSIX
|
||||
~amd64 ~x86
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
install
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
sys-libs/zlib dev-libs/libpcre sys-libs/readline sys-libs/ncurses
|
||||
sys-libs/zlib dev-libs/libpcre sys-libs/readline sys-libs/ncurses
|
||||
0
|
||||
mirror://sourceforge/tintin/tintin-2.00.8.tar.gz
|
||||
|
||||
http://tintin.sourceforge.net/
|
||||
GPL-2
|
||||
(T)he k(I)cki(N) (T)ickin d(I)kumud clie(N)t
|
||||
~amd64 ~ppc ~x86
|
||||
base eutils games multilib portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
compile install postinst preinst setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
>=dev-libs/glib-2.29.15:2 introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) python? ( >=dev-libs/gobject-introspection-0.9.5 dev-python/pygobject:3 x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection] ) sys-devel/gettext >=dev-util/pkgconfig-0.9 >=dev-util/intltool-0.40 test? ( dev-libs/gjs ) app-arch/xz-utils >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* =dev-lang/python-2.4* )
|
||||
>=dev-libs/glib-2.29.15:2 introspection? ( >=dev-libs/gobject-introspection-0.9.5 ) python? ( >=dev-libs/gobject-introspection-0.9.5 dev-python/pygobject:3 x11-libs/gdk-pixbuf:2[introspection] x11-libs/gtk+:3[introspection] ) !<gnome-base/gnome-menus-3.0.1-r1:0 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* =dev-lang/python-2.4* )
|
||||
3
|
||||
mirror://gnome/sources/gnome-menus/3.2/gnome-menus-3.2.0.1.tar.xz
|
||||
|
||||
http://www.gnome.org
|
||||
GPL-2 LGPL-2
|
||||
The GNOME menu system, implementing the F.D.O cross-desktop spec
|
||||
~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris
|
||||
eutils fdo-mime gnome.org gnome2 gnome2-utils libtool multilib portability python toolchain-funcs user versionator
|
||||
debug +introspection +python test
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
>=dev-libs/glib-2.29.10:2 >=dev-libs/gjs-1.29.18 >=dev-libs/gobject-introspection-0.10.1 x11-libs/gdk-pixbuf:2[introspection] >=x11-libs/gtk+-3.0.0:3[introspection] >=media-libs/clutter-1.7.5:1.0[introspection] app-misc/ca-certificates >=dev-libs/folks-0.5.2 >=dev-libs/json-glib-0.13.2 >=gnome-base/gnome-desktop-2.91.2:3 >=gnome-base/gsettings-desktop-schemas-2.91.91 gnome-base/libgnome-keyring >=gnome-extra/evolution-data-server-2.91.6 >=media-libs/gstreamer-0.10.16:0.10 >=media-libs/gst-plugins-base-0.10.16:0.10 >=net-im/telepathy-logger-0.2.4[introspection] net-libs/libsoup:2.4[introspection] >=net-libs/telepathy-glib-0.15.5[introspection] >=net-misc/networkmanager-0.8.999[introspection] >=sys-auth/polkit-0.100[introspection] >=x11-wm/mutter-3.2.1[introspection] dev-libs/dbus-glib dev-libs/libxml2:2 x11-libs/pango[introspection] >=dev-libs/libcroco-0.6.2:0.6 gnome-base/gconf:2[introspection] >=gnome-base/gnome-menus-3.2.0.1-r1:3[introspection] gnome-base/librsvg media-libs/libcanberra media-sound/pulseaudio >=x11-libs/startup-notification-0.11 x11-libs/libX11 >=x11-libs/libXfixes-5.0 x11-apps/mesa-progs bluetooth? ( >=net-wireless/gnome-bluetooth-3.1.0[introspection] ) >=sys-devel/gettext-0.17 >=dev-util/pkgconfig-0.22 >=dev-util/intltool-0.40 gnome-base/gnome-common || ( app-arch/deb2targz sys-devel/binutils ) !!=dev-lang/spidermonkey-1.8.2* || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool app-arch/xz-utils >=sys-apps/sed-4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
>=dev-libs/glib-2.29.10:2 >=dev-libs/gjs-1.29.18 >=dev-libs/gobject-introspection-0.10.1 x11-libs/gdk-pixbuf:2[introspection] >=x11-libs/gtk+-3.0.0:3[introspection] >=media-libs/clutter-1.7.5:1.0[introspection] app-misc/ca-certificates >=dev-libs/folks-0.5.2 >=dev-libs/json-glib-0.13.2 >=gnome-base/gnome-desktop-2.91.2:3 >=gnome-base/gsettings-desktop-schemas-2.91.91 gnome-base/libgnome-keyring >=gnome-extra/evolution-data-server-2.91.6 >=media-libs/gstreamer-0.10.16:0.10 >=media-libs/gst-plugins-base-0.10.16:0.10 >=net-im/telepathy-logger-0.2.4[introspection] net-libs/libsoup:2.4[introspection] >=net-libs/telepathy-glib-0.15.5[introspection] >=net-misc/networkmanager-0.8.999[introspection] >=sys-auth/polkit-0.100[introspection] >=x11-wm/mutter-3.2.1[introspection] dev-libs/dbus-glib dev-libs/libxml2:2 x11-libs/pango[introspection] >=dev-libs/libcroco-0.6.2:0.6 gnome-base/gconf:2[introspection] >=gnome-base/gnome-menus-3.2.0.1-r1:3[introspection] gnome-base/librsvg media-libs/libcanberra media-sound/pulseaudio >=x11-libs/startup-notification-0.11 x11-libs/libX11 >=x11-libs/libXfixes-5.0 x11-apps/mesa-progs bluetooth? ( >=net-wireless/gnome-bluetooth-3.1.0[introspection] ) >=gnome-base/dconf-0.4.1 >=gnome-base/libgnomekbd-2.91.4[introspection] sys-power/upower[introspection] x11-libs/gdk-pixbuf[introspection] x11-libs/pango[introspection] >=gnome-base/gnome-session-2.91.91 >=gnome-base/gnome-settings-daemon-2.91 >=gnome-base/gnome-control-center-2.91.92-r1 >=sys-apps/accountsservice-0.6.14[introspection] >=app-accessibility/caribou-0.3 x11-misc/xdg-utils >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
0
|
||||
https://github.com/linuxmint/Cinnamon/tarball/1.1.3 -> cinnamon-1.1.3.tar.gz https://github.com/downloads/linuxmint/Cinnamon/cinnamon-session_1.0.0_all.deb
|
||||
|
||||
http://cinnamon.linuxmint.com/
|
||||
GPL-2
|
||||
A fork of GNOME Shell with layout similar to GNOME 2
|
||||
~amd64 ~x86
|
||||
autotools eutils fdo-mime gnome.org gnome2 gnome2-utils libtool multilib portability python toolchain-funcs user versionator
|
||||
+bluetooth
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
>=kde-base/kdelibs-4.4:4[aqua=] hwinfo? ( sys-apps/hwinfo ) imagemagick? ( media-gfx/imagemagick ) packagekit? ( app-admin/packagekit-qt4 ) dev-util/automoc >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=]
|
||||
>=kde-base/kdelibs-4.4:4[aqua=] hwinfo? ( sys-apps/hwinfo ) imagemagick? ( media-gfx/imagemagick ) packagekit? ( app-admin/packagekit-qt4 ) >=kde-base/kcmshell-4.4:4[aqua=] >=kde-base/oxygen-icons-4.4:4[aqua=] linguas_ca? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ca(+)] ) linguas_cs? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_cs(+)] ) linguas_da? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_da(+)] ) linguas_de? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_de(+)] ) linguas_el? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_el(+)] ) linguas_es? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_es(+)] ) linguas_et? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_et(+)] ) linguas_fr? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_fr(+)] ) linguas_ga? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ga(+)] ) linguas_hu? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_hu(+)] ) linguas_lt? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_lt(+)] ) linguas_nl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_nl(+)] ) linguas_pa? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pa(+)] ) linguas_pl? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pl(+)] ) linguas_pt? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pt(+)] ) linguas_pt_BR? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_pt_BR(+)] ) linguas_ru? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_ru(+)] ) linguas_sv? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_sv(+)] ) linguas_uk? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_uk(+)] ) linguas_zh_TW? ( >=kde-base/kde-l10n-4.4:4[aqua=,linguas_zh_TW(+)] ) dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=]
|
||||
4
|
||||
mirror://sourceforge/kcm-grub2/0.5.5/kcm-grub2-0.5.5.tar.gz
|
||||
|
||||
http://kde-apps.org/content/show.php?content=139643
|
||||
GPL-3
|
||||
KCModule for configuring the GRUB2 bootloader.
|
||||
~amd64 ~x86
|
||||
base cmake-utils eutils fdo-mime flag-o-matic gnome2-utils kde4-base kde4-functions multilib portability toolchain-funcs user versionator virtualx
|
||||
+hwinfo imagemagick packagekit linguas_ca linguas_cs linguas_da linguas_de linguas_el linguas_es linguas_et linguas_fr linguas_ga linguas_hu linguas_lt linguas_nl linguas_pa linguas_pl linguas_pt linguas_pt_BR linguas_ru linguas_sv linguas_uk linguas_zh_TW aqua kdeenablefinal
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
>=kde-base/kdepim-runtime-4.6.0:4[aqua=] dev-libs/boost >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=]
|
||||
>=kde-base/kdepim-runtime-4.6.0:4[aqua=] dev-libs/boost >=kde-base/oxygen-icons-4.4:4[aqua=] dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=]
|
||||
4
|
||||
http://files.kde.org/zanshin/zanshin-0.1.91.tar.bz2
|
||||
|
||||
https://projects.kde.org/projects/playground/pim/zanshin/
|
||||
GPL-2
|
||||
Getting Things Done application for KDE
|
||||
~amd64 ~x86
|
||||
base cmake-utils eutils fdo-mime flag-o-matic gnome2-utils kde4-base kde4-functions multilib portability toolchain-funcs user versionator virtualx
|
||||
aqua kdeenablefinal
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
>=kde-base/kdepim-runtime-4.6.0:4[aqua=] dev-libs/boost >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=]
|
||||
>=kde-base/kdepim-runtime-4.6.0:4[aqua=] dev-libs/boost >=kde-base/oxygen-icons-4.4:4[aqua=] dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.4:4[aqua=]
|
||||
4
|
||||
http://files.kde.org/zanshin/zanshin-0.1.82.tar.bz2
|
||||
http://files.kde.org/zanshin/zanshin-0.2.0.tar.bz2
|
||||
|
||||
https://projects.kde.org/projects/playground/pim/zanshin/
|
||||
GPL-2
|
||||
Getting Things Done application for KDE
|
||||
http://zanshin.kde.org/
|
||||
|| ( GPL-2 GPL-3 )
|
||||
Todo management application for KDE
|
||||
~amd64 ~x86
|
||||
base cmake-utils eutils fdo-mime flag-o-matic gnome2-utils kde4-base kde4-functions multilib portability toolchain-funcs user versionator virtualx
|
||||
aqua kdeenablefinal
|
@ -0,0 +1,22 @@
|
||||
>=net-libs/liblockfile-1.03 virtual/mta mail-client/mailx-support
|
||||
>=net-libs/liblockfile-1.03 virtual/mta mail-client/mailx-support !mail-client/nail !net-mail/mailutils
|
||||
0
|
||||
mirror://gentoo/mailx_8.1.2-0.20050715cvs.orig.tar.gz mirror://gentoo/mailx_8.1.2-0.20050715cvs-1.diff.gz
|
||||
|
||||
http://www.debian.org/
|
||||
BSD
|
||||
The /bin/mail program, which is used to send mail via shell scripts
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
|
||||
eutils flag-o-matic multilib portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
compile install postinst unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
>=sys-apps/sed-4 >=dev-util/cmake-2.8 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-util/automoc dev-util/pkgconfig !aqua? ( >=x11-libs/libXtst-1.1.0 x11-proto/xf86vidmodeproto ) dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.7:4[aqua=]
|
||||
>=kde-base/oxygen-icons-4.7:4[aqua=] dev-lang/perl >=x11-libs/qt-core-4.7.0:4[qt3support,ssl] >=x11-libs/qt-gui-4.7.0:4[accessibility,dbus] >=x11-libs/qt-qt3support-4.7.0:4[accessibility,kde] >=x11-libs/qt-script-4.7.0:4 >=x11-libs/qt-sql-4.7.0:4[qt3support] >=x11-libs/qt-svg-4.7.0:4 >=x11-libs/qt-test-4.7.0:4 >=x11-libs/qt-webkit-4.7.0:4[kde] !aqua? ( x11-libs/libXext x11-libs/libXt x11-libs/libXxf86vm x11-libs/libXcomposite x11-libs/libxkbfile ) >=kde-base/kdelibs-4.7:4[aqua=]
|
||||
4
|
||||
mirror://sourceforge/digikam/digikam-2.2.0.tar.bz2
|
||||
mirror://sourceforge/digikam/digikam-2.5.0.tar.bz2
|
||||
|
||||
http://www.digikam.org/
|
||||
GPL-2
|
@ -0,0 +1,22 @@
|
||||
>=media-video/vdr-1.3.9 >=media-libs/xine-lib-1.1.8[vdr] nls? ( sys-devel/gettext ) >=media-tv/gentoo-vdr-scripts-0.4.2 media-tv/linuxtv-dvb-headers
|
||||
>=media-video/vdr-1.3.9 >=media-libs/xine-lib-1.1.8[vdr] media-video/mjpegtools media-libs/netpbm media-video/y4mscaler >=media-tv/gentoo-vdr-scripts-0.4.2 >=app-admin/eselect-vdr-0.0.2
|
||||
0
|
||||
http://home.vr-web.de/~rnissl/vdr-xine-0.9.4.tgz
|
||||
|
||||
http://home.vr-web.de/~rnissl/
|
||||
GPL-2
|
||||
VDR plugin: for 'software only' playback using xine
|
||||
~amd64 ~x86
|
||||
base eutils flag-o-matic multilib portability toolchain-funcs user vdr-plugin
|
||||
nls yaepg
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile config configure install postinst postrm prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
|
||||
|
||||
0
|
||||
mirror://sourceforge/toolame/toolame-02l.tgz
|
||||
|
||||
http://www.planckenergy.com
|
||||
LGPL-2.1
|
||||
tooLAME - an optimized mpeg 1/2 layer 2 audio encoder
|
||||
amd64 ppc ~sparc x86
|
||||
eutils flag-o-matic multilib portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
compile install unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
virtual/mta >=sys-devel/autoconf-2.64 >=sys-devel/flex-2.5.4a pam? ( virtual/pam ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
virtual/mta virtual/logger
|
||||
0
|
||||
mirror://debian/pool/main/a/at/at_3.1.13.orig.tar.gz
|
||||
|
||||
http://packages.qa.debian.org/a/at.html
|
||||
GPL-2
|
||||
Queues jobs for later execution
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
|
||||
autotools eutils flag-o-matic libtool multilib pam portability toolchain-funcs user
|
||||
pam
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
configure install postinst prepare setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1,22 +0,0 @@
|
||||
x11-libs/libX11 !=x11-drivers/nvidia-drivers-180.29 !=x11-drivers/nvidia-drivers-180.60 !=x11-drivers/nvidia-drivers-185.18.14 !=x11-drivers/nvidia-drivers-185.18.29 !=x11-drivers/nvidia-drivers-185.18.31 !=x11-drivers/nvidia-drivers-185.18.36 !=x11-drivers/nvidia-drivers-190.18 !=x11-drivers/nvidia-drivers-190.25 !=x11-drivers/nvidia-drivers-190.32 !=x11-drivers/nvidia-drivers-190.36 !=x11-drivers/nvidia-drivers-190.40 dev-util/pkgconfig x11-proto/xproto doc? ( app-doc/doxygen media-gfx/graphviz virtual/latex-base )
|
||||
x11-libs/libX11 !=x11-drivers/nvidia-drivers-180.29 !=x11-drivers/nvidia-drivers-180.60 !=x11-drivers/nvidia-drivers-185.18.14 !=x11-drivers/nvidia-drivers-185.18.29 !=x11-drivers/nvidia-drivers-185.18.31 !=x11-drivers/nvidia-drivers-185.18.36 !=x11-drivers/nvidia-drivers-190.18 !=x11-drivers/nvidia-drivers-190.25 !=x11-drivers/nvidia-drivers-190.32 !=x11-drivers/nvidia-drivers-190.36 !=x11-drivers/nvidia-drivers-190.40
|
||||
0
|
||||
http://people.freedesktop.org/~aplattner/vdpau/libvdpau-0.4.tar.gz
|
||||
|
||||
http://www.freedesktop.org/wiki/Software/VDPAU
|
||||
MIT
|
||||
VDPAU wrapper and trace libraries
|
||||
amd64 x86 ~x86-fbsd
|
||||
multilib toolchain-funcs
|
||||
doc
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
configure install
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
x11-libs/qt-dbus:4 x11-libs/qt-gui:4 x11-libs/qt-opengl:4 !kde? ( || ( x11-libs/qt-phonon:4 media-libs/phonon ) ) kde? ( media-libs/phonon ) x11-libs/qt-script:4 x11-libs/qt-sql:4 x11-libs/qt-svg:4 x11-libs/qt-webkit:4 x11-libs/qt-xmlpatterns:4
|
||||
x11-libs/qt-dbus:4 x11-libs/qt-gui:4 x11-libs/qt-opengl:4 !kde? ( || ( x11-libs/qt-phonon:4 media-libs/phonon ) ) kde? ( media-libs/phonon ) x11-libs/qt-script:4 x11-libs/qt-sql:4 x11-libs/qt-svg:4 x11-libs/qt-webkit:4 x11-libs/qt-xmlpatterns:4
|
||||
0
|
||||
http://qtscriptgenerator.googlecode.com/files/qtscriptgenerator-src-0.1.0.tar.gz
|
||||
|
||||
http://code.google.com/p/qtscriptgenerator/
|
||||
GPL-2
|
||||
Tool for generating Qt bindings for Qt Script
|
||||
~amd64 ~ppc ~ppc64 ~x86
|
||||
base eutils multilib portability qt4-r2 toolchain-funcs user
|
||||
debug kde
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( sys-libs/libutempter ) >=sys-libs/ncurses-5.7-r7 x11-apps/xmessage x11-libs/libX11 x11-libs/libXaw x11-libs/libXft x11-libs/libxkbfile x11-libs/libXmu x11-libs/libXrender x11-libs/libXt unicode? ( x11-apps/luit ) Xaw3d? ( x11-libs/libXaw3d ) dev-util/pkgconfig x11-proto/kbproto x11-proto/xproto
|
||||
kernel_linux? ( sys-libs/libutempter ) kernel_FreeBSD? ( sys-libs/libutempter ) >=sys-libs/ncurses-5.7-r7 x11-apps/xmessage x11-libs/libX11 x11-libs/libXaw x11-libs/libXft x11-libs/libxkbfile x11-libs/libXmu x11-libs/libXrender x11-libs/libXt unicode? ( x11-apps/luit ) Xaw3d? ( x11-libs/libXaw3d ) media-fonts/font-misc-misc
|
||||
0
|
||||
ftp://invisible-island.net/xterm/xterm-277.tgz
|
||||
|
||||
http://dickey.his.com/xterm/
|
||||
MIT
|
||||
Terminal Emulator for X Windows
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
|
||||
eutils multilib portability toolchain-funcs user
|
||||
toolbar truetype unicode Xaw3d
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
configure install setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,22 @@
|
||||
>=x11-libs/gtk+-2.20:2 x11-libs/libX11 >=xfce-base/libxfce4ui-4.8 >=xfce-base/libxfce4util-4.8 >=xfce-base/xfce4-panel-4.8 dev-util/intltool dev-util/pkgconfig sys-devel/gettext >=sys-apps/sed-4
|
||||
>=x11-libs/gtk+-2.20:2 x11-libs/libX11 >=xfce-base/libxfce4ui-4.8 >=xfce-base/libxfce4util-4.8 >=xfce-base/xfce4-panel-4.8
|
||||
0
|
||||
http://goodies.xfce.org/_media/projects/panel-plugins/xfce4-embed-plugin-0.0.2git-17b7aa3.tar.bz2
|
||||
|
||||
http://goodies.xfce.org/projects/panel-plugins/xfce4-embed-plugin
|
||||
GPL-2 LGPL-2
|
||||
A plug-in for embedding arbitrary application windows into the Xfce panel
|
||||
~amd64 ~x86
|
||||
autotools base eutils fdo-mime gnome2-utils libtool multilib portability toolchain-funcs user xfconf
|
||||
debug
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -1 +1 @@
|
||||
Tue, 10 Jan 2012 01:06:46 +0000
|
||||
Tue, 10 Jan 2012 15:36:47 +0000
|
||||
|
@ -1 +1 @@
|
||||
Tue, 10 Jan 2012 01:06:46 +0000
|
||||
Tue, 10 Jan 2012 15:36:47 +0000
|
||||
|
@ -1 +1 @@
|
||||
Tue, 10 Jan 2012 01:06:48 +0000
|
||||
Tue, 10 Jan 2012 15:36:48 +0000
|
||||
|
@ -1 +1 @@
|
||||
Tue Jan 10 01:06:46 UTC 2012
|
||||
Tue Jan 10 15:36:46 UTC 2012
|
||||
|
@ -1 +1 @@
|
||||
Tue, 10 Jan 2012 01:30:01 +0000
|
||||
Tue, 10 Jan 2012 16:00:01 +0000
|
||||
|
@ -1 +1 @@
|
||||
1326157501 Tue Jan 10 01:05:01 2012 UTC
|
||||
1326209701 Tue Jan 10 15:35:01 2012 UTC
|
||||
|
@ -1,2 +1,3 @@
|
||||
slotmove kde-misc/kcm-grub2 0 4
|
||||
slotmove kde-misc/kfilebox 0 4
|
||||
move x11-misc/synergy-plus x11-misc/synergy
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue