Sync with portage [Sun Dec 4 21:19:33 MSK 2011].
This commit is contained in:
parent
f33bd8eb98
commit
9a7c1ec077
203 changed files with 1565 additions and 702 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.45.04.ebuild,v 1.3 2011/11/29 15:38:55 jer Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.45.04.ebuild,v 1.4 2011/12/04 14:45:47 hwoarang Exp $
|
||||||
|
|
||||||
EAPI="4"
|
EAPI="4"
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ DESCRIPTION="Speech synthesizer for English and other languages"
|
||||||
HOMEPAGE="http://espeak.sourceforge.net/"
|
HOMEPAGE="http://espeak.sourceforge.net/"
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
|
KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
|
||||||
IUSE="portaudio pulseaudio"
|
IUSE="portaudio pulseaudio"
|
||||||
REQUIRED_USE="portaudio? ( !pulseaudio )
|
REQUIRED_USE="portaudio? ( !pulseaudio )
|
||||||
pulseaudio? ( !portaudio )"
|
pulseaudio? ( !portaudio )"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.7 2011/12/03 11:00:18 maekke Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-admin/chrpath/chrpath-0.13-r2.ebuild,v 1.8 2011/12/04 12:44:48 hwoarang Exp $
|
||||||
|
|
||||||
EAPI="2"
|
EAPI="2"
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ SRC_URI="http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 arm ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
KEYWORDS="amd64 arm ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||||
IUSE="static-libs"
|
IUSE="static-libs"
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/runscript
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/files/syslog-ng.rc6.3,v 1.4 2011/09/22 22:11:44 idl0r Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/files/syslog-ng.rc6.3,v 1.5 2011/12/04 09:53:39 swegener Exp $
|
||||||
|
|
||||||
extra_commands="checkconfig reload"
|
extra_commands="checkconfig"
|
||||||
|
extra_started_commands="reload"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
# Make networking dependency conditional on configuration
|
# Make networking dependency conditional on configuration
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/runscript
|
||||||
# Copyright 1999-2004 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/files/ulogd,v 1.3 2009/08/10 06:01:18 wormo Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-admin/ulogd/files/ulogd,v 1.4 2011/12/04 10:10:49 swegener Exp $
|
||||||
|
|
||||||
opts="reload"
|
extra_started_commands="reload"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net
|
need net
|
||||||
|
|
|
@ -5,8 +5,7 @@
|
||||||
#
|
#
|
||||||
# config: /etc/ulogd.conf
|
# config: /etc/ulogd.conf
|
||||||
|
|
||||||
|
extra_started_commands="reload"
|
||||||
opts="${opts} reload"
|
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net
|
need net
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/runscript
|
||||||
# Copyright 1999-2005 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/files/clamd.rc,v 1.17 2009/06/21 09:46:12 dertobi123 Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-antivirus/clamav/files/clamd.rc,v 1.18 2011/12/04 11:51:46 swegener Exp $
|
||||||
|
|
||||||
opts="logfix"
|
extra_commands="logfix"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
use net
|
use net
|
||||||
|
|
|
@ -4,11 +4,9 @@
|
||||||
# This script starts/stops the MIT Kerberos 5 Admin daemon
|
# This script starts/stops the MIT Kerberos 5 Admin daemon
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
||||||
daemon="MIT Kerberos 5 Admin daemon"
|
daemon="MIT Kerberos 5 Admin daemon"
|
||||||
exec="/usr/sbin/kadmind"
|
exec="/usr/sbin/kadmind"
|
||||||
|
|
||||||
opts="start stop restart"
|
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net mit-krb5kdc
|
need net mit-krb5kdc
|
||||||
}
|
}
|
||||||
|
@ -24,8 +22,3 @@ stop() {
|
||||||
start-stop-daemon --stop --quiet --oknodo --exec ${exec} 1>&2
|
start-stop-daemon --stop --quiet --oknodo --exec ${exec} 1>&2
|
||||||
eend $? "Error stopping $daemon"
|
eend $? "Error stopping $daemon"
|
||||||
}
|
}
|
||||||
|
|
||||||
restart() {
|
|
||||||
svc_stop
|
|
||||||
svc_start
|
|
||||||
}
|
|
||||||
|
|
|
@ -4,11 +4,9 @@
|
||||||
# This script starts/stops the MIT Kerberos 5 KDC
|
# This script starts/stops the MIT Kerberos 5 KDC
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
||||||
daemon="MIT Kerberos 5 KDC"
|
daemon="MIT Kerberos 5 KDC"
|
||||||
exec="/usr/sbin/krb5kdc"
|
exec="/usr/sbin/krb5kdc"
|
||||||
|
|
||||||
opts="start stop restart"
|
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net
|
need net
|
||||||
}
|
}
|
||||||
|
@ -24,8 +22,3 @@ stop() {
|
||||||
start-stop-daemon --stop --quiet --oknodo --exec ${exec} 1>&2
|
start-stop-daemon --stop --quiet --oknodo --exec ${exec} 1>&2
|
||||||
eend $? "Error stopping $daemon"
|
eend $? "Error stopping $daemon"
|
||||||
}
|
}
|
||||||
|
|
||||||
restart() {
|
|
||||||
svc_stop
|
|
||||||
svc_start
|
|
||||||
}
|
|
||||||
|
|
|
@ -4,11 +4,9 @@
|
||||||
# This script starts/stops the MIT Kerberos 5 kpropd
|
# This script starts/stops the MIT Kerberos 5 kpropd
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
||||||
daemon="MIT Kerberos 5 kpropd"
|
daemon="MIT Kerberos 5 kpropd"
|
||||||
exec="/usr/sbin/kpropd"
|
exec="/usr/sbin/kpropd"
|
||||||
|
|
||||||
opts="start stop restart"
|
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net
|
need net
|
||||||
use mit-krb5kdc mit-krb5kadmind
|
use mit-krb5kdc mit-krb5kadmind
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-da/myspell-da-20100311.ebuild,v 1.6 2011/12/01 19:49:09 phajdan.jr Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-dicts/myspell-da/myspell-da-20100311.ebuild,v 1.7 2011/12/04 14:41:31 hwoarang Exp $
|
||||||
|
|
||||||
# 1.7.32 version from http://da.speling.org/filer/
|
# 1.7.32 version from http://da.speling.org/filer/
|
||||||
# Hyphenation dates hyph_da_DK.zip from 2007-09-03 :
|
# Hyphenation dates hyph_da_DK.zip from 2007-09-03 :
|
||||||
|
@ -23,5 +23,5 @@ DESCRIPTION="Danish dictionaries for myspell/hunspell"
|
||||||
LICENSE="GPL-2 LGPL-2.1"
|
LICENSE="GPL-2 LGPL-2.1"
|
||||||
HOMEPAGE="http://lingucomponent.openoffice.org/ http://da.speling.org/"
|
HOMEPAGE="http://lingucomponent.openoffice.org/ http://da.speling.org/"
|
||||||
|
|
||||||
KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-macos"
|
KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-macos"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-doc/NaturalDocs/NaturalDocs-1.52.ebuild,v 1.3 2011/11/29 15:32:48 jer Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-doc/NaturalDocs/NaturalDocs-1.52.ebuild,v 1.4 2011/12/04 14:42:59 hwoarang Exp $
|
||||||
|
|
||||||
EAPI="4"
|
EAPI="4"
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/naturaldocs/${P}.zip"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~alpha ~amd64 hppa ~ppc ~sparc x86"
|
KEYWORDS="~alpha amd64 hppa ~ppc ~sparc x86"
|
||||||
|
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-8.0.1.528992.ebuild,v 1.1 2011/12/03 20:14:02 vadimk Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-8.0.1.528992-r1.ebuild,v 1.1 2011/12/04 13:30:14 vadimk Exp $
|
||||||
|
|
||||||
EAPI="4"
|
EAPI="4"
|
||||||
|
|
||||||
|
@ -209,7 +209,7 @@ src_install() {
|
||||||
doins -r lib/*
|
doins -r lib/*
|
||||||
|
|
||||||
into "${VM_INSTALL_DIR}"
|
into "${VM_INSTALL_DIR}"
|
||||||
for tool in vmware-{hostd,vim-cmd,adminTool} ; do
|
for tool in vmware-{hostd,vim-cmd,wssc-adminTool} ; do
|
||||||
cat > "${T}/${tool}" <<-EOF
|
cat > "${T}/${tool}" <<-EOF
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-forensics/cmospwd/cmospwd-5.1.ebuild,v 1.3 2011/12/02 04:11:29 radhermit Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-forensics/cmospwd/cmospwd-5.1.ebuild,v 1.4 2011/12/04 12:42:42 hwoarang Exp $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ SRC_URI="http://www.cgsecurity.org/${P}.tar.bz2"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="amd64 ~x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20100226-r1.ebuild,v 1.6 2011/11/30 04:02:21 jer Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-forensics/libewf/libewf-20100226-r1.ebuild,v 1.7 2011/12/04 14:43:56 hwoarang Exp $
|
||||||
|
|
||||||
EAPI="4"
|
EAPI="4"
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/libewf/${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 hppa ~ppc ~x86"
|
KEYWORDS="amd64 hppa ~ppc ~x86"
|
||||||
# upstream bug #2597171, pyewf has implicit declarations
|
# upstream bug #2597171, pyewf has implicit declarations
|
||||||
#IUSE="debug python rawio unicode"
|
#IUSE="debug python rawio unicode"
|
||||||
IUSE="debug ewf2 rawio static-libs unicode"
|
IUSE="debug ewf2 rawio static-libs unicode"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild,v 1.5 2011/12/01 19:38:36 phajdan.jr Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-m17n/scim-m17n-0.2.3.ebuild,v 1.6 2011/12/04 14:59:41 hwoarang Exp $
|
||||||
|
|
||||||
DESCRIPTION="scim-m17n is an input module for Smart Common Input Method (SCIM) which uses m17n as backend"
|
DESCRIPTION="scim-m17n is an input module for Smart Common Input Method (SCIM) which uses m17n as backend"
|
||||||
HOMEPAGE="http://www.scim-im.org/projects/imengines"
|
HOMEPAGE="http://www.scim-im.org/projects/imengines"
|
||||||
|
@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/scim/${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~ppc ~ppc64 x86"
|
KEYWORDS="amd64 ~ppc ~ppc64 x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
RDEPEND=">=app-i18n/scim-1.4
|
RDEPEND=">=app-i18n/scim-1.4
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/batti-0.3.8-r1.ebuild,v 1.3 2011/04/13 20:17:56 maekke Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-laptop/batti/batti-0.3.8-r1.ebuild,v 1.4 2011/12/04 10:16:25 hwoarang Exp $
|
||||||
|
|
||||||
EAPI=3
|
EAPI=3
|
||||||
|
|
||||||
|
@ -22,11 +22,9 @@ IUSE="libnotify"
|
||||||
RDEPEND="dev-python/pygtk
|
RDEPEND="dev-python/pygtk
|
||||||
dev-python/dbus-python
|
dev-python/dbus-python
|
||||||
sys-power/upower
|
sys-power/upower
|
||||||
|
x11-themes/hicolor-icon-theme
|
||||||
libnotify? ( x11-libs/libnotify )
|
libnotify? ( x11-libs/libnotify )
|
||||||
|| ( kde-base/oxygen-icons
|
virtual/freedesktop-icon-theme"
|
||||||
x11-themes/gnome-icon-theme
|
|
||||||
x11-themes/lxde-icon-theme
|
|
||||||
x11-themes/xfce-icon-theme )"
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
|
|
||||||
DOCS="AUTHORS"
|
DOCS="AUTHORS"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-misc/oneko/oneko-1.2-r2.ebuild,v 1.3 2011/12/01 19:41:53 phajdan.jr Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-misc/oneko/oneko-1.2-r2.ebuild,v 1.4 2011/12/04 14:49:23 hwoarang Exp $
|
||||||
|
|
||||||
EAPI="2"
|
EAPI="2"
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ SRC_URI="http://www.daidouji.com/oneko/distfiles/${P}.sakura.5.tar.gz
|
||||||
|
|
||||||
LICENSE="as-is"
|
LICENSE="as-is"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~ppc ~ppc64 x86"
|
KEYWORDS="amd64 ~ppc ~ppc64 x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
RDEPEND="x11-libs/libX11
|
RDEPEND="x11-libs/libX11
|
||||||
|
|
|
@ -2,3 +2,4 @@ DIST calcurse-2.3.tar.gz 516721 RMD160 680c40a4ddb54ddfec0af809e03166f2d8c372d7
|
||||||
DIST calcurse-2.4.tar.gz 504810 RMD160 0356ff1f8492d37cff5a6ae132bcccfc708fac9e SHA1 6fd6e7738882fbeb9a07051077b351ac629576e5 SHA256 c9a1cd6c87a86f72c3ac27d340a5c6022c134877a946316c23d501bdc01f00d9
|
DIST calcurse-2.4.tar.gz 504810 RMD160 0356ff1f8492d37cff5a6ae132bcccfc708fac9e SHA1 6fd6e7738882fbeb9a07051077b351ac629576e5 SHA256 c9a1cd6c87a86f72c3ac27d340a5c6022c134877a946316c23d501bdc01f00d9
|
||||||
DIST calcurse-2.5.tar.gz 519870 RMD160 855bf4bca3e36461dd8278f8d0c8d78044dd2f0f SHA1 095364ca6d04ddf1039d92e0cafe8c49d15df709 SHA256 c0817c5b0452bf71340cec846731f6b2b3d47e8e172ca51974266c4a390411a2
|
DIST calcurse-2.5.tar.gz 519870 RMD160 855bf4bca3e36461dd8278f8d0c8d78044dd2f0f SHA1 095364ca6d04ddf1039d92e0cafe8c49d15df709 SHA256 c0817c5b0452bf71340cec846731f6b2b3d47e8e172ca51974266c4a390411a2
|
||||||
DIST calcurse-2.7.tar.gz 532418 RMD160 d87889a9d17f000d78517e0a7edd587147313d44 SHA1 6554923a1699732faab836cebd96bab31a107743 SHA256 9a73fe080c2cfc74186b0ac8455e9f2ba2176ead9f3fd5a73f9553f607bd9d9f
|
DIST calcurse-2.7.tar.gz 532418 RMD160 d87889a9d17f000d78517e0a7edd587147313d44 SHA1 6554923a1699732faab836cebd96bab31a107743 SHA256 9a73fe080c2cfc74186b0ac8455e9f2ba2176ead9f3fd5a73f9553f607bd9d9f
|
||||||
|
DIST calcurse-2.9.2.tar.gz 517071 RMD160 919f71d0b01ea97e2f6a4ca48756d3c4d03cf327 SHA1 ab59b3275a9b7eb9184797f9e998e64783b03ceb SHA256 e116c52fb82a051b38950bdbdb3f9df99fce2713c64d3eda1de236bacba28a55
|
||||||
|
|
42
app-office/calcurse/calcurse-2.9.2.ebuild
Normal file
42
app-office/calcurse/calcurse-2.9.2.ebuild
Normal file
|
@ -0,0 +1,42 @@
|
||||||
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: /var/cvsroot/gentoo-x86/app-office/calcurse/calcurse-2.9.2.ebuild,v 1.1 2011/12/04 14:18:51 cedk Exp $
|
||||||
|
|
||||||
|
inherit eutils
|
||||||
|
|
||||||
|
DESCRIPTION="a text-based personal organizer"
|
||||||
|
HOMEPAGE="http://calcurse.org"
|
||||||
|
SRC_URI="http://calcurse.org/files/${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE="linguas_en linguas_fr linguas_de linguas_es linguas_nl linguas_ru"
|
||||||
|
|
||||||
|
DEPEND="sys-libs/ncurses"
|
||||||
|
RDEPEND=${DEPEND}
|
||||||
|
|
||||||
|
src_unpack() {
|
||||||
|
unpack ${A}
|
||||||
|
cd "${S}"
|
||||||
|
rm po/LINGUAS
|
||||||
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
local ALL_LINGUAS=""
|
||||||
|
|
||||||
|
use linguas_en && ALL_LINGUAS="${ALL_LINGUAS} en"
|
||||||
|
use linguas_fr && ALL_LINGUAS="${ALL_LINGUAS} fr"
|
||||||
|
use linguas_de && ALL_LINGUAS="${ALL_LINGUAS} de"
|
||||||
|
use linguas_es && ALL_LINGUAS="${ALL_LINGUAS} es"
|
||||||
|
use linguas_nl && ALL_LINGUAS="${ALL_LINGUAS} nl"
|
||||||
|
|
||||||
|
ALL_LINGUAS="${ALL_LINGUAS}" econf || die "econf failed"
|
||||||
|
|
||||||
|
emake || die "emake failed"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
emake DESTDIR="${D}" install || die "emake install failed"
|
||||||
|
dodoc AUTHORS NEWS README TODO
|
||||||
|
}
|
|
@ -1,25 +1,28 @@
|
||||||
configdialog.cpp | 2 +-
|
configdialog.cpp | 4 ++--
|
||||||
latexeditor.h | 2 +-
|
latexeditor.h | 2 +-
|
||||||
latexeditorview.h | 2 +-
|
latexeditorview.h | 2 +-
|
||||||
latexhighlighter.h | 2 +-
|
latexhighlighter.h | 2 +-
|
||||||
spellerdialog.h | 2 +-
|
spellerdialog.h | 2 +-
|
||||||
texmaker.h | 2 +-
|
texmaker.h | 2 +-
|
||||||
texmaker.pro | 36 +++---------------------------------
|
texmaker.pro | 42 ++++++------------------------------------
|
||||||
7 files changed, 9 insertions(+), 39 deletions(-)
|
7 files changed, 13 insertions(+), 43 deletions(-)
|
||||||
|
|
||||||
diff --git a/configdialog.cpp b/configdialog.cpp
|
diff --git a/configdialog.cpp b/configdialog.cpp
|
||||||
index 136072d..1ead573 100644
|
index 136072d..550db58 100644
|
||||||
--- a/configdialog.cpp
|
--- a/configdialog.cpp
|
||||||
+++ b/configdialog.cpp
|
+++ b/configdialog.cpp
|
||||||
@@ -122,7 +122,7 @@ void ConfigDialog::browseAspell()
|
@@ -122,9 +122,9 @@ void ConfigDialog::browseAspell()
|
||||||
QDir spelldir(QCoreApplication::applicationDirPath());
|
QDir spelldir(QCoreApplication::applicationDirPath());
|
||||||
#else
|
#else
|
||||||
#ifdef DEBIAN_SPELLDIR
|
#ifdef DEBIAN_SPELLDIR
|
||||||
-QDir spelldir(PREFIX"/share/myspell/dicts");
|
-QDir spelldir(PREFIX"/share/myspell/dicts");
|
||||||
+QDir spelldir(PREFIX"/share/myspell");
|
+QDir spelldir("@GENTOO_PORTAGE_EPREFIX@/usr/share/myspell");
|
||||||
#else
|
#else
|
||||||
QDir spelldir(PREFIX"/share/texmaker");
|
-QDir spelldir(PREFIX"/share/texmaker");
|
||||||
|
+QDir spelldir("@GENTOO_PORTAGE_EPREFIX@/usr/share/texmaker");
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
diff --git a/latexeditor.h b/latexeditor.h
|
diff --git a/latexeditor.h b/latexeditor.h
|
||||||
index b9b8d75..a9ec1ef 100644
|
index b9b8d75..a9ec1ef 100644
|
||||||
--- a/latexeditor.h
|
--- a/latexeditor.h
|
||||||
|
@ -86,7 +89,7 @@ index fa56129..4b1367e 100644
|
||||||
#include "pdfviewerwidget.h"
|
#include "pdfviewerwidget.h"
|
||||||
#include "pdfviewer.h"
|
#include "pdfviewer.h"
|
||||||
diff --git a/texmaker.pro b/texmaker.pro
|
diff --git a/texmaker.pro b/texmaker.pro
|
||||||
index 5c90e44..9ed3123 100644
|
index 5c90e44..4513937 100644
|
||||||
--- a/texmaker.pro
|
--- a/texmaker.pro
|
||||||
+++ b/texmaker.pro
|
+++ b/texmaker.pro
|
||||||
@@ -4,7 +4,8 @@ TARGET = texmaker
|
@@ -4,7 +4,8 @@ TARGET = texmaker
|
||||||
|
@ -144,7 +147,16 @@ index 5c90e44..9ed3123 100644
|
||||||
singleapp/qtlocalpeer.cpp \
|
singleapp/qtlocalpeer.cpp \
|
||||||
singleapp/qtlockedfile.cpp \
|
singleapp/qtlockedfile.cpp \
|
||||||
singleapp/qtsingleapplication.cpp \
|
singleapp/qtsingleapplication.cpp \
|
||||||
@@ -268,7 +238,7 @@ LIBS += -L/usr/lib -lz
|
@@ -262,13 +232,13 @@ isEmpty( ICONDIR ) {
|
||||||
|
ICONDIR=/usr/share/pixmaps
|
||||||
|
}
|
||||||
|
|
||||||
|
-INCLUDEPATH += /usr/include/poppler/qt4
|
||||||
|
-LIBS += -L/usr/lib -lpoppler-qt4
|
||||||
|
-LIBS += -L/usr/lib -lz
|
||||||
|
+INCLUDEPATH += @GENTOO_PORTAGE_EPREFIX@/usr/include/poppler/qt4
|
||||||
|
+LIBS += -lpoppler-qt4
|
||||||
|
+LIBS += -lz
|
||||||
DEFINES += PREFIX=\\\"$${PREFIX}\\\"
|
DEFINES += PREFIX=\\\"$${PREFIX}\\\"
|
||||||
target.path = $${PREFIX}/bin
|
target.path = $${PREFIX}/bin
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-3.1.ebuild,v 1.2 2011/11/28 10:31:59 jlec Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-3.1.ebuild,v 1.3 2011/12/04 10:10:03 jlec Exp $
|
||||||
|
|
||||||
EAPI="3"
|
EAPI="3"
|
||||||
|
|
||||||
inherit base qt4-r2 versionator
|
inherit base prefix qt4-r2 versionator
|
||||||
|
|
||||||
# The upstream version numbering is bad, so we have to remove a dot in the
|
# The upstream version numbering is bad, so we have to remove a dot in the
|
||||||
# minor version number
|
# minor version number
|
||||||
|
@ -48,8 +48,13 @@ DEPEND="${COMMON_DEPEND}
|
||||||
|
|
||||||
PATCHES=( "${FILESDIR}/${P}-hunspell.patch" )
|
PATCHES=( "${FILESDIR}/${P}-hunspell.patch" )
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
qt4-r2_src_prepare
|
||||||
|
eprefixify ${PN}.pro configdialog.cpp
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
emake INSTALL_ROOT="${D}" install || die "make install failed"
|
emake INSTALL_ROOT="${ED}" install || die "make install failed"
|
||||||
|
|
||||||
insinto /usr/share/pixmaps/texmaker
|
insinto /usr/share/pixmaps/texmaker
|
||||||
doins utilities/texmaker*.png || die "doins failed."
|
doins utilities/texmaker*.png || die "doins failed."
|
||||||
|
@ -60,5 +65,5 @@ src_install() {
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
elog "A user manual with many screenshots is available at:"
|
elog "A user manual with many screenshots is available at:"
|
||||||
elog "/usr/share/${PN}/usermanual_en.html"
|
elog "${EPREFIX}/usr/share/${PN}/usermanual_en.html"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
|
<herd>proxy-maint@gentoo.org</herd>
|
||||||
<maintainer>
|
<maintainer>
|
||||||
<email>l.valerimanera@gmail.com</email>
|
<email>l.valerimanera@gmail.com</email>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/app-text/rnv/rnv-1.7.10.ebuild,v 1.1 2011/01/07 18:55:01 fauli Exp $
|
# $Header: /var/cvsroot/gentoo-x86/app-text/rnv/rnv-1.7.10-r1.ebuild,v 1.1 2011/12/04 10:45:00 hwoarang Exp $
|
||||||
|
|
||||||
EAPI="3"
|
EAPI="4"
|
||||||
|
|
||||||
inherit eutils toolchain-funcs
|
inherit eutils toolchain-funcs
|
||||||
|
|
||||||
|
@ -18,3 +18,8 @@ IUSE=""
|
||||||
RDEPEND="dev-libs/expat"
|
RDEPEND="dev-libs/expat"
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
app-arch/unzip"
|
app-arch/unzip"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
dobin rnv rvp arx
|
||||||
|
dodoc readme.txt
|
||||||
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/runscript
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/files/redis.initd,v 1.2 2011/12/01 10:45:31 djc Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-db/redis/files/redis.initd,v 1.3 2011/12/04 10:36:35 swegener Exp $
|
||||||
|
|
||||||
REDIS_EXEC=/usr/sbin/redis-server
|
REDIS_EXEC=/usr/sbin/redis-server
|
||||||
REDIS_PID=${REDIS_PID:-/var/run/redis/redis.pid}
|
REDIS_PID=${REDIS_PID:-/var/run/redis/redis.pid}
|
||||||
|
@ -9,8 +9,6 @@ REDIS_OPTS=${REDIS_OPTS:-"${REDIS_CONF}"}
|
||||||
REDIS_USER=${REDIS_USER:-redis}
|
REDIS_USER=${REDIS_USER:-redis}
|
||||||
REDIS_GROUP=${REDIS_GROUP:-redis}
|
REDIS_GROUP=${REDIS_GROUP:-redis}
|
||||||
|
|
||||||
opts="start stop restart"
|
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
use net localmount logger
|
use net localmount logger
|
||||||
after keepalived
|
after keepalived
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gnusim8085/gnusim8085-1.3.7.ebuild,v 1.2 2011/12/03 03:35:52 radhermit Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/gnusim8085/gnusim8085-1.3.7.ebuild,v 1.3 2011/12/04 14:54:51 hwoarang Exp $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="amd64 ~x86"
|
||||||
IUSE="nls examples"
|
IUSE="nls examples"
|
||||||
|
|
||||||
RDEPEND=">=x11-libs/gtk+-2.12:2
|
RDEPEND=">=x11-libs/gtk+-2.12:2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.100.300.ebuild,v 1.2 2011/12/01 19:49:58 phajdan.jr Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-chdir/File-chdir-0.100.300.ebuild,v 1.3 2011/12/04 15:00:34 hwoarang Exp $
|
||||||
|
|
||||||
EAPI=3
|
EAPI=3
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ inherit perl-module
|
||||||
DESCRIPTION="An alternative to File::Spec and CWD"
|
DESCRIPTION="An alternative to File::Spec and CWD"
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
|
KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
RDEPEND=">=virtual/perl-File-Spec-3.27"
|
RDEPEND=">=virtual/perl-File-Spec-3.27"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.690.0.ebuild,v 1.3 2011/12/01 19:54:53 phajdan.jr Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Domain-TLD/Net-Domain-TLD-1.690.0.ebuild,v 1.4 2011/12/04 14:51:00 hwoarang Exp $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ inherit perl-module
|
||||||
DESCRIPTION="Current list of available top level domain names including new ICANN additions and ccTLDs"
|
DESCRIPTION="Current list of available top level domain names including new ICANN additions and ccTLDs"
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
|
KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
|
||||||
IUSE="test"
|
IUSE="test"
|
||||||
|
|
||||||
RDEPEND=""
|
RDEPEND=""
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PatchReader/PatchReader-0.9.6.ebuild,v 1.2 2011/12/01 19:36:15 phajdan.jr Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PatchReader/PatchReader-0.9.6.ebuild,v 1.3 2011/12/04 14:47:51 hwoarang Exp $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ DESCRIPTION="Module for reading diff-compatible patch files"
|
||||||
|
|
||||||
LICENSE="|| ( Artistic GPL-2 )"
|
LICENSE="|| ( Artistic GPL-2 )"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
|
KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
RDEPEND="virtual/perl-File-Temp"
|
RDEPEND="virtual/perl-File-Temp"
|
||||||
|
|
1
dev-python/hglib/Manifest
Normal file
1
dev-python/hglib/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST python-hglib-0.1.tar.gz 24412 RMD160 f61f71948cf85899b75fee599c4896b769309be0 SHA1 b9fd096d759dd459e97e00c045e199e0cb10b0dc SHA256 f9e031e50d19ee59d2f40e51794b1ecb69db41b3faa52bda8e3abb8d53babf9e
|
37
dev-python/hglib/hglib-0.1.ebuild
Normal file
37
dev-python/hglib/hglib-0.1.ebuild
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/hglib/hglib-0.1.ebuild,v 1.1 2011/12/04 12:14:33 maksbotan Exp $
|
||||||
|
|
||||||
|
EAPI=3
|
||||||
|
PYTHON_DEPEND="2"
|
||||||
|
PYTHON_USE_WITH="threads"
|
||||||
|
SUPPORT_PYTHON_ABIS="1"
|
||||||
|
RESTRICT_PYTHON_ABIS="2.5 2.6 3.* *-jython"
|
||||||
|
MY_P="python-${P}"
|
||||||
|
MY_PN="python-${PN}"
|
||||||
|
|
||||||
|
inherit distutils
|
||||||
|
|
||||||
|
DESCRIPTION="Library for using the Mercurial Command Server from Python"
|
||||||
|
HOMEPAGE="http://mercurial.selenic.com/"
|
||||||
|
SRC_URI="http://mercurial.selenic.com/release/${MY_PN}/${MY_P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
IUSE="test"
|
||||||
|
|
||||||
|
RDEPEND=">=dev-vcs/mercurial-1.9"
|
||||||
|
DEPEND="test? ( dev-python/nose )"
|
||||||
|
|
||||||
|
S=${WORKDIR}/${MY_P}
|
||||||
|
|
||||||
|
src_test() {
|
||||||
|
rm tests/test-summary.py # currently fails
|
||||||
|
testing() {
|
||||||
|
# local testdir="${T}/tests-${PYTHON_ABI}"
|
||||||
|
# rm -rf "${testdir}"
|
||||||
|
"$(PYTHON)" test.py
|
||||||
|
}
|
||||||
|
python_execute_function testing
|
||||||
|
}
|
13
dev-python/hglib/metadata.xml
Normal file
13
dev-python/hglib/metadata.xml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<herd>proxy-maintainers</herd>
|
||||||
|
<maintainer>
|
||||||
|
<email>arne_bab@web.de</email>
|
||||||
|
<name>Arne Babenhauserheide</name>
|
||||||
|
</maintainer>
|
||||||
|
<maintainer>
|
||||||
|
<email>maksbotan@gentoo.org</email>
|
||||||
|
<name>Maxim Koltsov</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
|
@ -1 +1 @@
|
||||||
DIST pycountry-0.12.1.tar.gz 6393186 RMD160 f54aeb1a5289af9a1cd4448ab7a067e7e1f5d17e SHA1 7b20e94718b46d508b68a374a1511b953c7aa6de SHA256 d46b5c910889bc1ab39fce4ed5bb39f6335e27449b54dd49161e23652d182f54
|
DIST pycountry-0.14.1.tar.gz 7095782 RMD160 172bb25dd00e202edf9d898c977c58ea11498196 SHA1 b57395e962bede445e10098ca6f2c464bb15e9e2 SHA256 5af9e3896ac48e99acce79e4087d397823202f8a3aff65d38ec5d981bf93b42a
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2010 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-0.12.1.ebuild,v 1.2 2010/12/26 15:13:50 arfrever Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/pycountry/pycountry-0.14.1.ebuild,v 1.1 2011/12/04 13:40:07 cedk Exp $
|
||||||
|
|
||||||
EAPI="3"
|
EAPI="3"
|
||||||
SUPPORT_PYTHON_ABIS="1"
|
SUPPORT_PYTHON_ABIS="1"
|
|
@ -1 +1,2 @@
|
||||||
DIST python-pynut-1.1.tar.gz 3513 RMD160 88bcae318bc9c10d76205c8ecbb0659e7a6a1324 SHA1 f0f3fdf576cbaacb78aa883a23fb700b5eb97d18 SHA256 533bbb912baf8d2125813db91eb0a7406fdf2521156584f06299f23753f8e93e
|
DIST python-pynut-1.1.tar.gz 3513 RMD160 88bcae318bc9c10d76205c8ecbb0659e7a6a1324 SHA1 f0f3fdf576cbaacb78aa883a23fb700b5eb97d18 SHA256 533bbb912baf8d2125813db91eb0a7406fdf2521156584f06299f23753f8e93e
|
||||||
|
DIST python-pynut-1.2.tar.gz 3610 RMD160 a9733cf2ca99b740f687cda620248a7eecf930de SHA1 1b9e4d86fb86da4010658c94a4aeb9e62c13a46a SHA256 446adbc317f67815d0faefb679c0c7f47c2cba64efaa1b9386f08a442b3fd2ce
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<herd>python</herd>
|
<herd>python</herd>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|
39
dev-python/pynut/pynut-1.2.ebuild
Normal file
39
dev-python/pynut/pynut-1.2.ebuild
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/pynut/pynut-1.2.ebuild,v 1.1 2011/12/04 14:04:53 jlec Exp $
|
||||||
|
|
||||||
|
EAPI="3"
|
||||||
|
|
||||||
|
SUPPORT_PYTHON_ABIS="1"
|
||||||
|
RESTRICT_PYTHON_ABIS="3.*"
|
||||||
|
|
||||||
|
inherit python
|
||||||
|
|
||||||
|
DESCRIPTION="An abstraction class written in Python to access NUT (Network UPS Tools) server"
|
||||||
|
HOMEPAGE="http://www.lestat.st/informatique/projets/pynut-en/"
|
||||||
|
SRC_URI="http://www.lestat.st/_media/informatique/projets/pynut/python-${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
S="${WORKDIR}/python-${P}"
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
installation() {
|
||||||
|
insinto $(python_get_sitedir)
|
||||||
|
doins PyNUT.py
|
||||||
|
}
|
||||||
|
python_execute_function -q installation
|
||||||
|
|
||||||
|
dodoc README
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
python_mod_optimize PyNUT.py
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
python_mod_cleanup PyNUT.py
|
||||||
|
}
|
|
@ -1 +1,2 @@
|
||||||
|
DIST python-nss-0.12.tar.bz2 167007 RMD160 a925360abfcad0884c9e9744f80089ca0824b633 SHA1 715874f00985875fcd816c2bfd19ea8d9f830369 SHA256 e1084fef686f5b2f74f47fa46a7403d8b747ad14be7d9b3685b1bb105a4283cb
|
||||||
DIST python-nss-0.8.tar.lzma 108903 RMD160 e636140ab155e64d99e9eb1b5d574ae1e966cf07 SHA1 ad67c7c5e65be0054c98aea0eced12414208352a SHA256 6af55f01782867b2bc9ce09838c385ba9340c2a0646c3cf1ec1931892f64086a
|
DIST python-nss-0.8.tar.lzma 108903 RMD160 e636140ab155e64d99e9eb1b5d574ae1e966cf07 SHA1 ad67c7c5e65be0054c98aea0eced12414208352a SHA256 6af55f01782867b2bc9ce09838c385ba9340c2a0646c3cf1ec1931892f64086a
|
||||||
|
|
|
@ -0,0 +1,25 @@
|
||||||
|
RCS file: /cvsroot/mozilla/security/python/nss/src/py_nss.c,v
|
||||||
|
retrieving revision 1.23
|
||||||
|
diff -b -u -r1.23 py_nss.c
|
||||||
|
--- src/py_nss.c 6 Jun 2011 15:21:13 -0000 1.23
|
||||||
|
+++ src/py_nss.c 17 Nov 2011 21:11:40 -0000
|
||||||
|
@@ -4669,7 +4669,7 @@
|
||||||
|
}
|
||||||
|
|
||||||
|
if (params.hashAlg) {
|
||||||
|
- obj = oid_secitem_to_pystr_desc(¶ms->hashAlg->algorithm);
|
||||||
|
+ obj = oid_secitem_to_pystr_desc(¶ms.hashAlg->algorithm);
|
||||||
|
} else {
|
||||||
|
obj = PyString_FromString("default, SHA-1");
|
||||||
|
}
|
||||||
|
@@ -4677,8 +4677,8 @@
|
||||||
|
Py_CLEAR(obj);
|
||||||
|
|
||||||
|
if (params.maskAlg) {
|
||||||
|
- obj = oid_secitem_to_pystr_desc(¶ms->maskAlg->algorithm);
|
||||||
|
- if (SEC_QuickDERDecodeItem(pool, &mask_hash_alg,
|
||||||
|
+ obj = oid_secitem_to_pystr_desc(¶ms.maskAlg->algorithm);
|
||||||
|
+ if (SEC_QuickDERDecodeItem(arena, &mask_hash_alg,
|
||||||
|
SEC_ASN1_GET(SECOID_AlgorithmIDTemplate),
|
||||||
|
¶ms.maskAlg->parameters) == SECSuccess) {
|
||||||
|
obj1 = oid_secitem_to_pystr_desc(&mask_hash_alg);
|
53
dev-python/python-nss/python-nss-0.12.ebuild
Normal file
53
dev-python/python-nss/python-nss-0.12.ebuild
Normal file
|
@ -0,0 +1,53 @@
|
||||||
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-nss/python-nss-0.12.ebuild,v 1.1 2011/12/04 12:42:48 maksbotan Exp $
|
||||||
|
|
||||||
|
EAPI="4"
|
||||||
|
|
||||||
|
SUPPORT_PYTHON_ABIS="1"
|
||||||
|
RESTRICT_PYTHON_ABIS="3.*"
|
||||||
|
|
||||||
|
inherit distutils eutils versionator
|
||||||
|
|
||||||
|
MY_PV="$(replace_all_version_separators '_' )_0"
|
||||||
|
DESCRIPTION="Python bindings for Network Security Services (NSS)"
|
||||||
|
HOMEPAGE="http://www.mozilla.org/projects/security/pki/python-nss/"
|
||||||
|
SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/${PN}/releases/PYNSS_RELEASE_${MY_PV}/src/${P}.tar.bz2"
|
||||||
|
|
||||||
|
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2 )"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE="doc"
|
||||||
|
|
||||||
|
DEPEND="dev-libs/nss
|
||||||
|
dev-libs/nspr
|
||||||
|
doc? ( dev-python/docutils
|
||||||
|
dev-python/epydoc )"
|
||||||
|
|
||||||
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
DOCS="README doc/ChangeLog"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
# RHB #754750 ; bgo #390869
|
||||||
|
epatch "${FILESDIR}/python-nss-0.12-rsapssparams.patch"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
distutils_src_install
|
||||||
|
|
||||||
|
if use doc; then
|
||||||
|
einfo "Generating API documentation..."
|
||||||
|
|
||||||
|
mkdir "${S}"/doc/html
|
||||||
|
PYTHONPATH="${ED}$(python_get_sitedir -f)" epydoc --html --docformat restructuredtext \
|
||||||
|
-o "${S}"/doc/html \
|
||||||
|
"$(ls -d build-$(PYTHON -f --ABI)/lib.*)/nss"
|
||||||
|
|
||||||
|
dohtml -r "${S}"/doc/html/
|
||||||
|
insinto /usr/share/doc/"${PF}"
|
||||||
|
doins -r ./test
|
||||||
|
insinto /usr/share/doc/"${PF}"/examples
|
||||||
|
doins doc/examples/*.py
|
||||||
|
fi
|
||||||
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.6.3.ebuild,v 1.1 2011/12/02 06:59:16 graaff Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.6.3.ebuild,v 1.2 2011/12/04 13:55:37 naota Exp $
|
||||||
|
|
||||||
EAPI=2
|
EAPI=2
|
||||||
USE_RUBY="ruby18 ree18 ruby19 jruby"
|
USE_RUBY="ruby18 ree18 ruby19 jruby"
|
||||||
|
@ -17,7 +17,7 @@ DESCRIPTION="A JSON implementation as a Ruby extension."
|
||||||
HOMEPAGE="http://json.rubyforge.org/"
|
HOMEPAGE="http://json.rubyforge.org/"
|
||||||
LICENSE="|| ( Ruby GPL-2 )"
|
LICENSE="|| ( Ruby GPL-2 )"
|
||||||
|
|
||||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
|
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.1.ebuild,v 1.1 2011/05/26 17:28:40 naota Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.1.ebuild,v 1.2 2011/12/04 14:06:04 armin76 Exp $
|
||||||
|
|
||||||
EAPI="2"
|
EAPI="2"
|
||||||
USE_RUBY="ruby18 ruby19"
|
USE_RUBY="ruby18 ruby19"
|
||||||
|
@ -15,7 +15,7 @@ DESCRIPTION="A pkg-config implementation by Ruby"
|
||||||
HOMEPAGE="https://github.com/rcairo/pkg-config"
|
HOMEPAGE="https://github.com/rcairo/pkg-config"
|
||||||
LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
|
LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
|
||||||
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.2.ebuild,v 1.3 2011/09/23 13:37:16 xarthisius Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/pkg-config/pkg-config-1.1.2.ebuild,v 1.4 2011/12/04 14:06:04 armin76 Exp $
|
||||||
|
|
||||||
EAPI="2"
|
EAPI="2"
|
||||||
USE_RUBY="ruby18 ruby19 ree18"
|
USE_RUBY="ruby18 ruby19 ree18"
|
||||||
|
@ -17,7 +17,7 @@ DESCRIPTION="A pkg-config implementation by Ruby"
|
||||||
HOMEPAGE="https://github.com/rcairo/pkg-config"
|
HOMEPAGE="https://github.com/rcairo/pkg-config"
|
||||||
LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
|
LICENSE="|| ( LGPL-2 LGPL-2.1 LGPL-3 )"
|
||||||
|
|
||||||
KEYWORDS="~amd64 ~ppc ~x86"
|
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plruby/plruby-0.5.4.ebuild,v 1.2 2011/11/28 11:37:21 phajdan.jr Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/plruby/plruby-0.5.4.ebuild,v 1.3 2011/12/04 13:58:43 hwoarang Exp $
|
||||||
|
|
||||||
EAPI=2
|
EAPI=2
|
||||||
USE_RUBY="ruby18"
|
USE_RUBY="ruby18"
|
||||||
|
@ -15,7 +15,7 @@ SRC_URI="http://github.com/${GITHUB_USER}/postgresql-plruby/tarball/v${PV} -> ${
|
||||||
|
|
||||||
LICENSE="Ruby"
|
LICENSE="Ruby"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~ppc x86"
|
KEYWORDS="amd64 ~ppc x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND="${DEPEND} dev-db/postgresql-server"
|
DEPEND="${DEPEND} dev-db/postgresql-server"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/posix-spawn-0.3.6.ebuild,v 1.1 2011/04/24 20:57:13 flameeyes Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/posix-spawn/posix-spawn-0.3.6.ebuild,v 1.2 2011/12/04 11:08:36 graaff Exp $
|
||||||
|
|
||||||
EAPI=2
|
EAPI=2
|
||||||
|
|
||||||
|
@ -8,22 +8,27 @@ EAPI=2
|
||||||
USE_RUBY="ruby18 ruby19 ree18"
|
USE_RUBY="ruby18 ruby19 ree18"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RUBY_FAKEGEM_TASK_DOC=""
|
||||||
RUBY_FAKEGEM_EXTRADOC="README.md TODO HACKING"
|
RUBY_FAKEGEM_EXTRADOC="README.md TODO HACKING"
|
||||||
|
|
||||||
inherit ruby-fakegem
|
inherit ruby-fakegem
|
||||||
|
|
||||||
DESCRIPTION="Ruby library to access ELF files information"
|
DESCRIPTION="The posix-spawn library aims to implement a subset of the Ruby 1.9 Process::spawn"
|
||||||
HOMEPAGE="http://www.flameeyes.eu/projects/ruby-elf"
|
HOMEPAGE="https://github.com/rtomayko/posix-spawn/"
|
||||||
|
|
||||||
LICENSE="MIT LGPL-2.1"
|
LICENSE="MIT LGPL-2.1"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE="test"
|
IUSE="test"
|
||||||
|
|
||||||
ruby_add_bdepend ">=dev-ruby/rake-compiler-0.7.6"
|
each_ruby_configure() {
|
||||||
|
${RUBY} -Cext extconf.rb || die
|
||||||
# https://github.com/rtomayko/posix-spawn/issues/11
|
}
|
||||||
RESTRICT=test
|
|
||||||
|
|
||||||
each_ruby_compile() {
|
each_ruby_compile() {
|
||||||
${RUBY} -S rake compile || die
|
emake -Cext
|
||||||
|
cp ext/*$(get_modname) lib/ || die
|
||||||
|
}
|
||||||
|
|
||||||
|
each_ruby_test() {
|
||||||
|
${RUBY} -Ilib -S testrb test || die
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.7.ebuild,v 1.2 2011/11/27 19:24:55 graaff Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/racc/racc-1.4.7.ebuild,v 1.3 2011/12/04 14:14:25 naota Exp $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ HOMEPAGE="http://www.loveruby.net/en/racc.html"
|
||||||
LICENSE="LGPL-2.1"
|
LICENSE="LGPL-2.1"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
|
|
||||||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
|
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
ruby_add_bdepend "dev-ruby/rake
|
ruby_add_bdepend "dev-ruby/rake
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/rcairo-1.10.2.ebuild,v 1.1 2011/11/24 07:11:01 graaff Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rcairo/rcairo-1.10.2.ebuild,v 1.2 2011/12/04 14:07:44 armin76 Exp $
|
||||||
|
|
||||||
EAPI=2
|
EAPI=2
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ IUSE=""
|
||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
LICENSE="|| ( Ruby GPL-2 )"
|
LICENSE="|| ( Ruby GPL-2 )"
|
||||||
KEYWORDS="~amd64 ~ppc ~x86"
|
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
|
||||||
|
|
||||||
RDEPEND="${RDEPEND}
|
RDEPEND="${RDEPEND}
|
||||||
>=x11-libs/cairo-1.2.0[svg]"
|
>=x11-libs/cairo-1.2.0[svg]"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexical/rexical-1.0.5-r1.ebuild,v 1.1 2011/07/09 10:35:36 graaff Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rexical/rexical-1.0.5-r1.ebuild,v 1.2 2011/12/04 14:11:08 naota Exp $
|
||||||
|
|
||||||
EAPI=2
|
EAPI=2
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ DESCRIPTION="Rexical is a lexical scanner generator"
|
||||||
HOMEPAGE="http://github.com/tenderlove/rexical/tree/master"
|
HOMEPAGE="http://github.com/tenderlove/rexical/tree/master"
|
||||||
LICENSE="LGPL-2" # plus exception
|
LICENSE="LGPL-2" # plus exception
|
||||||
|
|
||||||
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
|
KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-tex/catdvi/catdvi-0.14-r1.ebuild,v 1.4 2011/11/28 11:56:19 phajdan.jr Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-tex/catdvi/catdvi-0.14-r1.ebuild,v 1.5 2011/12/04 14:39:58 hwoarang Exp $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 x86"
|
KEYWORDS="amd64 x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND="virtual/tex-base"
|
DEPEND="virtual/tex-base"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake-fedora/cmake-fedora-0.8.1.ebuild,v 1.1 2011/11/01 17:50:50 naota Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-util/cmake-fedora/cmake-fedora-0.8.1.ebuild,v 1.2 2011/12/04 14:55:42 hwoarang Exp $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ SRC_URI="https://fedorahosted.org/releases/c/m/cmake-fedora/${P}-Source.tar.gz"
|
||||||
|
|
||||||
LICENSE="BSD"
|
LICENSE="BSD"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="amd64 ~x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
DIST hgsvn-0.1.8.tar.gz 50068 RMD160 af056571b2d25110b61cffbf5512cb35967a7c1f SHA1 029eeb5646228194d4677d2f4e3e33bc41da44cc SHA256 90ddb565cc058c69617efc2ee0f02e5847104b6481ef56fb849a5410835c47a1
|
DIST hgsvn-0.1.9.tar.gz 56452 RMD160 3f6c9b0bbda5c8454478436d0c0589e04d8394e1 SHA1 e83b1648763162e90412dbd2c887d05311e801ff SHA256 de45c04a1b3c3e104fcfc99973609239240c3b22789b6e87e29323c7b86c333f
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2010 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsvn/hgsvn-0.1.8.ebuild,v 1.2 2010/12/26 15:53:44 arfrever Exp $
|
# $Header: /var/cvsroot/gentoo-x86/dev-vcs/hgsvn/hgsvn-0.1.9.ebuild,v 1.1 2011/12/04 13:47:40 cedk Exp $
|
||||||
|
|
||||||
EAPI="3"
|
EAPI="3"
|
||||||
PYTHON_DEPEND="2:2.5"
|
PYTHON_DEPEND="2:2.5"
|
|
@ -1,9 +1,9 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/runscript
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/files/pvpgn.rc,v 1.3 2011/09/05 16:58:02 mr_bones_ Exp $
|
# $Header: /var/cvsroot/gentoo-x86/games-server/pvpgn/files/pvpgn.rc,v 1.4 2011/12/04 10:27:13 swegener Exp $
|
||||||
|
|
||||||
extra_commands="reload shutdown"
|
extra_started_commands="reload"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need net
|
need net
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.4.ebuild,v 1.3 2011/11/22 16:09:16 phajdan.jr Exp $
|
# $Header: /var/cvsroot/gentoo-x86/kde-misc/tellico/tellico-2.3.4.ebuild,v 1.4 2011/12/04 14:45:03 hwoarang Exp $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ SRC_URI="http://tellico-project.org/files/${P}.tar.bz2"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="4"
|
SLOT="4"
|
||||||
KEYWORDS="~amd64 ~ppc x86"
|
KEYWORDS="amd64 ~ppc x86"
|
||||||
IUSE="addressbook cddb debug +handbook musicbrainz pdf scanner semantic-desktop taglib v4l xmp yaz"
|
IUSE="addressbook cddb debug +handbook musicbrainz pdf scanner semantic-desktop taglib v4l xmp yaz"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
|
|
|
@ -0,0 +1,34 @@
|
||||||
|
Fix markup to a format that is also supported by newer
|
||||||
|
notification-daemon versions, e.g. the one used in Gnome 3.
|
||||||
|
|
||||||
|
https://bugs.gentoo.org/show_bug.cgi?id=392599
|
||||||
|
|
||||||
|
diff -urp mail-notification-5.4.orig/src/mn-popup.gob mail-notification-5.4/src/mn-popup.gob
|
||||||
|
--- mail-notification-5.4.orig/src/mn-popup.gob 2008-05-22 16:45:36.000000000 +0100
|
||||||
|
+++ mail-notification-5.4/src/mn-popup.gob 2011-11-30 13:34:40.000000000 +0000
|
||||||
|
@@ -136,7 +136,7 @@ class MN:Popup from Notify:Notification
|
||||||
|
if (*body->str)
|
||||||
|
g_string_append_c(body, '\n');
|
||||||
|
|
||||||
|
- g_string_append_printf(body, "<span weight=\"bold\">%s</span>", name);
|
||||||
|
+ g_string_append_printf(body, "<b>%s</b>", name);
|
||||||
|
|
||||||
|
escaped = g_markup_escape_text(value, -1);
|
||||||
|
g_string_append_printf(body, " %s", escaped);
|
||||||
|
diff -urp mail-notification-5.4.orig/build/src/mn-popup.c mail-notification-5.4/build/src/mn-popup.c
|
||||||
|
--- mail-notification-5.4.orig/build/src/mn-popup.c 2008-05-22 16:47:49.000000000 +0100
|
||||||
|
+++ mail-notification-5.4/build/src/mn-popup.c 2011-11-30 13:35:37.000000000 +0000
|
||||||
|
@@ -434,7 +434,7 @@ mn_popup_append_row (GString * body, con
|
||||||
|
if (*body->str)
|
||||||
|
g_string_append_c(body, '\n');
|
||||||
|
|
||||||
|
- g_string_append_printf(body, "<span weight=\"bold\">%s</span>", name);
|
||||||
|
+ g_string_append_printf(body, "<b>%s</b>", name);
|
||||||
|
|
||||||
|
escaped = g_markup_escape_text(value, -1);
|
||||||
|
g_string_append_printf(body, " %s", escaped);
|
||||||
|
diff -urp mail-notification-5.4.orig/build/src/mn-popup.gob.stamp mail-notification-5.4/build/src/mn-popup.gob.stamp
|
||||||
|
--- mail-notification-5.4.orig/build/src/mn-popup.gob.stamp 2008-05-22 16:47:49.000000000 +0100
|
||||||
|
+++ mail-notification-5.4/build/src/mn-popup.gob.stamp 2011-11-30 13:38:09.000000000 +0000
|
||||||
|
@@ -0,0 +1 @@
|
||||||
|
+
|
110
mail-client/mail-notification/mail-notification-5.4-r5.ebuild
Normal file
110
mail-client/mail-notification/mail-notification-5.4-r5.ebuild
Normal file
|
@ -0,0 +1,110 @@
|
||||||
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-notification-5.4-r5.ebuild,v 1.1 2011/12/04 11:46:10 graaff Exp $
|
||||||
|
|
||||||
|
EAPI=2
|
||||||
|
|
||||||
|
inherit gnome2 multilib flag-o-matic toolchain-funcs
|
||||||
|
|
||||||
|
DESCRIPTION="A GNOME trayicon which checks for email, with support for many online and offline mailbox formats."
|
||||||
|
HOMEPAGE="http://www.nongnu.org/mailnotify/"
|
||||||
|
SRC_URI="http://savannah.nongnu.org/download/mailnotify/${P}.tar.bz2"
|
||||||
|
|
||||||
|
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||||
|
SLOT="0"
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
|
||||||
|
IUSE="evo gmail imap ipv6 maildir mbox mh mozilla pop sasl ssl sylpheed"
|
||||||
|
|
||||||
|
# gmime is actually optional, but it's used by so much of the package
|
||||||
|
# it's pointless making it optional. gnome-keyring is required for
|
||||||
|
# several specific access methods, and thus linked to those USE flags
|
||||||
|
# instead of adding a keyring USE flag.
|
||||||
|
RDEPEND=">=x11-libs/gtk+-2.12:2
|
||||||
|
>=dev-libs/glib-2.14
|
||||||
|
>=gnome-base/gconf-2.4.0
|
||||||
|
>=gnome-base/gconf-2.6
|
||||||
|
>=gnome-base/libgnomeui-2.14
|
||||||
|
>=gnome-base/libglade-2.0
|
||||||
|
dev-libs/dbus-glib
|
||||||
|
dev-libs/gmime:2.4
|
||||||
|
>=x11-libs/libnotify-0.4.1
|
||||||
|
pop? ( gnome-base/gnome-keyring )
|
||||||
|
imap? ( gnome-base/gnome-keyring )
|
||||||
|
gmail? ( gnome-base/gnome-keyring )
|
||||||
|
ssl? ( >=dev-libs/openssl-0.9.6 )
|
||||||
|
sasl? ( >=dev-libs/cyrus-sasl-2 )
|
||||||
|
evo? ( >=mail-client/evolution-2.24 )
|
||||||
|
sylpheed? ( mail-client/sylpheed )"
|
||||||
|
|
||||||
|
DEPEND="${RDEPEND}
|
||||||
|
app-text/scrollkeeper
|
||||||
|
dev-util/pkgconfig
|
||||||
|
>=dev-util/intltool-0.35.0"
|
||||||
|
|
||||||
|
# this now uses JB (the Jean-Yves Lefort's Build System) as a build system
|
||||||
|
# instead of autotools, this is a little helper function that basically does
|
||||||
|
# the same thing as use_enable
|
||||||
|
use_var() {
|
||||||
|
echo -n "${2:-$1}="
|
||||||
|
use "${1}" && echo "yes" || echo "no"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
epatch "${FILESDIR}/${P}-dont-update-cache.patch"
|
||||||
|
|
||||||
|
# We are not Ubuntu, and I suspect that this is the cause of #215281
|
||||||
|
epatch "${FILESDIR}/${P}-remove-ubuntu-special-case.patch"
|
||||||
|
|
||||||
|
# Make it work ok with eds-2.24 and 2.29
|
||||||
|
epatch "${FILESDIR}/${P}-e-d-s.patch"
|
||||||
|
|
||||||
|
# Fix gtkhtml depend to solve building against evo-2.28, see bug #293374
|
||||||
|
epatch "${FILESDIR}/${P}-evolution-gtkhtml.patch"
|
||||||
|
|
||||||
|
# Add patch for new cyrus-sasl's ABI, see:
|
||||||
|
# https://bugzilla.redhat.com/501456
|
||||||
|
epatch "${FILESDIR}/${P}-sasl_encode64.patch"
|
||||||
|
|
||||||
|
# Fedora patch to build against dev-libs/gmime:2.4
|
||||||
|
epatch "${FILESDIR}/${P}-gmime.patch"
|
||||||
|
|
||||||
|
# Fix forced --as-needed, bug 317905
|
||||||
|
epatch "${FILESDIR}/${P}-asneeded.patch"
|
||||||
|
|
||||||
|
# Fix icons for gnome 2.30+
|
||||||
|
epatch "${FILESDIR}/${P}-icons.patch"
|
||||||
|
|
||||||
|
epatch "${FILESDIR}/${P}-fix-markup.patch"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
./jb configure destdir="${D}" prefix="/usr" libdir=/usr/$(get_libdir) \
|
||||||
|
sysconfdir="/etc" localstatedir="/var" cc="$(tc-getCC)" \
|
||||||
|
cflags="${CFLAGS}" cppflags="${CXXFLAGS}" ldflags="${LDFLAGS}" \
|
||||||
|
scrollkeeper-dir="/var/lib/scrollkeeper" \
|
||||||
|
$(use_var evo evolution) \
|
||||||
|
$(use_var gmail) \
|
||||||
|
$(use_var imap) \
|
||||||
|
$(use_var ipv6) \
|
||||||
|
$(use_var maildir) \
|
||||||
|
$(use_var mbox) \
|
||||||
|
$(use_var mh) \
|
||||||
|
$(use_var mozilla) \
|
||||||
|
$(use_var pop pop3) \
|
||||||
|
$(use_var sasl) \
|
||||||
|
$(use_var ssl) \
|
||||||
|
$(use_var sylpheed) || die
|
||||||
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
./jb build || die
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" ./jb install || die
|
||||||
|
|
||||||
|
dodoc NEWS README AUTHORS TODO TRANSLATING
|
||||||
|
|
||||||
|
rm -rf "${D}/var/lib/scrollkeeper"
|
||||||
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.77.ebuild,v 1.4 2011/11/29 18:21:19 grobian Exp $
|
# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.77.ebuild,v 1.5 2011/12/04 10:38:17 grobian Exp $
|
||||||
|
|
||||||
EAPI="3"
|
EAPI="3"
|
||||||
|
|
||||||
|
@ -327,12 +327,18 @@ src_install () {
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
einfo "${EROOT}etc/exim/system_filter.exim is a sample system_filter."
|
if [[ ! -f ${EROOT}etc/exim/exim.conf ]] ; then
|
||||||
einfo "${EROOT}etc/exim/auth_conf.sub contains the configuration sub for using smtp auth."
|
einfo "${EROOT}etc/exim/system_filter.exim is a sample system_filter."
|
||||||
einfo "Please create ${EROOT}etc/exim/exim.conf from ${EROOT}etc/exim/exim.conf.dist."
|
einfo "${EROOT}etc/exim/auth_conf.sub contains the configuration sub for using smtp auth."
|
||||||
|
einfo "Please create ${EROOT}etc/exim/exim.conf from ${EROOT}etc/exim/exim.conf.dist."
|
||||||
|
fi
|
||||||
if use dcc ; then
|
if use dcc ; then
|
||||||
einfo "DCC support is experimental, you can find some limited"
|
einfo "DCC support is experimental, you can find some limited"
|
||||||
einfo "documentation at the bottom of this prerelease message:"
|
einfo "documentation at the bottom of this prerelease message:"
|
||||||
einfo "http://article.gmane.org/gmane.mail.exim.devel/3579"
|
einfo "http://article.gmane.org/gmane.mail.exim.devel/3579"
|
||||||
fi
|
fi
|
||||||
|
einfo "Exim maintains some db files under its spool directory that need"
|
||||||
|
einfo "cleaning from time to time. (${EROOT}var/spool/exim/db)"
|
||||||
|
einfo "Please use the exim_tidydb tool as documented in the Exim manual:"
|
||||||
|
einfo "http://www.exim.org/exim-html-current/doc/html/spec_html/ch50.html#SECThindatmai"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/runscript
|
||||||
# Copyright 1999-2005 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/files/exim.rc6,v 1.8 2010/01/16 10:46:47 grobian Exp $
|
# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/files/exim.rc6,v 1.9 2011/12/04 10:03:10 swegener Exp $
|
||||||
opts="${opts} reload"
|
|
||||||
|
extra_started_commands="reload"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need logger
|
need logger
|
||||||
|
@ -24,6 +25,6 @@ stop() {
|
||||||
|
|
||||||
reload() {
|
reload() {
|
||||||
ebegin "Reloading exim"
|
ebegin "Reloading exim"
|
||||||
start-stop-daemon --stop --signal HUP --oknodo --quiet --pidfile /var/run/exim.pid --name exim
|
start-stop-daemon --signal HUP --pidfile /var/run/exim.pid --name exim
|
||||||
eend $?
|
eend $?
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
#!/sbin/runscript
|
#!/sbin/runscript
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/files/exim.rc7,v 1.2 2011/08/16 16:51:36 idl0r Exp $
|
# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/files/exim.rc7,v 1.3 2011/12/04 10:03:10 swegener Exp $
|
||||||
|
|
||||||
opts="${opts} reload"
|
extra_started_commands="reload"
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
need logger
|
need logger
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.13.ebuild,v 1.3 2011/12/01 19:53:29 phajdan.jr Exp $
|
# $Header: /var/cvsroot/gentoo-x86/media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.13.ebuild,v 1.4 2011/12/04 14:50:05 hwoarang Exp $
|
||||||
|
|
||||||
inherit font
|
inherit font
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ SRC_URI="ftp://linux.thai.net/pub/thailinux/software/thai-ttf/thai-ttf-${PV}.tar
|
||||||
|
|
||||||
LICENSE="|| ( GPL-2-with-font-exception GPL-3-with-font-exception )"
|
LICENSE="|| ( GPL-2-with-font-exception GPL-3-with-font-exception )"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 x86"
|
KEYWORDS="amd64 x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND=""
|
DEPEND=""
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
DIST mypaint-0.9.0.tar.bz2 5540285 RMD160 07c83e5012400b9931a03bb750bf3f97da73bbd3 SHA1 6c733a1bc87e237be18389aefb26a034b1229d24 SHA256 d33ae8bd0cb502acac5bb8dd7b11c42322803f42d6f04d17c3abe0c053054225
|
DIST mypaint-0.9.0.tar.bz2 5540285 RMD160 07c83e5012400b9931a03bb750bf3f97da73bbd3 SHA1 6c733a1bc87e237be18389aefb26a034b1229d24 SHA256 d33ae8bd0cb502acac5bb8dd7b11c42322803f42d6f04d17c3abe0c053054225
|
||||||
DIST mypaint-0.9.1.tar.bz2 5542866 RMD160 16bd0492b567822b5ea4d6e3153e73436828a728 SHA1 b2fe2e311619a4c4815cd698abd41e99b6692b43 SHA256 407b599f62fb0d6e711fee57d22e64d3aec88825364fb5f7f73b9f0940aa7aed
|
DIST mypaint-0.9.1.tar.bz2 5542866 RMD160 16bd0492b567822b5ea4d6e3153e73436828a728 SHA1 b2fe2e311619a4c4815cd698abd41e99b6692b43 SHA256 407b599f62fb0d6e711fee57d22e64d3aec88825364fb5f7f73b9f0940aa7aed
|
||||||
|
DIST mypaint-1.0.0.tar.bz2 36748957 RMD160 6d3ff0f5c16e18b006f6449e9591067bd29ed3c5 SHA1 5f9221304bb8becd642b00d94af947edf1e18844 SHA256 ced440ec0307e29bfe4f612604fe27ec9bfaea3f4f9c8019ffaa50ef12dc7131
|
||||||
|
|
58
media-gfx/mypaint/mypaint-1.0.0.ebuild
Normal file
58
media-gfx/mypaint/mypaint-1.0.0.ebuild
Normal file
|
@ -0,0 +1,58 @@
|
||||||
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: /var/cvsroot/gentoo-x86/media-gfx/mypaint/mypaint-1.0.0.ebuild,v 1.1 2011/12/04 10:13:41 hwoarang Exp $
|
||||||
|
|
||||||
|
EAPI=2
|
||||||
|
|
||||||
|
inherit eutils fdo-mime gnome2-utils multilib scons-utils toolchain-funcs
|
||||||
|
|
||||||
|
DESCRIPTION="fast and easy graphics application for digital painters"
|
||||||
|
HOMEPAGE="http://mypaint.intilinux.com/"
|
||||||
|
SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
RDEPEND="dev-python/pygtk
|
||||||
|
dev-python/numpy
|
||||||
|
>=dev-python/pycairo-1.4
|
||||||
|
>=dev-lang/python-2.4
|
||||||
|
<dev-lang/python-3
|
||||||
|
dev-libs/protobuf[python]"
|
||||||
|
DEPEND="${RDEPEND}
|
||||||
|
>=dev-util/scons-1.0
|
||||||
|
dev-lang/swig"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
# multilib support
|
||||||
|
sed -i -e "s:lib\/${PN}:$(get_libdir)\/${PN}:" "${S}"/SConstruct || die
|
||||||
|
# respect CXXFLAGS,CXX,LDFLAGS
|
||||||
|
epatch "${FILESDIR}"/${PN}-0.9.1-gentoo.patch
|
||||||
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
#workaround scons bug with locales. Bug #352700
|
||||||
|
export LANG="en_US.UTF-8"
|
||||||
|
tc-export CXX
|
||||||
|
escons || die "scons failed"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install () {
|
||||||
|
escons prefix="${D}/usr" install || die "scons install failed"
|
||||||
|
newicon pixmaps/${PN}_logo.png ${PN}.png
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_preinst() {
|
||||||
|
gnome2_icon_savelist
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
fdo-mime_desktop_database_update
|
||||||
|
gnome2_icon_cache_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
fdo-mime_desktop_database_update
|
||||||
|
}
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/glurp/glurp-0.12.3.ebuild,v 1.2 2011/12/02 20:50:49 radhermit Exp $
|
# $Header: /var/cvsroot/gentoo-x86/media-sound/glurp/glurp-0.12.3.ebuild,v 1.3 2011/12/04 14:57:02 hwoarang Exp $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
inherit eutils
|
inherit eutils
|
||||||
|
@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/glurp/${P}.tar.gz"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~ppc ~x86"
|
KEYWORDS="amd64 ~ppc ~x86"
|
||||||
IUSE="debug"
|
IUSE="debug"
|
||||||
|
|
||||||
RDEPEND="x11-libs/gtk+:2
|
RDEPEND="x11-libs/gtk+:2
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
DIST mpd-0.16.2.tar.bz2 478096 RMD160 74e63fe4514eb8309bf2b2e4e4012566e14b6262 SHA1 ce0b8cd473f8acb45c06d73f41c18fc4dabbe440 SHA256 59a3c191bbfcbbbc119f4b1e44bcb62ce15e45bc4d5041153408acc3074cb1d5
|
DIST mpd-0.16.2.tar.bz2 478096 RMD160 74e63fe4514eb8309bf2b2e4e4012566e14b6262 SHA1 ce0b8cd473f8acb45c06d73f41c18fc4dabbe440 SHA256 59a3c191bbfcbbbc119f4b1e44bcb62ce15e45bc4d5041153408acc3074cb1d5
|
||||||
DIST mpd-0.16.3.tar.bz2 477517 RMD160 860a308ec443896da43c7421db8895c5aff9bd91 SHA1 7990bad609064752175127527fcf2ecf8066e36f SHA256 58df79cfa89b365413ee720f3f605ff01a9aa32be1e176d523243954648731d2
|
|
||||||
DIST mpd-0.16.4.tar.bz2 478807 RMD160 2e06445ea09c30b0ae63c33b85875114008fd13c SHA1 b4eb52903f269e18f434ca5fc346be281ba22c4f SHA256 fa85ca6f837bdfa5ac165c674c2d8cdb77ff44b5f56fac526bc6a11211e61cfd
|
|
||||||
DIST mpd-0.16.5.tar.bz2 498034 RMD160 05563d4b72016a3adb0b1ddf5536c26df1213cad SHA1 d04b9726a9bd39451428c7c945dd30e8b552d70c SHA256 1a03ba9fd38230d79be5ee7d2b75ffeae01d738613866cdf23e74a1e1e9b73db
|
DIST mpd-0.16.5.tar.bz2 498034 RMD160 05563d4b72016a3adb0b1ddf5536c26df1213cad SHA1 d04b9726a9bd39451428c7c945dd30e8b552d70c SHA256 1a03ba9fd38230d79be5ee7d2b75ffeae01d738613866cdf23e74a1e1e9b73db
|
||||||
|
DIST mpd-0.16.6.tar.bz2 486442 RMD160 5a54c17f7fae46b7e30afefdcc68c1b23b23f511 SHA1 235e34a27cfa5fbf5849eb1be32e441d34c3a139 SHA256 6ec5ad3fdeeb97608e40e041b6a458c61afd023a0fd1eeb464e208fcd36659df
|
||||||
|
|
|
@ -1,182 +0,0 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.16.4.ebuild,v 1.3 2011/09/17 00:26:14 radhermit Exp $
|
|
||||||
|
|
||||||
EAPI=4
|
|
||||||
inherit eutils flag-o-matic linux-info multilib
|
|
||||||
|
|
||||||
DESCRIPTION="The Music Player Daemon (mpd)"
|
|
||||||
HOMEPAGE="http://www.musicpd.org"
|
|
||||||
SRC_URI="mirror://sourceforge/musicpd/${P}.tar.bz2"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
|
|
||||||
IUSE="aac +alsa ao audiofile bzip2 cdio cue +curl debug +fifo +ffmpeg flac
|
|
||||||
fluidsynth profile +id3tag inotify ipv6 jack lame lastfmradio mms libsamplerate
|
|
||||||
+mad mikmod modplug mpg123 musepack +network ogg openal oss pipe pulseaudio sid
|
|
||||||
sndfile sqlite tcpd twolame unicode vorbis wavpack wildmidi zeroconf zip"
|
|
||||||
|
|
||||||
REQUIRED_USE="|| ( alsa ao fifo jack network openal oss pipe pulseaudio )
|
|
||||||
|| ( aac audiofile ffmpeg flac fluidsynth mad mikmod modplug mpg123 musepack
|
|
||||||
ogg flac sid vorbis wavpack wildmidi )
|
|
||||||
network? ( || ( audiofile flac lame twolame vorbis ) )
|
|
||||||
lastfmradio? ( curl )"
|
|
||||||
|
|
||||||
RDEPEND="!<sys-cluster/mpich2-1.4_rc2
|
|
||||||
dev-libs/glib:2
|
|
||||||
aac? ( media-libs/faad2 )
|
|
||||||
alsa? ( media-sound/alsa-utils )
|
|
||||||
ao? ( media-libs/libao[alsa?,pulseaudio?] )
|
|
||||||
audiofile? ( media-libs/audiofile )
|
|
||||||
bzip2? ( app-arch/bzip2 )
|
|
||||||
cdio? ( dev-libs/libcdio )
|
|
||||||
cue? ( media-libs/libcue )
|
|
||||||
curl? ( net-misc/curl )
|
|
||||||
ffmpeg? ( virtual/ffmpeg )
|
|
||||||
flac? ( media-libs/flac[ogg?] )
|
|
||||||
fluidsynth? ( media-sound/fluidsynth )
|
|
||||||
network? ( >=media-libs/libshout-2
|
|
||||||
!lame? ( !vorbis? ( media-libs/libvorbis ) ) )
|
|
||||||
id3tag? ( media-libs/libid3tag )
|
|
||||||
jack? ( media-sound/jack-audio-connection-kit )
|
|
||||||
lame? ( network? ( media-sound/lame ) )
|
|
||||||
mms? ( media-libs/libmms )
|
|
||||||
libsamplerate? ( media-libs/libsamplerate )
|
|
||||||
mad? ( media-libs/libmad )
|
|
||||||
mikmod? ( media-libs/libmikmod )
|
|
||||||
modplug? ( media-libs/libmodplug )
|
|
||||||
mpg123? ( >=media-sound/mpg123-1.12.2 )
|
|
||||||
musepack? ( media-sound/musepack-tools )
|
|
||||||
ogg? ( media-libs/libogg )
|
|
||||||
openal? ( media-libs/openal )
|
|
||||||
pulseaudio? ( media-sound/pulseaudio )
|
|
||||||
sid? ( media-libs/libsidplay:2 )
|
|
||||||
sndfile? ( media-libs/libsndfile )
|
|
||||||
sqlite? ( dev-db/sqlite:3 )
|
|
||||||
tcpd? ( sys-apps/tcp-wrappers )
|
|
||||||
twolame? ( media-sound/twolame )
|
|
||||||
vorbis? ( media-libs/libvorbis )
|
|
||||||
wavpack? ( media-sound/wavpack )
|
|
||||||
wildmidi? ( media-sound/wildmidi )
|
|
||||||
zeroconf? ( net-dns/avahi[dbus] )
|
|
||||||
zip? ( dev-libs/zziplib )"
|
|
||||||
DEPEND="${RDEPEND}
|
|
||||||
dev-util/pkgconfig"
|
|
||||||
|
|
||||||
pkg_setup() {
|
|
||||||
use network || ewarn "Icecast and Shoutcast streaming needs networking."
|
|
||||||
use fluidsynth && ewarn "Using fluidsynth is discouraged by upstream."
|
|
||||||
|
|
||||||
enewuser mpd "" "" "/var/lib/mpd" audio
|
|
||||||
|
|
||||||
if use inotify; then
|
|
||||||
CONFIG_CHECK="~INOTIFY_USER"
|
|
||||||
ERROR_INOTIFY_USER="${P} requires inotify in-kernel support."
|
|
||||||
linux-info_pkg_setup
|
|
||||||
fi
|
|
||||||
}
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
cp -f doc/mpdconf.example doc/mpdconf.dist || die "cp failed"
|
|
||||||
epatch "${FILESDIR}"/${PN}-0.16.conf.patch \
|
|
||||||
"${FILESDIR}"/${P}-include-stdio.patch
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local mpdconf="--enable-tcp --enable-un --disable-documentation
|
|
||||||
--disable-ffado --disable-gme --enable-largefile
|
|
||||||
--disable-mvp --docdir=${EPREFIX}/usr/share/doc/${PF}"
|
|
||||||
|
|
||||||
if use network; then
|
|
||||||
mpdconf+=" --enable-shout $(use_enable vorbis vorbis-encoder)
|
|
||||||
--enable-httpd-output $(use_enable lame lame-encoder)
|
|
||||||
$(use_enable twolame twolame-encoder)
|
|
||||||
$(use_enable audiofile wave-encoder)"
|
|
||||||
else
|
|
||||||
mpdconf+=" --disable-shout --disable-vorbis-encoder
|
|
||||||
--disable-httpd-output --disable-lame-encoder
|
|
||||||
--disable-twolame-encoder --disable-wave-encoder"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if use flac && use ogg; then
|
|
||||||
mpdconf+=" --enable-oggflac"
|
|
||||||
else
|
|
||||||
mpdconf+=" --disable-oggflac"
|
|
||||||
fi
|
|
||||||
|
|
||||||
append-lfs-flags
|
|
||||||
append-ldflags "-L/usr/$(get_libdir)/sidplay/builders"
|
|
||||||
|
|
||||||
econf \
|
|
||||||
$(use_enable aac) \
|
|
||||||
$(use_enable alsa) \
|
|
||||||
$(use_enable ao) \
|
|
||||||
$(use_enable audiofile) \
|
|
||||||
$(use_enable bzip2) \
|
|
||||||
$(use_enable cdio iso9660) \
|
|
||||||
$(use_enable cue) \
|
|
||||||
$(use_enable curl) \
|
|
||||||
$(use_enable debug) \
|
|
||||||
$(use_enable ffmpeg) \
|
|
||||||
$(use_enable fifo) \
|
|
||||||
$(use_enable flac) \
|
|
||||||
$(use_enable fluidsynth) \
|
|
||||||
$(use_enable id3tag id3) \
|
|
||||||
$(use_enable inotify) \
|
|
||||||
$(use_enable ipv6) \
|
|
||||||
$(use_enable jack) \
|
|
||||||
$(use_enable lastfmradio lastfm) \
|
|
||||||
$(use_enable mms) \
|
|
||||||
$(use_enable libsamplerate lsr) \
|
|
||||||
$(use_enable mad) \
|
|
||||||
$(use_enable mikmod) \
|
|
||||||
$(use_enable modplug) \
|
|
||||||
$(use_enable mpg123) \
|
|
||||||
$(use_enable musepack mpc) \
|
|
||||||
$(use_enable openal) \
|
|
||||||
$(use_enable oss) \
|
|
||||||
$(use_enable pipe pipe-output) \
|
|
||||||
$(use_enable profile gprof) \
|
|
||||||
$(use_enable pulseaudio pulse) \
|
|
||||||
$(use_enable sid sidplay) \
|
|
||||||
$(use_enable sndfile sndfile) \
|
|
||||||
$(use_enable sqlite) \
|
|
||||||
$(use_enable tcpd libwrap) \
|
|
||||||
$(use_enable vorbis) \
|
|
||||||
$(use_enable wavpack) \
|
|
||||||
$(use_enable wildmidi) \
|
|
||||||
$(use_enable zip zzip) \
|
|
||||||
$(use_with zeroconf zeroconf avahi) \
|
|
||||||
${mpdconf}
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
emake DESTDIR="${D}" install
|
|
||||||
|
|
||||||
insinto /etc
|
|
||||||
newins doc/mpdconf.dist mpd.conf
|
|
||||||
|
|
||||||
newinitd "${FILESDIR}"/mpd.init mpd
|
|
||||||
|
|
||||||
if use unicode; then
|
|
||||||
sed -i -e 's:^#filesystem_charset.*$:filesystem_charset "UTF-8":' \
|
|
||||||
"${D}"/etc/mpd.conf || die "sed failed"
|
|
||||||
fi
|
|
||||||
|
|
||||||
diropts -m0755 -o mpd -g audio
|
|
||||||
dodir /var/lib/mpd
|
|
||||||
keepdir /var/lib/mpd
|
|
||||||
dodir /var/lib/mpd/music
|
|
||||||
keepdir /var/lib/mpd/music
|
|
||||||
dodir /var/lib/mpd/playlists
|
|
||||||
keepdir /var/lib/mpd/playlists
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
elog "If you will be starting mpd via /etc/init.d/mpd, please make"
|
|
||||||
elog "sure that MPD's pid_file is unset."
|
|
||||||
|
|
||||||
# also change the homedir if the user has existed before
|
|
||||||
usermod -d "/var/lib/mpd" mpd
|
|
||||||
}
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.16.3-r1.ebuild,v 1.2 2011/07/17 16:08:37 angelos Exp $
|
# $Header: /var/cvsroot/gentoo-x86/media-sound/mpd/mpd-0.16.6.ebuild,v 1.1 2011/12/04 13:01:02 hwoarang Exp $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
inherit eutils flag-o-matic linux-info multilib
|
inherit eutils flag-o-matic linux-info multilib
|
||||||
|
@ -79,8 +79,7 @@ pkg_setup() {
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
cp -f doc/mpdconf.example doc/mpdconf.dist || die "cp failed"
|
cp -f doc/mpdconf.example doc/mpdconf.dist || die "cp failed"
|
||||||
epatch "${FILESDIR}"/${PN}-0.16.conf.patch \
|
epatch "${FILESDIR}"/${PN}-0.16.conf.patch
|
||||||
"${FILESDIR}"/${P}-ffmpeg.patch
|
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
|
@ -1,6 +1,6 @@
|
||||||
# Copyright 1999-2011 Gentoo Foundation
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild,v 1.2 2011/12/02 23:45:07 radhermit Exp $
|
# $Header: /var/cvsroot/gentoo-x86/media-sound/ttaenc/ttaenc-3.4.1-r1.ebuild,v 1.3 2011/12/04 12:46:20 hwoarang Exp $
|
||||||
|
|
||||||
EAPI=4
|
EAPI=4
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/tta/${P}-src.tgz"
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
LICENSE="GPL-2"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~x86"
|
KEYWORDS="amd64 ~x86"
|
||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND="sys-apps/sed"
|
DEPEND="sys-apps/sed"
|
||||||
|
|
|
@ -12,3 +12,4 @@ DIST nvidia-settings-260.19.36.tar.bz2 1536035 RMD160 ea21ff3e3744ea8f774f62bada
|
||||||
DIST nvidia-settings-260.19.44.tar.bz2 1535853 RMD160 a7457ad8e6723d1da41670922160b1d5a7c8d9f2 SHA1 3b464fde7467e7693dc5b957c0fec8894450147a SHA256 124b748b83267c5a50f58cd653fdccaf1238eb3861c717cc24561aa988469114
|
DIST nvidia-settings-260.19.44.tar.bz2 1535853 RMD160 a7457ad8e6723d1da41670922160b1d5a7c8d9f2 SHA1 3b464fde7467e7693dc5b957c0fec8894450147a SHA256 124b748b83267c5a50f58cd653fdccaf1238eb3861c717cc24561aa988469114
|
||||||
DIST nvidia-settings-270.41.03.tar.bz2 1541983 RMD160 a03552e4ab80089875df7659a42255f9e21ef12b SHA1 a1f611b4d5945e6df90658e172efd541923dc7c0 SHA256 97571aecdd37387336ec51eaf7553b82ea084068ca95cb7a3117e624dafff956
|
DIST nvidia-settings-270.41.03.tar.bz2 1541983 RMD160 a03552e4ab80089875df7659a42255f9e21ef12b SHA1 a1f611b4d5945e6df90658e172efd541923dc7c0 SHA256 97571aecdd37387336ec51eaf7553b82ea084068ca95cb7a3117e624dafff956
|
||||||
DIST nvidia-settings-270.41.06.tar.bz2 1542669 RMD160 005bcff4bbaa7897af764a8fc883effdfd1995d6 SHA1 6ac463a00383daa39a48b4e4e42855d0ef58783f SHA256 54787e3f91521c930c1969524ed5d4ee7f9b55e97903f3ba9c91dbdc4a8d3e99
|
DIST nvidia-settings-270.41.06.tar.bz2 1542669 RMD160 005bcff4bbaa7897af764a8fc883effdfd1995d6 SHA1 6ac463a00383daa39a48b4e4e42855d0ef58783f SHA256 54787e3f91521c930c1969524ed5d4ee7f9b55e97903f3ba9c91dbdc4a8d3e99
|
||||||
|
DIST nvidia-settings-290.10.tar.bz2 1544400 RMD160 d114a1441dac0b178922ac3b7736e32af1d55f94 SHA1 92acce8ed9816b55edc5a8ffc3090c258ce58f38 SHA256 c20dac225e5c67135d0d3f784ee058ce6337687a4232e20335997061f1ec5e26
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
<pkgmetadata>
|
<pkgmetadata>
|
||||||
<maintainer>
|
<maintainer>
|
||||||
<email>maintainer-needed@gentoo.org</email>
|
<email>maintainer-needed@gentoo.org</email>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
</pkgmetadata>
|
</pkgmetadata>
|
||||||
|
|
72
media-video/nvidia-settings/nvidia-settings-290.10.ebuild
Normal file
72
media-video/nvidia-settings/nvidia-settings-290.10.ebuild
Normal file
|
@ -0,0 +1,72 @@
|
||||||
|
# Copyright 1999-2011 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: /var/cvsroot/gentoo-x86/media-video/nvidia-settings/nvidia-settings-290.10.ebuild,v 1.1 2011/12/04 13:54:48 jlec Exp $
|
||||||
|
|
||||||
|
EAPI=4
|
||||||
|
|
||||||
|
inherit eutils flag-o-matic multilib toolchain-funcs
|
||||||
|
|
||||||
|
DESCRIPTION="NVIDIA Linux X11 Settings Utility"
|
||||||
|
HOMEPAGE="http://www.nvidia.com/"
|
||||||
|
SRC_URI="ftp://download.nvidia.com/XFree86/${PN}/${P}.tar.bz2"
|
||||||
|
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="-* ~amd64 ~x86 ~x86-fbsd"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
# xorg-server is used in the depends as nvidia-settings builds against some
|
||||||
|
# headers in /usr/include/xorg/.
|
||||||
|
# This also allows us to optimize out a lot of the other dependancies, as
|
||||||
|
# between gtk and xorg-server, almost all libraries and headers are accounted
|
||||||
|
# for.
|
||||||
|
DEPEND="
|
||||||
|
dev-util/pkgconfig
|
||||||
|
x11-base/xorg-server
|
||||||
|
x11-libs/gtk+:2
|
||||||
|
x11-libs/libXt
|
||||||
|
x11-libs/libXv
|
||||||
|
x11-libs/pango[X]
|
||||||
|
x11-proto/xf86driproto
|
||||||
|
x11-proto/xf86vidmodeproto"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
x11-base/xorg-server
|
||||||
|
x11-libs/gtk+:2
|
||||||
|
x11-libs/libXt
|
||||||
|
x11-libs/pango[X]
|
||||||
|
x11-drivers/nvidia-drivers"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
sed -i -e "s#prefix = .*#prefix = ${D}/usr#" utils.mk || die
|
||||||
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
einfo "Building libXNVCtrl..."
|
||||||
|
cd "${S}/src/libXNVCtrl"
|
||||||
|
emake clean
|
||||||
|
append-flags -fPIC
|
||||||
|
emake CDEBUGFLAGS="${CFLAGS}" CC="$(tc-getCC)" libXNVCtrl.a
|
||||||
|
filter-flags -fPIC
|
||||||
|
|
||||||
|
# cd "${S}"
|
||||||
|
#einfo "Building nVidia-Settings..."
|
||||||
|
#emake CC="$(tc-getCC)" STRIP_CMD=/bin/true || die "Failed to build nvidia-settings"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
#emake STRIP_CMD=/bin/true install || die
|
||||||
|
|
||||||
|
# Install libXNVCtrl and headers
|
||||||
|
insinto "/usr/$(get_libdir)"
|
||||||
|
doins src/libXNVCtrl/libXNVCtrl.a
|
||||||
|
insinto /usr/include/NVCtrl
|
||||||
|
doins src/libXNVCtrl/{NVCtrl,NVCtrlLib}.h
|
||||||
|
|
||||||
|
# Install icon and .desktop entry
|
||||||
|
#doicon "${FILESDIR}/icon/${PN}.png"
|
||||||
|
#domenu "${FILESDIR}/icon/${PN}.desktop"
|
||||||
|
|
||||||
|
# Now install documentation
|
||||||
|
dodoc doc/*.txt
|
||||||
|
}
|
|
@ -6,7 +6,7 @@ mirror://sourceforge/espeak/espeak-1.45.04-source.zip
|
||||||
http://espeak.sourceforge.net/
|
http://espeak.sourceforge.net/
|
||||||
GPL-3
|
GPL-3
|
||||||
Speech synthesizer for English and other languages
|
Speech synthesizer for English and other languages
|
||||||
~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux
|
~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux
|
||||||
eutils multilib portability toolchain-funcs user
|
eutils multilib portability toolchain-funcs user
|
||||||
portaudio pulseaudio
|
portaudio pulseaudio
|
||||||
portaudio? ( !pulseaudio ) pulseaudio? ( !portaudio )
|
portaudio? ( !pulseaudio ) pulseaudio? ( !portaudio )
|
||||||
|
|
2
metadata/cache/app-admin/chrpath-0.13-r2
vendored
2
metadata/cache/app-admin/chrpath-0.13-r2
vendored
|
@ -6,7 +6,7 @@ http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/chrpath/chrpath-0.13.tar.gz
|
||||||
http://directory.fsf.org/project/chrpath/
|
http://directory.fsf.org/project/chrpath/
|
||||||
GPL-2
|
GPL-2
|
||||||
chrpath can modify the rpath and runpath of ELF executables
|
chrpath can modify the rpath and runpath of ELF executables
|
||||||
~amd64 arm ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
|
amd64 arm ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
|
||||||
autotools eutils libtool multilib portability toolchain-funcs user
|
autotools eutils libtool multilib portability toolchain-funcs user
|
||||||
static-libs
|
static-libs
|
||||||
|
|
||||||
|
|
2
metadata/cache/app-dicts/myspell-da-20100311
vendored
2
metadata/cache/app-dicts/myspell-da-20100311
vendored
|
@ -6,7 +6,7 @@ mirror://gentoo/myspell-da_DK-20100311.zip mirror://gentoo/myspell-hyph_da_DK-20
|
||||||
http://lingucomponent.openoffice.org/ http://da.speling.org/
|
http://lingucomponent.openoffice.org/ http://da.speling.org/
|
||||||
GPL-2 LGPL-2.1
|
GPL-2 LGPL-2.1
|
||||||
Danish dictionaries for myspell/hunspell
|
Danish dictionaries for myspell/hunspell
|
||||||
alpha ~amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-macos
|
alpha amd64 arm ~hppa ia64 ~mips ~ppc ~ppc64 sh sparc x86 ~x86-fbsd ~x86-macos
|
||||||
multilib myspell toolchain-funcs
|
multilib myspell toolchain-funcs
|
||||||
|
|
||||||
|
|
||||||
|
|
2
metadata/cache/app-doc/NaturalDocs-1.52
vendored
2
metadata/cache/app-doc/NaturalDocs-1.52
vendored
|
@ -6,7 +6,7 @@ mirror://sourceforge/naturaldocs/NaturalDocs-1.52.zip
|
||||||
http://www.naturaldocs.org/
|
http://www.naturaldocs.org/
|
||||||
GPL-2
|
GPL-2
|
||||||
Extensible, multi-language source code documentation generator
|
Extensible, multi-language source code documentation generator
|
||||||
~alpha ~amd64 hppa ~ppc ~sparc x86
|
~alpha amd64 hppa ~ppc ~sparc x86
|
||||||
base eutils multilib perl-module portability toolchain-funcs user
|
base eutils multilib perl-module portability toolchain-funcs user
|
||||||
|
|
||||||
|
|
||||||
|
|
2
metadata/cache/app-forensics/cmospwd-5.1
vendored
2
metadata/cache/app-forensics/cmospwd-5.1
vendored
|
@ -6,7 +6,7 @@ http://www.cgsecurity.org/cmospwd-5.1.tar.bz2
|
||||||
http://www.cgsecurity.org/wiki/CmosPwd
|
http://www.cgsecurity.org/wiki/CmosPwd
|
||||||
GPL-2
|
GPL-2
|
||||||
CmosPwd decrypts password stored in cmos used to access BIOS SETUP
|
CmosPwd decrypts password stored in cmos used to access BIOS SETUP
|
||||||
~amd64 ~x86
|
amd64 ~x86
|
||||||
multilib toolchain-funcs
|
multilib toolchain-funcs
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ mirror://sourceforge/libewf/libewf-20100226.tar.gz
|
||||||
http://libewf.sourceforge.net
|
http://libewf.sourceforge.net
|
||||||
BSD
|
BSD
|
||||||
Implementation of the EWF (SMART and EnCase) image format
|
Implementation of the EWF (SMART and EnCase) image format
|
||||||
~amd64 hppa ~ppc ~x86
|
amd64 hppa ~ppc ~x86
|
||||||
autotools autotools-utils base eutils libtool multilib portability toolchain-funcs user
|
autotools autotools-utils base eutils libtool multilib portability toolchain-funcs user
|
||||||
debug ewf2 rawio static-libs unicode
|
debug ewf2 rawio static-libs unicode
|
||||||
|
|
||||||
|
|
2
metadata/cache/app-i18n/scim-m17n-0.2.3
vendored
2
metadata/cache/app-i18n/scim-m17n-0.2.3
vendored
|
@ -6,7 +6,7 @@ mirror://sourceforge/scim/scim-m17n-0.2.3.tar.gz
|
||||||
http://www.scim-im.org/projects/imengines
|
http://www.scim-im.org/projects/imengines
|
||||||
GPL-2
|
GPL-2
|
||||||
scim-m17n is an input module for Smart Common Input Method (SCIM) which uses m17n as backend
|
scim-m17n is an input module for Smart Common Input Method (SCIM) which uses m17n as backend
|
||||||
~amd64 ~ppc ~ppc64 x86
|
amd64 ~ppc ~ppc64 x86
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
2
metadata/cache/app-laptop/batti-0.3.8-r1
vendored
2
metadata/cache/app-laptop/batti-0.3.8-r1
vendored
|
@ -1,5 +1,5 @@
|
||||||
>=app-admin/eselect-python-20091230 =dev-lang/python-2* >=app-admin/eselect-python-20091230 =dev-lang/python-2* >=sys-apps/sed-4
|
>=app-admin/eselect-python-20091230 =dev-lang/python-2* >=app-admin/eselect-python-20091230 =dev-lang/python-2* >=sys-apps/sed-4
|
||||||
dev-python/pygtk dev-python/dbus-python sys-power/upower libnotify? ( x11-libs/libnotify ) || ( kde-base/oxygen-icons x11-themes/gnome-icon-theme x11-themes/lxde-icon-theme x11-themes/xfce-icon-theme ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* >=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
dev-python/pygtk dev-python/dbus-python sys-power/upower x11-themes/hicolor-icon-theme libnotify? ( x11-libs/libnotify ) virtual/freedesktop-icon-theme >=app-admin/eselect-python-20091230 =dev-lang/python-2* >=app-admin/eselect-python-20091230 =dev-lang/python-2*
|
||||||
0
|
0
|
||||||
http://batti-gtk.googlecode.com/files/batti-0.3.8.tar.gz
|
http://batti-gtk.googlecode.com/files/batti-0.3.8.tar.gz
|
||||||
|
|
||||||
|
|
2
metadata/cache/app-misc/oneko-1.2-r2
vendored
2
metadata/cache/app-misc/oneko-1.2-r2
vendored
|
@ -6,7 +6,7 @@ http://www.daidouji.com/oneko/distfiles/oneko-1.2.sakura.5.tar.gz mirror://gento
|
||||||
http://www.daidouji.com/oneko/
|
http://www.daidouji.com/oneko/
|
||||||
as-is
|
as-is
|
||||||
A cat, dog and others which chase the mouse or windows around the screen
|
A cat, dog and others which chase the mouse or windows around the screen
|
||||||
~amd64 ~ppc ~ppc64 x86
|
amd64 ~ppc ~ppc64 x86
|
||||||
eutils multilib portability toolchain-funcs user
|
eutils multilib portability toolchain-funcs user
|
||||||
|
|
||||||
|
|
||||||
|
|
22
metadata/cache/app-office/calcurse-2.9.2
vendored
Normal file
22
metadata/cache/app-office/calcurse-2.9.2
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
sys-libs/ncurses
|
||||||
|
sys-libs/ncurses
|
||||||
|
0
|
||||||
|
http://calcurse.org/files/calcurse-2.9.2.tar.gz
|
||||||
|
|
||||||
|
http://calcurse.org
|
||||||
|
GPL-2
|
||||||
|
a text-based personal organizer
|
||||||
|
~amd64 ~x86
|
||||||
|
eutils multilib portability toolchain-funcs user
|
||||||
|
linguas_en linguas_fr linguas_de linguas_es linguas_nl linguas_ru
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
compile install unpack
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
2
metadata/cache/app-office/texmaker-3.1
vendored
2
metadata/cache/app-office/texmaker-3.1
vendored
|
@ -7,7 +7,7 @@ http://www.xm1math.net/texmaker/
|
||||||
GPL-2
|
GPL-2
|
||||||
A nice LaTeX-IDE
|
A nice LaTeX-IDE
|
||||||
~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
|
~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux
|
||||||
base eutils multilib portability qt4-r2 toolchain-funcs user versionator
|
base eutils multilib portability prefix qt4-r2 toolchain-funcs user versionator
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -12,9 +12,9 @@ eutils multilib portability toolchain-funcs user
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
3
|
4
|
||||||
|
|
||||||
-
|
install
|
||||||
|
|
||||||
|
|
||||||
|
|
2
metadata/cache/dev-embedded/gnusim8085-1.3.7
vendored
2
metadata/cache/dev-embedded/gnusim8085-1.3.7
vendored
|
@ -6,7 +6,7 @@ http://launchpad.net/gnusim8085/trunk/1.3.7/+download/gnusim8085-1.3.7.tar.gz
|
||||||
http://gnusim8085.org
|
http://gnusim8085.org
|
||||||
GPL-2
|
GPL-2
|
||||||
A GTK2 8085 Simulator
|
A GTK2 8085 Simulator
|
||||||
~amd64 ~x86
|
amd64 ~x86
|
||||||
autotools eutils libtool multilib portability toolchain-funcs user
|
autotools eutils libtool multilib portability toolchain-funcs user
|
||||||
nls examples
|
nls examples
|
||||||
|
|
||||||
|
|
2
metadata/cache/dev-perl/File-chdir-0.100.300
vendored
2
metadata/cache/dev-perl/File-chdir-0.100.300
vendored
|
@ -6,7 +6,7 @@ mirror://cpan/authors/id/D/DA/DAGOLDEN/File-chdir-0.1003.tar.gz
|
||||||
http://search.cpan.org/dist/File-chdir/
|
http://search.cpan.org/dist/File-chdir/
|
||||||
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
||||||
An alternative to File::Spec and CWD
|
An alternative to File::Spec and CWD
|
||||||
~amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris
|
amd64 ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris
|
||||||
base eutils multilib perl-module portability toolchain-funcs user
|
base eutils multilib perl-module portability toolchain-funcs user
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ mirror://cpan/authors/id/A/AL/ALEXP/Net-Domain-TLD-1.69.tar.gz
|
||||||
http://search.cpan.org/dist/Net-Domain-TLD/
|
http://search.cpan.org/dist/Net-Domain-TLD/
|
||||||
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
|| ( Artistic GPL-1 GPL-2 GPL-3 )
|
||||||
Current list of available top level domain names including new ICANN additions and ccTLDs
|
Current list of available top level domain names including new ICANN additions and ccTLDs
|
||||||
~alpha ~amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86
|
~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86
|
||||||
base eutils multilib perl-module portability toolchain-funcs user
|
base eutils multilib perl-module portability toolchain-funcs user
|
||||||
test
|
test
|
||||||
|
|
||||||
|
|
2
metadata/cache/dev-perl/PatchReader-0.9.6
vendored
2
metadata/cache/dev-perl/PatchReader-0.9.6
vendored
|
@ -6,7 +6,7 @@ mirror://cpan/authors/id/T/TM/TMANNERM/PatchReader-0.9.6.tar.gz
|
||||||
http://search.cpan.org/dist/PatchReader/
|
http://search.cpan.org/dist/PatchReader/
|
||||||
|| ( Artistic GPL-2 )
|
|| ( Artistic GPL-2 )
|
||||||
Module for reading diff-compatible patch files
|
Module for reading diff-compatible patch files
|
||||||
~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd
|
~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd
|
||||||
base eutils multilib perl-module portability toolchain-funcs user
|
base eutils multilib perl-module portability toolchain-funcs user
|
||||||
|
|
||||||
|
|
||||||
|
|
22
metadata/cache/dev-python/hglib-0.1
vendored
Normal file
22
metadata/cache/dev-python/hglib-0.1
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
test? ( dev-python/nose ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads]
|
||||||
|
>=dev-vcs/mercurial-1.9 >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[threads]
|
||||||
|
0
|
||||||
|
http://mercurial.selenic.com/release/python-hglib/python-hglib-0.1.tar.gz
|
||||||
|
|
||||||
|
http://mercurial.selenic.com/
|
||||||
|
MIT
|
||||||
|
Library for using the Mercurial Command Server from Python
|
||||||
|
~amd64
|
||||||
|
distutils multilib python toolchain-funcs
|
||||||
|
test
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
3
|
||||||
|
|
||||||
|
compile install postinst postrm prepare setup test
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
dev-python/setuptools >=app-admin/eselect-python-20091230 dev-lang/python
|
dev-python/setuptools >=app-admin/eselect-python-20091230 dev-lang/python
|
||||||
>=app-admin/eselect-python-20091230 dev-lang/python
|
>=app-admin/eselect-python-20091230 dev-lang/python
|
||||||
0
|
0
|
||||||
mirror://pypi/p/pycountry/pycountry-0.12.1.tar.gz
|
mirror://pypi/p/pycountry/pycountry-0.14.1.tar.gz
|
||||||
|
|
||||||
http://pypi.python.org/pypi/pycountry
|
http://pypi.python.org/pypi/pycountry
|
||||||
GPL-2
|
GPL-2
|
22
metadata/cache/dev-python/pynut-1.2
vendored
Normal file
22
metadata/cache/dev-python/pynut-1.2
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
>=app-admin/eselect-python-20091230
|
||||||
|
>=app-admin/eselect-python-20091230
|
||||||
|
0
|
||||||
|
http://www.lestat.st/_media/informatique/projets/pynut/python-pynut-1.2.tar.gz
|
||||||
|
|
||||||
|
http://www.lestat.st/informatique/projets/pynut-en/
|
||||||
|
GPL-3
|
||||||
|
An abstraction class written in Python to access NUT (Network UPS Tools) server
|
||||||
|
~amd64 ~x86
|
||||||
|
multilib python toolchain-funcs
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
3
|
||||||
|
|
||||||
|
install postinst postrm
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
22
metadata/cache/dev-python/python-nss-0.12
vendored
Normal file
22
metadata/cache/dev-python/python-nss-0.12
vendored
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
dev-libs/nss dev-libs/nspr doc? ( dev-python/docutils dev-python/epydoc ) >=app-admin/eselect-python-20091230 dev-lang/python
|
||||||
|
dev-libs/nss dev-libs/nspr doc? ( dev-python/docutils dev-python/epydoc ) >=app-admin/eselect-python-20091230 dev-lang/python
|
||||||
|
0
|
||||||
|
ftp://ftp.mozilla.org/pub/mozilla.org/security/python-nss/releases/PYNSS_RELEASE_0_12_0/src/python-nss-0.12.tar.bz2
|
||||||
|
|
||||||
|
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
|
||||||
|
distutils eutils multilib portability python toolchain-funcs user versionator
|
||||||
|
doc
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
4
|
||||||
|
|
||||||
|
compile install postinst postrm prepare setup
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
2
metadata/cache/dev-ruby/json-1.6.3
vendored
2
metadata/cache/dev-ruby/json-1.6.3
vendored
|
@ -6,7 +6,7 @@ mirror://rubygems/json-1.6.3.gem
|
||||||
http://json.rubyforge.org/
|
http://json.rubyforge.org/
|
||||||
|| ( Ruby GPL-2 )
|
|| ( Ruby GPL-2 )
|
||||||
A JSON implementation as a Ruby extension.
|
A JSON implementation as a Ruby extension.
|
||||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
|
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris
|
||||||
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
||||||
elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby doc doc test test
|
elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 ruby_targets_jruby doc doc test test
|
||||||
|
|
||||||
|
|
2
metadata/cache/dev-ruby/pkg-config-1.1.1
vendored
2
metadata/cache/dev-ruby/pkg-config-1.1.1
vendored
|
@ -6,7 +6,7 @@ test
|
||||||
https://github.com/rcairo/pkg-config
|
https://github.com/rcairo/pkg-config
|
||||||
|| ( LGPL-2 LGPL-2.1 LGPL-3 )
|
|| ( LGPL-2 LGPL-2.1 LGPL-3 )
|
||||||
A pkg-config implementation by Ruby
|
A pkg-config implementation by Ruby
|
||||||
~amd64 ~x86
|
~alpha ~amd64 ~ia64 ~sparc ~x86
|
||||||
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
||||||
elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test test
|
elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 test test
|
||||||
|
|
||||||
|
|
2
metadata/cache/dev-ruby/pkg-config-1.1.2
vendored
2
metadata/cache/dev-ruby/pkg-config-1.1.2
vendored
|
@ -6,7 +6,7 @@ test
|
||||||
https://github.com/rcairo/pkg-config
|
https://github.com/rcairo/pkg-config
|
||||||
|| ( LGPL-2 LGPL-2.1 LGPL-3 )
|
|| ( LGPL-2 LGPL-2.1 LGPL-3 )
|
||||||
A pkg-config implementation by Ruby
|
A pkg-config implementation by Ruby
|
||||||
~amd64 ~ppc ~x86
|
~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86
|
||||||
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
||||||
elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test test
|
elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test test
|
||||||
|
|
||||||
|
|
2
metadata/cache/dev-ruby/plruby-0.5.4
vendored
2
metadata/cache/dev-ruby/plruby-0.5.4
vendored
|
@ -6,7 +6,7 @@ http://github.com/knu/postgresql-plruby/tarball/v0.5.4 -> plruby-0.5.4.tgz
|
||||||
http://github.com/knu/postgresql-plruby
|
http://github.com/knu/postgresql-plruby
|
||||||
Ruby
|
Ruby
|
||||||
plruby language for PostgreSQL
|
plruby language for PostgreSQL
|
||||||
~amd64 ~ppc x86
|
amd64 ~ppc x86
|
||||||
eutils java-utils-2 multilib portability ruby-ng toolchain-funcs user versionator
|
eutils java-utils-2 multilib portability ruby-ng toolchain-funcs user versionator
|
||||||
elibc_FreeBSD ruby_targets_ruby18
|
elibc_FreeBSD ruby_targets_ruby18
|
||||||
|
|
||||||
|
|
10
metadata/cache/dev-ruby/posix-spawn-0.3.6
vendored
10
metadata/cache/dev-ruby/posix-spawn-0.3.6
vendored
|
@ -1,14 +1,14 @@
|
||||||
ruby_targets_ruby18? ( >=dev-ruby/rake-compiler-0.7.6[ruby_targets_ruby18] ) ruby_targets_ruby19? ( >=dev-ruby/rake-compiler-0.7.6[ruby_targets_ruby19] ) ruby_targets_ree18? ( >=dev-ruby/rake-compiler-0.7.6[ruby_targets_ree18] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
|
ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) )
|
||||||
ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
|
ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] )
|
||||||
0
|
0
|
||||||
mirror://rubygems/posix-spawn-0.3.6.gem
|
mirror://rubygems/posix-spawn-0.3.6.gem
|
||||||
test
|
|
||||||
http://www.flameeyes.eu/projects/ruby-elf
|
https://github.com/rtomayko/posix-spawn/
|
||||||
MIT LGPL-2.1
|
MIT LGPL-2.1
|
||||||
Ruby library to access ELF files information
|
The posix-spawn library aims to implement a subset of the Ruby 1.9 Process::spawn
|
||||||
~amd64
|
~amd64
|
||||||
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
||||||
test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 doc test test
|
test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 test test
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
2
metadata/cache/dev-ruby/racc-1.4.7
vendored
2
metadata/cache/dev-ruby/racc-1.4.7
vendored
|
@ -6,7 +6,7 @@ mirror://rubygems/racc-1.4.7.gem
|
||||||
http://www.loveruby.net/en/racc.html
|
http://www.loveruby.net/en/racc.html
|
||||||
LGPL-2.1
|
LGPL-2.1
|
||||||
A LALR(1) parser generator for Ruby
|
A LALR(1) parser generator for Ruby
|
||||||
~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
|
~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
|
||||||
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
||||||
elibc_FreeBSD ruby_targets_ree18 ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby doc test test
|
elibc_FreeBSD ruby_targets_ree18 ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby doc test test
|
||||||
|| ( ruby_targets_ree18 ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby )
|
|| ( ruby_targets_ree18 ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_jruby )
|
||||||
|
|
2
metadata/cache/dev-ruby/rcairo-1.10.2
vendored
2
metadata/cache/dev-ruby/rcairo-1.10.2
vendored
|
@ -6,7 +6,7 @@ mirror://rubygems/cairo-1.10.2.gem
|
||||||
http://cairographics.org/rcairo/
|
http://cairographics.org/rcairo/
|
||||||
|| ( Ruby GPL-2 )
|
|| ( Ruby GPL-2 )
|
||||||
Ruby bindings for cairo
|
Ruby bindings for cairo
|
||||||
~amd64 ~ppc ~x86
|
~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86
|
||||||
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
||||||
elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 doc test
|
elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ree18 ruby_targets_ruby19 doc test
|
||||||
|
|
||||||
|
|
2
metadata/cache/dev-ruby/rexical-1.0.5-r1
vendored
2
metadata/cache/dev-ruby/rexical-1.0.5-r1
vendored
|
@ -6,7 +6,7 @@ mirror://rubygems/rexical-1.0.5.gem
|
||||||
http://github.com/tenderlove/rexical/tree/master
|
http://github.com/tenderlove/rexical/tree/master
|
||||||
LGPL-2
|
LGPL-2
|
||||||
Rexical is a lexical scanner generator
|
Rexical is a lexical scanner generator
|
||||||
~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
|
~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris
|
||||||
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
||||||
elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc doc test test
|
elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc doc test test
|
||||||
|
|
||||||
|
|
2
metadata/cache/dev-tex/catdvi-0.14-r1
vendored
2
metadata/cache/dev-tex/catdvi-0.14-r1
vendored
|
@ -6,7 +6,7 @@ mirror://sourceforge/catdvi/catdvi-0.14.tar.gz
|
||||||
http://catdvi.sourceforge.net
|
http://catdvi.sourceforge.net
|
||||||
GPL-2
|
GPL-2
|
||||||
DVI to plain text translator
|
DVI to plain text translator
|
||||||
~amd64 x86
|
amd64 x86
|
||||||
autotools eutils libtool multilib portability toolchain-funcs user
|
autotools eutils libtool multilib portability toolchain-funcs user
|
||||||
|
|
||||||
|
|
||||||
|
|
2
metadata/cache/dev-util/cmake-fedora-0.8.1
vendored
2
metadata/cache/dev-util/cmake-fedora-0.8.1
vendored
|
@ -6,7 +6,7 @@ https://fedorahosted.org/releases/c/m/cmake-fedora/cmake-fedora-0.8.1-Source.tar
|
||||||
https://fedorahosted.org/cmake-fedora/#Getcmake-fedora
|
https://fedorahosted.org/cmake-fedora/#Getcmake-fedora
|
||||||
BSD
|
BSD
|
||||||
cmake modules that provides helper macros and targets for linux, especially fedora developers
|
cmake modules that provides helper macros and targets for linux, especially fedora developers
|
||||||
~amd64 ~x86
|
amd64 ~x86
|
||||||
base cmake-utils eutils flag-o-matic multilib portability toolchain-funcs user
|
base cmake-utils eutils flag-o-matic multilib portability toolchain-funcs user
|
||||||
|
|
||||||
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue