Sync with portage [Thu Nov 17 22:55:15 MSK 2011].
This commit is contained in:
parent
7b9a4ba645
commit
a316933218
174 changed files with 2837 additions and 2508 deletions
|
@ -1,3 +1,3 @@
|
|||
DIST seahorse-2.32.0.tar.bz2 2491230 RMD160 5599cf02321be038d8aa5bc96174e2cf05c62945 SHA1 1469884b67483c876cfe5b986a76495739927a99 SHA256 f55468237246a485317d59e2fbc1b1ef5f5bd4c5a7b9ff6f40c3d921af0ed52d
|
||||
DIST seahorse-3.0.2.tar.bz2 2545909 RMD160 6a1fd6b00b8bce407ebf4add8e6361fb9fe3ea2e SHA1 420793a1f17af5fa982f15050bf5ea2656471fba SHA256 78b38d6e7220d1957af34eac79c21423f1f4be066853126d30cc030d8407a1bf
|
||||
DIST seahorse-3.2.1.tar.xz 1963480 RMD160 2f48c7201abda484f21f84ea6d5715965bc18418 SHA1 e6819828bb2783566a91549cb5aab5286123965e SHA256 84f1df80055ca66179a023130e179de44053e7df91c1f6c7fd536563fac832b2
|
||||
DIST seahorse-3.2.2.tar.xz 1964064 RMD160 64f42c3c200c3dc83100cb8c63489a0814e0fec8 SHA1 08a231cbb1aac4103465dee45fd18583d44785ea SHA256 25146aa4c4bb4c375ec1afec524e1907852989bd1b0c9e12490326616ac6a7e9
|
||||
|
|
|
@ -1,35 +1,25 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.0.2.ebuild,v 1.1 2011/08/16 23:22:14 nirbheek Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-3.2.2.ebuild,v 1.1 2011/11/17 06:11:08 tetromino Exp $
|
||||
|
||||
EAPI="3"
|
||||
EAPI="4"
|
||||
GCONF_DEBUG="yes"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit gnome2
|
||||
if [[ ${PV} = 9999 ]]; then
|
||||
inherit gnome2-live
|
||||
fi
|
||||
|
||||
DESCRIPTION="A GNOME application for managing encryption keys"
|
||||
HOMEPAGE="http://www.gnome.org/projects/seahorse/index.html"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE="avahi debug doc +introspection ldap libnotify test"
|
||||
if [[ ${PV} = 9999 ]]; then
|
||||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
||||
fi
|
||||
IUSE="avahi debug doc ldap test"
|
||||
KEYWORDS="~amd64 ~x86 ~x86-fbsd"
|
||||
|
||||
# Pull in libnotify-0.7 because it's controlled via an automagic ifdef
|
||||
COMMON_DEPEND="
|
||||
>=gnome-base/gconf-2:2
|
||||
>=dev-libs/glib-2.10:2
|
||||
>=x11-libs/gtk+-2.90.0:3[introspection?]
|
||||
>=dev-libs/dbus-glib-0.72
|
||||
>=gnome-base/gnome-keyring-2.91.2
|
||||
>=x11-libs/gtk+-2.90.0:3
|
||||
>=gnome-base/gnome-keyring-3.1.5
|
||||
net-libs/libsoup:2.4
|
||||
x11-misc/shared-mime-info
|
||||
|
||||
|
@ -40,9 +30,7 @@ COMMON_DEPEND="
|
|||
=app-crypt/gnupg-1.4* )
|
||||
|
||||
avahi? ( >=net-dns/avahi-0.6 )
|
||||
introspection? ( >=dev-libs/gobject-introspection-0.6.4 )
|
||||
ldap? ( net-nds/openldap )
|
||||
libnotify? ( >=x11-libs/libnotify-0.7.0 )
|
||||
"
|
||||
DEPEND="${COMMON_DEPEND}
|
||||
sys-devel/gettext
|
||||
|
@ -66,12 +54,9 @@ pkg_setup() {
|
|||
--disable-scrollkeeper
|
||||
--disable-update-mime-database
|
||||
--enable-hkp
|
||||
--with-gtk=3.0
|
||||
$(use_enable avahi sharing)
|
||||
$(use_enable debug)
|
||||
$(use_enable introspection)
|
||||
$(use_enable ldap)
|
||||
$(use_enable libnotify)
|
||||
$(use_enable test tests)"
|
||||
DOCS="AUTHORS ChangeLog NEWS README TODO THANKS"
|
||||
}
|
||||
|
@ -80,11 +65,7 @@ src_prepare() {
|
|||
# FIXME: Do not mess with CFLAGS with USE="debug"
|
||||
sed -e '/CFLAGS="$CFLAGS -g -O0/d' \
|
||||
-e 's/-Werror//' \
|
||||
-i configure.in configure || die "sed 1 failed"
|
||||
|
||||
# FIXME: Disable test not ported to gtk:3
|
||||
sed -e 's/^SUBDIRS = .*/SUBDIRS = /' \
|
||||
-i libcryptui/Makefile.am libcryptui/Makefile.in || die "sed 2 failed"
|
||||
-i configure.ac configure || die "sed 1 failed"
|
||||
|
||||
gnome2_src_prepare
|
||||
}
|
|
@ -1,2 +1,3 @@
|
|||
DIST ibus-unikey-0.5.1.tar.gz 496451 RMD160 8176ccf1bff44450e48def487ab4196f806a42ae SHA1 01f34cf6d32d7bffc862e9c6d3531113eccd7b3c SHA256 c76cdb6e5eb789723f2f6036b72d78b62ae26c405bc567845accccc6f50fb19e
|
||||
DIST ibus-unikey-0.5.tar.gz 494304 RMD160 baf583141f01af7836a4c30d47041cdb66cc92bd SHA1 525e8b8c8c0beb41f16d771c502098cf2d1fba9b SHA256 5c6a36ffcc7ea8a4dbfba0a96632bf860e9d524d818e553e1bf8d18702ba1910
|
||||
DIST ibus-unikey-0.6.0.tar.gz 509952 RMD160 d766792ee1165a97883b25d51640d920a789f5df SHA1 9cacf527273eb4f45f904e6b8fd3cc5f48a3e41a SHA256 007d5ee50dc6f31d4cac61235868063bc9ecf74fef942c0d5091b23dc5360303
|
||||
|
|
28
app-i18n/ibus-unikey/ibus-unikey-0.6.0.ebuild
Normal file
28
app-i18n/ibus-unikey/ibus-unikey-0.6.0.ebuild
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-unikey/ibus-unikey-0.6.0.ebuild,v 1.1 2011/11/17 14:10:02 naota Exp $
|
||||
|
||||
EAPI="4"
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="Vietnamese Input Method Engine for IBUS using Unikey IME"
|
||||
HOMEPAGE="http://code.google.com/p/ibus-unikey/"
|
||||
SRC_URI="http://ibus-unikey.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="gtk3"
|
||||
|
||||
RDEPEND="gtk3? ( >app-i18n/ibus-1.3.9[gtk3]
|
||||
x11-libs/gtk+:3 )
|
||||
!gtk3? ( app-i18n/ibus
|
||||
>=x11-libs/gtk+-2.12:2 )
|
||||
x11-libs/libX11"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
use gtk3 && myconf="--with-gtk-version=3" || myconf=""
|
||||
econf ${myconf}
|
||||
}
|
|
@ -7,5 +7,8 @@ Ibus-unikey is a IM Engine for IBus
|
|||
Use for type Vietnamese
|
||||
Support via forum at: http://forum.ubuntu-vn.com/viewforum.php?f=85
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name='gtk3'>Enable support for gtk+3</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
|
|
10
app-i18n/scim/files/scim-1.4.11-type-module-use.patch
Normal file
10
app-i18n/scim/files/scim-1.4.11-type-module-use.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/extras/gtk2_immodule/gtkimcontextscim.cpp 2011-11-09 17:08:21.000000000 -0800
|
||||
+++ b/extras/gtk2_immodule/gtkimcontextscim.cpp 2011-11-09 17:07:51.000000000 -0800
|
||||
@@ -447,6 +447,7 @@
|
||||
"GtkIMContextSCIM",
|
||||
&im_context_scim_info,
|
||||
(GTypeFlags) 0);
|
||||
+ g_type_module_use (type_module);
|
||||
}
|
||||
}
|
||||
|
102
app-i18n/scim/scim-1.4.11-r1.ebuild
Normal file
102
app-i18n/scim/scim-1.4.11-r1.ebuild
Normal file
|
@ -0,0 +1,102 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim/scim-1.4.11-r1.ebuild,v 1.1 2011/11/17 09:06:46 naota Exp $
|
||||
|
||||
EAPI="3"
|
||||
inherit autotools eutils flag-o-matic multilib
|
||||
|
||||
DESCRIPTION="Smart Common Input Method (SCIM) is an Input Method (IM) development platform"
|
||||
HOMEPAGE="http://www.scim-im.org/"
|
||||
SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="x11-libs/libX11
|
||||
dev-libs/glib:2
|
||||
x11-libs/gtk+:2
|
||||
>=dev-libs/atk-1
|
||||
>=x11-libs/pango-1
|
||||
!app-i18n/scim-cvs"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( app-doc/doxygen
|
||||
>=app-text/docbook-xsl-stylesheets-1.73.1 )
|
||||
dev-lang/perl
|
||||
dev-util/pkgconfig
|
||||
>=dev-util/intltool-0.33
|
||||
sys-devel/libtool"
|
||||
|
||||
update_gtk_immodules() {
|
||||
local GTK2_CONFDIR="/etc/gtk-2.0"
|
||||
# bug #366889
|
||||
if has_version '>=x11-libs/gtk+-2.22.1-r1:2' || has_multilib_profile ; then
|
||||
GTK2_CONFDIR="${GTK2_CONFDIR}/$(get_abi_CHOST)"
|
||||
fi
|
||||
mkdir -p "${EPREFIX}${GTK2_CONFDIR}"
|
||||
|
||||
if [ -x "${EPREFIX}/usr/bin/gtk-query-immodules-2.0" ] ; then
|
||||
"${EPREFIX}/usr/bin/gtk-query-immodules-2.0" > "${EPREFIX}${GTK2_CONFDIR}/gtk.immodules"
|
||||
fi
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}"/${P}-type-module-use.patch
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
# bug #83625
|
||||
filter-flags -fvisibility-inlines-hidden
|
||||
filter-flags -fvisibility=hidden
|
||||
|
||||
econf \
|
||||
$(use_with doc doxygen) \
|
||||
--enable-ld-version-script \
|
||||
${myconf} || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
|
||||
sed -e "s:@EPREFIX@:${EPREFIX}:" "${FILESDIR}/xinput-${PN}" > "${T}/${PN}.conf" || die
|
||||
insinto /etc/X11/xinit/xinput.d
|
||||
doins "${T}/${PN}.conf" || die
|
||||
|
||||
dodoc README AUTHORS ChangeLog docs/developers docs/scim.cfg || die
|
||||
use doc && dohtml -r docs/html/*
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
elog
|
||||
elog "To use SCIM with both GTK2 and XIM, you should use the following"
|
||||
elog "in your user startup scripts such as .gnomerc or .xinitrc:"
|
||||
elog
|
||||
elog "LANG='your_language' scim -d"
|
||||
elog "export XMODIFIERS=@im=SCIM"
|
||||
elog "export GTK_IM_MODULE=\"scim\""
|
||||
elog "export QT_IM_MODULE=\"scim\""
|
||||
elog
|
||||
elog "where 'your_language' can be zh_CN, zh_TW, ja_JP.eucJP or any other"
|
||||
elog "UTF-8 locale such as en_US.UTF-8 or ja_JP.UTF-8"
|
||||
elog
|
||||
elog "To use Chinese input methods:"
|
||||
elog " # emerge app-i18n/scim-tables app-i18n/scim-pinyin"
|
||||
elog "To use Korean input methods:"
|
||||
elog " # emerge app-i18n/scim-hangul"
|
||||
elog "To use Japanese input methods:"
|
||||
elog " # emerge app-i18n/scim-anthy"
|
||||
elog "To use various input methods (more than 30 languages):"
|
||||
elog " # emerge app-i18n/scim-m17n"
|
||||
elog
|
||||
ewarn
|
||||
ewarn "If you upgraded from scim-1.2.x or scim-1.0.x, you should remerge all SCIM modules."
|
||||
ewarn
|
||||
|
||||
update_gtk_immodules
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
update_gtk_immodules
|
||||
}
|
|
@ -1,3 +1 @@
|
|||
DIST g15macro-1.0.0.tar.bz2 223563 RMD160 69627bcee91ab0e7cefcf861288d545e8b314253 SHA1 7545067405a54e213d6d26fdd3e4f57a59b4b894 SHA256 f77a5ee0d07e15431353012793533784cb46d7fdeab78a68ceaaf2232672f77d
|
||||
DIST g15macro-1.0.1.tar.gz 321459 RMD160 8adefc901d9b740f0ec670a68408813324f018a3 SHA1 b31b569bbfc9522438bb84a0ad8f437e91562807 SHA256 1d94911d5da6881fef1e6071d233533b4a3fe9b146c1a1566fdf6155a54ba51e
|
||||
DIST g15macro-1.0.3.tar.gz 324859 RMD160 f96fb40e7b055b8d66eb0dfcfded3fec5a264803 SHA1 fa6758665f042c37bc1a27cf6a7cb4cf2e05dc2f SHA256 be4a5ba422777b330d09169fe505eae433aad7378c2eaf411ea591723b82ace2
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/g15macro/g15macro-1.0.0.ebuild,v 1.3 2008/02/21 23:53:22 robbat2 Exp $
|
||||
|
||||
DESCRIPTION="Macro recording plugin to G15daemon"
|
||||
HOMEPAGE="http://g15daemon.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/g15daemon/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=app-misc/g15daemon-1.9.0
|
||||
dev-libs/libg15
|
||||
dev-libs/libg15render
|
||||
x11-libs/libX11
|
||||
x11-proto/xextproto
|
||||
x11-proto/xproto
|
||||
x11-libs/libXtst"
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
sys-libs/zlib"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "make install failed"
|
||||
rm "$D"/usr/share/doc/${P}/{COPYING,NEWS}
|
||||
|
||||
prepalldocs
|
||||
}
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/g15macro/g15macro-1.0.1.ebuild,v 1.2 2008/02/21 23:53:22 robbat2 Exp $
|
||||
|
||||
DESCRIPTION="Macro recording plugin to G15daemon"
|
||||
HOMEPAGE="http://g15daemon.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/g15daemon/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=app-misc/g15daemon-1.9.0
|
||||
dev-libs/libg15
|
||||
dev-libs/libg15render
|
||||
x11-libs/libX11
|
||||
x11-proto/xextproto
|
||||
x11-proto/xproto
|
||||
x11-libs/libXtst"
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
sys-libs/zlib"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "make install failed"
|
||||
rm "${D}"/usr/share/doc/${P}/{COPYING,NEWS}
|
||||
|
||||
prepalldocs
|
||||
}
|
|
@ -1,8 +1,9 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/g15macro/g15macro-1.0.3-r1.ebuild,v 1.1 2011/11/16 21:43:07 robbat2 Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/g15macro/g15macro-1.0.3-r1.ebuild,v 1.2 2011/11/17 11:31:36 scarabeus Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
DESCRIPTION="Macro recording plugin to G15daemon"
|
||||
HOMEPAGE="http://g15daemon.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/g15daemon/${P}.tar.gz"
|
||||
|
@ -29,7 +30,5 @@ src_configure() {
|
|||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "make install failed"
|
||||
rm "${D}"/usr/share/doc/${P}/{COPYING,NEWS}
|
||||
|
||||
prepalldocs
|
||||
rm "${ED}"/usr/share/doc/${P}/{COPYING,NEWS}
|
||||
}
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
# Copyright 1999-2008 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/g15macro/g15macro-1.0.3.ebuild,v 1.1 2008/09/13 22:35:35 robbat2 Exp $
|
||||
|
||||
DESCRIPTION="Macro recording plugin to G15daemon"
|
||||
HOMEPAGE="http://g15daemon.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/g15daemon/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=app-misc/g15daemon-1.9.0
|
||||
dev-libs/libg15
|
||||
dev-libs/libg15render
|
||||
x11-libs/libX11
|
||||
x11-proto/xextproto
|
||||
x11-proto/xproto
|
||||
x11-libs/libXtst"
|
||||
|
||||
RDEPEND="${DEPEND}
|
||||
sys-libs/zlib"
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "make install failed"
|
||||
rm "${D}"/usr/share/doc/${P}/{COPYING,NEWS}
|
||||
|
||||
prepalldocs
|
||||
}
|
|
@ -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/xournal/xournal-0.4.5_p20111022.ebuild,v 1.2 2011/11/16 23:40:03 dilfridge Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-text/xournal/xournal-0.4.5_p20111022.ebuild,v 1.3 2011/11/17 09:47:38 chainsaw Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -15,7 +15,7 @@ SRC_URI="http://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.xz http://dev.gento
|
|||
LICENSE="GPL-2"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 ~x86"
|
||||
IUSE="+pdf"
|
||||
|
||||
COMMONDEPEND="
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
DIST notes-0.11.3.tar.gz 32887 RMD160 468ee159e2a51b089cd578f031cde635c3ab6316 SHA1 6c9a0fe8c1237390b65c5016b35c528dde2b0916 SHA256 1202e2e48cdd74124f91bab0d7b35f60ca8da140843502aa3e7bcaab1c63f9ed
|
||||
DIST notes-0.12.10.tar.gz 35582 RMD160 4874e2e005367daa7e50922031f7121b88fbf509 SHA1 2c2a4f1b19612857913af2415a8f97331be50dc3 SHA256 0c9b82feb68360dcd5ea21432ec61901c6f132bedc30e0644a62d725cf559970
|
||||
DIST notes-0.12.8.tar.gz 34893 RMD160 70fb5fed25beea10909d808d383a8d74f83e5fae SHA1 5c57b01c70679b1fcf028249b0471f217a299afe SHA256 4c77da6ac48e0323bff56bd19fc094b400c9ab3ddd4a546242df3bf3acf3e798
|
||||
|
|
30
app-vim/notes/notes-0.12.10.ebuild
Normal file
30
app-vim/notes/notes-0.12.10.ebuild
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-vim/notes/notes-0.12.10.ebuild,v 1.1 2011/11/17 16:33:23 radhermit Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
DESCRIPTION="vim plugin: easy note taking in vim"
|
||||
HOMEPAGE="http://peterodding.com/code/vim/notes/"
|
||||
SRC_URI="https://github.com/xolox/vim-${PN}/tarball/${PV} -> ${P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=app-vim/xolox-misc-20110926
|
||||
|| ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] )"
|
||||
|
||||
VIM_PLUGIN_HELPFILES="${PN}.txt"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
mv *-${PN}-* "${S}"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# Remove unnecessary files
|
||||
rm INSTALL.md README.md misc/notes/user/README || die
|
||||
rm -r autoload/xolox/misc || die
|
||||
}
|
|
@ -1,3 +1,4 @@
|
|||
DIST session-1.4.11.tar.gz 20445 RMD160 39228f6ee64b30a71b6b46c8309ecc432765a5e0 SHA1 b18b6521b214530de201b9c0c138997f14fbfb21 SHA256 389b4be58ec7e8de416c288b7d7b86853ab0c4fd59b8d066d5e2bcd9ca66539d
|
||||
DIST session-1.4.16.tar.gz 21080 RMD160 faddfa1927816d2c331e119ceb9431c19114855e SHA1 43e3ef45ed0054fa4d2c3704ca4c416559d544d4 SHA256 0d3ea39b56f8d0c3965a1897f921fe36c38981fce039aab5fad6209862480c1e
|
||||
DIST session-1.4.21.tar.gz 22462 RMD160 1bc259044858b50400efe5795ad2453032e6ca18 SHA1 058700256685c923ac0decdffe21ceb770789f13 SHA256 91af44010a4d77d892f25273dcf6ce32829626c5049e3a3486f6e0878175861b
|
||||
DIST session-1.4.22.tar.gz 22843 RMD160 6b05ff6b353eb254963d7bf2df3db738d44f0060 SHA1 b8532c3bf5ebbd14236a1ad2bc0778bf9c87a1b0 SHA256 ba04634210a1a3644c84e3395721be9a2dbefa5b95180c1f8a3b6674753a10fa
|
||||
|
|
30
app-vim/session/session-1.4.22.ebuild
Normal file
30
app-vim/session/session-1.4.22.ebuild
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-vim/session/session-1.4.22.ebuild,v 1.1 2011/11/17 16:41:39 radhermit Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit vim-plugin
|
||||
|
||||
MY_PN="vim-${PN}"
|
||||
DESCRIPTION="vim plugin: extended session management for vim"
|
||||
HOMEPAGE="http://peterodding.com/code/vim/session/"
|
||||
SRC_URI="https://github.com/xolox/${MY_PN}/tarball/${PV} -> ${P}.tar.gz"
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
VIM_PLUGIN_HELPFILES="${PN}.txt"
|
||||
|
||||
RDEPEND=">=app-vim/xolox-misc-20110926"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
mv *-${MY_PN}-* "${S}"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# remove unneeded files
|
||||
rm *.md || die
|
||||
rm -r autoload/xolox/misc || die
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
DIST vim-r-110614.tar.gz 130533 RMD160 533cf53d6224e0197ac424ad952e007d61ff85fb SHA1 a2fa5328dfecdd9846fe326508344d5f237a043a SHA256 df9b672142346752cb31714fb91b76851c074e4a65b54ead1675c32a2c289f6d
|
||||
DIST vim-r-110805.tar.gz 128963 RMD160 d84fc19189d3ba63c9effb31f7b0b4f2395cd054 SHA1 78884488c02c0bbeb55889e35bf49eee3472a5f9 SHA256 afec779e21358ffc21062a68ed11c4c74466a73360603dc3f47ae2b190839bd3
|
||||
DIST vim-r-111014.tar.gz 132346 RMD160 d0187c07a8104aa25c8d56f96e778b8dabc98b07 SHA1 2119e7c934585e5515e41b83d3d6ec5479ae39a7 SHA256 2733fb7355da61d273481cb928ebab72ae9d89c616df379204c7a04aad50525e
|
||||
DIST vim-r-111114.tar.gz 132667 RMD160 eb5e4e68f5a04237a1808887049108797531787a SHA1 0465c3ea913ffd35da33eb792643d0cac496b35a SHA256 292d9d6b10c9d93e7d9c120dd1ad7ae98ee640fa3698687b94098363c9a2e335
|
||||
|
|
|
@ -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/vim-r/vim-r-110614.ebuild,v 1.1 2011/06/25 09:48:47 radhermit Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-vim/vim-r/vim-r-111114.ebuild,v 1.1 2011/11/17 16:36:24 radhermit Exp $
|
||||
|
||||
EAPI="4"
|
||||
VIM_PLUGIN_VIM_VERSION="7.3"
|
||||
|
@ -26,5 +26,5 @@ src_unpack() {
|
|||
}
|
||||
|
||||
src_prepare() {
|
||||
rm README
|
||||
rm README || 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-lang/v8/v8-3.5.10.24.ebuild,v 1.1 2011/11/17 03:01:57 floppym Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-3.5.10.24.ebuild,v 1.2 2011/11/17 11:37:07 chainsaw Exp $
|
||||
|
||||
EAPI="3"
|
||||
|
||||
|
@ -12,7 +12,7 @@ SRC_URI="http://commondatastorage.googleapis.com/chromium-browser-official/${P}.
|
|||
LICENSE="BSD"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86 ~x64-macos ~x86-macos"
|
||||
KEYWORDS="amd64 ~arm ~x86 ~x64-macos ~x86-macos"
|
||||
IUSE="readline"
|
||||
|
||||
RDEPEND="readline? ( >=sys-libs/readline-6.1 )"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.1-r2.ebuild,v 1.14 2011/10/26 15:43:37 jer Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.1-r2.ebuild,v 1.16 2011/11/17 16:52:22 jer Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils multilib
|
||||
|
||||
DESCRIPTION="A library for applications dealing with netlink socket"
|
||||
HOMEPAGE="http://people.suug.ch/~tgr/libnl/"
|
||||
SRC_URI="http://people.suug.ch/~tgr/libnl/files/${P}.tar.gz"
|
||||
HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
|
||||
SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz"
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="1.1"
|
||||
KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.1.ebuild,v 1.2 2011/10/26 15:43:37 jer Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.1.ebuild,v 1.4 2011/11/17 16:52:22 jer Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit eutils multilib autotools-utils
|
||||
|
||||
DESCRIPTION="A library for applications dealing with netlink socket"
|
||||
HOMEPAGE="http://people.suug.ch/~tgr/libnl/"
|
||||
SRC_URI="http://people.suug.ch/~tgr/libnl/files/${P}.tar.gz"
|
||||
HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
|
||||
SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz"
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="3"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.2.ebuild,v 1.1 2011/10/31 00:24:55 jer Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.2.ebuild,v 1.3 2011/11/17 16:52:22 jer Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit eutils multilib autotools-utils
|
||||
|
||||
DESCRIPTION="A library for applications dealing with netlink socket"
|
||||
HOMEPAGE="http://people.suug.ch/~tgr/libnl/"
|
||||
SRC_URI="http://people.suug.ch/~tgr/libnl/files/${P}.tar.gz"
|
||||
HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
|
||||
SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz"
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="3"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.3.ebuild,v 1.1 2011/11/11 15:11:31 jer Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.3.ebuild,v 1.3 2011/11/17 16:52:22 jer Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit eutils multilib autotools-utils
|
||||
|
||||
DESCRIPTION="A library for applications dealing with netlink socket"
|
||||
HOMEPAGE="http://people.suug.ch/~tgr/libnl/"
|
||||
SRC_URI="http://people.suug.ch/~tgr/libnl/files/${P}.tar.gz"
|
||||
HOMEPAGE="http://www.infradead.org/~tgr/libnl/"
|
||||
SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz"
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="3"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
DIST newt-0.52.12.tar.gz 178027 RMD160 0d34b278e72c1b1305fc110e491e3bc96b42a374 SHA1 6952115806c7b1dbc36858eb4ca0596b235cf6f4 SHA256 2ba88dc3d118daf509c58e3707c43ad57dd3415d8164054e93fe76439f348529
|
||||
DIST newt-0.52.13.tar.gz 183466 RMD160 c43d9b3acd800ba3590c85e9854ad7b7c8e9b34b SHA1 0891ad749560ea6071edd734a080c9d172d0da0e SHA256 01c254b00a3d27e22f13240b6db74df04e721ccec4d1d4fc7b45fee009efc05f
|
||||
|
|
12
dev-libs/newt/files/newt-0.52.13-gold.patch
Normal file
12
dev-libs/newt/files/newt-0.52.13-gold.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- configure.ac~ 2011-11-09 23:50:21.000000000 +0900
|
||||
+++ configure.ac 2011-11-09 23:54:54.139482817 +0900
|
||||
@@ -19,7 +19,8 @@
|
||||
AC_MSG_CHECKING([for GNU ld])
|
||||
LD=`$CC -print-prog-name=ld 2>&5`
|
||||
|
||||
-if test `$LD -v 2>&1 | $ac_cv_path_GREP -c "GNU ld"` = 0; then
|
||||
+if test `$LD -v 2>&1 | $ac_cv_path_GREP -c "GNU ld"` = 0 -a \
|
||||
+ test `$LD -v 2>&1 | $ac_cv_path_GREP -c "GNU gold"` = 0; then
|
||||
# Not
|
||||
GNU_LD=""
|
||||
AC_MSG_RESULT([no])
|
32
dev-libs/newt/files/newt-0.52.13-python.patch
Normal file
32
dev-libs/newt/files/newt-0.52.13-python.patch
Normal file
|
@ -0,0 +1,32 @@
|
|||
diff --git a/configure.ac b/configure.ac
|
||||
index b972805..1fe4bdf 100644
|
||||
--- a/configure.ac (revision 34e56d12931a25222d7debb22f95bb2f9fa696a0)
|
||||
+++ b/configure.ac (revision 49d37f0cc7121a8386e4a8f21e5e0f7b614922b1)
|
||||
@@ -60,5 +60,5 @@
|
||||
PYTHONVERS=
|
||||
else
|
||||
- PYTHONVERS=$(ls /usr/include/python*/Python.h 2> /dev/null | sed "s|/usr/include/||g"| sed "s|/Python.h||g" 2> /dev/null)
|
||||
+ PYTHONVERS=$(ls /usr/include/python2.*/Python.h 2> /dev/null | sed 's|/usr/include/\([[^/]]*\)/Python.h|\1|g' | tr '\n' ' ')
|
||||
AC_MSG_RESULT([$PYTHONVERS])
|
||||
fi
|
||||
diff --git a/Makefile.in b/Makefile.in
|
||||
index a448c5f..f9bbe1f 100644
|
||||
--- a/Makefile.in
|
||||
+++ b/Makefile.in
|
||||
@@ -79,11 +79,11 @@ showkey: showkey.o $(LIBNEWT)
|
||||
_snackmodule.so: snackmodule.c $(LIBNEWTSH)
|
||||
[ -n "$(PYTHONVERS)" ] && for ver in $(PYTHONVERS) ; do \
|
||||
mkdir -p $$ver ;\
|
||||
- PCFLAGS=`$$ver-config --cflags`; \
|
||||
- PIFLAGS=`$$ver-config --includes`; \
|
||||
- PLDFLAGS=`$$ver-config --ldflags`; \
|
||||
- PLFLAGS=`$$ver-config --libs`; \
|
||||
- $(CC) $(CPPFLAGS) $$PIFLAGS $$PCFLAGS -c -o $$ver/snackmodule.o snackmodule.c ;\
|
||||
+ PCFLAGS=`python-config-$${ver#python} --cflags`; \
|
||||
+ PIFLAGS=`python-config-$${ver#python} --includes`; \
|
||||
+ PLDFLAGS=`python-config-$${ver#python} --ldflags`; \
|
||||
+ PLFLAGS=`python-config-$${ver#python} --libs`; \
|
||||
+ $(CC) $(CPPFLAGS) $$PIFLAGS $$PCFLAGS -c -fPIC -o $$ver/snackmodule.o snackmodule.c ;\
|
||||
$(CC) --shared $$PLDFLAGS $$PLFLAGS $(LDFLAGS) -o $$ver/_snackmodule.so $$ver/snackmodule.o -L. -lnewt $(LIBS);\
|
||||
done || :
|
||||
touch $@
|
79
dev-libs/newt/newt-0.52.13.ebuild
Normal file
79
dev-libs/newt/newt-0.52.13.ebuild
Normal file
|
@ -0,0 +1,79 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.13.ebuild,v 1.1 2011/11/17 04:45:44 naota Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2"
|
||||
|
||||
inherit eutils multilib python autotools
|
||||
|
||||
DESCRIPTION="Redhat's Newt windowing toolkit development files"
|
||||
HOMEPAGE="https://fedorahosted.org/newt/"
|
||||
SRC_URI="https://fedorahosted.org/releases/n/e/newt/${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
||||
IUSE="gpm tcl nls"
|
||||
|
||||
RDEPEND="=sys-libs/slang-2*
|
||||
>=dev-libs/popt-1.6
|
||||
elibc_uclibc? ( sys-libs/ncurses )
|
||||
gpm? ( sys-libs/gpm )
|
||||
tcl? ( =dev-lang/tcl-8.5* )
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
pkg_setup() {
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# bug 73850
|
||||
if use elibc_uclibc; then
|
||||
sed -i -e 's:-lslang:-lslang -lncurses:g' Makefile.in || die
|
||||
fi
|
||||
|
||||
sed -i Makefile.in \
|
||||
-e 's|-ltcl8.4|-ltcl8.5|g' \
|
||||
-e 's|$(SHCFLAGS) -o|$(LDFLAGS) &|g' \
|
||||
-e 's|-g -o|$(CFLAGS) $(LDFLAGS) -o|g' \
|
||||
-e 's|-shared -o|$(CFLAGS) $(LDFLAGS) &|g' \
|
||||
-e 's|instroot|DESTDIR|g' \
|
||||
-e 's| make | $(MAKE) |g' \
|
||||
|| die "sed Makefile.in"
|
||||
|
||||
epatch "${FILESDIR}"/${P}-python.patch
|
||||
epatch "${FILESDIR}"/${P}-gold.patch
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_with gpm gpm-support) \
|
||||
$(use_with tcl) \
|
||||
$(use_enable nls)
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake PYTHONVERS="$(PYTHON)" || die "emake failed"
|
||||
}
|
||||
|
||||
src_install () {
|
||||
emake \
|
||||
DESTDIR="${D}" \
|
||||
PYTHONVERS="$(PYTHON)" \
|
||||
install || die "make install failed"
|
||||
dodoc peanuts.py popcorn.py tutorial.sgml
|
||||
doman whiptail.1
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
python_mod_optimize snack.py
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
python_mod_cleanup snack.py
|
||||
}
|
|
@ -1 +1,2 @@
|
|||
DIST netifaces-0.5.tar.gz 9069 RMD160 0cc9cfffdc1abd057aea2ed27403b269e92dba69 SHA1 8b79e65bc6871bbb5d8160ae52fa4983e97ed347 SHA256 6348530ac1ea3af93547ffe5af83776e1f107efa86e8af082ea8c05975986b46
|
||||
DIST netifaces-0.6.tar.gz 14546 RMD160 755811579d24687f9422aaef8312340bc63d2c58 SHA1 5f1e696600be5627b7bd7a60d2104e57a88fe4f3 SHA256 6abb5e2d638a72415d730374bfc40fc4b0b9b2130d5a1f8b822e797ffd55a66f
|
||||
|
|
23
dev-python/netifaces/netifaces-0.6.ebuild
Normal file
23
dev-python/netifaces/netifaces-0.6.ebuild
Normal file
|
@ -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-python/netifaces/netifaces-0.6.ebuild,v 1.1 2011/11/17 14:27:59 sbriesen Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit distutils python
|
||||
|
||||
DESCRIPTION="Portable network interface information"
|
||||
HOMEPAGE="http://alastairs-place.net/netifaces/"
|
||||
SRC_URI="http://alastairs-place.net/projects/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="dev-python/setuptools"
|
||||
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/papyon/papyon-0.5.6.ebuild,v 1.1 2011/11/13 07:22:31 tetromino Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/papyon/papyon-0.5.6.ebuild,v 1.2 2011/11/17 09:33:47 chainsaw 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/eclass/mysql-v2.eclass,v 1.9 2011/10/07 04:30:18 jmbsvicetto Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.10 2011/11/17 16:04:02 dev-zero Exp $
|
||||
|
||||
# @ECLASS: mysql-v2.eclass
|
||||
# @MAINTAINER:
|
||||
|
@ -640,7 +640,7 @@ mysql-v2_pkg_config() {
|
|||
help_tables="${TMPDIR}/fill_help_tables.sql"
|
||||
|
||||
pushd "${TMPDIR}" &>/dev/null
|
||||
"${ROOT}/usr/bin/mysql_install_db --basedir=/usr" >"${TMPDIR}"/mysql_install_db.log 2>&1
|
||||
"${ROOT}/usr/bin/mysql_install_db" --basedir=/usr >"${TMPDIR}"/mysql_install_db.log 2>&1
|
||||
if [ $? -ne 0 ]; then
|
||||
grep -B5 -A999 -i "ERROR" "${TMPDIR}"/mysql_install_db.log 1>&2
|
||||
die "Failed to run mysql_install_db. Please review /var/log/mysql/mysqld.err AND ${TMPDIR}/mysql_install_db.log"
|
||||
|
|
|
@ -1,19 +1,8 @@
|
|||
DIST mame0141s.zip 17092788 RMD160 c09ef461280dfd7e45ca638caaa66d8752a9794b SHA1 80225e2694469dac39a75815f227b864a4992f5e SHA256 27c8829c55041886edafaa459b83452b0a327df31ce922c0b6a2ee91877504f8
|
||||
DIST mame0142s.zip 17657289 RMD160 20b7fc0af868521462e8081021acbfbe98bea16d SHA1 6d70b7a2a15abfdb7955772844ac4c6eae50ced4 SHA256 d5ccb987088522a203bf978a34eab8fa8c8560947a13373d48c11b2a496b6986
|
||||
DIST mame0143s.zip 17902802 RMD160 0cfffdf5939fb740abdb030256011a8e6ca6ee54 SHA1 dd7cf43ec9f31321ee698facce3b2d3b21cebf15 SHA256 677f04756ed7bc00e1adc6e68bbb174f89845887758dc287c7244a58e6ac266f
|
||||
DIST sdlmame-manpages.tar.gz 14400 RMD160 14660470488458a8897a8a924c12f7ab961d6729 SHA1 279fbf37668282c0e4e86d62a29f5ec53fa0ab1a SHA256 507240258dfb816fbfddc674c5995a126c7a975158c2aad1ada8cb064c5e3d08
|
||||
DIST mame0144s.zip 19676308 RMD160 579556131368d69c02692c21475213bbb5d81954 SHA1 f32bca0b4565a07764da1028c8f24331fe5b2a1d SHA256 8f0191b40f80f8a3393d341f411c5f02aca6933d6a9f347bec0d2f7206c38e06
|
||||
DIST sdlmame-ui.bdf.gz 114727 RMD160 2311dbd3ae508619a8327ca8b9c0a7184f9b5b66 SHA1 ada88e613c0573bb5703a37f81790c176cb8c884 SHA256 f2ec11dd926bbeae8647e68607107516a30790239464939f3e99a0f62fc7f17e
|
||||
DIST sdlmame0136.zip 18936113 RMD160 1cb9b24ae6f97c0f223f13ed97a074de14e2892e SHA1 19c11abc3b3ab2633df62f3867921b3541bb582e SHA256 863c34af4850b7687de358601e5b13fbb4ed1c121e11654179e87fb39e7ede2d
|
||||
DIST sdlmame0141u1_diff.zip 1152125 RMD160 81d5a7ade7c83ee7302bf80d28cdbec132811090 SHA1 05cddd7c915833c6dbffd12a49f8999ca26cc036 SHA256 2576180d3e344d9a0963dffbbf3248b416a8f1f75aff8ea89b466f8356fcccc5
|
||||
DIST sdlmame0141u2_diff.zip 878752 RMD160 3c27330000dd8ab0f16d331159e38432f36fad7a SHA1 f277813cc67f78f5ac6e29a462147e7faa976ae7 SHA256 48901d03d9999a92d81fd90248c1fb00a4f44e444030dd5c0d3226553d39d614
|
||||
DIST sdlmame0141u3_diff.zip 1257622 RMD160 62c6a368a7949f6db766a4c40c5feb316570ad74 SHA1 4139b43620ae6148f4e1fa1d3159e0894f93a5b5 SHA256 d1c9cb608ddb34548245b7a3de91f6ccf5faf27db3cf751a37816fa308210b4b
|
||||
DIST sdlmame0142u1_diff.zip 707350 RMD160 ee81bdcd7a77b4bd6f61d062f48b7aba5dcebd77 SHA1 edc84de9230669b5ef8b9b7d13f7f26a227375d7 SHA256 07be32275fc510b6b336cfd03de71e9c665914c41b0e8a39de694cc4e5fd3581
|
||||
DIST sdlmame0142u2_diff.zip 246135 RMD160 e153edb7c87db0b70a71e6083c31954aabb4ac92 SHA1 3de457c91245087779bc23a2311c2194652e46c9 SHA256 decbf4ac431b802fe3b9d5f87141c6b1a5057d3ee8ec619af070dccbdfc89e42
|
||||
DIST sdlmame0142u3_diff.zip 1282970 RMD160 698453bffee1d5982b83c748205336fbb60f8988 SHA1 054c82e47e456e4a292e7531be9fdbc37029653d SHA256 a43eff4e1e660e4f313f865be568c9a57670af79f326d7cfe947f982b0eaed3c
|
||||
DIST sdlmame0142u4_diff.zip 628941 RMD160 2caf2fe4a59bccfe582d618a5c37209324d6fbfe SHA1 e4e8897ba40caed0d2ee6bfb23f7462562a6ee81 SHA256 13831921bb6bf3843245b9008c4443dbd825acf4fd5025fa0eb5fc22786c1fa4
|
||||
DIST sdlmame0142u5_diff.zip 326906 RMD160 a8c43e1254cc9d159d499510a184396e45d39b42 SHA1 70be01a63038380fd96b18a6ea176743c08eb4cf SHA256 134a493bf215d6bf416ba992b4bc9976525f4e41c7f9ea308a793b47282dc666
|
||||
DIST sdlmame0143u1_diff.zip 250465 RMD160 332a7ebb50750bd628819e39d0ca6b9249d618b7 SHA1 57a9b9960b48c2a3377953c01bbb8540224e560c SHA256 307172c6956f58251590a5c30c454c99fbdf02ae554d0e3aaa0133fc9989eee8
|
||||
DIST sdlmame0143u2_diff.zip 679992 RMD160 28ed6b5910fd72a8cfd24d01e76a588b14eec3f5 SHA1 4fc015691392c6aac5798b7511dc28afdd0f3bdb SHA256 4f6fa5961fe9fe99dfd6d315daf5280b2516ac96213b2a2c0fcf849c284db086
|
||||
DIST sdlmame0143u3_diff.zip 492365 RMD160 1e03893fc17652e1c1cef65412612137e51e7b4d SHA1 ba9b6e2ff179e79a00715ced5fde655047718498 SHA256 243f8a23e7b36520c1bd0c73e6bdc5a35b0442d43719884ed8d388e0775ce5a7
|
||||
DIST sdlmame0143u4_diff.zip 858755 RMD160 88b7dad4c61ae3dbf740c179f69175763cbead17 SHA1 fc22f483645186edecf0cdb4102bbea30e8fa902 SHA256 a9d90392e123758003a6cc48eb1e295d9d69059b9014b6556cfd5fa2dfba2597
|
||||
DIST sdlmame0143u5_diff.zip 314547 RMD160 948e3f70d1e000a3df9433baa5089308546a9d03 SHA1 069efd5490523d03f5e16fd8fac290134eb24cf4 SHA256 290d61609b1ffff661ba9be32b61baeb187970fc9883471741f001d25decc8a6
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
# Joystick mapping file
|
||||
# =====================
|
||||
#
|
||||
# Contains mapping between name and logical (i.e. mame) joystick index
|
||||
#
|
||||
# Index Name
|
||||
# ----- ----
|
||||
# 1 MOSIC USB 2A4K GamePad
|
||||
# 0 Logitech Logitech Attack 3
|
|
@ -1,260 +0,0 @@
|
|||
#
|
||||
# CORE CONFIGURATION OPTIONS
|
||||
#
|
||||
readconfig 1
|
||||
|
||||
#
|
||||
# CORE SEARCH PATH OPTIONS
|
||||
#
|
||||
rompath $HOME/.sdlmame/roms;@GAMES_SYSCONFDIR@/sdlmame/roms
|
||||
samplepath $HOME/.sdlmame/samples;@GAMES_SYSCONFDIR@/sdlmame/samples
|
||||
artpath $HOME/.sdlmame/artwork;@GAMES_SYSCONFDIR@/sdlmame/artwork
|
||||
ctrlrpath $HOME/.sdlmame/ctrlr;@GAMES_SYSCONFDIR@/sdlmame/ctrlr
|
||||
inipath $HOME/.sdlmame;@GAMES_SYSCONFDIR@/sdlmame
|
||||
fontpath $HOME/.sdlmame;@GAMES_DATADIR@/sdlmame
|
||||
|
||||
#
|
||||
# CORE OUTPUT DIRECTORY OPTIONS
|
||||
#
|
||||
cfg_directory $HOME/.sdlmame/cfg
|
||||
nvram_directory $HOME/.sdlmame/nvram
|
||||
memcard_directory $HOME/.sdlmame/memcard
|
||||
input_directory $HOME/.sdlmame/inp
|
||||
state_directory $HOME/.sdlmame/sta
|
||||
snapshot_directory $HOME/.sdlmame/snap
|
||||
diff_directory $HOME/.sdlmame/diff
|
||||
comment_directory $HOME/.sdlmame/comments
|
||||
|
||||
#
|
||||
# CORE FILENAME OPTIONS
|
||||
#
|
||||
cheat_file @GAMES_DATADIR@/sdlmame/cheat.dat
|
||||
|
||||
#
|
||||
# CORE STATE/PLAYBACK OPTIONS
|
||||
#
|
||||
state
|
||||
autosave 0
|
||||
playback
|
||||
record
|
||||
mngwrite
|
||||
wavwrite
|
||||
|
||||
#
|
||||
# CORE PERFORMANCE OPTIONS
|
||||
#
|
||||
autoframeskip 0
|
||||
frameskip 0
|
||||
seconds_to_run 0
|
||||
throttle 1
|
||||
sleep 1
|
||||
speed 1.0
|
||||
|
||||
#
|
||||
# CORE ROTATION OPTIONS
|
||||
#
|
||||
rotate 1
|
||||
ror 0
|
||||
rol 0
|
||||
autoror 0
|
||||
autorol 0
|
||||
flipx 0
|
||||
flipy 0
|
||||
|
||||
#
|
||||
# CORE ARTWORK OPTIONS
|
||||
#
|
||||
artwork_crop 0
|
||||
use_backdrops 1
|
||||
use_overlays 1
|
||||
use_bezels 1
|
||||
|
||||
#
|
||||
# CORE SCREEN OPTIONS
|
||||
#
|
||||
brightness 1.0
|
||||
contrast 1.0
|
||||
gamma 1.0
|
||||
pause_brightness 0.65
|
||||
|
||||
#
|
||||
# CORE VECTOR OPTIONS
|
||||
#
|
||||
antialias 1
|
||||
beam 1.0
|
||||
flicker 0
|
||||
|
||||
#
|
||||
# CORE SOUND OPTIONS
|
||||
#
|
||||
sound 1
|
||||
samplerate 48000
|
||||
samples 1
|
||||
volume 0
|
||||
|
||||
#
|
||||
# CORE INPUT OPTIONS
|
||||
#
|
||||
ctrlr
|
||||
mouse 1
|
||||
joystick 1
|
||||
lightgun 0
|
||||
multikeyboard 0
|
||||
multimouse 0
|
||||
steadykey 0
|
||||
offscreen_reload 0
|
||||
joystick_map auto
|
||||
joystick_deadzone 0.3
|
||||
joystick_saturation 0.85
|
||||
|
||||
#
|
||||
# CORE INPUT AUTOMATIC ENABLE OPTIONS
|
||||
#
|
||||
paddle_device keyboard
|
||||
adstick_device keyboard
|
||||
pedal_device keyboard
|
||||
dial_device keyboard
|
||||
trackball_device keyboard
|
||||
lightgun_device keyboard
|
||||
positional_device keyboard
|
||||
mouse_device mouse
|
||||
|
||||
#
|
||||
# CORE DEBUGGING OPTIONS
|
||||
#
|
||||
log 0
|
||||
verbose 0
|
||||
|
||||
#
|
||||
# CORE MISC OPTIONS
|
||||
#
|
||||
bios default
|
||||
cheat 0
|
||||
skip_gameinfo 0
|
||||
|
||||
#
|
||||
# DEBUGGING OPTIONS
|
||||
#
|
||||
oslog 0
|
||||
|
||||
#
|
||||
# PERFORMANCE OPTIONS
|
||||
#
|
||||
multithreading 0
|
||||
sdlvideofps 0
|
||||
|
||||
#
|
||||
# VIDEO OPTIONS
|
||||
#
|
||||
video soft
|
||||
numscreens 1
|
||||
window 0
|
||||
keepaspect 1
|
||||
unevenstretch 1
|
||||
effect none
|
||||
centerh 1
|
||||
centerv 1
|
||||
waitvsync 0
|
||||
yuvmode none
|
||||
|
||||
#
|
||||
# OpenGL-SPECIFIC OPTIONS
|
||||
#
|
||||
filter 1
|
||||
prescale 1
|
||||
gl_forcepow2texture 0
|
||||
gl_notexturerect 0
|
||||
gl_vbo 1
|
||||
gl_pbo 1
|
||||
gl_glsl 0
|
||||
gl_glsl_filter 1
|
||||
glsl_shader_mame0 none
|
||||
glsl_shader_mame1 none
|
||||
glsl_shader_mame2 none
|
||||
glsl_shader_mame3 none
|
||||
glsl_shader_mame4 none
|
||||
glsl_shader_mame5 none
|
||||
glsl_shader_mame6 none
|
||||
glsl_shader_mame7 none
|
||||
glsl_shader_mame8 none
|
||||
glsl_shader_mame9 none
|
||||
glsl_shader_screen0 none
|
||||
glsl_shader_screen1 none
|
||||
glsl_shader_screen2 none
|
||||
glsl_shader_screen3 none
|
||||
glsl_shader_screen4 none
|
||||
glsl_shader_screen5 none
|
||||
glsl_shader_screen6 none
|
||||
glsl_shader_screen7 none
|
||||
glsl_shader_screen8 none
|
||||
glsl_shader_screen9 none
|
||||
gl_glsl_vid_attr 1
|
||||
|
||||
#
|
||||
# PER-WINDOW VIDEO OPTIONS
|
||||
#
|
||||
screen auto
|
||||
aspect auto
|
||||
resolution auto
|
||||
view auto
|
||||
screen0 auto
|
||||
aspect0 auto
|
||||
resolution0 auto
|
||||
view0 auto
|
||||
screen1 auto
|
||||
aspect1 auto
|
||||
resolution1 auto
|
||||
view1 auto
|
||||
screen2 auto
|
||||
aspect2 auto
|
||||
resolution2 auto
|
||||
view2 auto
|
||||
screen3 auto
|
||||
aspect3 auto
|
||||
resolution3 auto
|
||||
view3 auto
|
||||
|
||||
#
|
||||
# FULL SCREEN OPTIONS
|
||||
#
|
||||
switchres 0
|
||||
useallheads 0
|
||||
|
||||
#
|
||||
# SOUND OPTIONS
|
||||
#
|
||||
audio_latency 3
|
||||
|
||||
#
|
||||
# INPUT DEVICE OPTIONS
|
||||
#
|
||||
|
||||
#
|
||||
# SDL KEYBOARD MAPPING
|
||||
#
|
||||
# If you are using one of the available non-us keyboard layouts
|
||||
# set keymap to 1 and uncomment the appropriate line below
|
||||
keymap 0
|
||||
#keymap_file @GAMES_DATADIR@/sdlmame/keymaps/km-be.txt
|
||||
#keymap_file @GAMES_DATADIR@/sdlmame/keymaps/km-ch.txt
|
||||
#keymap_file @GAMES_DATADIR@/sdlmame/keymaps/km-de.txt
|
||||
#keymap_file @GAMES_DATADIR@/sdlmame/keymaps/km-fr.txt
|
||||
#keymap_file @GAMES_DATADIR@/sdlmame/keymaps/km_it.txt
|
||||
|
||||
#
|
||||
# SDL JOYSTICK MAPPING
|
||||
#
|
||||
remapjoys 0
|
||||
remapjoyfile @GAMES_SYSCONFDIR@/sdlmame/joymap.dat
|
||||
|
||||
#
|
||||
# CORE COMMANDS
|
||||
#
|
||||
|
||||
#
|
||||
# CONFIGURATION COMMANDS
|
||||
#
|
||||
|
||||
#
|
||||
# FRONTEND COMMANDS
|
||||
#
|
|
@ -1,31 +0,0 @@
|
|||
--- src/osd/sdl/sdl.mak
|
||||
+++ src/osd/sdl/sdl.mak
|
||||
@@ -37,6 +37,10 @@
|
||||
|
||||
# NO_X11 = 1
|
||||
|
||||
+# comment next line to build with debugging support
|
||||
+
|
||||
+NO_DEBUGGER = 1
|
||||
+
|
||||
# uncomment and adapt next line to link against specific GL-Library
|
||||
# this will also add a rpath to the executable
|
||||
# MESA_INSTALL_ROOT = /usr/local/dfb_GL
|
||||
@@ -297,12 +301,17 @@
|
||||
# the new debugger relies on GTK+ in addition to the base SDLMAME needs
|
||||
# Non-X11 builds can not use the debugger
|
||||
ifndef NO_X11
|
||||
+ifndef NO_DEBUGGER
|
||||
OSDCOREOBJS += $(SDLOBJ)/debugwin.o $(SDLOBJ)/dview.o $(SDLOBJ)/debug-sup.o $(SDLOBJ)/debug-intf.o
|
||||
CFLAGS += `pkg-config --cflags gtk+-2.0` `pkg-config --cflags gconf-2.0`
|
||||
LIBS += `pkg-config --libs gtk+-2.0` `pkg-config --libs gconf-2.0`
|
||||
CFLAGS += -DGTK_DISABLE_DEPRECATED
|
||||
else
|
||||
OSDCOREOBJS += $(SDLOBJ)/debugwin.o
|
||||
+DEFS += -DNO_DEBUGGER
|
||||
+endif # NO_DEBUGGER
|
||||
+else
|
||||
+OSDCOREOBJS += $(SDLOBJ)/debugwin.o
|
||||
endif # NO_X11
|
||||
|
||||
# make sure we can find X headers
|
|
@ -1,67 +0,0 @@
|
|||
--- work.orig/makefile
|
||||
+++ work/makefile
|
||||
@@ -431,9 +431,6 @@
|
||||
CPPONLYFLAGS += -x c++ -std=gnu++98
|
||||
COBJFLAGS += -x objective-c++
|
||||
|
||||
-# this speeds it up a bit by piping between the preprocessor/compiler/assembler
|
||||
-CCOMFLAGS += -pipe
|
||||
-
|
||||
# add -g if we need symbols, and ensure we have frame pointers
|
||||
ifdef SYMBOLS
|
||||
CCOMFLAGS += -g$(SYMLEVEL) -fno-omit-frame-pointer
|
||||
@@ -449,23 +446,6 @@
|
||||
CCOMFLAGS += -pg
|
||||
endif
|
||||
|
||||
-# add the optimization flag
|
||||
-CCOMFLAGS += -O$(OPTIMIZE)
|
||||
-
|
||||
-# if we are optimizing, include optimization options
|
||||
-# and make all errors into warnings
|
||||
-ifneq ($(OPTIMIZE),0)
|
||||
-ifneq ($(TARGETOS),os2)
|
||||
-ifndef NOWERROR
|
||||
-CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
|
||||
-else
|
||||
-CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
|
||||
-endif
|
||||
-else
|
||||
-CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
|
||||
-endif
|
||||
-endif
|
||||
-
|
||||
# add a basic set of warnings
|
||||
CCOMFLAGS += \
|
||||
-Wall \
|
||||
@@ -524,16 +504,6 @@
|
||||
# linking flags
|
||||
#-------------------------------------------------
|
||||
|
||||
-# LDFLAGS are used generally; LDFLAGSEMULATOR are additional
|
||||
-# flags only used when linking the core emulator
|
||||
-LDFLAGS =
|
||||
-ifneq ($(TARGETOS),macosx)
|
||||
-ifneq ($(TARGETOS),os2)
|
||||
-ifneq ($(TARGETOS),solaris)
|
||||
-LDFLAGS = -Wl,--warn-common
|
||||
-endif
|
||||
-endif
|
||||
-endif
|
||||
LDFLAGSEMULATOR =
|
||||
|
||||
# add profiling information for the linker
|
||||
@@ -541,13 +511,6 @@
|
||||
LDFLAGS += -pg
|
||||
endif
|
||||
|
||||
-# strip symbols and other metadata in non-symbols and non profiling builds
|
||||
-ifndef SYMBOLS
|
||||
-ifneq ($(TARGETOS),macosx)
|
||||
-LDFLAGS += -s
|
||||
-endif
|
||||
-endif
|
||||
-
|
||||
# output a map file (emulator only)
|
||||
ifdef MAP
|
||||
LDFLAGSEMULATOR += -Wl,-Map,$(FULLNAME).map
|
|
@ -1,67 +0,0 @@
|
|||
--- work.orig/makefile
|
||||
+++ work/makefile
|
||||
@@ -431,9 +431,6 @@
|
||||
CPPONLYFLAGS += -x c++ -std=gnu++98
|
||||
COBJFLAGS += -x objective-c++
|
||||
|
||||
-# this speeds it up a bit by piping between the preprocessor/compiler/assembler
|
||||
-CCOMFLAGS += -pipe
|
||||
-
|
||||
# add -g if we need symbols, and ensure we have frame pointers
|
||||
ifdef SYMBOLS
|
||||
CCOMFLAGS += -g$(SYMLEVEL) -fno-omit-frame-pointer
|
||||
@@ -449,23 +446,6 @@
|
||||
CCOMFLAGS += -pg
|
||||
endif
|
||||
|
||||
-# add the optimization flag
|
||||
-CCOMFLAGS += -O$(OPTIMIZE)
|
||||
-
|
||||
-# if we are optimizing, include optimization options
|
||||
-# and make all errors into warnings
|
||||
-ifneq ($(OPTIMIZE),0)
|
||||
-ifneq ($(TARGETOS),os2)
|
||||
-ifndef NOWERROR
|
||||
-CCOMFLAGS += -Werror -fno-strict-aliasing $(ARCHOPTS)
|
||||
-else
|
||||
-CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
|
||||
-endif
|
||||
-else
|
||||
-CCOMFLAGS += -fno-strict-aliasing $(ARCHOPTS)
|
||||
-endif
|
||||
-endif
|
||||
-
|
||||
# add a basic set of warnings
|
||||
CCOMFLAGS += \
|
||||
-Wall \
|
||||
@@ -524,16 +504,6 @@
|
||||
# linking flags
|
||||
#-------------------------------------------------
|
||||
|
||||
-# LDFLAGS are used generally; LDFLAGSEMULATOR are additional
|
||||
-# flags only used when linking the core emulator
|
||||
-LDFLAGS =
|
||||
-ifneq ($(TARGETOS),macosx)
|
||||
-ifneq ($(TARGETOS),os2)
|
||||
-ifneq ($(TARGETOS),solaris)
|
||||
-LDFLAGS = -Wl,--warn-common
|
||||
-endif
|
||||
-endif
|
||||
-endif
|
||||
LDFLAGSEMULATOR =
|
||||
|
||||
# add profiling information for the linker
|
||||
@@ -541,13 +511,6 @@
|
||||
LDFLAGS += -pg
|
||||
endif
|
||||
|
||||
-# strip symbols and other metadata in non-symbols and non profiling builds
|
||||
-ifndef SYMBOLS
|
||||
-ifneq ($(TARGETOS),macosx)
|
||||
-LDFLAGS += -s
|
||||
-endif
|
||||
-endif
|
||||
-
|
||||
# output a map file (emulator only)
|
||||
ifdef MAP
|
||||
LDFLAGSEMULATOR += -Wl,-Map,$(FULLNAME).map
|
|
@ -1,11 +0,0 @@
|
|||
--- ./src/osd/sdl/osdsdl.h.orig
|
||||
+++ ./src/osd/sdl/osdsdl.h
|
||||
@@ -225,6 +225,8 @@
|
||||
const char *audio_driver() const { return value(SDLOPTION_AUDIODRIVER); }
|
||||
#if USE_OPENGL
|
||||
const char *gl_lib() const { return value(SDLOPTION_GL_LIB); }
|
||||
+#else
|
||||
+ const char *gl_lib() const { return NULL; }
|
||||
#endif
|
||||
|
||||
private:
|
|
@ -1,6 +1,6 @@
|
|||
--- work.orig/makefile
|
||||
+++ work/makefile
|
||||
@@ -431,9 +431,6 @@
|
||||
--- work.orig/makefile 2011-11-09 22:40:30.000000000 -0500
|
||||
+++ work/makefile 2011-11-16 19:24:24.615419949 -0500
|
||||
@@ -435,9 +435,6 @@
|
||||
CPPONLYFLAGS += -x c++ -std=gnu++98
|
||||
COBJFLAGS += -x objective-c++
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
|||
# add -g if we need symbols, and ensure we have frame pointers
|
||||
ifdef SYMBOLS
|
||||
CCOMFLAGS += -g$(SYMLEVEL) -fno-omit-frame-pointer
|
||||
@@ -449,23 +446,6 @@
|
||||
@@ -453,23 +450,6 @@
|
||||
CCOMFLAGS += -pg
|
||||
endif
|
||||
|
||||
|
@ -34,10 +34,14 @@
|
|||
# add a basic set of warnings
|
||||
CCOMFLAGS += \
|
||||
-Wall \
|
||||
@@ -523,16 +503,6 @@
|
||||
# linking flags
|
||||
#-------------------------------------------------
|
||||
@@ -524,20 +504,6 @@
|
||||
endif
|
||||
|
||||
|
||||
-#-------------------------------------------------
|
||||
-# linking flags
|
||||
-#-------------------------------------------------
|
||||
-
|
||||
-# LDFLAGS are used generally; LDFLAGSEMULATOR are additional
|
||||
-# flags only used when linking the core emulator
|
||||
-LDFLAGS =
|
||||
|
@ -51,7 +55,7 @@
|
|||
LDFLAGSEMULATOR =
|
||||
|
||||
# add profiling information for the linker
|
||||
@@ -540,13 +510,6 @@
|
||||
@@ -545,13 +511,6 @@
|
||||
LDFLAGS += -pg
|
||||
endif
|
||||
|
|
@ -1,138 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.136.ebuild,v 1.6 2010/08/17 19:59:29 mr_bones_ Exp $
|
||||
|
||||
EAPI=2
|
||||
inherit eutils flag-o-matic games
|
||||
|
||||
MY_PV=${PV/.}
|
||||
MY_PV=${MY_PV/_p/u}
|
||||
MY_P=${PN}${MY_PV}
|
||||
MY_CONF_PN=${PN/sdl}
|
||||
DESCRIPTION="Multiple Arcade Machine Emulator (SDL)"
|
||||
HOMEPAGE="http://rbelmont.mameworld.info/?page_id=163"
|
||||
# Upstream doesn't allow fetching with unknown User-Agent such as wget
|
||||
SRC_URI="mirror://gentoo/${MY_P}.zip
|
||||
mirror://gentoo/${PN}-manpages.tar.gz"
|
||||
|
||||
LICENSE="XMAME"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ppc x86"
|
||||
IUSE="debug opengl"
|
||||
|
||||
RDEPEND=">=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video]
|
||||
dev-libs/expat
|
||||
x11-libs/libXinerama
|
||||
debug? (
|
||||
x11-libs/gtk+:2
|
||||
gnome-base/gconf
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
app-arch/unzip
|
||||
x11-proto/xineramaproto"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
# Function to disable a makefile option
|
||||
disable_feature() {
|
||||
sed -i \
|
||||
-e "/$1.*=/s:^:# :" \
|
||||
"${S}"/makefile \
|
||||
|| die "sed failed"
|
||||
}
|
||||
|
||||
# Function to enable a makefile option
|
||||
enable_feature() {
|
||||
sed -i \
|
||||
-e "/^#.*$1.*=/s:^# ::" \
|
||||
"${S}"/makefile \
|
||||
|| die "sed failed"
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
sed -i \
|
||||
-e '/CFLAGS += -O$(OPTIMIZE)/s:^:# :' \
|
||||
-e '/CFLAGS += -pipe/s:^:# :' \
|
||||
-e '/LDFLAGS += -s/s:^:# :' \
|
||||
-e 's:-Werror::' \
|
||||
makefile \
|
||||
|| die "sed failed"
|
||||
# Don't compile zlib and expat
|
||||
einfo "Disabling embedded libraries: zlib and expat"
|
||||
disable_feature BUILD_ZLIB
|
||||
disable_feature BUILD_EXPAT
|
||||
|
||||
if use amd64; then
|
||||
einfo "Enabling 64-bit support"
|
||||
enable_feature PTR64
|
||||
fi
|
||||
|
||||
if use ppc; then
|
||||
einfo "Enabling PPC support"
|
||||
enable_feature BIGENDIAN
|
||||
fi
|
||||
|
||||
if ! use debug; then
|
||||
einfo "Disabling Debugging"
|
||||
epatch "${FILESDIR}"/${P}-nodebug.patch
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
local make_opts
|
||||
|
||||
use opengl || make_opts="${make_opts} NO_OPENGL=1"
|
||||
|
||||
emake \
|
||||
NAME="${PN}" \
|
||||
OPT_FLAGS='-DINI_PATH=\"\$$HOME/.'${PN}'\;'"${GAMES_SYSCONFDIR}/${PN}"'\"'" ${CFLAGS}" \
|
||||
SUFFIX="" \
|
||||
${make_opts} \
|
||||
|| die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dogamesbin ${PN} || die "dogamesbin ${PN} failed"
|
||||
|
||||
# Follows xmame ebuild, avoiding collision on /usr/games/bin/jedutil
|
||||
exeinto "$(games_get_libdir)/${PN}"
|
||||
local f
|
||||
for f in chdman ldverify jedutil romcmp testkeys; do
|
||||
doexe "${f}" || die "doexe ${f} failed"
|
||||
done
|
||||
|
||||
insinto "${GAMES_DATADIR}/${PN}"
|
||||
doins ui.bdf || die "doins ui.bdf failed"
|
||||
doins -r keymaps || die "doins -r keymaps failed"
|
||||
|
||||
insinto "${GAMES_SYSCONFDIR}/${PN}"
|
||||
doins "${FILESDIR}"/{joymap.dat,vector.ini} || die "doins joymap.dat vector.ini failed"
|
||||
|
||||
sed \
|
||||
-e "s:@GAMES_SYSCONFDIR@:${GAMES_SYSCONFDIR}:" \
|
||||
-e "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \
|
||||
"${FILESDIR}"/mame.ini.in > "${D}/${GAMES_SYSCONFDIR}/${PN}/"mame.ini \
|
||||
|| die "sed failed"
|
||||
|
||||
dodoc docs/{config,mame,newvideo}.txt *.txt
|
||||
doman "${WORKDIR}/${PN}-manpages"/*
|
||||
|
||||
keepdir \
|
||||
"${GAMES_DATADIR}/${PN}"/{roms,samples,artwork} \
|
||||
"${GAMES_SYSCONFDIR}/${PN}"/ctrlr
|
||||
|
||||
prepgamesdirs
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
games_pkg_postinst
|
||||
|
||||
elog "It's strongly recommended that you change either the system-wide"
|
||||
elog "${MY_CONF_PN}.ini at \"${GAMES_SYSCONFDIR}/${PN}\" or use a per-user setup at \$HOME/.${PN}"
|
||||
|
||||
if use opengl; then
|
||||
echo
|
||||
elog "You built ${PN} with opengl support and should set"
|
||||
elog "\"video\" to \"opengl\" in ${MY_CONF_PN}.ini to take advantage of that"
|
||||
fi
|
||||
}
|
|
@ -1,154 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.141_p3.ebuild,v 1.2 2011/09/30 16:50:10 vapier Exp $
|
||||
|
||||
EAPI=2
|
||||
inherit eutils flag-o-matic games
|
||||
|
||||
MY_PV=${PV/.}
|
||||
MY_CONF_PN=${PN/sdl}
|
||||
MY_P=${PN}${MY_PV}
|
||||
MY_P=${MY_P%%_p*}
|
||||
MY_CONF_VER="0.139"
|
||||
DESCRIPTION="Multiple Arcade Machine Emulator (SDL)"
|
||||
HOMEPAGE="http://mamedev.org/"
|
||||
UPDATES="$(for PATCH_VER in $(seq 1 ${PV##*_p}) ; do echo "mirror://gentoo/${MY_P}u${PATCH_VER}_diff.zip"; done)"
|
||||
# Upstream doesn't allow fetching with unknown User-Agent such as wget
|
||||
SRC_URI="mirror://gentoo/${MY_P/sdl}s.zip $UPDATES
|
||||
http://www.netswarm.net/misc/sdlmame-ui.bdf.gz"
|
||||
|
||||
LICENSE="XMAME"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="debug opengl"
|
||||
|
||||
RDEPEND=">=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video]
|
||||
media-libs/sdl-ttf
|
||||
dev-libs/expat
|
||||
debug? (
|
||||
x11-libs/gtk+:2
|
||||
gnome-base/gconf
|
||||
x11-libs/libXinerama
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
app-arch/unzip
|
||||
debug? ( x11-proto/xineramaproto )"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
# Function to disable a makefile option
|
||||
disable_feature() {
|
||||
sed -i \
|
||||
-e "/$1.*=/s:^:# :" \
|
||||
"${S}"/makefile \
|
||||
|| die "sed failed"
|
||||
}
|
||||
|
||||
# Function to enable a makefile option
|
||||
enable_feature() {
|
||||
sed -i \
|
||||
-e "/^#.*$1.*=/s:^# ::" \
|
||||
"${S}"/${2:-makefile} \
|
||||
|| die "sed failed"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
base_src_unpack
|
||||
unpack ./mame.zip
|
||||
rm -f mame.zip
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
if [[ $PV == *_p* ]] ; then
|
||||
edos2unix $(find $(grep +++ *diff | awk '{ print $2 }' | sort -u) 2>/dev/null) *diff
|
||||
einfo "Patching release with source updates"
|
||||
epatch ${MY_PV%%_p*}*.diff
|
||||
fi
|
||||
sed -i \
|
||||
-e '/CFLAGS += -O$(OPTIMIZE)/s:^:# :' \
|
||||
-e '/CFLAGS += -pipe/s:^:# :' \
|
||||
-e '/LDFLAGS += -s/s:^:# :' \
|
||||
-e '/LDFLAGS =/d' \
|
||||
-e 's:-Werror::' \
|
||||
makefile \
|
||||
|| die "sed failed"
|
||||
# Don't compile zlib and expat
|
||||
einfo "Disabling embedded libraries: zlib and expat"
|
||||
disable_feature BUILD_ZLIB
|
||||
disable_feature BUILD_EXPAT
|
||||
|
||||
if use amd64; then
|
||||
einfo "Enabling 64-bit support"
|
||||
enable_feature PTR64
|
||||
fi
|
||||
|
||||
if use ppc; then
|
||||
einfo "Enabling PPC support"
|
||||
enable_feature BIGENDIAN
|
||||
fi
|
||||
|
||||
if use debug; then
|
||||
einfo "Enabling debug support"
|
||||
enable_feature DEBUG
|
||||
else
|
||||
einfo "Disabling debug support"
|
||||
enable_feature NO_X11 src/osd/sdl/sdl.mak
|
||||
fi
|
||||
|
||||
if ! use opengl ; then
|
||||
einfo "Disabling opengl support"
|
||||
enable_feature NO_OPENGL src/osd/sdl/sdl.mak
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake \
|
||||
NAME="${PN}" \
|
||||
OPT_FLAGS='-DINI_PATH=\"\$$HOME/.'${PN}'\;'"${GAMES_SYSCONFDIR}/${PN}"'\"'" ${CXXFLAGS}" \
|
||||
CC="${CXX}" \
|
||||
all || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newgamesbin ${PN}$(use amd64 && echo 64)$(use debug && echo d) ${PN} || die
|
||||
|
||||
# Avoid collision on /usr/games/bin/jedutil
|
||||
exeinto "$(games_get_libdir)/${PN}"
|
||||
doexe chdman jedutil ldverify romcmp testkeys || die
|
||||
doman src/osd/sdl/man/{chdman,jedutil,ldverify,romcmp,testkeys}.1
|
||||
newman src/osd/sdl/man/mame.1 ${PN}.1
|
||||
|
||||
insinto "${GAMES_DATADIR}/${PN}"
|
||||
doins -r src/osd/sdl/keymaps || die "doins -r keymaps failed"
|
||||
newins sdlmame-ui.bdf ui.bdf || die "newins ui.bdf failed"
|
||||
|
||||
insinto "${GAMES_SYSCONFDIR}/${PN}"
|
||||
doins "${FILESDIR}"/vector.ini || die "doins vector.ini failed"
|
||||
|
||||
sed \
|
||||
-e "s:@GAMES_SYSCONFDIR@:${GAMES_SYSCONFDIR}:" \
|
||||
-e "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \
|
||||
"${FILESDIR}/${MY_CONF_PN}-${MY_CONF_VER}".ini.in > "${D}/${GAMES_SYSCONFDIR}/${PN}/${MY_CONF_PN}".ini \
|
||||
|| die "sed failed"
|
||||
|
||||
dodoc docs/{config,mame,newvideo}.txt whatsnew*.txt
|
||||
|
||||
keepdir \
|
||||
"${GAMES_DATADIR}/${PN}"/{ctrlr,cheats,roms,samples,artwork,crosshair} \
|
||||
"${GAMES_SYSCONFDIR}/${PN}"/{ctrlr,cheats}
|
||||
|
||||
prepgamesdirs
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
games_pkg_postinst
|
||||
|
||||
elog "It's strongly recommended that you change either the system-wide"
|
||||
elog "${MY_CONF_PN}.ini at \"${GAMES_SYSCONFDIR}/${PN}\" or use a per-user setup at \$HOME/.${PN}"
|
||||
|
||||
if use opengl; then
|
||||
echo
|
||||
elog "You built ${PN} with opengl support and should set"
|
||||
elog "\"video\" to \"opengl\" in ${MY_CONF_PN}.ini to take advantage of that"
|
||||
fi
|
||||
}
|
|
@ -1,148 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.142.ebuild,v 1.5 2011/09/30 16:50:10 vapier Exp $
|
||||
|
||||
EAPI=2
|
||||
inherit eutils flag-o-matic games
|
||||
|
||||
MY_PV=${PV/.}
|
||||
MY_CONF_PN=${PN/sdl}
|
||||
MY_P=${PN}${MY_PV}
|
||||
MY_P=${MY_P%%_p*}
|
||||
MY_CONF_VER="0.139"
|
||||
DESCRIPTION="Multiple Arcade Machine Emulator (SDL)"
|
||||
HOMEPAGE="http://mamedev.org/"
|
||||
UPDATES="$(for PATCH_VER in $(seq 1 ${PV##*_p}) ; do echo "mirror://gentoo/${MY_P}u${PATCH_VER}_diff.zip"; done)"
|
||||
# Upstream doesn't allow fetching with unknown User-Agent such as wget
|
||||
SRC_URI="mirror://gentoo/${MY_P/sdl}s.zip $UPDATES
|
||||
http://www.netswarm.net/misc/sdlmame-ui.bdf.gz"
|
||||
|
||||
LICENSE="XMAME"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~ppc x86"
|
||||
IUSE="debug opengl"
|
||||
|
||||
RDEPEND=">=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video]
|
||||
media-libs/sdl-ttf
|
||||
dev-libs/expat
|
||||
debug? (
|
||||
x11-libs/gtk+:2
|
||||
gnome-base/gconf
|
||||
x11-libs/libXinerama
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
app-arch/unzip
|
||||
debug? ( x11-proto/xineramaproto )"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
# Function to disable a makefile option
|
||||
disable_feature() {
|
||||
sed -i \
|
||||
-e "/$1.*=/s:^:# :" \
|
||||
"${S}"/makefile \
|
||||
|| die "sed failed"
|
||||
}
|
||||
|
||||
# Function to enable a makefile option
|
||||
enable_feature() {
|
||||
sed -i \
|
||||
-e "/^#.*$1.*=/s:^# ::" \
|
||||
"${S}"/${2:-makefile} \
|
||||
|| die "sed failed"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
base_src_unpack
|
||||
unpack ./mame.zip
|
||||
rm -f mame.zip
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
if [[ $PV == *_p* ]] ; then
|
||||
edos2unix $(find $(grep +++ *diff | awk '{ print $2 }' | sort -u) 2>/dev/null) *diff
|
||||
einfo "Patching release with source updates"
|
||||
epatch ${MY_PV%%_p*}*.diff
|
||||
fi
|
||||
epatch "${FILESDIR}"/${P}-makefile.patch
|
||||
|
||||
# Don't compile zlib and expat
|
||||
einfo "Disabling embedded libraries: zlib and expat"
|
||||
disable_feature BUILD_ZLIB
|
||||
disable_feature BUILD_EXPAT
|
||||
|
||||
if use amd64; then
|
||||
einfo "Enabling 64-bit support"
|
||||
enable_feature PTR64
|
||||
fi
|
||||
|
||||
if use ppc; then
|
||||
einfo "Enabling PPC support"
|
||||
enable_feature BIGENDIAN
|
||||
fi
|
||||
|
||||
if use debug; then
|
||||
einfo "Enabling debug support"
|
||||
enable_feature DEBUG
|
||||
else
|
||||
einfo "Disabling debug support"
|
||||
enable_feature NO_X11 src/osd/sdl/sdl.mak
|
||||
fi
|
||||
|
||||
if ! use opengl ; then
|
||||
einfo "Disabling opengl support"
|
||||
enable_feature NO_OPENGL src/osd/sdl/sdl.mak
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake \
|
||||
NAME="${PN}" \
|
||||
OPT_FLAGS='-DINI_PATH=\"\$$HOME/.'${PN}'\;'"${GAMES_SYSCONFDIR}/${PN}"'\"'" ${CXXFLAGS}" \
|
||||
CC="${CXX}" \
|
||||
all || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newgamesbin ${PN}$(use amd64 && echo 64)$(use debug && echo d) ${PN} || die
|
||||
|
||||
# Avoid collision on /usr/games/bin/jedutil
|
||||
exeinto "$(games_get_libdir)/${PN}"
|
||||
doexe chdman jedutil ldverify romcmp testkeys || die
|
||||
doman src/osd/sdl/man/{chdman,jedutil,ldverify,romcmp,testkeys}.1
|
||||
newman src/osd/sdl/man/mame.1 ${PN}.1
|
||||
|
||||
insinto "${GAMES_DATADIR}/${PN}"
|
||||
doins -r src/osd/sdl/keymaps || die "doins -r keymaps failed"
|
||||
newins sdlmame-ui.bdf ui.bdf || die "newins ui.bdf failed"
|
||||
|
||||
insinto "${GAMES_SYSCONFDIR}/${PN}"
|
||||
doins "${FILESDIR}"/vector.ini || die "doins vector.ini failed"
|
||||
|
||||
sed \
|
||||
-e "s:@GAMES_SYSCONFDIR@:${GAMES_SYSCONFDIR}:" \
|
||||
-e "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \
|
||||
"${FILESDIR}/${MY_CONF_PN}-${MY_CONF_VER}".ini.in > "${D}/${GAMES_SYSCONFDIR}/${PN}/${MY_CONF_PN}".ini \
|
||||
|| die "sed failed"
|
||||
|
||||
dodoc docs/{config,mame,newvideo}.txt whatsnew*.txt
|
||||
|
||||
keepdir \
|
||||
"${GAMES_DATADIR}/${PN}"/{ctrlr,cheats,roms,samples,artwork,crosshair} \
|
||||
"${GAMES_SYSCONFDIR}/${PN}"/{ctrlr,cheats}
|
||||
|
||||
prepgamesdirs
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
games_pkg_postinst
|
||||
|
||||
elog "It's strongly recommended that you change either the system-wide"
|
||||
elog "${MY_CONF_PN}.ini at \"${GAMES_SYSCONFDIR}/${PN}\" or use a per-user setup at \$HOME/.${PN}"
|
||||
|
||||
if use opengl; then
|
||||
echo
|
||||
elog "You built ${PN} with opengl support and should set"
|
||||
elog "\"video\" to \"opengl\" in ${MY_CONF_PN}.ini to take advantage of that"
|
||||
fi
|
||||
}
|
|
@ -1,151 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.143_p5.ebuild,v 1.2 2011/09/30 16:50:10 vapier Exp $
|
||||
|
||||
EAPI=2
|
||||
inherit eutils flag-o-matic games
|
||||
|
||||
MY_PV=${PV/.}
|
||||
MY_CONF_PN=${PN/sdl}
|
||||
MY_P=${PN}${MY_PV}
|
||||
MY_P=${MY_P%%_p*}
|
||||
MY_CONF_VER="0.139"
|
||||
DESCRIPTION="Multiple Arcade Machine Emulator (SDL)"
|
||||
HOMEPAGE="http://mamedev.org/"
|
||||
UPDATES="$(for PATCH_VER in $(seq 1 ${PV##*_p}) ; do echo "mirror://gentoo/${MY_P}u${PATCH_VER}_diff.zip"; done)"
|
||||
# Upstream doesn't allow fetching with unknown User-Agent such as wget
|
||||
SRC_URI="mirror://gentoo/${MY_P/sdl}s.zip $UPDATES
|
||||
http://www.netswarm.net/misc/sdlmame-ui.bdf.gz"
|
||||
|
||||
LICENSE="XMAME"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
IUSE="debug opengl"
|
||||
|
||||
RDEPEND=">=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video]
|
||||
media-libs/sdl-ttf
|
||||
dev-libs/expat
|
||||
debug? (
|
||||
x11-libs/gtk+:2
|
||||
gnome-base/gconf
|
||||
x11-libs/libXinerama
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
app-arch/unzip
|
||||
debug? ( x11-proto/xineramaproto )"
|
||||
|
||||
S=${WORKDIR}
|
||||
|
||||
# Function to disable a makefile option
|
||||
disable_feature() {
|
||||
sed -i \
|
||||
-e "/$1.*=/s:^:# :" \
|
||||
"${S}"/makefile \
|
||||
|| die "sed failed"
|
||||
}
|
||||
|
||||
# Function to enable a makefile option
|
||||
enable_feature() {
|
||||
sed -i \
|
||||
-e "/^#.*$1.*=/s:^# ::" \
|
||||
"${S}"/${2:-makefile} \
|
||||
|| die "sed failed"
|
||||
}
|
||||
|
||||
src_unpack() {
|
||||
base_src_unpack
|
||||
unpack ./mame.zip
|
||||
rm -f mame.zip
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
if [[ $PV == *_p* ]] ; then
|
||||
edos2unix $(find $(grep +++ *diff | awk '{ print $2 }' | sort -u) 2>/dev/null) *diff
|
||||
einfo "Patching release with source updates"
|
||||
epatch ${MY_PV%%_p*}*.diff
|
||||
fi
|
||||
edos2unix src/osd/sdl/osdsdl.h
|
||||
epatch \
|
||||
"${FILESDIR}"/${P}-makefile.patch \
|
||||
"${FILESDIR}"/${P}-no-opengl.patch
|
||||
|
||||
# Don't compile zlib and expat
|
||||
einfo "Disabling embedded libraries: zlib and expat"
|
||||
disable_feature BUILD_ZLIB
|
||||
disable_feature BUILD_EXPAT
|
||||
|
||||
if use amd64; then
|
||||
einfo "Enabling 64-bit support"
|
||||
enable_feature PTR64
|
||||
fi
|
||||
|
||||
if use ppc; then
|
||||
einfo "Enabling PPC support"
|
||||
enable_feature BIGENDIAN
|
||||
fi
|
||||
|
||||
if use debug; then
|
||||
einfo "Enabling debug support"
|
||||
enable_feature DEBUG
|
||||
else
|
||||
einfo "Disabling debug support"
|
||||
enable_feature NO_X11 src/osd/sdl/sdl.mak
|
||||
fi
|
||||
|
||||
if ! use opengl ; then
|
||||
einfo "Disabling opengl support"
|
||||
enable_feature NO_OPENGL src/osd/sdl/sdl.mak
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake \
|
||||
NAME="${PN}" \
|
||||
OPT_FLAGS='-DINI_PATH=\"\$$HOME/.'${PN}'\;'"${GAMES_SYSCONFDIR}/${PN}"'\"'" ${CXXFLAGS}" \
|
||||
CC="${CXX}" \
|
||||
all || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newgamesbin ${PN}$(use amd64 && echo 64)$(use debug && echo d) ${PN} || die
|
||||
|
||||
# Avoid collision on /usr/games/bin/jedutil
|
||||
exeinto "$(games_get_libdir)/${PN}"
|
||||
doexe chdman jedutil ldverify romcmp testkeys || die
|
||||
doman src/osd/sdl/man/{chdman,jedutil,ldverify,romcmp,testkeys}.1
|
||||
newman src/osd/sdl/man/mame.1 ${PN}.1
|
||||
|
||||
insinto "${GAMES_DATADIR}/${PN}"
|
||||
doins -r src/osd/sdl/keymaps || die "doins -r keymaps failed"
|
||||
newins sdlmame-ui.bdf ui.bdf || die "newins ui.bdf failed"
|
||||
|
||||
insinto "${GAMES_SYSCONFDIR}/${PN}"
|
||||
doins "${FILESDIR}"/vector.ini || die "doins vector.ini failed"
|
||||
|
||||
sed \
|
||||
-e "s:@GAMES_SYSCONFDIR@:${GAMES_SYSCONFDIR}:" \
|
||||
-e "s:@GAMES_DATADIR@:${GAMES_DATADIR}:" \
|
||||
"${FILESDIR}/${MY_CONF_PN}-${MY_CONF_VER}".ini.in > "${D}/${GAMES_SYSCONFDIR}/${PN}/${MY_CONF_PN}".ini \
|
||||
|| die "sed failed"
|
||||
|
||||
dodoc docs/{config,mame,newvideo}.txt whatsnew*.txt
|
||||
|
||||
keepdir \
|
||||
"${GAMES_DATADIR}/${PN}"/{ctrlr,cheats,roms,samples,artwork,crosshair} \
|
||||
"${GAMES_SYSCONFDIR}/${PN}"/{ctrlr,cheats}
|
||||
|
||||
prepgamesdirs
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
games_pkg_postinst
|
||||
|
||||
elog "It's strongly recommended that you change either the system-wide"
|
||||
elog "${MY_CONF_PN}.ini at \"${GAMES_SYSCONFDIR}/${PN}\" or use a per-user setup at \$HOME/.${PN}"
|
||||
|
||||
if use opengl; then
|
||||
echo
|
||||
elog "You built ${PN} with opengl support and should set"
|
||||
elog "\"video\" to \"opengl\" in ${MY_CONF_PN}.ini to take advantage of that"
|
||||
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/games-emulation/sdlmame/sdlmame-0.143_p4.ebuild,v 1.2 2011/09/30 16:50:10 vapier Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.144.ebuild,v 1.1 2011/11/17 06:47:50 mr_bones_ Exp $
|
||||
|
||||
EAPI=2
|
||||
inherit eutils flag-o-matic games
|
|
@ -1,3 +1,3 @@
|
|||
DIST gnome-keyring-2.32.1.tar.bz2 1619245 RMD160 cb72f171f5918ff26f40feb7bba90dc7e2e120ec SHA1 3d0ecc3e29f426ecfcaa488ea17d3e330fe34eb6 SHA256 31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9
|
||||
DIST gnome-keyring-3.0.3.tar.bz2 1911499 RMD160 0cd4d6fcf82763f3d9cf754717a4c6a03ed14524 SHA1 93bc31442d2e298f89e94f4d424192faccbf382d SHA256 a06c34e474d93da62bf96a816e58cb5730e181d6523730f041f34c58a0d5e94e
|
||||
DIST gnome-keyring-3.2.1.tar.xz 1580488 RMD160 76d657a926efa077f3303251bd872dbb1fce3cfa SHA1 77b035c91d387bd4982170b13d1268899e84ece7 SHA256 49872dad0c22e495f65be226d6effa053605df9cdc7cb06781aa37d3ff36b8a9
|
||||
DIST gnome-keyring-3.2.2.tar.xz 1579860 RMD160 190391c13d2a988801c023c0293bb56953901f3f SHA1 5b4a7868266d11855dea8aa488b730a4eaec3838 SHA256 f4cdc2c492a9b0157d59439310093e611e1f718a16f7ee2391ac03aadacfaaa3
|
||||
|
|
|
@ -1,57 +0,0 @@
|
|||
From b75b9d5aa7f6207eca190b9d8e08059872c99365 Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Rostovtsev <tetromino@gmail.com>
|
||||
Date: Fri, 20 May 2011 17:53:43 -0400
|
||||
Subject: [PATCH] Fix automagic libcap dependency (GNOME bug #649936)
|
||||
|
||||
Backport of the patch by Saleem Abdulrasool <compnerd@compnerd.org>
|
||||
to gnome-keyring-3.0.x
|
||||
|
||||
Signed-off-by: Alexandre Rostovtsev <tetromino@gmail.com>
|
||||
---
|
||||
configure.in | 29 +++++++++++++++++++++--------
|
||||
1 files changed, 21 insertions(+), 8 deletions(-)
|
||||
|
||||
diff --git a/configure.in b/configure.in
|
||||
index b2d07a7..88f7e66 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -445,16 +445,29 @@ fi
|
||||
# libcap2
|
||||
#
|
||||
|
||||
-AC_CHECK_LIB([cap], [cap_get_proc], have_libcap="yes", have_libcap="no")
|
||||
-
|
||||
-if test $have_libcap = yes; then
|
||||
- AC_DEFINE(HAVE_LIBCAP, 1, [Have libcap2 package, libcap library])
|
||||
- DAEMON_LIBS="$DAEMON_LIBS -lcap"
|
||||
-else
|
||||
- AC_MSG_WARN([libcap2 (or development headers) is not installed])
|
||||
+AC_ARG_WITH([libcap],
|
||||
+ [AC_HELP_STRING([--without-libcap],
|
||||
+ [build without libcap2 (disables Linux capabilities support)])],,
|
||||
+ [with_libcap=auto])
|
||||
+
|
||||
+if test x"$with_libcap" != x"no" ; then
|
||||
+ AC_CHECK_LIB([cap], [cap_get_proc],
|
||||
+ [
|
||||
+ with_libcap="yes"
|
||||
+ AC_DEFINE([HAVE_LIBCAP], [1], [Have libcap2 package, libcap library])
|
||||
+ DAEMON_LIBS="$DAEMON_LIBS -lcap"
|
||||
+ ],
|
||||
+ [
|
||||
+ if test x"$with_libcap" = x"yes" ; then
|
||||
+ AC_MSG_ERROR([libcap2 support requested, but package not found])
|
||||
+ else
|
||||
+ AC_MSG_WARN([libcap2 (or development headers) is not installed])
|
||||
+ fi
|
||||
+ with_libcap="no"
|
||||
+ ])
|
||||
fi
|
||||
|
||||
-libcap_status=$have_libcap
|
||||
+libcap_status=$with_libcap
|
||||
|
||||
# --------------------------------------------------------------------
|
||||
# Debug mode
|
||||
--
|
||||
1.7.5.rc3
|
|
@ -1,73 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.0.3-r200.ebuild,v 1.1 2011/08/14 15:13:25 nirbheek Exp $
|
||||
|
||||
EAPI="3"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit autotools eutils gnome2 multilib pam virtualx
|
||||
|
||||
DESCRIPTION="Password and keyring managing daemon"
|
||||
HOMEPAGE="http://www.gnome.org/"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2"
|
||||
SLOT="0"
|
||||
IUSE="+caps debug doc pam test"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
|
||||
~amd64-linux ~sparc-solaris ~x86-linux ~x86-solaris"
|
||||
|
||||
# USE=valgrind is probably not a good idea for the tree
|
||||
|
||||
RDEPEND=">=dev-libs/glib-2.25:2
|
||||
>=x11-libs/gtk+-2.20:2
|
||||
gnome-base/gconf:2
|
||||
>=sys-apps/dbus-1.0
|
||||
>=dev-libs/libgcrypt-1.2.2
|
||||
>=dev-libs/libtasn1-1
|
||||
caps? ( sys-libs/libcap )
|
||||
pam? ( virtual/pam )
|
||||
"
|
||||
# valgrind? ( dev-util/valgrind )
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/gettext
|
||||
>=dev-util/gtk-doc-am-1.9
|
||||
>=dev-util/intltool-0.35
|
||||
>=dev-util/pkgconfig-0.9
|
||||
doc? ( >=dev-util/gtk-doc-1.9 )"
|
||||
PDEPEND="gnome-base/libgnome-keyring"
|
||||
# eautoreconf needs:
|
||||
# >=dev-util/gtk-doc-am-1.9
|
||||
|
||||
pkg_setup() {
|
||||
DOCS="AUTHORS ChangeLog NEWS README"
|
||||
G2CONF="${G2CONF}
|
||||
$(use_enable debug)
|
||||
$(use_enable test tests)
|
||||
$(use_with caps libcap)
|
||||
$(use_enable pam)
|
||||
$(use_with pam pam-dir $(getpam_mod_dir))
|
||||
--with-root-certs=${EPREFIX}/etc/ssl/certs/
|
||||
--enable-ssh-agent
|
||||
--enable-gpg-agent
|
||||
--with-gtk=2.0"
|
||||
# $(use_enable valgrind)
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# Disable gcr tests due to weirdness with opensc
|
||||
# ** WARNING **: couldn't load PKCS#11 module: /usr/lib64/pkcs11/gnome-keyring-pkcs11.so: Couldn't initialize module: The device was removed or unplugged
|
||||
sed -e 's/^\(SUBDIRS = \.\)\(.*\)/\1/' \
|
||||
-i gcr/Makefile.* || die "sed failed"
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=649936
|
||||
epatch "${FILESDIR}"/${PN}-3.0.2-automagic-libcap.patch
|
||||
eautoreconf
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# FIXME: /gkm/transaction/ tests fail
|
||||
unset DBUS_SESSION_BUS_ADDRESS
|
||||
Xemake check || die "emake check failed!"
|
||||
}
|
|
@ -1,75 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.0.3-r300.ebuild,v 1.1 2011/08/14 15:13:25 nirbheek Exp $
|
||||
|
||||
EAPI="3"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit autotools eutils gnome2 multilib pam virtualx
|
||||
|
||||
DESCRIPTION="Password and keyring managing daemon"
|
||||
HOMEPAGE="http://www.gnome.org/"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2"
|
||||
SLOT="0"
|
||||
IUSE="+caps debug doc pam test"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd
|
||||
~amd64-linux ~sparc-solaris ~x86-linux ~x86-solaris"
|
||||
|
||||
# USE=valgrind is probably not a good idea for the tree
|
||||
#
|
||||
# XXX: ARGH: libgcr is slotted, but libgck is not.
|
||||
# Hence, gtk2/3 versions are not parallel installable.
|
||||
RDEPEND=">=dev-libs/glib-2.25:2
|
||||
>=x11-libs/gtk+-2.90.0:3
|
||||
gnome-base/gconf:2
|
||||
>=sys-apps/dbus-1.0
|
||||
>=dev-libs/libgcrypt-1.2.2
|
||||
>=dev-libs/libtasn1-1
|
||||
caps? ( sys-libs/libcap )
|
||||
pam? ( virtual/pam )
|
||||
"
|
||||
# valgrind? ( dev-util/valgrind )
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/gettext
|
||||
>=dev-util/gtk-doc-am-1.9
|
||||
>=dev-util/intltool-0.35
|
||||
>=dev-util/pkgconfig-0.9
|
||||
doc? ( >=dev-util/gtk-doc-1.9 )"
|
||||
PDEPEND="gnome-base/libgnome-keyring"
|
||||
# eautoreconf needs:
|
||||
# >=dev-util/gtk-doc-am-1.9
|
||||
|
||||
pkg_setup() {
|
||||
DOCS="AUTHORS ChangeLog NEWS README"
|
||||
G2CONF="${G2CONF}
|
||||
$(use_enable debug)
|
||||
$(use_enable test tests)
|
||||
$(use_with caps libcap)
|
||||
$(use_enable pam)
|
||||
$(use_with pam pam-dir $(getpam_mod_dir))
|
||||
--with-root-certs=${EPREFIX}/etc/ssl/certs/
|
||||
--enable-ssh-agent
|
||||
--enable-gpg-agent
|
||||
--with-gtk=3.0"
|
||||
# $(use_enable valgrind)
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# Disable gcr tests due to weirdness with opensc
|
||||
# ** WARNING **: couldn't load PKCS#11 module: /usr/lib64/pkcs11/gnome-keyring-pkcs11.so: Couldn't initialize module: The device was removed or unplugged
|
||||
sed -e 's/^\(SUBDIRS = \.\)\(.*\)/\1/' \
|
||||
-i gcr/Makefile.* || die "sed failed"
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=649936
|
||||
epatch "${FILESDIR}"/${PN}-3.0.2-automagic-libcap.patch
|
||||
eautoreconf
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# FIXME: /gkm/transaction/ tests fail
|
||||
unset DBUS_SESSION_BUS_ADDRESS
|
||||
Xemake check || die "emake check failed!"
|
||||
}
|
115
gnome-base/gnome-keyring/gnome-keyring-3.2.2.ebuild
Normal file
115
gnome-base/gnome-keyring/gnome-keyring-3.2.2.ebuild
Normal file
|
@ -0,0 +1,115 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-3.2.2.ebuild,v 1.1 2011/11/17 06:09:12 tetromino Exp $
|
||||
|
||||
EAPI="4"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
inherit gnome2 multilib pam virtualx
|
||||
|
||||
DESCRIPTION="Password and keyring managing daemon"
|
||||
HOMEPAGE="http://www.gnome.org/"
|
||||
|
||||
LICENSE="GPL-2 LGPL-2"
|
||||
SLOT="0"
|
||||
IUSE="+caps debug doc pam test"
|
||||
KEYWORDS="~amd64 ~mips ~sh ~x86 ~x86-fbsd ~amd64-linux ~sparc-solaris ~x86-linux ~x86-solaris"
|
||||
|
||||
# USE=valgrind is probably not a good idea for the tree
|
||||
RDEPEND=">=dev-libs/glib-2.25:2
|
||||
>=x11-libs/gtk+-2.90.0:3
|
||||
>=app-crypt/p11-kit-0.6
|
||||
app-misc/ca-certificates
|
||||
>=dev-libs/libgcrypt-1.2.2
|
||||
>=dev-libs/libtasn1-1
|
||||
>=sys-apps/dbus-1.0
|
||||
caps? ( sys-libs/libcap-ng )
|
||||
pam? ( virtual/pam )
|
||||
"
|
||||
# valgrind? ( dev-util/valgrind )
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/gettext
|
||||
>=dev-util/gtk-doc-am-1.9
|
||||
>=dev-util/intltool-0.35
|
||||
>=dev-util/pkgconfig-0.9
|
||||
doc? ( >=dev-util/gtk-doc-1.9 )"
|
||||
PDEPEND=">=gnome-base/libgnome-keyring-3.1.92"
|
||||
# eautoreconf needs:
|
||||
# >=dev-util/gtk-doc-am-1.9
|
||||
|
||||
# FIXME: tests are flaky and write to /tmp (instead of TMPDIR)
|
||||
RESTRICT="test"
|
||||
|
||||
pkg_setup() {
|
||||
DOCS="AUTHORS ChangeLog NEWS README"
|
||||
G2CONF="${G2CONF}
|
||||
$(use_enable debug)
|
||||
$(use_enable test tests)
|
||||
$(use_with caps libcap-ng)
|
||||
$(use_enable pam)
|
||||
$(use_with pam pam-dir $(getpam_mod_dir))
|
||||
--with-root-certs=${EPREFIX}/etc/ssl/certs/
|
||||
--enable-ssh-agent
|
||||
--enable-gpg-agent
|
||||
--disable-update-mime"
|
||||
# $(use_enable valgrind)
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# Disable gcr tests due to weirdness with opensc
|
||||
# ** WARNING **: couldn't load PKCS#11 module: /usr/lib64/pkcs11/gnome-keyring-pkcs11.so: Couldn't initialize module: The device was removed or unplugged
|
||||
sed -e 's/^\(SUBDIRS = \.\)\(.*\)/\1/' \
|
||||
-i gcr/Makefile.* || die "sed failed"
|
||||
|
||||
gnome2_src_prepare
|
||||
}
|
||||
|
||||
src_test() {
|
||||
unset DBUS_SESSION_BUS_ADDRESS
|
||||
Xemake check
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
use caps && fcaps 0:0 755 cap_ipc_lock "${ROOT}"/usr/bin/gnome-keyring-daemon
|
||||
|
||||
gnome2_pkg_postinst
|
||||
}
|
||||
|
||||
# borrowed from GSoC2010_Gentoo_Capabilities by constanze and Flameeyes
|
||||
# @FUNCTION: fcaps
|
||||
# @USAGE: fcaps {uid:gid} {file-mode} {cap1[,cap2,...]} {file}
|
||||
# @RETURN: 0 if all okay; non-zero if failure and fallback
|
||||
# @DESCRIPTION:
|
||||
# fcaps sets the specified capabilities in the effective and permitted set of
|
||||
# the given file. In case of failure fcaps sets the given file-mode.
|
||||
fcaps() {
|
||||
local uid_gid=$1
|
||||
local perms=$2
|
||||
local capset=$3
|
||||
local path=$4
|
||||
local res
|
||||
|
||||
chmod $perms $path && \
|
||||
chown $uid_gid $path
|
||||
res=$?
|
||||
|
||||
use caps || return $res
|
||||
|
||||
#set the capability
|
||||
setcap "$capset=ep" "$path" &> /dev/null
|
||||
#check if the capabilitiy got set correctly
|
||||
setcap -v "$capset=ep" "$path" &> /dev/null
|
||||
res=$?
|
||||
|
||||
if [ $res -ne 0 ]; then
|
||||
ewarn "Failed to set capabilities. Probable reason is missed kernel support."
|
||||
ewarn "Kernel must have SECURITY_FILE_CAPABILITIES, and <FS>_FS_SECURITY"
|
||||
ewarn "enabled (e.g. EXT3_FS_SECURITY) where <FS> is the filesystem to store"
|
||||
ewarn "${path}"
|
||||
ewarn
|
||||
ewarn "Falling back to suid now..."
|
||||
chmod u+s ${path}
|
||||
fi
|
||||
return $res
|
||||
}
|
|
@ -1,3 +1,3 @@
|
|||
DIST libgnome-keyring-2.32.0.tar.bz2 412592 RMD160 201df6c60a931a43edd58c994dea5bb20d5d378f SHA1 9d7c9dc923e03ed2f201cb563e28922e35b88ea0 SHA256 56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c
|
||||
DIST libgnome-keyring-3.0.3.tar.bz2 423918 RMD160 c3c5ced166e1402e1a7a27b9bf7aa97f80406c34 SHA1 2191dcf06f3fa5412853106f20a95c33a499235e SHA256 a0cc08bcd431070d3f01c2741903c2bd8b0231ee73de709d28e722e28575fdf8
|
||||
DIST libgnome-keyring-3.2.0.tar.xz 358448 RMD160 475fdc8c093f1039770f4e1102ec38bbfd4720b6 SHA1 709369de82598f04b91eb384511712063ee4cfa9 SHA256 0516403432b06ecc173c9f9dbe3eaa87b2c7a230806fcac4dfd73ad998e928f5
|
||||
DIST libgnome-keyring-3.2.2.tar.xz 358976 RMD160 ea1483361d3865b00f90d4ca24fc6f0af0329c35 SHA1 1c8c02bcfa68d8457437ac9ea8f5ad76e9a997d8 SHA256 2bcbe47b1960737866835a516056c36d1a3d82d5ad101c70d5a87e1ad616adb3
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.0.3-r1.ebuild,v 1.2 2011/08/17 16:47:43 chithanh Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome-keyring/libgnome-keyring-3.2.2.ebuild,v 1.1 2011/11/17 06:10:33 tetromino Exp $
|
||||
|
||||
EAPI="3"
|
||||
EAPI="4"
|
||||
GCONF_DEBUG="no"
|
||||
GNOME2_LA_PUNT="yes"
|
||||
|
||||
|
@ -13,12 +13,12 @@ HOMEPAGE="http://live.gnome.org/GnomeKeyring"
|
|||
|
||||
LICENSE="LGPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris"
|
||||
KEYWORDS="~amd64 ~mips ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris"
|
||||
IUSE="debug doc test"
|
||||
|
||||
RDEPEND=">=sys-apps/dbus-1.0
|
||||
gnome-base/gconf
|
||||
>=gnome-base/gnome-keyring-2.29[test?]"
|
||||
>=gnome-base/gnome-keyring-3.1.92[test?]"
|
||||
DEPEND="${RDEPEND}
|
||||
sys-devel/gettext
|
||||
>=dev-util/intltool-0.35
|
||||
|
@ -38,11 +38,11 @@ src_prepare() {
|
|||
# FIXME: Remove silly CFLAGS
|
||||
sed -e 's:CFLAGS="$CFLAGS -Werror:CFLAGS="$CFLAGS:' \
|
||||
-e 's:CFLAGS="$CFLAGS -g -O0:CFLAGS="$CFLAGS:' \
|
||||
-i configure.in configure || die "sed failed"
|
||||
-i configure.ac configure || die "sed failed"
|
||||
|
||||
# FIXME: Remove DISABLE_DEPRECATED flags
|
||||
sed -e '/-D[A-Z_]*DISABLE_DEPRECATED/d' \
|
||||
-i configure.in configure || die "sed 2 failed"
|
||||
-i configure.ac configure || die "sed 2 failed"
|
||||
}
|
||||
|
||||
src_test() {
|
|
@ -1 +1,2 @@
|
|||
DIST asymptote-2.13.src.tgz 1732439 RMD160 c38a9224da74bb97a7b63e5ac56ba326b49625d9 SHA1 b4f2b72c0a4e7a02b716bfd0ad64bab45c567bbd SHA256 a0ac4815aaa367a8bc5cb3fb462267959f73e982d07fd96392c019c9fdfb7a13
|
||||
DIST asymptote-2.14.src.tgz 1763675 RMD160 31725c6900bc82dc1ba5c1d80e5e2ca5e9d60134 SHA1 124dba02bda6f1ef9cacda16783f0a8bb12992be SHA256 ba7604a7438f63a535fd3a36e90317e3c6761610d00801033e1fb1f881d8eec8
|
||||
|
|
194
media-gfx/asymptote/asymptote-2.14.ebuild
Normal file
194
media-gfx/asymptote/asymptote-2.14.ebuild
Normal file
|
@ -0,0 +1,194 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/asymptote/asymptote-2.14.ebuild,v 1.1 2011/11/17 10:46:28 grozin Exp $
|
||||
|
||||
EAPI=3
|
||||
SUPPORT_PYTHON_ABIS=1
|
||||
PYTHON_DEPEND="python? 2"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
inherit eutils autotools elisp-common latex-package multilib python
|
||||
|
||||
DESCRIPTION="A vector graphics language that provides a framework for technical drawing"
|
||||
HOMEPAGE="http://asymptote.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/asymptote/${P}.src.tgz"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
|
||||
IUSE="+boehm-gc doc emacs examples fftw gsl +imagemagick latex python sigsegv vim-syntax X"
|
||||
|
||||
RDEPEND=">=sys-libs/readline-4.3-r5
|
||||
>=sys-libs/ncurses-5.4-r5
|
||||
imagemagick? ( media-gfx/imagemagick[png] )
|
||||
sigsegv? ( dev-libs/libsigsegv )
|
||||
boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] )
|
||||
fftw? ( >=sci-libs/fftw-3.0.1 )
|
||||
gsl? ( sci-libs/gsl )
|
||||
X? ( x11-misc/xdg-utils dev-lang/python dev-python/imaging[tk] )
|
||||
latex? ( virtual/latex-base dev-texlive/texlive-latexextra )
|
||||
emacs? ( virtual/emacs )
|
||||
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( dev-lang/perl virtual/texi2dvi virtual/latex-base media-gfx/imagemagick[png] )"
|
||||
|
||||
TEXMF=/usr/share/texmf-site
|
||||
|
||||
src_prepare() {
|
||||
# Fixing sigsegv enabling
|
||||
epatch "${FILESDIR}/${P}-configure-ac.patch"
|
||||
einfo "Patching configure.ac"
|
||||
sed -e "s:Datadir/doc/asymptote:Datadir/doc/${PF}:" \
|
||||
-i configure.ac \
|
||||
|| die "sed configure.ac failed"
|
||||
|
||||
# Changing pdf, ps, image viewers to xdg-open
|
||||
epatch "${FILESDIR}/${P}-xdg-utils.patch"
|
||||
|
||||
# Bug #322473
|
||||
epatch "${FILESDIR}/${P}-info.patch"
|
||||
|
||||
eautoreconf
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# for the CPPFLAGS see
|
||||
# http://sourceforge.net/forum/forum.php?thread_id=1683277&forum_id=409349
|
||||
econf CPPFLAGS=-DHAVE_SYS_TYPES_H \
|
||||
CFLAGS="${CXXFLAGS}" \
|
||||
--disable-gc-debug \
|
||||
$(use_enable boehm-gc gc system) \
|
||||
$(use_enable fftw) \
|
||||
$(use_enable gsl) \
|
||||
$(use_with sigsegv)
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake || die "emake failed"
|
||||
|
||||
cd doc
|
||||
emake asy.1 || die "emake asy.1 failed"
|
||||
if use doc; then
|
||||
# info
|
||||
einfo "Making info"
|
||||
emake ${PN}.info || die "emake ${PN}.info failed"
|
||||
cd FAQ
|
||||
emake || die "emake FAQ failed"
|
||||
cd ..
|
||||
# pdf
|
||||
einfo "Making pdf docs"
|
||||
export VARTEXFONTS="${T}"/fonts
|
||||
# see bug #260606
|
||||
emake -j1 asymptote.pdf || die "emake asymptote.pdf failed"
|
||||
emake CAD.pdf || die "emake CAD.pdf failed"
|
||||
fi
|
||||
cd ..
|
||||
|
||||
if use emacs; then
|
||||
einfo "Compiling emacs lisp files"
|
||||
elisp-compile base/*.el || die "elisp-compile failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
# the program
|
||||
exeinto /usr/bin
|
||||
doexe asy
|
||||
|
||||
# .asy files
|
||||
insinto /usr/share/${PN}
|
||||
doins base/*.asy
|
||||
|
||||
# documentation
|
||||
dodoc BUGS ChangeLog README ReleaseNotes TODO
|
||||
doman doc/asy.1
|
||||
|
||||
# X GUI
|
||||
if use X; then
|
||||
exeinto /usr/share/${PN}/GUI
|
||||
doexe GUI/xasy.py
|
||||
rm GUI/xasy.py
|
||||
insinto /usr/share/${PN}/GUI
|
||||
doins GUI/*.py
|
||||
dosym /usr/share/${PN}/GUI/xasy.py /usr/bin/xasy
|
||||
doman doc/xasy.1x
|
||||
fi
|
||||
|
||||
# examples
|
||||
if use examples; then
|
||||
insinto /usr/share/${PN}/examples
|
||||
doins examples/*.asy \
|
||||
examples/*.eps \
|
||||
doc/*.asy \
|
||||
doc/*.csv \
|
||||
doc/*.dat \
|
||||
doc/extra/*.asy
|
||||
if use X; then
|
||||
doins GUI/*.asy
|
||||
fi
|
||||
insinto /usr/share/${PN}/examples/animations
|
||||
doins examples/animations/*.asy
|
||||
fi
|
||||
|
||||
# LaTeX style
|
||||
if use latex; then
|
||||
cd doc
|
||||
insinto "${TEXMF}"/tex/latex/${PN}
|
||||
doins ${PN}.sty asycolors.sty
|
||||
if use examples; then
|
||||
insinto /usr/share/${PN}/examples
|
||||
doins latexusage.tex
|
||||
fi
|
||||
cd ..
|
||||
fi
|
||||
|
||||
# asymptote.py
|
||||
if use python; then
|
||||
python_install() {
|
||||
insinto "$(python_get_sitedir)"
|
||||
doins base/${PN}.py
|
||||
}
|
||||
python_execute_function python_install
|
||||
fi
|
||||
|
||||
# emacs mode
|
||||
if use emacs; then
|
||||
elisp-install ${PN} base/*.el base/*.elc
|
||||
elisp-site-file-install "${FILESDIR}"/64${PN}-gentoo.el
|
||||
fi
|
||||
|
||||
# vim syntax
|
||||
if use vim-syntax; then
|
||||
insinto /usr/share/vim/vimfiles/syntax
|
||||
doins base/asy.vim
|
||||
insinto /usr/share/vim/vimfiles/ftdetect
|
||||
doins "${FILESDIR}"/asy-ftd.vim
|
||||
fi
|
||||
|
||||
# extra documentation
|
||||
if use doc; then
|
||||
cd doc
|
||||
doinfo ${PN}.info*
|
||||
cd FAQ
|
||||
dodoc asy-faq.ascii
|
||||
doinfo asy-faq.info
|
||||
insinto /usr/share/doc/${PF}/html/FAQ
|
||||
doins asy-faq.html/*
|
||||
cd ..
|
||||
insinto /usr/share/doc/${PF}
|
||||
doins ${PN}.pdf CAD.pdf
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
use python && python_mod_optimize ${PN}.py
|
||||
use latex && latex-package_rehash
|
||||
use emacs && elisp-site-regen
|
||||
|
||||
elog 'Use the variable ASYMPTOTE_PSVIEWER to set the postscript viewer'
|
||||
elog 'Use the variable ASYMPTOTE_PDFVIEWER to set the PDF viewer'
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
use python && python_mod_cleanup ${PN}.py
|
||||
use latex && latex-package_rehash
|
||||
use emacs && elisp-site-regen
|
||||
}
|
32
media-gfx/asymptote/files/asymptote-2.14-configure-ac.patch
Normal file
32
media-gfx/asymptote/files/asymptote-2.14-configure-ac.patch
Normal file
|
@ -0,0 +1,32 @@
|
|||
Index: asymptote-2.14/configure.ac
|
||||
===================================================================
|
||||
--- asymptote-2.14.orig/configure.ac
|
||||
+++ asymptote-2.14/configure.ac
|
||||
@@ -150,7 +150,7 @@ if test "x$ac_cv_use_gc" != "xno" ; then
|
||||
fi
|
||||
CPPFLAGS_SAVE=$CPPFLAGS
|
||||
CPPFLAGS=$CPPFLAGS" $INCL"
|
||||
- AC_CHECK_HEADER(gc.h,
|
||||
+ AC_CHECK_HEADER([gc/gc.h],
|
||||
AC_CHECK_LIB([gc],[GC_malloc],[
|
||||
LIBS=$LIBS"-lgc "
|
||||
AC_MSG_NOTICE([enabling system $GCNAME])],[
|
||||
@@ -223,7 +223,17 @@ AC_MSG_ERROR([*** Please install libm on
|
||||
AC_CHECK_LIB([z], [deflate],,
|
||||
AC_MSG_ERROR([*** Please install libz on your system ***]))
|
||||
AC_CHECK_LIB([pthread], [pthread_create])
|
||||
-AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler])
|
||||
+
|
||||
+AC_ARG_WITH(sigsegv,
|
||||
+ [ --with-sigsegv use libsigsegv],
|
||||
+ [with_sigsegv=$withval],
|
||||
+ [with_sigsegv="no"])
|
||||
+if test "$with_sigsegv" = "yes"; then
|
||||
+AC_CHECK_HEADER([sigsegv.h],
|
||||
+ AC_CHECK_LIB([sigsegv], [stackoverflow_install_handler]),
|
||||
+ AC_MSG_NOTICE([*** Header file sigsegv.h not found ***]))
|
||||
+fi
|
||||
+
|
||||
AC_CHECK_LIB([rt], [sched_yield])
|
||||
|
||||
AC_ARG_ENABLE(readline,
|
13
media-gfx/asymptote/files/asymptote-2.14-info.patch
Normal file
13
media-gfx/asymptote/files/asymptote-2.14-info.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: asymptote-2.14/doc/asymptote.texi
|
||||
===================================================================
|
||||
--- asymptote-2.14.orig/doc/asymptote.texi
|
||||
+++ asymptote-2.14/doc/asymptote.texi
|
||||
@@ -21,7 +21,7 @@ file LICENSE in the top-level source dir
|
||||
|
||||
@dircategory Languages
|
||||
@direntry
|
||||
-* asymptote: (asymptote/asymptote). Vector graphics language.
|
||||
+* asymptote: (asymptote). Vector graphics language.
|
||||
@end direntry
|
||||
|
||||
@titlepage
|
22
media-gfx/asymptote/files/asymptote-2.14-xdg-utils.patch
Normal file
22
media-gfx/asymptote/files/asymptote-2.14-xdg-utils.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
Index: asymptote-2.14/settings.cc
|
||||
===================================================================
|
||||
--- asymptote-2.14.orig/settings.cc
|
||||
+++ asymptote-2.14/settings.cc
|
||||
@@ -96,14 +96,14 @@ bool msdos=false;
|
||||
string HOME="HOME";
|
||||
string docdir=ASYMPTOTE_DOCDIR;
|
||||
const char pathSeparator=':';
|
||||
-string defaultPSViewer="gv";
|
||||
+string defaultPSViewer="xdg-open";
|
||||
#ifdef __APPLE__
|
||||
string defaultPDFViewer="open";
|
||||
#else
|
||||
-string defaultPDFViewer="acroread";
|
||||
+string defaultPDFViewer="xdg-open";
|
||||
#endif
|
||||
string defaultGhostscript="gs";
|
||||
-string defaultDisplay="display";
|
||||
+string defaultDisplay="xdg-open";
|
||||
string defaultAnimate="animate";
|
||||
void queryRegistry() {}
|
||||
const string dirsep="/";
|
|
@ -0,0 +1,84 @@
|
|||
--- sanei/sanei_usb.c.orig 2009-07-26 21:29:33.000000000 +0200
|
||||
+++ sanei/sanei_usb.c 2009-07-26 21:31:42.000000000 +0200
|
||||
@@ -96,7 +96,8 @@
|
||||
}
|
||||
#endif /* HAVE_USBCALLS */
|
||||
|
||||
-#if defined (__FreeBSD__)
|
||||
+#if (defined (__FreeBSD__) && (__FreeBSD_version < 800064))
|
||||
+#include <sys/param.h>
|
||||
#include <dev/usb/usb.h>
|
||||
#endif /* __FreeBSD__ */
|
||||
#if defined (__DragonFly__)
|
||||
@@ -273,7 +274,7 @@
|
||||
*vendorID = vendor;
|
||||
*productID = product;
|
||||
}
|
||||
-#elif defined (__FreeBSD__) || defined (__DragonFly__)
|
||||
+#elif (defined (__FreeBSD__) && __FreeBSD_version < 800064) || defined (__DragonFly__)
|
||||
{
|
||||
int controller;
|
||||
int ctrl_fd;
|
||||
--- backend/epson2.c.orig 2010-04-05 22:18:04.000000000 +0900
|
||||
+++ backend/epson2.c 2010-05-10 22:18:47.000000000 +0900
|
||||
@@ -57,6 +57,10 @@
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <sys/time.h>
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
|
||||
#include "sane/saneopts.h"
|
||||
#include "sane/sanei_scsi.h"
|
||||
--- include/sane/sanei_tcp.h.orig 2006-11-30 14:23:19.000000000 -0900
|
||||
+++ include/sane/sanei_tcp.h 2009-01-16 05:02:42.000000000 -0900
|
||||
@@ -20,6 +20,9 @@
|
||||
|
||||
#include <sane/sane.h>
|
||||
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <sys/types.h>
|
||||
+#endif
|
||||
#include <netinet/in.h>
|
||||
#include <netdb.h>
|
||||
|
||||
--- backend/epson2-commands.c.orig 2010-04-05 22:18:04.000000000 +0900
|
||||
+++ backend/epson2-commands.c 2010-05-10 22:24:33.000000000 +0900
|
||||
@@ -21,6 +21,9 @@
|
||||
|
||||
#include <byteorder.h>
|
||||
#include <math.h>
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <sys/types.h>
|
||||
+#endif
|
||||
|
||||
#include "epson2.h"
|
||||
#include "epson2-io.h"
|
||||
--- backend/magicolor.c.orig 2011-01-31 03:49:46.000000000 +0900
|
||||
+++ backend/magicolor.c 2011-08-02 02:38:15.000000000 +0900
|
||||
@@ -50,6 +50,10 @@
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <sys/time.h>
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
#include <math.h>
|
||||
#include <poll.h>
|
||||
|
||||
--- backend/xerox_mfp-tcp.c.orig 2010-12-02 08:49:58.000000000 +0900
|
||||
+++ backend/xerox_mfp-tcp.c 2011-08-02 02:37:27.000000000 +0900
|
||||
@@ -27,6 +27,10 @@
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <sys/time.h>
|
||||
+#ifdef __FreeBSD__
|
||||
+#include <sys/types.h>
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
|
||||
#include "sane/saneopts.h"
|
||||
#include "sane/sanei_scsi.h"
|
|
@ -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/media-gfx/sane-backends/sane-backends-1.0.22-r2.ebuild,v 1.1 2011/11/10 21:27:20 phosphan Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.22-r2.ebuild,v 1.2 2011/11/17 07:59:03 naota Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
|
@ -138,7 +138,7 @@ SRC_URI="ftp://ftp.sane-project.org/pub/sane/${P}/${P}.tar.gz
|
|||
ftp://ftp.sane-project.org/pub/sane/old-versions/${P}/${P}.tar.gz"
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2 public-domain"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
|
||||
|
||||
pkg_setup() {
|
||||
enewgroup scanner
|
||||
|
@ -159,6 +159,7 @@ src_prepare() {
|
|||
epatch "${FILESDIR}"/${P}-libv4l-0.8.3.patch
|
||||
# Bug #329047
|
||||
epatch "${FILESDIR}"/niash_array_index.patch
|
||||
epatch "${FILESDIR}"/${P}-freebsd.patch
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
|
|
|
@ -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/media-libs/lcms/lcms-2.2-r1.ebuild,v 1.3 2011/11/13 10:56:24 jlec Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-libs/lcms/lcms-2.2-r1.ebuild,v 1.4 2011/11/17 15:46:17 jer Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit eutils
|
||||
|
@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/lcms2-${PV}.tar.gz"
|
|||
|
||||
LICENSE="MIT"
|
||||
SLOT="2"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
|
||||
KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
|
||||
IUSE="doc jpeg static-libs test tiff zlib"
|
||||
|
||||
RDEPEND="jpeg? ( virtual/jpeg )
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
DIST google-musicmanager-beta_1.0.18.6104-r0_amd64.deb 3005488 RMD160 c1dcf31da53b204c84cd950c2181a13073a64d4d SHA1 170659a8177cd6487554029d219802da51b3d732 SHA256 5a7d7e590d3deed589042222b8dca97326cbb789bccec396daaadd12cf62ae02
|
||||
DIST google-musicmanager-beta_1.0.18.6104-r0_i386.deb 2991982 RMD160 3d83549d2c49d584bf5d7068c1217add9a440527 SHA1 fb85e78ff259a7335cf5e1c449335150f4d06fdc SHA256 d17222dc6d037cff1ffcc6f1fe2f7fb4adff8de07ea7cba108ac82bd0f565995
|
||||
DIST google-musicmanager-beta_1.0.22.3409-r0_amd64.deb 3032382 RMD160 e30cce98c44f5b9467bae5f36c275b50dec271e0 SHA1 cb429e2ff484f5f085ec0422c65a7ffd1e51cd74 SHA256 f94aa250da8f493785221f0c333abf77b760a6da88006f172929d0cf33996b1d
|
||||
DIST google-musicmanager-beta_1.0.22.3409-r0_i386.deb 3022258 RMD160 eb341c43b7f9b300e5f0b99c0013fd2b8e3e2b45 SHA1 84388581cebffb3d6579d7e849b31d2fb34a4234 SHA256 5900e594816030b05f8d2c5d6b5310d1a19c67cded1daba71d82778fdc4431e6
|
||||
|
|
|
@ -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/media-sound/google-musicmanager/google-musicmanager-1.0.18.6104_beta.ebuild,v 1.2 2011/10/04 15:10:52 ottxor Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/google-musicmanager/google-musicmanager-1.0.22.3409_beta.ebuild,v 1.1 2011/11/17 15:13:10 ottxor Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -75,7 +75,7 @@ src_install() {
|
|||
#TODO unbundle this
|
||||
doexe libaacdec.so libaudioenc.so.0 libmpgdec.so.0 libid3tag.so
|
||||
|
||||
dosym /"${INSTALL_BASE}"/google-musicmanager /opt/bin/
|
||||
dosym /"${INSTALL_BASE}"/google-musicmanager /opt/bin/google-musicmanager
|
||||
|
||||
make_desktop_entry "${PN}" "Google Music Manager" \
|
||||
"/${INSTALL_BASE}/product_logo_32.xpm" "AudioVideo;Audio;Player;Music"
|
22
metadata/cache/app-crypt/seahorse-3.0.2
vendored
22
metadata/cache/app-crypt/seahorse-3.0.2
vendored
|
@ -1,22 +0,0 @@
|
|||
>=gnome-base/gconf-2:2 >=dev-libs/glib-2.10:2 >=x11-libs/gtk+-2.90.0:3[introspection?] >=dev-libs/dbus-glib-0.72 >=gnome-base/gnome-keyring-2.91.2 net-libs/libsoup:2.4 x11-misc/shared-mime-info net-misc/openssh >=app-crypt/gpgme-1 || ( =app-crypt/gnupg-2.0* =app-crypt/gnupg-1.4* ) avahi? ( >=net-dns/avahi-0.6 ) introspection? ( >=dev-libs/gobject-introspection-0.6.4 ) ldap? ( net-nds/openldap ) libnotify? ( >=x11-libs/libnotify-0.7.0 ) sys-devel/gettext >=app-text/gnome-doc-utils-0.3.2 >=app-text/scrollkeeper-0.3 >=dev-util/pkgconfig-0.20 >=dev-util/intltool-0.35 doc? ( >=dev-util/gtk-doc-1.9 ) >=sys-apps/sed-4
|
||||
>=gnome-base/gconf-2:2 >=dev-libs/glib-2.10:2 >=x11-libs/gtk+-2.90.0:3[introspection?] >=dev-libs/dbus-glib-0.72 >=gnome-base/gnome-keyring-2.91.2 net-libs/libsoup:2.4 x11-misc/shared-mime-info net-misc/openssh >=app-crypt/gpgme-1 || ( =app-crypt/gnupg-2.0* =app-crypt/gnupg-1.4* ) avahi? ( >=net-dns/avahi-0.6 ) introspection? ( >=dev-libs/gobject-introspection-0.6.4 ) ldap? ( net-nds/openldap ) libnotify? ( >=x11-libs/libnotify-0.7.0 ) !<app-crypt/seahorse-plugins-2.91.0_pre20110114
|
||||
0
|
||||
mirror://gnome/sources/seahorse/3.0/seahorse-3.0.2.tar.bz2
|
||||
|
||||
http://www.gnome.org/projects/seahorse/index.html
|
||||
GPL-2
|
||||
A GNOME application for managing encryption keys
|
||||
~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
|
||||
eutils fdo-mime gnome.org gnome2 gnome2-utils libtool multilib portability toolchain-funcs user versionator
|
||||
avahi debug doc +introspection ldap libnotify test debug
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/app-crypt/seahorse-3.2.2
vendored
Normal file
22
metadata/cache/app-crypt/seahorse-3.2.2
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=dev-libs/glib-2.10:2 >=x11-libs/gtk+-2.90.0:3 >=gnome-base/gnome-keyring-3.1.5 net-libs/libsoup:2.4 x11-misc/shared-mime-info net-misc/openssh >=app-crypt/gpgme-1 || ( =app-crypt/gnupg-2.0* =app-crypt/gnupg-1.4* ) avahi? ( >=net-dns/avahi-0.6 ) ldap? ( net-nds/openldap ) sys-devel/gettext >=app-text/gnome-doc-utils-0.3.2 >=app-text/scrollkeeper-0.3 >=dev-util/pkgconfig-0.20 >=dev-util/intltool-0.35 doc? ( >=dev-util/gtk-doc-1.9 ) app-arch/xz-utils >=sys-apps/sed-4
|
||||
>=dev-libs/glib-2.10:2 >=x11-libs/gtk+-2.90.0:3 >=gnome-base/gnome-keyring-3.1.5 net-libs/libsoup:2.4 x11-misc/shared-mime-info net-misc/openssh >=app-crypt/gpgme-1 || ( =app-crypt/gnupg-2.0* =app-crypt/gnupg-1.4* ) avahi? ( >=net-dns/avahi-0.6 ) ldap? ( net-nds/openldap ) !<app-crypt/seahorse-plugins-2.91.0_pre20110114
|
||||
0
|
||||
mirror://gnome/sources/seahorse/3.2/seahorse-3.2.2.tar.xz
|
||||
|
||||
http://www.gnome.org/projects/seahorse/index.html
|
||||
GPL-2
|
||||
A GNOME application for managing encryption keys
|
||||
~amd64 ~x86 ~x86-fbsd
|
||||
eutils fdo-mime gnome.org gnome2 gnome2-utils libtool multilib portability toolchain-funcs user versionator
|
||||
avahi debug doc ldap test debug
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/app-i18n/ibus-unikey-0.6.0
vendored
Normal file
22
metadata/cache/app-i18n/ibus-unikey-0.6.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
gtk3? ( >app-i18n/ibus-1.3.9[gtk3] x11-libs/gtk+:3 ) !gtk3? ( app-i18n/ibus >=x11-libs/gtk+-2.12:2 ) x11-libs/libX11 dev-util/pkgconfig
|
||||
gtk3? ( >app-i18n/ibus-1.3.9[gtk3] x11-libs/gtk+:3 ) !gtk3? ( app-i18n/ibus >=x11-libs/gtk+-2.12:2 ) x11-libs/libX11
|
||||
0
|
||||
http://ibus-unikey.googlecode.com/files/ibus-unikey-0.6.0.tar.gz
|
||||
|
||||
http://code.google.com/p/ibus-unikey/
|
||||
GPL-3
|
||||
Vietnamese Input Method Engine for IBUS using Unikey IME
|
||||
~amd64 ~x86
|
||||
eutils multilib portability toolchain-funcs user
|
||||
gtk3
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
configure
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/app-i18n/scim-1.4.11-r1
vendored
Normal file
22
metadata/cache/app-i18n/scim-1.4.11-r1
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
x11-libs/libX11 dev-libs/glib:2 x11-libs/gtk+:2 >=dev-libs/atk-1 >=x11-libs/pango-1 !app-i18n/scim-cvs doc? ( app-doc/doxygen >=app-text/docbook-xsl-stylesheets-1.73.1 ) dev-lang/perl dev-util/pkgconfig >=dev-util/intltool-0.33 sys-devel/libtool || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
x11-libs/libX11 dev-libs/glib:2 x11-libs/gtk+:2 >=dev-libs/atk-1 >=x11-libs/pango-1 !app-i18n/scim-cvs
|
||||
0
|
||||
mirror://sourceforge/scim/scim-1.4.11.tar.gz
|
||||
|
||||
http://www.scim-im.org/
|
||||
GPL-2
|
||||
Smart Common Input Method (SCIM) is an Input Method (IM) development platform
|
||||
~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
|
||||
autotools eutils flag-o-matic libtool multilib portability toolchain-funcs user
|
||||
doc
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
configure install postinst postrm prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/app-misc/g15macro-1.0.0
vendored
22
metadata/cache/app-misc/g15macro-1.0.0
vendored
|
@ -1,22 +0,0 @@
|
|||
>=app-misc/g15daemon-1.9.0 dev-libs/libg15 dev-libs/libg15render x11-libs/libX11 x11-proto/xextproto x11-proto/xproto x11-libs/libXtst
|
||||
>=app-misc/g15daemon-1.9.0 dev-libs/libg15 dev-libs/libg15render x11-libs/libX11 x11-proto/xextproto x11-proto/xproto x11-libs/libXtst sys-libs/zlib
|
||||
0
|
||||
mirror://sourceforge/g15daemon/g15macro-1.0.0.tar.bz2
|
||||
|
||||
http://g15daemon.sourceforge.net/
|
||||
GPL-2
|
||||
Macro recording plugin to G15daemon
|
||||
~amd64 ~ppc ~ppc64 ~x86
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
install
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/app-misc/g15macro-1.0.1
vendored
22
metadata/cache/app-misc/g15macro-1.0.1
vendored
|
@ -1,22 +0,0 @@
|
|||
>=app-misc/g15daemon-1.9.0 dev-libs/libg15 dev-libs/libg15render x11-libs/libX11 x11-proto/xextproto x11-proto/xproto x11-libs/libXtst
|
||||
>=app-misc/g15daemon-1.9.0 dev-libs/libg15 dev-libs/libg15render x11-libs/libX11 x11-proto/xextproto x11-proto/xproto x11-libs/libXtst sys-libs/zlib
|
||||
0
|
||||
mirror://sourceforge/g15daemon/g15macro-1.0.1.tar.gz
|
||||
|
||||
http://g15daemon.sourceforge.net/
|
||||
GPL-2
|
||||
Macro recording plugin to G15daemon
|
||||
~amd64 ~ppc ~ppc64 ~x86
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
install
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/app-misc/g15macro-1.0.3
vendored
22
metadata/cache/app-misc/g15macro-1.0.3
vendored
|
@ -1,22 +0,0 @@
|
|||
>=app-misc/g15daemon-1.9.0 dev-libs/libg15 dev-libs/libg15render x11-libs/libX11 x11-proto/xextproto x11-proto/xproto x11-libs/libXtst
|
||||
>=app-misc/g15daemon-1.9.0 dev-libs/libg15 dev-libs/libg15render x11-libs/libX11 x11-proto/xextproto x11-proto/xproto x11-libs/libXtst sys-libs/zlib
|
||||
0
|
||||
mirror://sourceforge/g15daemon/g15macro-1.0.3.tar.gz
|
||||
|
||||
http://g15daemon.sourceforge.net/
|
||||
GPL-2
|
||||
Macro recording plugin to G15daemon
|
||||
~amd64 ~ppc ~ppc64 ~x86
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
install
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -6,7 +6,7 @@ http://dev.gentoo.org/~dilfridge/distfiles/xournal-0.4.5_p20111022.tar.xz http:/
|
|||
http://xournal.sourceforge.net/
|
||||
GPL-2
|
||||
Xournal is an application for notetaking, sketching, and keeping a journal using a stylus.
|
||||
~amd64 ~x86
|
||||
amd64 ~x86
|
||||
autotools eutils fdo-mime gnome.org gnome2 gnome2-utils libtool multilib portability toolchain-funcs user versionator
|
||||
+pdf
|
||||
|
||||
|
|
22
metadata/cache/app-vim/notes-0.12.10
vendored
Normal file
22
metadata/cache/app-vim/notes-0.12.10
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
|| ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 )
|
||||
>=app-vim/xolox-misc-20110926 || ( dev-lang/python:2.7[sqlite] dev-lang/python:2.6[sqlite] ) || ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 )
|
||||
0
|
||||
https://github.com/xolox/vim-notes/tarball/0.12.10 -> notes-0.12.10.tar.gz
|
||||
|
||||
http://peterodding.com/code/vim/notes/
|
||||
MIT
|
||||
vim plugin: easy note taking in vim
|
||||
~amd64 ~x86
|
||||
vim-doc vim-plugin
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
install postinst postrm prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/app-vim/session-1.4.22
vendored
Normal file
22
metadata/cache/app-vim/session-1.4.22
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
|| ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 )
|
||||
>=app-vim/xolox-misc-20110926 || ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 )
|
||||
0
|
||||
https://github.com/xolox/vim-session/tarball/1.4.22 -> session-1.4.22.tar.gz
|
||||
|
||||
http://peterodding.com/code/vim/session/
|
||||
MIT
|
||||
vim plugin: extended session management for vim
|
||||
~amd64 ~x86
|
||||
vim-doc vim-plugin
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
install postinst postrm prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
|| ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
|
||||
dev-lang/R || ( app-vim/conque app-vim/screen ) || ( >=app-editors/vim-7.3 >=app-editors/gvim-7.3 )
|
||||
0
|
||||
https://github.com/vim-scripts/Vim-R-plugin/tarball/110614 -> vim-r-110614.tar.gz
|
||||
https://github.com/vim-scripts/Vim-R-plugin/tarball/111114 -> vim-r-111114.tar.gz
|
||||
|
||||
http://www.vim.org/scripts/script.php?script_id=2628
|
||||
public-domain
|
2
metadata/cache/dev-lang/v8-3.5.10.24
vendored
2
metadata/cache/dev-lang/v8-3.5.10.24
vendored
|
@ -6,7 +6,7 @@ http://commondatastorage.googleapis.com/chromium-browser-official/v8-3.5.10.24.t
|
|||
http://code.google.com/p/v8
|
||||
BSD
|
||||
Google's open source JavaScript engine
|
||||
~amd64 ~arm ~x86 ~x64-macos ~x86-macos
|
||||
amd64 ~arm ~x86 ~x64-macos ~x86-macos
|
||||
eutils flag-o-matic multilib pax-utils portability scons-utils toolchain-funcs user
|
||||
readline
|
||||
|
||||
|
|
4
metadata/cache/dev-libs/libnl-1.1-r2
vendored
4
metadata/cache/dev-libs/libnl-1.1-r2
vendored
|
@ -1,9 +1,9 @@
|
|||
doc? ( app-doc/doxygen )
|
||||
|
||||
1.1
|
||||
http://people.suug.ch/~tgr/libnl/files/libnl-1.1.tar.gz
|
||||
http://www.infradead.org/~tgr/libnl/files/libnl-1.1.tar.gz
|
||||
|
||||
http://people.suug.ch/~tgr/libnl/
|
||||
http://www.infradead.org/~tgr/libnl/
|
||||
LGPL-2.1
|
||||
A library for applications dealing with netlink socket
|
||||
alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux
|
||||
|
|
4
metadata/cache/dev-libs/libnl-3.2.1
vendored
4
metadata/cache/dev-libs/libnl-3.2.1
vendored
|
@ -1,9 +1,9 @@
|
|||
|| ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
|
||||
3
|
||||
http://people.suug.ch/~tgr/libnl/files/libnl-3.2.1.tar.gz
|
||||
http://www.infradead.org/~tgr/libnl/files/libnl-3.2.1.tar.gz
|
||||
|
||||
http://people.suug.ch/~tgr/libnl/
|
||||
http://www.infradead.org/~tgr/libnl/
|
||||
LGPL-2.1
|
||||
A library for applications dealing with netlink socket
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux
|
||||
|
|
4
metadata/cache/dev-libs/libnl-3.2.2
vendored
4
metadata/cache/dev-libs/libnl-3.2.2
vendored
|
@ -1,9 +1,9 @@
|
|||
|| ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
|
||||
3
|
||||
http://people.suug.ch/~tgr/libnl/files/libnl-3.2.2.tar.gz
|
||||
http://www.infradead.org/~tgr/libnl/files/libnl-3.2.2.tar.gz
|
||||
|
||||
http://people.suug.ch/~tgr/libnl/
|
||||
http://www.infradead.org/~tgr/libnl/
|
||||
LGPL-2.1
|
||||
A library for applications dealing with netlink socket
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux
|
||||
|
|
4
metadata/cache/dev-libs/libnl-3.2.3
vendored
4
metadata/cache/dev-libs/libnl-3.2.3
vendored
|
@ -1,9 +1,9 @@
|
|||
|| ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
|
||||
3
|
||||
http://people.suug.ch/~tgr/libnl/files/libnl-3.2.3.tar.gz
|
||||
http://www.infradead.org/~tgr/libnl/files/libnl-3.2.3.tar.gz
|
||||
|
||||
http://people.suug.ch/~tgr/libnl/
|
||||
http://www.infradead.org/~tgr/libnl/
|
||||
LGPL-2.1
|
||||
A library for applications dealing with netlink socket
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux
|
||||
|
|
22
metadata/cache/dev-libs/newt-0.52.13
vendored
Normal file
22
metadata/cache/dev-libs/newt-0.52.13
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
=sys-libs/slang-2* >=dev-libs/popt-1.6 elibc_uclibc? ( sys-libs/ncurses ) gpm? ( sys-libs/gpm ) tcl? ( =dev-lang/tcl-8.5* ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
=sys-libs/slang-2* >=dev-libs/popt-1.6 elibc_uclibc? ( sys-libs/ncurses ) gpm? ( sys-libs/gpm ) tcl? ( =dev-lang/tcl-8.5* ) >=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||
0
|
||||
https://fedorahosted.org/releases/n/e/newt/newt-0.52.13.tar.gz
|
||||
|
||||
https://fedorahosted.org/newt/
|
||||
LGPL-2
|
||||
Redhat's Newt windowing toolkit development files
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
|
||||
autotools eutils libtool multilib portability python toolchain-funcs user
|
||||
gpm tcl nls
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile configure install postinst postrm prepare setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-python/netifaces-0.6
vendored
Normal file
22
metadata/cache/dev-python/netifaces-0.6
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
dev-python/setuptools >=app-admin/eselect-python-20091230 =dev-lang/python-2* >=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||
>=app-admin/eselect-python-20091230 =dev-lang/python-2* >=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||
0
|
||||
http://alastairs-place.net/projects/netifaces/netifaces-0.6.tar.gz
|
||||
|
||||
http://alastairs-place.net/netifaces/
|
||||
MIT
|
||||
Portable network interface information
|
||||
~amd64 ~x86
|
||||
distutils multilib python toolchain-funcs
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile install postinst postrm prepare setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
metadata/cache/dev-python/papyon-0.5.6
vendored
2
metadata/cache/dev-python/papyon-0.5.6
vendored
|
@ -6,7 +6,7 @@ http://www.freedesktop.org/software/papyon/releases/papyon-0.5.6.tar.gz
|
|||
http://www.freedesktop.org/wiki/Software/papyon
|
||||
GPL-2
|
||||
Python MSN IM protocol implementation forked from pymsn
|
||||
~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
|
||||
~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86
|
||||
distutils multilib python toolchain-funcs
|
||||
|
||||
|
||||
|
|
2
metadata/cache/dev-python/python-nss-0.8
vendored
2
metadata/cache/dev-python/python-nss-0.8
vendored
|
@ -3,7 +3,7 @@ dev-libs/nss dev-libs/nspr doc? ( dev-python/docutils dev-python/epydoc ) >=app-
|
|||
0
|
||||
http://rion-overlay.googlecode.com/files/python-nss-0.8.tar.lzma
|
||||
|
||||
http://people.redhat.com/jdennis/python-nss/doc/api/html
|
||||
http://www.mozilla.org/projects/security/pki/python-nss/
|
||||
|| ( MPL-1.1 GPL-2 LGPL-2 )
|
||||
Python bindings for Network Security Services (NSS)
|
||||
~amd64 ~x86
|
||||
|
|
2
metadata/cache/dev-python/python-nss-0.8-r1
vendored
2
metadata/cache/dev-python/python-nss-0.8-r1
vendored
|
@ -3,7 +3,7 @@ dev-libs/nss dev-libs/nspr doc? ( dev-python/docutils dev-python/epydoc ) >=app-
|
|||
0
|
||||
http://rion-overlay.googlecode.com/files/python-nss-0.8.tar.lzma
|
||||
|
||||
http://people.redhat.com/jdennis/python-nss/doc/api/html
|
||||
http://www.mozilla.org/projects/security/pki/python-nss/
|
||||
|| ( MPL-1.1 GPL-2 LGPL-2 )
|
||||
Python bindings for Network Security Services (NSS)
|
||||
~amd64 ~x86
|
||||
|
|
22
metadata/cache/games-emulation/sdlmame-0.136
vendored
22
metadata/cache/games-emulation/sdlmame-0.136
vendored
|
@ -1,22 +0,0 @@
|
|||
>=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] dev-libs/expat x11-libs/libXinerama debug? ( x11-libs/gtk+:2 gnome-base/gconf ) app-arch/unzip x11-proto/xineramaproto
|
||||
>=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] dev-libs/expat x11-libs/libXinerama debug? ( x11-libs/gtk+:2 gnome-base/gconf )
|
||||
0
|
||||
mirror://gentoo/sdlmame0136.zip mirror://gentoo/sdlmame-manpages.tar.gz
|
||||
|
||||
http://rbelmont.mameworld.info/?page_id=163
|
||||
XMAME
|
||||
Multiple Arcade Machine Emulator (SDL)
|
||||
amd64 ppc x86
|
||||
base eutils flag-o-matic games multilib portability toolchain-funcs user
|
||||
debug opengl
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install postinst preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/games-emulation/sdlmame-0.141_p3
vendored
22
metadata/cache/games-emulation/sdlmame-0.141_p3
vendored
|
@ -1,22 +0,0 @@
|
|||
>=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] media-libs/sdl-ttf dev-libs/expat debug? ( x11-libs/gtk+:2 gnome-base/gconf x11-libs/libXinerama ) app-arch/unzip debug? ( x11-proto/xineramaproto )
|
||||
>=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] media-libs/sdl-ttf dev-libs/expat debug? ( x11-libs/gtk+:2 gnome-base/gconf x11-libs/libXinerama )
|
||||
0
|
||||
mirror://gentoo/mame0141s.zip mirror://gentoo/sdlmame0141u1_diff.zip mirror://gentoo/sdlmame0141u2_diff.zip mirror://gentoo/sdlmame0141u3_diff.zip http://www.netswarm.net/misc/sdlmame-ui.bdf.gz
|
||||
|
||||
http://mamedev.org/
|
||||
XMAME
|
||||
Multiple Arcade Machine Emulator (SDL)
|
||||
~amd64 ~ppc ~x86
|
||||
base eutils flag-o-matic games multilib portability toolchain-funcs user
|
||||
debug opengl
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install postinst preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/games-emulation/sdlmame-0.143_p4
vendored
22
metadata/cache/games-emulation/sdlmame-0.143_p4
vendored
|
@ -1,22 +0,0 @@
|
|||
>=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] media-libs/sdl-ttf dev-libs/expat debug? ( x11-libs/gtk+:2 gnome-base/gconf x11-libs/libXinerama ) app-arch/unzip debug? ( x11-proto/xineramaproto )
|
||||
>=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] media-libs/sdl-ttf dev-libs/expat debug? ( x11-libs/gtk+:2 gnome-base/gconf x11-libs/libXinerama )
|
||||
0
|
||||
mirror://gentoo/mame0143s.zip mirror://gentoo/sdlmame0143u1_diff.zip mirror://gentoo/sdlmame0143u2_diff.zip mirror://gentoo/sdlmame0143u3_diff.zip mirror://gentoo/sdlmame0143u4_diff.zip http://www.netswarm.net/misc/sdlmame-ui.bdf.gz
|
||||
|
||||
http://mamedev.org/
|
||||
XMAME
|
||||
Multiple Arcade Machine Emulator (SDL)
|
||||
~amd64 ~ppc ~x86
|
||||
base eutils flag-o-matic games multilib portability toolchain-funcs user
|
||||
debug opengl
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install postinst preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/games-emulation/sdlmame-0.143_p5
vendored
22
metadata/cache/games-emulation/sdlmame-0.143_p5
vendored
|
@ -1,22 +0,0 @@
|
|||
>=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] media-libs/sdl-ttf dev-libs/expat debug? ( x11-libs/gtk+:2 gnome-base/gconf x11-libs/libXinerama ) app-arch/unzip debug? ( x11-proto/xineramaproto )
|
||||
>=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] media-libs/sdl-ttf dev-libs/expat debug? ( x11-libs/gtk+:2 gnome-base/gconf x11-libs/libXinerama )
|
||||
0
|
||||
mirror://gentoo/mame0143s.zip mirror://gentoo/sdlmame0143u1_diff.zip mirror://gentoo/sdlmame0143u2_diff.zip mirror://gentoo/sdlmame0143u3_diff.zip mirror://gentoo/sdlmame0143u4_diff.zip mirror://gentoo/sdlmame0143u5_diff.zip http://www.netswarm.net/misc/sdlmame-ui.bdf.gz
|
||||
|
||||
http://mamedev.org/
|
||||
XMAME
|
||||
Multiple Arcade Machine Emulator (SDL)
|
||||
~amd64 ~ppc ~x86
|
||||
base eutils flag-o-matic games multilib portability toolchain-funcs user
|
||||
debug opengl
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
compile configure install postinst preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
>=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] media-libs/sdl-ttf dev-libs/expat debug? ( x11-libs/gtk+:2 gnome-base/gconf x11-libs/libXinerama ) app-arch/unzip debug? ( x11-proto/xineramaproto )
|
||||
>=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video] media-libs/sdl-ttf dev-libs/expat debug? ( x11-libs/gtk+:2 gnome-base/gconf x11-libs/libXinerama )
|
||||
0
|
||||
mirror://gentoo/mame0142s.zip http://www.netswarm.net/misc/sdlmame-ui.bdf.gz
|
||||
mirror://gentoo/mame0144s.zip http://www.netswarm.net/misc/sdlmame-ui.bdf.gz
|
||||
|
||||
http://mamedev.org/
|
||||
XMAME
|
||||
Multiple Arcade Machine Emulator (SDL)
|
||||
amd64 ~ppc x86
|
||||
~amd64 ~ppc ~x86
|
||||
base eutils flag-o-matic games multilib portability toolchain-funcs user
|
||||
debug opengl
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
>=dev-libs/glib-2.25:2 >=x11-libs/gtk+-2.20:2 gnome-base/gconf:2 >=sys-apps/dbus-1.0 >=dev-libs/libgcrypt-1.2.2 >=dev-libs/libtasn1-1 caps? ( sys-libs/libcap ) pam? ( virtual/pam ) sys-devel/gettext >=dev-util/gtk-doc-am-1.9 >=dev-util/intltool-0.35 >=dev-util/pkgconfig-0.9 doc? ( >=dev-util/gtk-doc-1.9 ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
|
||||
>=dev-libs/glib-2.25:2 >=x11-libs/gtk+-2.20:2 gnome-base/gconf:2 >=sys-apps/dbus-1.0 >=dev-libs/libgcrypt-1.2.2 >=dev-libs/libtasn1-1 caps? ( sys-libs/libcap ) pam? ( virtual/pam )
|
||||
0
|
||||
mirror://gnome/sources/gnome-keyring/3.0/gnome-keyring-3.0.3.tar.bz2
|
||||
|
||||
http://www.gnome.org/
|
||||
GPL-2 LGPL-2
|
||||
Password and keyring managing daemon
|
||||
~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~sparc-solaris ~x86-linux ~x86-solaris
|
||||
autotools eutils fdo-mime flag-o-matic gnome.org gnome2 gnome2-utils libtool multilib pam portability toolchain-funcs user versionator virtualx
|
||||
+caps debug doc pam test test
|
||||
|
||||
gnome-base/libgnome-keyring
|
||||
|
||||
3
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
>=dev-libs/glib-2.25:2 >=x11-libs/gtk+-2.90.0:3 gnome-base/gconf:2 >=sys-apps/dbus-1.0 >=dev-libs/libgcrypt-1.2.2 >=dev-libs/libtasn1-1 caps? ( sys-libs/libcap ) pam? ( virtual/pam ) sys-devel/gettext >=dev-util/gtk-doc-am-1.9 >=dev-util/intltool-0.35 >=dev-util/pkgconfig-0.9 doc? ( >=dev-util/gtk-doc-1.9 ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
|
||||
>=dev-libs/glib-2.25:2 >=x11-libs/gtk+-2.90.0:3 gnome-base/gconf:2 >=sys-apps/dbus-1.0 >=dev-libs/libgcrypt-1.2.2 >=dev-libs/libtasn1-1 caps? ( sys-libs/libcap ) pam? ( virtual/pam )
|
||||
0
|
||||
mirror://gnome/sources/gnome-keyring/3.0/gnome-keyring-3.0.3.tar.bz2
|
||||
|
||||
http://www.gnome.org/
|
||||
GPL-2 LGPL-2
|
||||
Password and keyring managing daemon
|
||||
~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~sparc-solaris ~x86-linux ~x86-solaris
|
||||
autotools eutils fdo-mime flag-o-matic gnome.org gnome2 gnome2-utils libtool multilib pam portability toolchain-funcs user versionator virtualx
|
||||
+caps debug doc pam test test
|
||||
|
||||
gnome-base/libgnome-keyring
|
||||
|
||||
3
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/gnome-base/gnome-keyring-3.2.2
vendored
Normal file
22
metadata/cache/gnome-base/gnome-keyring-3.2.2
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=dev-libs/glib-2.25:2 >=x11-libs/gtk+-2.90.0:3 >=app-crypt/p11-kit-0.6 app-misc/ca-certificates >=dev-libs/libgcrypt-1.2.2 >=dev-libs/libtasn1-1 >=sys-apps/dbus-1.0 caps? ( sys-libs/libcap-ng ) pam? ( virtual/pam ) sys-devel/gettext >=dev-util/gtk-doc-am-1.9 >=dev-util/intltool-0.35 >=dev-util/pkgconfig-0.9 doc? ( >=dev-util/gtk-doc-1.9 ) app-arch/xz-utils >=sys-apps/sed-4 test? ( !prefix? ( x11-base/xorg-server[xvfb] ) x11-apps/xhost )
|
||||
>=dev-libs/glib-2.25:2 >=x11-libs/gtk+-2.90.0:3 >=app-crypt/p11-kit-0.6 app-misc/ca-certificates >=dev-libs/libgcrypt-1.2.2 >=dev-libs/libtasn1-1 >=sys-apps/dbus-1.0 caps? ( sys-libs/libcap-ng ) pam? ( virtual/pam )
|
||||
0
|
||||
mirror://gnome/sources/gnome-keyring/3.2/gnome-keyring-3.2.2.tar.xz
|
||||
test
|
||||
http://www.gnome.org/
|
||||
GPL-2 LGPL-2
|
||||
Password and keyring managing daemon
|
||||
~amd64 ~mips ~sh ~x86 ~x86-fbsd ~amd64-linux ~sparc-solaris ~x86-linux ~x86-solaris
|
||||
eutils fdo-mime flag-o-matic gnome.org gnome2 gnome2-utils libtool multilib pam portability toolchain-funcs user versionator virtualx
|
||||
+caps debug doc pam test test
|
||||
|
||||
>=gnome-base/libgnome-keyring-3.1.92
|
||||
|
||||
4
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,18 +1,18 @@
|
|||
>=sys-apps/dbus-1.0 gnome-base/gconf >=gnome-base/gnome-keyring-2.29[test?] sys-devel/gettext >=dev-util/intltool-0.35 >=dev-util/pkgconfig-0.9 doc? ( >=dev-util/gtk-doc-1.9 ) >=sys-apps/sed-4
|
||||
>=sys-apps/dbus-1.0 gnome-base/gconf >=gnome-base/gnome-keyring-2.29[test?]
|
||||
>=sys-apps/dbus-1.0 gnome-base/gconf >=gnome-base/gnome-keyring-3.1.92[test?] sys-devel/gettext >=dev-util/intltool-0.35 >=dev-util/pkgconfig-0.9 doc? ( >=dev-util/gtk-doc-1.9 ) app-arch/xz-utils >=sys-apps/sed-4
|
||||
>=sys-apps/dbus-1.0 gnome-base/gconf >=gnome-base/gnome-keyring-3.1.92[test?]
|
||||
0
|
||||
mirror://gnome/sources/libgnome-keyring/3.0/libgnome-keyring-3.0.3.tar.bz2
|
||||
mirror://gnome/sources/libgnome-keyring/3.2/libgnome-keyring-3.2.2.tar.xz
|
||||
|
||||
http://live.gnome.org/GnomeKeyring
|
||||
LGPL-2
|
||||
Compatibility library for accessing secrets
|
||||
~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris
|
||||
~amd64 ~mips ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~sparc-solaris
|
||||
eutils fdo-mime gnome.org gnome2 gnome2-utils libtool multilib portability toolchain-funcs user versionator
|
||||
debug doc test
|
||||
|
||||
|
||||
|
||||
3
|
||||
4
|
||||
|
||||
compile configure install postinst postrm preinst prepare setup test unpack
|
||||
|
22
metadata/cache/media-gfx/asymptote-2.14
vendored
Normal file
22
metadata/cache/media-gfx/asymptote-2.14
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=sys-libs/readline-4.3-r5 >=sys-libs/ncurses-5.4-r5 imagemagick? ( media-gfx/imagemagick[png] ) sigsegv? ( dev-libs/libsigsegv ) boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] ) fftw? ( >=sci-libs/fftw-3.0.1 ) gsl? ( sci-libs/gsl ) X? ( x11-misc/xdg-utils dev-lang/python dev-python/imaging[tk] ) latex? ( virtual/latex-base dev-texlive/texlive-latexextra ) emacs? ( virtual/emacs ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) doc? ( dev-lang/perl virtual/texi2dvi virtual/latex-base media-gfx/imagemagick[png] ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool virtual/latex-base >=sys-apps/texinfo-4.2-r5 >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* )
|
||||
>=sys-libs/readline-4.3-r5 >=sys-libs/ncurses-5.4-r5 imagemagick? ( media-gfx/imagemagick[png] ) sigsegv? ( dev-libs/libsigsegv ) boehm-gc? ( >=dev-libs/boehm-gc-7.0[cxx,threads] ) fftw? ( >=sci-libs/fftw-3.0.1 ) gsl? ( sci-libs/gsl ) X? ( x11-misc/xdg-utils dev-lang/python dev-python/imaging[tk] ) latex? ( virtual/latex-base dev-texlive/texlive-latexextra ) emacs? ( virtual/emacs ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) virtual/latex-base >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* )
|
||||
0
|
||||
mirror://sourceforge/asymptote/asymptote-2.14.src.tgz
|
||||
|
||||
http://asymptote.sourceforge.net/
|
||||
GPL-3
|
||||
A vector graphics language that provides a framework for technical drawing
|
||||
~amd64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos
|
||||
autotools base elisp-common eutils latex-package libtool multilib portability python toolchain-funcs user
|
||||
+boehm-gc doc emacs examples fftw gsl +imagemagick latex python sigsegv vim-syntax X
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile configure install postinst postrm prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
4
metadata/cache/media-gfx/povray-3.7.0_rc3
vendored
4
metadata/cache/media-gfx/povray-3.7.0_rc3
vendored
|
@ -1,5 +1,5 @@
|
|||
>=dev-libs/boost-1.41 virtual/jpeg media-libs/libpng:0 sys-libs/zlib openexr? ( media-libs/ilmbase media-libs/openexr ) tiff? ( >=media-libs/tiff-3.6.1 ) X? ( media-libs/libsdl ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
>=dev-libs/boost-1.41 virtual/jpeg media-libs/libpng:0 sys-libs/zlib openexr? ( media-libs/ilmbase media-libs/openexr ) tiff? ( >=media-libs/tiff-3.6.1 ) X? ( media-libs/libsdl )
|
||||
>=dev-libs/boost-1.41 virtual/jpeg media-libs/libpng:0 sys-libs/zlib openexr? ( media-libs/ilmbase media-libs/openexr ) tiff? ( >=media-libs/tiff-3.6.1:0 ) X? ( media-libs/libsdl ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
>=dev-libs/boost-1.41 virtual/jpeg media-libs/libpng:0 sys-libs/zlib openexr? ( media-libs/ilmbase media-libs/openexr ) tiff? ( >=media-libs/tiff-3.6.1:0 ) X? ( media-libs/libsdl )
|
||||
0
|
||||
http://www.povray.org/redirect/www.povray.org/beta/source/povray-3.7.0.RC3.tar.bz2
|
||||
|
||||
|
|
4
metadata/cache/media-gfx/povray-3.7.0_rc3-r1
vendored
4
metadata/cache/media-gfx/povray-3.7.0_rc3-r1
vendored
|
@ -1,5 +1,5 @@
|
|||
>=dev-libs/boost-1.41 virtual/jpeg media-libs/libpng:0 sys-libs/zlib openexr? ( media-libs/ilmbase media-libs/openexr ) mkl? ( sci-libs/mkl ) tiff? ( >=media-libs/tiff-3.6.1 ) X? ( media-libs/libsdl ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
>=dev-libs/boost-1.41 virtual/jpeg media-libs/libpng:0 sys-libs/zlib openexr? ( media-libs/ilmbase media-libs/openexr ) mkl? ( sci-libs/mkl ) tiff? ( >=media-libs/tiff-3.6.1 ) X? ( media-libs/libsdl )
|
||||
>=dev-libs/boost-1.41 virtual/jpeg media-libs/libpng:0 sys-libs/zlib openexr? ( media-libs/ilmbase media-libs/openexr ) mkl? ( sci-libs/mkl ) tiff? ( >=media-libs/tiff-3.6.1:0 ) X? ( media-libs/libsdl ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
>=dev-libs/boost-1.41 virtual/jpeg media-libs/libpng:0 sys-libs/zlib openexr? ( media-libs/ilmbase media-libs/openexr ) mkl? ( sci-libs/mkl ) tiff? ( >=media-libs/tiff-3.6.1:0 ) X? ( media-libs/libsdl )
|
||||
0
|
||||
http://www.povray.org/redirect/www.povray.org/beta/source/povray-3.7.0.RC3.tar.bz2
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ ftp://ftp.sane-project.org/pub/sane/sane-backends-1.0.22/sane-backends-1.0.22.ta
|
|||
http://www.sane-project.org/
|
||||
GPL-2 public-domain
|
||||
Scanner Access Now Easy - Backends
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
|
||||
eutils flag-o-matic multilib portability toolchain-funcs user
|
||||
avahi usb gphoto2 ipv6 v4l doc +sane_backends_abaton +sane_backends_agfafocus +sane_backends_apple +sane_backends_artec +sane_backends_artec_eplus48u +sane_backends_as6e +sane_backends_avision +sane_backends_bh +sane_backends_canon +sane_backends_canon630u +sane_backends_canon_dr +sane_backends_canon_pp +sane_backends_cardscan +sane_backends_coolscan +sane_backends_coolscan2 +sane_backends_coolscan3 +sane_backends_dc25 +sane_backends_dc210 +sane_backends_dc240 +sane_backends_dell1600n_net +sane_backends_dmc +sane_backends_epjitsu +sane_backends_epson +sane_backends_epson2 +sane_backends_fujitsu +sane_backends_genesys +sane_backends_gt68xx +sane_backends_hp +sane_backends_hp3500 +sane_backends_hp3900 +sane_backends_hp4200 +sane_backends_hp5400 +sane_backends_hp5590 +sane_backends_hpsj5s +sane_backends_hpljm1005 +sane_backends_hs2p +sane_backends_ibm +sane_backends_kodak +sane_backends_kvs1025 +sane_backends_kvs20xx +sane_backends_leo +sane_backends_lexmark +sane_backends_ma1509 +sane_backends_magicolor +sane_backends_matsushita +sane_backends_microtek +sane_backends_microtek2 +sane_backends_mustek +sane_backends_mustek_pp +sane_backends_mustek_usb +sane_backends_nec +sane_backends_net +sane_backends_niash +sane_backends_p5 +sane_backends_pie +sane_backends_pixma +sane_backends_plustek +sane_backends_plustek_pp -sane_backends_pnm +sane_backends_qcam +sane_backends_ricoh +sane_backends_rts8891 +sane_backends_s9036 +sane_backends_sceptre +sane_backends_sharp +sane_backends_sm3600 +sane_backends_sm3840 +sane_backends_snapscan +sane_backends_sp15c +sane_backends_st400 +sane_backends_stv680 +sane_backends_tamarack +sane_backends_teco1 +sane_backends_teco2 +sane_backends_teco3 +sane_backends_test +sane_backends_u12 +sane_backends_umax +sane_backends_umax_pp +sane_backends_umax1220u +sane_backends_xerox_mfp
|
||||
|
||||
|
|
2
metadata/cache/media-libs/lcms-2.2-r1
vendored
2
metadata/cache/media-libs/lcms-2.2-r1
vendored
|
@ -6,7 +6,7 @@ mirror://sourceforge/lcms/lcms2-2.2.tar.gz
|
|||
http://www.littlecms.com/
|
||||
MIT
|
||||
A lightweight, speed optimized color management engine
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
|
||||
~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
|
||||
eutils multilib portability toolchain-funcs user
|
||||
doc jpeg static-libs test tiff zlib
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
app-arch/xz-utils app-admin/chrpath
|
||||
dev-libs/expat dev-libs/glib:2 media-libs/flac media-libs/fontconfig media-libs/freetype:2 media-libs/libogg media-libs/libvorbis net-dns/libidn sys-libs/glibc x11-libs/libX11 x11-libs/libXext x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/qt-core x11-libs/qt-gui log? ( dev-libs/log4cxx )
|
||||
0
|
||||
x86? ( http://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/google-musicmanager-beta_1.0.18.6104-r0_i386.deb ) amd64? ( http://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/google-musicmanager-beta_1.0.18.6104-r0_amd64.deb )
|
||||
x86? ( http://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/google-musicmanager-beta_1.0.22.3409-r0_i386.deb ) amd64? ( http://dl.google.com/linux/musicmanager/deb/pool/main/g/google-musicmanager-beta/google-musicmanager-beta_1.0.22.3409-r0_amd64.deb )
|
||||
strip mirror
|
||||
http://music.google.com
|
||||
google-talkplugin Apache-2.0 MIT LGPL-2.1 gSOAP BSD FDL-1.2 MPL-1.1 openssl ZLIB as-is
|
22
metadata/cache/net-dns/bind-9.7.4_p1
vendored
Normal file
22
metadata/cache/net-dns/bind-9.7.4_p1
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
ssl? ( >=dev-libs/openssl-0.9.6g ) mysql? ( >=virtual/mysql-4.0 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) ldap? ( net-nds/openldap ) idn? ( net-dns/idnkit ) postgres? ( dev-db/postgresql-base ) threads? ( >=sys-libs/libcap-2.1.0 ) xml? ( dev-libs/libxml2 ) geoip? ( >=dev-libs/geoip-1.4.6 ) gssapi? ( virtual/krb5 ) sdb-ldap? ( net-nds/openldap ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
ssl? ( >=dev-libs/openssl-0.9.6g ) mysql? ( >=virtual/mysql-4.0 ) odbc? ( >=dev-db/unixODBC-2.2.6 ) ldap? ( net-nds/openldap ) idn? ( net-dns/idnkit ) postgres? ( dev-db/postgresql-base ) threads? ( >=sys-libs/libcap-2.1.0 ) xml? ( dev-libs/libxml2 ) geoip? ( >=dev-libs/geoip-1.4.6 ) gssapi? ( virtual/krb5 ) sdb-ldap? ( net-nds/openldap ) selinux? ( sec-policy/selinux-bind ) resolvconf? ( net-dns/openresolv ) sys-process/psmisc
|
||||
0
|
||||
ftp://ftp.isc.org/isc/bind9/9.7.4-P1/bind-9.7.4-P1.tar.gz doc? ( mirror://gentoo/dyndns-samples.tbz2 ) geoip? ( http://bind-geoip.googlecode.com//files/bind-geoip-1.3-readme.txt http://bind-geoip.googlecode.com//files/bind-geoip-1.3-9.7.2-P2.patch ) sdb-ldap? ( http://ftp.disconnected-by-peer.at/pub/bind-sdb-ldap-1.1.0-fc14.patch.bz2 )
|
||||
|
||||
http://www.isc.org/software/bind
|
||||
as-is
|
||||
BIND - Berkeley Internet Name Domain - Name Server
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
|
||||
autotools eutils flag-o-matic libtool multilib portability toolchain-funcs user
|
||||
ssl ipv6 doc dlz postgres berkdb mysql odbc ldap selinux idn threads resolvconf urandom xml geoip gssapi sdb-ldap
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
config configure install postinst prepare setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue