Sync with portage [Fri Jan 4 03:31:46 MSK 2013].

mhiretskiy
root 11 years ago
parent 09edf4aa7f
commit 5748a6b101

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/freeze/freeze-2.5.0-r1.ebuild,v 1.2 2012/12/12 16:29:58 jer Exp $
# $Header: /var/cvsroot/gentoo-x86/app-arch/freeze/freeze-2.5.0-r1.ebuild,v 1.4 2013/01/03 12:23:40 jer Exp $
EAPI=4
inherit eutils toolchain-funcs
@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.ibiblio.org/pub/Linux/utils/compress/${P}.tar.gz"
LICENSE="GPL-1+"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND="

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-3.00.ebuild,v 1.16 2012/04/28 17:12:59 billie Exp $
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-3.00.ebuild,v 1.17 2013/01/02 17:01:44 billie Exp $
EAPI=2

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-3.01_alpha10.ebuild,v 1.1 2012/12/18 17:44:02 billie Exp $
# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdrtools/cdrtools-3.01_alpha10.ebuild,v 1.3 2013/01/03 16:04:19 billie Exp $
EAPI=5
@ -15,12 +15,13 @@ SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/$([[ -z ${PV/*_alpha*} ]] && echo 'al
LICENSE="GPL-2 LGPL-2.1 CDDL-Schily"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="acl unicode"
IUSE="acl nls unicode"
DEPEND="acl? ( virtual/acl )
>=sys-devel/gettext-0.18.1.1
RDEPEND="acl? ( virtual/acl )
nls? ( virtual/libintl )
!app-cdr/cdrkit"
RDEPEND="${DEPEND}"
DEPEND="${RDEPEND}
nls? ( >=sys-devel/gettext-0.18.1.1 )"
S=${WORKDIR}/${P/_alpha[0-9][0-9]}

@ -1 +1,2 @@
DIST WiRouterKeyRec-1.1.1.zip 117009 SHA256 bce27453f02c02f20bdac7ce6ba31415511eea8cd3c25e718070c3103dde359b SHA512 ca5beda0f6951dab2172569f1bfbafd7b1546cc91e585b38fbb8338f7be765cc0d6d9f8ce614ce399a5b2dbace90d6c3c561416429035de992af43e257ba5819 WHIRLPOOL 80c0f46ed3e463a8552f9693f3b2c6d0bbae5d6ce69451cc869c6160cb59b892308920af3e3f5f54de7ce93edd681aa7ea5823a54cb7a24e25401dd15162bc05
DIST WiRouterKeyRec-1.1.2.zip 117262 SHA256 3e59138f35502b32b47bd91fe18c0c232921c08d32525a2ae3c14daec09058d4 SHA512 a3c449497e3f3fed88dfbb35a90a2cfa5937efa02393e825ec51ab390b7094ce619d3238a916afd2b48e35e0e261b454f7d7005af46d6a45d77b2e1d4faaac51 WHIRLPOOL e52d316a01ba84bbe34f3a7b8abdf94287b67f3b28bc4ccfd0036fb21cd38c711d1bb2388b9b55f9253cd01ae26e032547624d8a25b55acfa9ea4e1ee36f96f2

@ -0,0 +1,41 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-crypt/WiRouterKeyRec/WiRouterKeyRec-1.1.2.ebuild,v 1.1 2013/01/02 17:28:25 ago Exp $
EAPI=5
inherit toolchain-funcs
MY_PN="WiRouter_KeyRec"
MY_P="${MY_PN}_${PV}"
DESCRIPTION="Recovery tool for wpa passphrase"
HOMEPAGE="http://www.salvatorefresta.net"
SRC_URI="http://tools.salvatorefresta.net/${MY_P}.zip -> ${P}.zip"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
LICENSE="GPL-2"
SLOT="0"
DEPEND="app-arch/unzip"
RDEPEND=""
S=${WORKDIR}/${MY_P}
src_prepare () {
sed -i "s:wirouterkeyrec:${PN}:" src/*.h || die
}
src_compile () {
emake \
CC="$(tc-getCC)" \
CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}"
}
src_install () {
newbin build/wirouterkeyrec ${PN}
insinto /etc/${PN}
doins config/agpf_config.lst config/teletu_config.lst
}

@ -0,0 +1,140 @@
Patch extracted from maxima git repository.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2012-03-25 Yasuaki Honda <yasuaki.honda@gmail.com>
+ * version 1.03
+ * A new command "reinit-imaxima" is added. This command reset the
+ communication status of Emacs Lisp and Maxima. When imaxima does
+ not respond to any input, this command will help to resolve such
+ situation.
+
+2011-10-02 Yasuaki Honda <yasuaki.honda@gmail.com>
+ * version 1.01
+ * An old workaround code for tex prevented imaxima on Mac OS X
+ Lion from working. This is related to the placing of the temporary
+ file directory and the name of the file path containing the
+ character "_". This is fixed in this version.
+ * Special treatment of greek character gamma is removed from
+ imaxima.el and commited to maxima mactex.lisp.
+
2009-02-07 Yasuaki Honda <yasuaki.honda@gmail.com>
* As for inline graph, if the emacs buffer window is too small for
the generated graph image, the graph is not displayed, but a file
--- a/imaxima-autoconf-variables.el
+++ b/imaxima-autoconf-variables.el
@@ -19,6 +19,6 @@
;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
;; MA 02111-1307 USA
(defconst *imaxima-autoconf-package* "imaxima-imath")
-(defconst *imaxima-autoconf-version* "1.0")
+(defconst *imaxima-autoconf-version* "1.03")
(provide 'imaxima-autoconf-variables)
--- a/imaxima.el
+++ b/imaxima.el
@@ -420,6 +420,17 @@
(message "%s %s" *imaxima-autoconf-package* *imaxima-autoconf-version*))
;;
+;; Reset
+;;
+
+(defun reinit-imaxima ()
+ "Re-initialize imaxima"
+ (interactive)
+ (setq imaxima-filter-running nil
+ imaxima-output nil
+ continuation nil))
+
+;;
;; Geometry
;;
@@ -1174,6 +1185,7 @@
(switch-to-buffer imaxima-buffer)
(set-buffer imaxima-buffer))
(return-from imaxima t)))
+ (reinit-imaxima)
(unless (imaxima-image-type-available-p imaxima-image-type)
(error "Your version of Emacs does not support the image type %s"
imaxima-image-type))
@@ -1183,9 +1195,7 @@
(setq imaxima-file-counter 0)
(make-directory
(setq imaxima-tmp-subdir
- ;; For some reason TeX doesn't grok underscores in file names
- (imaxima-subst-char-in-string ?_ ?=
- (make-temp-name (expand-file-name "imaxima" imaxima-tmp-dir)))))
+ (make-temp-name (expand-file-name "imaxima" imaxima-tmp-dir))) t)
(set-file-modes imaxima-tmp-subdir 448) ; 700 in octal
(let ((process-connection-type process-connection-type-flag))
(if imaxima-use-maxima-mode-flag
--- a/imaxima.lisp
+++ b/imaxima.lisp
@@ -109,9 +109,9 @@
;;; SBCL.
;;; by yasuaki honda
#-sbcl
-(if (not (fboundp (find-symbol "PRINT-INVERT-CASE" :maxima)))
- (defun print-invert-case (obj)
- (princ-to-string obj)))
+(unless (fboundp 'maxima::print-invert-case)
+ (defun print-invert-case (obj)
+ (princ-to-string obj)))
(defun print-case-sensitive (obj)
(if obj
@@ -126,7 +126,7 @@
(defun main-prompt ()
(format () (concatenate 'string (string (code-char 3)) "(~A~D) " (string (code-char 4)))
- (STRIPDOLLAR (print-case-sensitive $inchar)) $linenum))
+ (stripdollar (print-case-sensitive $inchar)) $linenum))
(defun break-dbm-loop (at)
(let* (
@@ -142,7 +142,7 @@
(declare (special *mread-prompt* ))
(and (consp at) (set-env at))
(cond ((null at)
- ($frame 0 nil)))
+ (break-frame 0 nil)))
(catch 'step-continue
(catch *quit-tag*
(unwind-protect
@@ -672,9 +672,12 @@
(setq res (apply (symbol-function '$draw)
(append
`(
- ((mequal simp) $terminal $eps)
- ((mequal simp) $pic_width ,($first $wxplot_size))
- ((mequal simp) $pic_height ,($second $wxplot_size))
+ ((mequal simp) $terminal $eps_color)
+ ((mequal simp) $dimensions
+ ((mlist simp)
+ ;; convert points to 1/100 of cm
+ ,(* 3.53 ($first $wxplot_size))
+ ,(* 3.53 ($second $wxplot_size))))
((mequal simp) $file_name ,filename))
args)))
($ldisp `((wxxmltag simp) ,(format nil "~a.eps" filename) "img"))
--- a/imaxima.texi
+++ b/imaxima.texi
@@ -223,6 +223,15 @@
information when you want to make bug reports.
@end defun
+@defun reinit-imaxima
+Initialize the imaxima program. Sometimes you may encounter situations
+where imaxima does not repond to your input. This is caused by the
+inconsistency between Emacs Lisp and Maxima. Such situations can be
+resolved by using this command. After calling this command from the
+Emacs mini buffer, you should type simple Maxima expression such as
+1+2; to ensure that the imaxima does respond to you now.
+@end defun
+
@node Inline Graph
@chapter Inline Graph

@ -0,0 +1,26 @@
Rename mlable to mlabel, accounting for corresponding change in maxima-5.29.
https://bugs.gentoo.org/show_bug.cgi?id=448242
Patch taken from maxima git repo:
http://maxima.git.sourceforge.net/git/gitweb.cgi?p=maxima/maxima;a=commit;h=620f23e27328a58bfa81fe101734b7488a2b93f5
--- a/imaxima.lisp
+++ b/imaxima.lisp
@@ -498,7 +498,7 @@
(defun tex-mtext (x l r) (tex-list (cdr x) l r ""))
-(defun tex-mlable (x l r)
+(defun tex-mlabel (x l r)
(tex (caddr x)
(append l
(if (cadr x)
@@ -517,7 +517,7 @@
(defun latex (x)
; (princ x) ;; uncomment to debug.
(if (and (listp x) (car x) (listp (car x)) (caar x)
- (equal (caar x) 'mlable)
+ (equal (caar x) 'mlabel)
(cdr x)
(cadr x)
(input-label-p (cadr x)))

@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r2.ebuild,v 1.6 2011/06/19 16:31:49 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r2.ebuild,v 1.7 2013/01/02 21:03:31 ulm Exp $
EAPI=3
@ -11,7 +11,7 @@ DESCRIPTION="Imaxima enables graphical output in Maxima sessions with emacs"
HOMEPAGE="http://sites.google.com/site/imaximaimath/"
SRC_URI="http://members3.jcom.home.ne.jp/imaxima/Site/Download_and_Install_files/${MY_P}.tar.gz"
LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="examples"
@ -20,7 +20,7 @@ DEPEND=""
RDEPEND="virtual/latex-base
app-text/ghostscript-gpl
dev-tex/mh
sci-mathematics/maxima"
<sci-mathematics/maxima-5.29"
S="${WORKDIR}/${MY_P}"
SITEFILE="50${PN}-gentoo.el"

@ -0,0 +1,53 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emacs/imaxima/imaxima-1.0-r3.ebuild,v 1.1 2013/01/02 21:03:31 ulm Exp $
EAPI=5
inherit elisp
MY_P="${PN}-imath-${PV/_}"
DESCRIPTION="Imaxima enables graphical output in Maxima sessions with emacs"
HOMEPAGE="http://sites.google.com/site/imaximaimath/"
SRC_URI="https://sites.google.com/site/imaximaimath/download-and-install/${MY_P}.tar.gz"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="examples"
DEPEND=""
RDEPEND="virtual/latex-base
app-text/ghostscript-gpl
dev-tex/mh
>=sci-mathematics/maxima-5.29"
S="${WORKDIR}/${MY_P}"
SITEFILE="50${PN}-gentoo.el"
src_prepare() {
epatch "${FILESDIR}"/${P}-1.03.patch
epatch "${FILESDIR}"/${P}-mlabel.patch
# Remove broken Info file (will be recreated)
rm imaxima.info
}
src_configure() {
econf --with-lispdir="${EPREFIX}${SITELISP}/${PN}"
}
src_compile() {
default
}
src_install() {
emake DESTDIR="${D}" install
elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
dodoc ChangeLog NEWS README
if use examples; then
docinto imath-example
dodoc imath-example/*.txt
dohtml -r imath-example/.
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.1.2-r2.ebuild,v 1.9 2012/12/13 20:03:31 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.1.2-r2.ebuild,v 1.10 2013/01/03 18:26:23 swift Exp $
EAPI="4"
@ -29,7 +29,7 @@ HOMEPAGE="http://www.linux-kvm.org"
LICENSE="GPL-2 LGPL-2 BSD-2"
SLOT="0"
IUSE="+aio alsa bluetooth brltty +caps +curl debug doc fdt +jpeg kernel_linux \
kernel_FreeBSD mixemu ncurses opengl +png pulseaudio python rbd sasl sdl \
kernel_FreeBSD mixemu ncurses opengl +png pulseaudio python rbd sasl sdl selinux \
smartcard spice static systemtap tci +threads tls usbredir +uuid vde +vhost-net \
virtfs +vnc xattr xen xfs"
@ -88,6 +88,7 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
pulseaudio? ( media-sound/pulseaudio )
python? ( =dev-lang/python-2*[ncurses] )
sdl? ( media-libs/libsdl[X] )
selinux? ( sec-policy/selinux-qemu )
smartcard? ( dev-libs/nss )
spice? ( >=app-emulation/spice-protocol-0.8.1 )
systemtap? ( dev-util/systemtap )

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.1.2-r3.ebuild,v 1.4 2012/12/13 20:03:31 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.1.2-r3.ebuild,v 1.5 2013/01/03 18:26:23 swift Exp $
EAPI="4"
@ -29,7 +29,7 @@ HOMEPAGE="http://www.linux-kvm.org"
LICENSE="GPL-2 LGPL-2 BSD-2"
SLOT="0"
IUSE="+aio alsa bluetooth brltty +caps +curl debug doc fdt +jpeg kernel_linux \
kernel_FreeBSD mixemu ncurses opengl +png pulseaudio python rbd sasl sdl \
kernel_FreeBSD mixemu ncurses opengl +png pulseaudio python rbd sasl sdl selinux \
smartcard spice static systemtap tci +threads tls usbredir +uuid vde +vhost-net \
virtfs +vnc xattr xen xfs"
@ -88,6 +88,7 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
pulseaudio? ( media-sound/pulseaudio )
python? ( =dev-lang/python-2*[ncurses] )
sdl? ( media-libs/libsdl[X] )
selinux? ( sec-policy/selinux-qemu )
smartcard? ( dev-libs/nss )
spice? ( >=app-emulation/spice-protocol-0.8.1 )
systemtap? ( dev-util/systemtap )

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.2.0.ebuild,v 1.11 2012/12/13 20:03:31 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.2.0.ebuild,v 1.12 2013/01/03 18:26:23 swift Exp $
EAPI="4"
@ -30,7 +30,7 @@ LICENSE="GPL-2 LGPL-2 BSD-2"
SLOT="0"
IUSE="+aio alsa bluetooth brltty +caps +curl debug doc fdt +jpeg kernel_linux \
kernel_FreeBSD mixemu ncurses opengl +png pulseaudio python rbd sasl +seccomp \
sdl smartcard spice static systemtap tci +threads tls usbredir +uuid vde \
sdl selinux smartcard spice static systemtap tci +threads tls usbredir +uuid vde \
+vhost-net virtfs +vnc xattr xen xfs"
COMMON_TARGETS="i386 x86_64 alpha arm cris m68k microblaze microblazeel mips mipsel ppc ppc64 sh4 sh4eb sparc sparc64 s390x"
@ -90,6 +90,7 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
pulseaudio? ( media-sound/pulseaudio )
python? ( =dev-lang/python-2*[ncurses] )
sdl? ( media-libs/libsdl[X] )
selinux? ( sec-policy/selinux-qemu )
smartcard? ( dev-libs/nss )
spice? ( >=app-emulation/spice-protocol-0.8.1 )
systemtap? ( dev-util/systemtap )

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.2.1.ebuild,v 1.4 2012/12/13 20:03:31 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.2.1.ebuild,v 1.5 2013/01/03 18:26:23 swift Exp $
EAPI="4"
@ -30,7 +30,7 @@ LICENSE="GPL-2 LGPL-2 BSD-2"
SLOT="0"
IUSE="+aio alsa bluetooth brltty +caps +curl debug doc fdt +jpeg kernel_linux \
kernel_FreeBSD mixemu ncurses opengl +png pulseaudio python rbd sasl +seccomp \
sdl smartcard spice static systemtap tci +threads tls usbredir +uuid vde \
sdl selinux smartcard spice static systemtap tci +threads tls usbredir +uuid vde \
+vhost-net virtfs +vnc xattr xen xfs"
COMMON_TARGETS="i386 x86_64 alpha arm cris m68k microblaze microblazeel mips mipsel ppc ppc64 sh4 sh4eb sparc sparc64 s390x"
@ -90,6 +90,7 @@ RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
pulseaudio? ( media-sound/pulseaudio )
python? ( =dev-lang/python-2*[ncurses] )
sdl? ( media-libs/libsdl[X] )
selinux? ( sec-policy/selinux-qemu )
smartcard? ( dev-libs/nss )
spice? ( >=app-emulation/spice-protocol-0.12.0 )
systemtap? ( dev-util/systemtap )

@ -1,3 +1,4 @@
DIST vagrant-1.0.3.gem 1005568 SHA256 bac078af86b5a64e1ea71be68827af051c62d0ec39a2784b2615051fe0d331d9 SHA512 3559942295a0f88d35dc69cc700e4b2da58589c78d1b943f4fde04e4b711752d2dc93740b4277197d0d7dd84eaa68d41f6f64a10407902eaeaad52ddc8f6b0e2 WHIRLPOOL 5b87b5f63b8329e2598d9aa00f1c27807e60a9ee873b803ba4687eebc23b33b1bce47183329a1e376caa2bf69d4f576b0413d25289b23ef2a1e4ed9d9b04b3f6
DIST vagrant-1.0.4.gem 1006080 SHA256 a826ecf187ef5f818bce907053152f678b77c636a4a950d341f6db05cc0e41d7 SHA512 f6df89718fd128400df78ab7ee15de3f292d4729a3ea22a97b979e9925d609739f9be41c6adc5cf84db88597b59da84285b3a1e925a9434b81cca22f6c6e9c7d WHIRLPOOL 63f0e8e2592f3f9f4793bf2d3be21c5d9b3ca72d73fac21d648d41ec5d562040f637c86c7622c4402c811562956a16e216ae2a7851374f6880d829c33749f5d0
DIST vagrant-1.0.5.gem 1007616 SHA256 7ff4ad6ff4b565c64663b57972e2eb42bf67d6ea95b8e5f34d5d0c5242fe3fc2 SHA512 cb3a5ea53108d00e8f4f7d0a3a395ec26f20b35786a9fe6fb7a507638b1038b10923c62aa03e6a7a9515a2562df3d6983429494b292c610246d3d4d43f23c3dc WHIRLPOOL d84a38f982ccdfc93ba1a541df13143442cb283af2fc7562d38a685e77158b77beea19ab6c806ba0105811fdc196dc4770abc990cab423d09e11d213cf7e5b73
DIST vagrant-1.0.6.tar.gz 1005588 SHA256 e3ca4301bc8a1cf3cb0e55931a817d6e6432500ec0c9131095364ddda62bc82f SHA512 b6fcf583d204a3d145e6daa7445038a174b6541580235acf17a058b4ac2e1c71f924a35120a3de507417f72e0fa47d83f3a2d4c7affee3164fca2096defcad5d WHIRLPOOL 677c1081c4df4c21c695b2c03a0d8f4bfaf72f23094e94e128c48717f1bf23825774c85e1a6cfd92ac53e0e1fc90a19871e3cc73d7c911c36608aca68fce38ed

@ -0,0 +1,65 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vagrant/vagrant-1.0.6.ebuild,v 1.1 2013/01/03 06:09:15 radhermit Exp $
EAPI="5"
USE_RUBY="ruby18 ruby19"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
RUBY_FAKEGEM_GEMSPEC="vagrant.gemspec"
RUBY_FAKEGEM_EXTRAINSTALL="config keys templates"
RUBY_FAKEGEM_TASK_DOC=""
inherit ruby-fakegem
DESCRIPTION="A tool for building and distributing virtual machines using VirtualBox"
HOMEPAGE="http://vagrantup.com/"
SRC_URI="https://github.com/mitchellh/vagrant/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~x64-macos"
IUSE="test"
# Missing ebuild for contest
RESTRICT="test"
RDEPEND="${RDEPEND}
!x64-macos? ( || ( app-emulation/virtualbox app-emulation/virtualbox-bin ) )"
ruby_add_rdepend "
>=dev-ruby/archive-tar-minitar-0.5.2
>=dev-ruby/childprocess-0.3.1
>=dev-ruby/erubis-2.7.0
dev-ruby/i18n:0.6
>=dev-ruby/json-1.5.1
>=dev-ruby/log4r-1.1.9
>=dev-ruby/net-scp-1.0.4
>=dev-ruby/net-ssh-2.2.2
"
ruby_add_bdepend "
dev-ruby/rake
test? ( dev-ruby/mocha virtual/ruby-minitest )
"
all_ruby_prepare() {
# remove bundler support
sed -i '/[Bb]undler/d' Rakefile || die
rm Gemfile || die
# loosen unslotted dependencies
sed -e '/childprocess\|erubis\|json\|log4r\|net-scp\|net-ssh/s/~>/>=/' \
-e '/archive-tar-minitar/s/=/>=/' \
-i ${PN}.gemspec || die
}
pkg_postinst() {
if use x64-macos ; then
ewarn
ewarn "For Mac OS X prefixes, you must install the virtualbox"
ewarn "package specifically for OS X which can be found at:"
ewarn "https://www.virtualbox.org/wiki/Downloads"
ewarn
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.1.ebuild,v 1.1 2012/11/25 10:02:55 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-forensics/sleuthkit/sleuthkit-4.0.1.ebuild,v 1.3 2013/01/03 12:23:39 jer Exp $
EAPI="5"
@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2 IBM"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
KEYWORDS="amd64 hppa ~ppc ~x86"
IUSE="aff ewf static-libs"
DEPEND="dev-db/sqlite:3

@ -1 +1,2 @@
DIST laptop-mode-tools_1.60.tar.gz 104415 SHA256 39246db1bba2ea12c7ee6f1979f914a803a9f70836cde687ff9c3a39bc9c9519 SHA512 79596bb24b2af8bbeb3424eeff51022bb381609325a0eb5c009e0970dffe055d2493509d56a4e2c8f745c27f03bc176372d9b27e3a0a050f7bc1c58f86aae5c9 WHIRLPOOL 819cd4ad40c9e2a74bc07f70986c985b4128828ed508d808097472ee301ca788567b65d86717552a8191b378d595cb41b922a9e2f5a2fbcacf645acfe607d0ec
DIST laptop-mode-tools_1.62.tar.gz 105941 SHA256 d40b3d2fb4dc120b4a427ef7dbddc9dd4d9ea0c475685538d36d3457b39158cd SHA512 3ba2a8db860349c5766f5282ca6f70f3bb780cb44e8674beb7e9c5783e96fc07a144245cc50414fef61b1cd6e08a2096667806792c2853cbcc9c83eb7d796b1a WHIRLPOOL 232115a3a6599241892abcc3f64db8bfa1c897bebbc22c198ce58bcb6bb3dd99aa3fb143c07f69fd6e6099b76da9c494423def0c86c8eeb3b610f9f3e51c0505

@ -0,0 +1,28 @@
--- usr/sbin/laptop_mode.orig 2013-01-02 22:07:03.879859499 +0100
+++ usr/sbin/laptop_mode 2013-01-02 22:08:31.740888273 +0100
@@ -670,23 +670,14 @@
fi
if [ "$ENABLE_LAPTOP_MODE_WHEN_LID_CLOSED" -ne 0 -a "$ACTIVATE" -eq 0 ] ; then
- if [ -x "`which hal-find-by-property`" ] ; then
- HAL_LID_BUTTON=$(hal-find-by-property --key "button.type" --string "lid")
- fi
- if [ "$HAL_LID_BUTTON" != "" ] ; then
- HAL_LID_BUTTON_STATE=$(hal-get-property --udi $(hal-find-by-property --key "button.type" --string "lid") --key "button.state.value")
- if [ "$HAL_LID_BUTTON_STATE" = "true" ] ; then
- log "VERBOSE" "Setting action to \"start\" because the lid is closed (says HAL)."
- ACTIVATE=1
- fi
- elif [ -f /proc/acpi/button/lid/*/state ] ; then
+ if [ -f /proc/acpi/button/lid/*/state ] ; then
if ( grep -q "closed" /proc/acpi/button/lid/*/state ) ; then
log "VERBOSE" 'Setting action to "start" because the lid is closed (says /proc/acpi/button/lid/*/state).'
ACTIVATE=1
fi
else
log "MSG" "Warning: ENABLE_LAPTOP_MODE_WHEN_LID_CLOSED is set, but there is no file"
- log "MSG" "/proc/acpi/button/lid/.../state, and hal information is not available either!"
+ log "MSG" "/proc/acpi/button/lid/.../state"
fi
fi

@ -0,0 +1,95 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-laptop/laptop-mode-tools/laptop-mode-tools-1.62.ebuild,v 1.1 2013/01/02 21:18:14 pacho Exp $
EAPI=5
inherit eutils systemd
MY_P=${PN}_${PV}
DESCRIPTION="Linux kernel laptop_mode user-space utilities"
HOMEPAGE="http://www.samwel.tk/laptop_mode/"
SRC_URI="http://www.samwel.tk/laptop_mode/tools/downloads/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="+acpi apm bluetooth scsi"
RDEPEND="net-wireless/wireless-tools
sys-apps/ethtool
sys-apps/hdparm
acpi? ( sys-power/acpid )
apm? ( sys-apps/apmd )
bluetooth? ( net-wireless/bluez:= )
scsi? ( sys-apps/sdparm )"
DEPEND=""
S=${WORKDIR}/${MY_P}
src_prepare() {
# Install 99-laptop-mode.rules to rules.d directory in /usr/lib instead of /etc
sed -i -e '/udev/s:/etc:/usr/lib:' install.sh || die
# This should avoid conflict with pm-powersave wrt #327443 and #396703
cat <<-EOF > "${T}"/${PN}
HOOK_BLACKLIST="00powersave"
EOF
# Install systemd files in proper place
sed -i -e "s:/lib/systemd/system:$(systemd_get_unitdir):" install.sh || die
# Remove HAL references, bug #345723
epatch "${FILESDIR}/${P}-remove-hal.patch"
}
src_compile() { :; }
src_install() {
DESTDIR="${D}" \
INIT_D="none" \
MAN_D="/usr/share/man" \
ACPI="$(use acpi && echo force || echo disabled)" \
PMU="$(false && echo force || echo disabled)" \
APM="$(use apm && echo force || echo disabled)" \
./install.sh || die
dodoc Documentation/*.txt README
newinitd "${FILESDIR}"/laptop_mode.init-1.4 laptop_mode
# See src_prepare()
insinto /etc/pm/config.d
doins "${T}"/${PN}
}
pkg_postinst() {
if use acpi || use apm; then
if use acpi; then
daemon_name="acpid"
elif use apm; then
deamon_name="apmd"
fi
if [ "$(rc-config list default | grep laptop_mode)" = "" ] || [ "$(rc-config list default | grep ${daemon_name} )" = "" ]; then
ewarn "To enable automatic power state event handling,"
ewarn "e.g. enabling laptop_mode after unplugging the battery,"
ewarn "both laptop_mode and the ${daemon_name} daemon must be"
ewarn "added to default runlevel:"
if [ "$(rc-config list default | grep laptop_mode)" = "" ]; then
ewarn "# rc-update add laptop_mode default"
fi
if [ "$(rc-config list default | grep ${daemon_name} )" = "" ]; then
ewarn "# rc-update add ${daemon_name} default"
fi
fi
else
ewarn "Without USE=\"acpi\" or USE=\"apm\" ${PN} can not"
ewarn "automatically disable laptop_mode on low battery."
ewarn
ewarn "This means you can lose up to 10 minutes of work if running"
ewarn "out of battery while laptop_mode is enabled."
ewarn
ewarn "Please see laptop-mode.txt in /usr/share/doc/${PF} for further"
ewarn "information."
ewarn
fi
}

@ -1,3 +1,2 @@
DIST binwalk-0.4.3.tar.gz 701052 SHA256 2eceb316bfb65d43c3422caf5cdd3752ec5d79b1fed57253f47e8513cd9dcaac SHA512 9a648566817f1f640c0c23149aba3d39b9bed8c9f62b2b1a238e46a5d49746b1a13450581a845c65f146028321b76f167ce798d8f4da2064665aed5a6b646cfd WHIRLPOOL 556e2db7a033a2bdf1df07c70b172116198d2ba65b50a070e697d8839620aee1e13be507f9becab277de28519310f2f7ce25c22efacf79df3dfb43c539386a4d
DIST binwalk-0.4.4.tar.gz 110296 SHA256 211d50230e8af62ea5a85b4a31f812dba3f9b31310f07ec6f6a2df4f7509578e SHA512 4723cead712683118d1cad5fa19ba6abe413ee535ecfdd5c42a4f7e09168581c271046f31ed556e53f5655a1a844c0f9110f989cf5e4158117f4c7189035ac79 WHIRLPOOL 3ddada89eb10219db89dee054ae5646177419986b57d21335e1947b625df5483742054bf694e60b9c605b27c3812d690703ab71bba59f2141adcd7e58c183145
DIST binwalk-0.4.5.tar.gz 112526 SHA256 0797173ef20f581e7573976c70e4b2575656d56b482a9392a8795714436da2f0 SHA512 1670ca6c00857b9e7af0d58fcf5bb2b85bbfc79c605ff2910a78f29d246493608ccd74e35e078fe88cd50778dbf1fb4e98c5eabcfc9e4300265e3003079823b7 WHIRLPOOL a2d008532b8f39559454d5fb69caaf2ce108338ba3815f7e09e4a3ab552c666a005fa6854d5cec74d3ac20e0ddde6c44ea9abccd8e2f8eb9aaf7dc24e44ea48a
DIST binwalk-0.5.0.tar.gz 120293 SHA256 37c4dd80929be8c84c5fafc0f63d5520c1b32623d7ee1e562e45b0aac1838f99 SHA512 b5dc27165690598494df6126bcb48e5e06adaea244ee76bf72e83e42541d8d0952202248bb29b5d2b665ed1dddd881c476e97d7eda585d843051a1daf76ee494 WHIRLPOOL 06154cb02e63100bfc6e68d9a89adc5ec229e6634f3ef78d47a7aaf594ad0b4208df93e49ccf447300704ff0eec92b1efa206a382b5b4bb5e5f972082457c6c8

@ -1,27 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/binwalk-0.4.3.ebuild,v 1.1 2012/03/21 09:58:51 radhermit Exp $
EAPI="4"
DESCRIPTION="A tool for identifying files embedded inside firmware images"
HOMEPAGE="http://code.google.com/p/binwalk/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="sys-apps/file"
DEPEND="${RDEPEND}"
S="${WORKDIR}/${P}/src"
DOCS=( ../docs/README )
src_configure() {
econf \
--enable-libmagic \
--disable-updates
}

@ -1,12 +1,14 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/binwalk-0.4.4.ebuild,v 1.1 2012/08/07 10:08:57 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/binwalk/binwalk-0.5.0.ebuild,v 1.1 2013/01/02 22:13:05 radhermit Exp $
EAPI="4"
EAPI="5"
inherit eutils
DESCRIPTION="A tool for identifying files embedded inside firmware images"
HOMEPAGE="http://code.google.com/p/binwalk/"
SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
SRC_URI="http://binwalk.googlecode.com/files/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,6 +22,10 @@ S="${WORKDIR}/${P}/src"
DOCS=( ../docs/README )
src_prepare() {
epatch "${FILESDIR}"/${P}-destdir.patch
}
src_configure() {
econf --disable-updates
}

@ -0,0 +1,25 @@
--- binwalk-0.5.0/src/Makefile.in
+++ binwalk-0.5.0/src/Makefile.in
@@ -47,15 +47,15 @@
cat $(MAGICFILES) > $(MAGIC).binwalk
install:
- mkdir -p $(ETC)
- mkdir -p $(BIN)
- cp $(MAGIC).bin* $(ETC)
- cp $(EXTRACT_FILE) $(ETC)
- cp binwalk $(BIN)/binwalk
+ mkdir -p $(DESTDIR)$(ETC)
+ mkdir -p $(DESTDIR)$(BIN)
+ cp $(MAGIC).bin* $(DESTDIR)$(ETC)
+ cp $(EXTRACT_FILE) $(DESTDIR)$(ETC)
+ cp binwalk $(DESTDIR)$(BIN)/binwalk
uninstall:
- rm -rf $(ETC)
- rm -f $(BIN)/binwalk
+ rm -rf $(DESTDIR)$(ETC)
+ rm -f $(DESTDIR)$(BIN)/binwalk
clean:
rm -f binwalk *.o

@ -1,20 +1,21 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/livecd-tools/livecd-tools-9999.ebuild,v 1.10 2012/05/22 22:31:54 williamh Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/livecd-tools/livecd-tools-9999.ebuild,v 1.11 2013/01/03 17:40:47 williamh Exp $
EAPI=4
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/livecd-tools.git"
[[ ${PV} == "9999" ]] && SCM_ECLASS="git-2"
inherit eutils $SCM_ECLASS
unset SCM_ECLASS
if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/livecd-tools.git"
inherit git-2
else
SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
fi
inherit eutils
DESCRIPTION="Gentoo LiveCD tools for autoconfiguration of hardware"
HOMEPAGE="http://wolf31o2.org/projects/livecd-tools"
if [[ ${PV} != "9999" ]] ; then
SRC_URI="mirror://gentoo/${P}.tar.bz2"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
fi
SLOT="0"
LICENSE="GPL-2"
@ -39,6 +40,5 @@ src_install() {
doinitd init.d/*
dosbin net-setup
into /
dobin bashlogin
dosbin livecd-functions.sh
}

@ -4,3 +4,4 @@ DIST pax-utils-0.2.3.tar.xz 76652 SHA256 b2cdc20a0c67b78753ff4c4cbaa84b8175b0e2e
DIST pax-utils-0.3.0.tar.xz 79892 SHA256 d6d2992a40d89ab02d39a90d3c88ef553ecf1c9b93bae82efe16453b9152696a SHA512 0192c95d210a348e1aaec5b7cce14978447e5fb3c5da234e0244b78db096a04bc53d07b457839c16b6a98cadcae6bb3d9e8bb1e807d920c92c271184f1b03a0d WHIRLPOOL 9c5be4c94b1d619c6f8ee6ec039957765226867a0faefc18b689b61a2874b27a42e13c7572dd4b467948eefbd4d5fd1c9be0788d3f53310045e703ea362efddc
DIST pax-utils-0.4.tar.xz 80300 SHA256 2a19285f5793fa30a6540ae67511cd5dabd543cc11130dd2eb741edfd2fc1e7f SHA512 3b9242805a042dc6bf53bfa8355f5f157425a944c49a780ae131642484463aa63cf62959075215cb9dde02b15cdab2210e7ad4f4498dad8218ada9459dbd3be8 WHIRLPOOL e33b91df453d52cbb95ad51bffc307cf5c450ba006a9671217818da870131255529452f3fd4c8644fb09ad28a1faa5f8fd5461e4f1c48349d44233eb502bc53d
DIST pax-utils-0.5.tar.xz 80672 SHA256 1ba4f5e8680449c18841db2397aca320527fb06628b4ad9212e42f5e01de833b SHA512 6831d2495298c16f3eddc1fe2af5864775acbdd9feac17d8660b1a4e807acdb9c121ae667cf2476887e776cae39334ea4f93d2e5f46c8c739d3044db8cfd9248 WHIRLPOOL 73bf1a1875c465afbf3418d286cc7d42b18eb5560f0a941ab7be0745a640fce0fdb1a084ac9dabedf2a1833b9282a9256c1b08b8c9242b69e211f15d3e45ce55
DIST pax-utils-0.6.tar.xz 87548 SHA256 1ffd4bf7bf3f8bb404007dd1617edfb0297e4c65a2c1153712e4a76875038784 SHA512 1d13659f647cf1f6301fda124cf7092c8e40e3772b4dae9f19f66329c40239f5ee07730c14538bdbfaa65e890515e0468476c8a88850f6d24ea2268a9fdb4193 WHIRLPOOL b889d61f8dbaf2ac06ca532ca381d375d0cef5d8c6fae763fa2c8e12cffa9244e637f90de29cb3ce024a15da143a388499be9654d1a3b9c93c408f4e93e3bc78

@ -10,4 +10,7 @@
<description>Maintainer</description>
</maintainer>
<longdescription>A suite of ELF tools to aid auditing systems. Contains various ELF related utils for ELF32, ELF64 binaries useful for displaying PaX and security info on a large groups of binary files.</longdescription>
<use>
<flag name='python'>Install a more powerful/faster version of lddtree</flag>
</use>
</pkgmetadata>

@ -0,0 +1,38 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/pax-utils/pax-utils-0.6.ebuild,v 1.1 2013/01/02 18:28:32 vapier Exp $
inherit eutils toolchain-funcs unpacker
DESCRIPTION="ELF related utils for ELF 32/64 binaries that can check files for security relevant properties"
HOMEPAGE="http://hardened.gentoo.org/pax-utils.xml"
SRC_URI="mirror://gentoo/pax-utils-${PV}.tar.xz
http://dev.gentoo.org/~solar/pax/pax-utils-${PV}.tar.xz
http://dev.gentoo.org/~vapier/dist/pax-utils-${PV}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="caps python"
#RESTRICT="mirror"
RDEPEND="caps? ( sys-libs/libcap )
python? ( dev-python/pyelftools )"
DEPEND="${RDEPEND}
app-arch/xz-utils"
_emake() {
emake \
USE_CAP=$(usex caps) \
USE_PYTHON=$(usex python) \
"$@" || die
}
src_compile() {
_emake CC="$(tc-getCC)"
}
src_install() {
_emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
prepalldocs
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/freesmee/freesmee-0.81.ebuild,v 1.1 2012/11/27 16:06:46 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/freesmee/freesmee-0.81.ebuild,v 1.2 2013/01/03 09:21:57 ago Exp $
EAPI=5
@ -12,7 +12,7 @@ SRC_URI="http://download.opensuse.org/repositories/home:/${PN}/xUbuntu_12.10/${P
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug"
DEPEND="dev-util/ticpp

@ -1 +1,2 @@
DIST LanguageTool-1.9.oxt 33681427 SHA256 9bf64916caddc4bea126f456d89c8085328efb43db80aa6c47163302d2eec49b SHA512 0a2f7b38fc0e10cdcba1c8b632a61ca115d9d6d1b72a293d9f1d9d0ae576d48c428c2cd78e0b23fd9b474f251af40ead034178aafcf4568a871a2921f25ee8b5 WHIRLPOOL 0fb4b4d073830ca3eeceeb65053fdfb18df81079f19c5b7fe8a3cd82f7ada11ea52fe366defaf4c07ea002adee257bfbae0eeeede6ce5b7fc772059bd8aaa0ad
DIST LanguageTool-2.0.oxt 33553427 SHA256 9f0453d643a797daf8923faf5ba6f8739d9428f5869644fc5f37b43b65c48675 SHA512 ee8cd92302624a3f70f6a3d91d4e5c0e72ea7fde04e0b03163f86f93ff446218c6bbef4d31ad20ef68c5e7056d3e2191d8aad4158c71c5ceb69a2ec3138cec4c WHIRLPOOL 7f9240ee49d444e62e1ea8ad277f5f27fa3a43d0c962825429d8eafaa7af95a30a56a24bf2c4a6d5df08b4096d29613ec8acf8407e5dd2aea361c5669880af14

@ -0,0 +1,27 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-officeext/languagetool/languagetool-2.0.ebuild,v 1.1 2013/01/03 20:01:10 scarabeus Exp $
EAPI=4
MY_P="LanguageTool-${PV}"
OO_EXTENSIONS=(
"${MY_P}.oxt"
)
inherit office-ext
DESCRIPTION="Style and Grammar Checker for libreoffice"
HOMEPAGE="http://www.languagetool.org/"
SRC_URI="http://www.languagetool.org/download/${MY_P}.oxt"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
virtual/ooo[java]
"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/demerge/demerge-0.047-r1.ebuild,v 1.3 2012/12/30 16:52:07 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/demerge/demerge-0.047-r1.ebuild,v 1.4 2013/01/03 08:48:39 armin76 Exp $
DESCRIPTION="demerge - revert to previous installation states"
HOMEPAGE="http://download.mpsna.de/opensource/demerge/"
@ -12,7 +12,7 @@ KEYWORDS="alpha ~amd64 arm ia64 ~ppc sh sparc x86"
IUSE=""
DEPEND="dev-lang/perl
>=dev-perl/PortageXS-0.02.10-r2
>=dev-perl/PortageXS-0.02.10-r3
virtual/perl-Term-ANSIColor
dev-perl/TermReadKey
dev-perl/Shell-EnvImporter"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.7.ebuild,v 1.8 2012/12/29 17:47:01 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-0.3.0.7.ebuild,v 1.9 2013/01/02 22:56:29 fuzzyray Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"

@ -1,17 +1,16 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-9999.ebuild,v 1.25 2012/11/13 21:59:47 fuzzyray Exp $
# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-9999.ebuild,v 1.26 2013/01/02 22:56:29 fuzzyray Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45]"
PYTHON_USE_WITH="xml"
PYTHON_NONVERSIONED_EXECUTABLES=(".*")
EAPI="5"
PYTHON_COMPAT=(python{2_6,2_7,3_1,3_2,3_3} pypy1_9 )
PYTHON_REQ_USE="xml"
EGIT_MASTER="gentoolkit"
EGIT_BRANCH="gentoolkit"
inherit distutils python git-2
inherit distutils-r1 git-2
EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/gentoolkit.git"
@ -25,34 +24,24 @@ IUSE=""
KEYWORDS=""
# Note: dev-lang/python dependencies are so emerge will print a blocker if any
# installed slot of python is not built with +xml. This is used since
# PYTHON_USE_WITH just dies in the middle of the emerge. See bug 399331.
DEPEND="sys-apps/portage"
RDEPEND="${DEPEND}
>=dev-lang/python-2.6[xml]
!>=dev-lang/python-2.6[-xml]
!<=app-portage/gentoolkit-dev-0.2.7
|| ( >=sys-apps/coreutils-8.15 app-misc/realpath sys-freebsd/freebsd-bin )
sys-apps/gawk
sys-apps/grep
virtual/python-argparse"
distutils_src_compile_pre_hook() {
echo VERSION="9999-${EGIT_VERSION}" "$(PYTHON)" setup.py set_version
VERSION="9999-${EGIT_VERSION}" "$(PYTHON)" setup.py set_version
}
virtual/python-argparse[${PYTHON_USEDEP}]"
src_compile() {
distutils_src_compile
python_prepare_all() {
python_export_best
echo VERSION="9999-${EGIT_VERSION}" "${PYTHON}" setup.py set_version
VERSION="9999-${EGIT_VERSION}" "${PYTHON}" setup.py set_version
}
src_install() {
python_convert_shebangs -r "" build-*/scripts-*
distutils_src_install
python_install_all() {
distutils-r1_python_install_all
# Create cache directory for revdep-rebuild
dodir /var/cache/revdep-rebuild
keepdir /var/cache/revdep-rebuild
use prefix || fowners root:root /var/cache/revdep-rebuild
fperms 0700 /var/cache/revdep-rebuild
@ -72,20 +61,21 @@ src_install() {
}
pkg_postinst() {
distutils_pkg_postinst
einfo
einfo "For further information on gentoolkit, please read the gentoolkit"
einfo "guide: http://www.gentoo.org/doc/en/gentoolkit.xml"
einfo
einfo "Another alternative to equery is app-portage/portage-utils"
einfo
einfo "Additional tools that may be of interest:"
einfo
einfo " app-admin/eclean-kernel"
einfo " app-portage/diffmask"
einfo " app-portage/flaggie"
einfo " app-portage/install-mask"
einfo " app-portage/portpeek"
einfo " app-portage/smart-live-rebuild"
# Only show the elog information on a new install
if [[ ! ${REPLACING_VERSIONS} ]]; then
elog
elog "For further information on gentoolkit, please read the gentoolkit"
elog "guide: http://www.gentoo.org/doc/en/gentoolkit.xml"
elog
elog "Another alternative to equery is app-portage/portage-utils"
elog
elog "Additional tools that may be of interest:"
elog
elog " app-admin/eclean-kernel"
elog " app-portage/diffmask"
elog " app-portage/flaggie"
elog " app-portage/install-mask"
elog " app-portage/portpeek"
elog " app-portage/smart-live-rebuild"
fi
}

@ -159,4 +159,7 @@ DIST bash42-036 3123 SHA256 fe293a1bc92ac4d272ae9b9a0de3afef7c06145a2b52337a09ca
DIST bash42-037 3483 SHA256 c7578cddd3bb2430689c740f58a03403800726dcd1268b28f91bf37f368e1674 SHA512 4466990dc3499ccde5940ddfb383052fa345d4e53fff7c8963ac7482fa280658b4516a1583486175cab2f3a5c8afbbedda8461e3cb1802031bce8db386404608 WHIRLPOOL 918dd53aea5ba7c5da2b6ef3325289d80d5c9e01aa57bd5bf9b9e6a22302865929a670ed7b20a5916237e2078aa69223c681e00c79c5db40dcf4d9ffa455b603
DIST bash42-038 1290 SHA256 b8c9a81bdf206be58ba491dfad80373b3348af769e80aaf72f7611ddbbbe6d57 SHA512 f835bb393153310fa2e4c2d95a98c0db53a97075f8989d61cccb095db223495777e413b21e9b235391a4a0f34d935a828ff5ccf337520d5dc87d380170efb351 WHIRLPOOL 3625b8a1e17e2ec7925027b6e048262126366ec2691e7a2bdfd23f8da2eefcea6ce967382067c8d6969d1a9cc641ffcd05ab71a713a61762c43d77df01082b8a
DIST bash42-039 1603 SHA256 f4f9300a60321a5088ae9e54052a64c4d3e876f9a3a17ca104d58fa38b9c1791 SHA512 4c5e44a623840c7efe7894f313a5691307b12aea325dbc923b48deb6ee6ac0bb2ff7afb0d2ee12ab97b04d60c1b9e2a4facc51b66c93be9fe0beda317ec7318f WHIRLPOOL e863174def546d9e9cbcdf5cfa1f735a1503a7caa10ab25a017add965cde524412e37c7fdc43ee80b6dd23676f2231093df64de1d1f41aa823e6cf5c79136531
DIST bash42-040 1710 SHA256 b265f9caf3c7321f95bc8e0b9e2c46bd86c226f00f05e823699aafb83c4aaa6c SHA512 ff5cfdd2aa846f0831a1f2f7b477e70fc6b68b6c4f4785293c417039a7f3fd4822ade4658ea17046ab9616c3fed02b463e6a3e60aeb7daf6ab667da14b9a482e WHIRLPOOL 7b4672ee3112be3919cef4a30e730daa534ee61c2b5a8e48cef799bf5e17a9bbf58dfbb96626f6edcdad595c92bec0dfc9b5f41a9785c20af7cf3e829553fe65
DIST bash42-041 1463 SHA256 05cc1951bd9f6624088dd6067486ff47f1825e333273d7df5f1b06b23baaf5eb SHA512 7c9c12fc77bb764dbe8061e6df9419ab84d296a76c4a8bd96cf0f507bf70652a1c869162ac8d8c36f2d16ea0912a142fe14d6db45636bcb6e6fdf1444f0672a6 WHIRLPOOL bfcc374321554787373bac3d1cf22e2cdf4064a0ece447bda2426b90bd55c09f7d2ea2491bbdf2e03c2152783e45bccc98797fb4f12e4fe8095543ddb51f0457
DIST bash42-042 1571 SHA256 faaa5c1f456517b258b2a65eaa664dd6a01eeff73c8ca4447c3a6de371bbf304 SHA512 99fd4f5f70e3d7d2e8dc1dac80e6ee6e0bb9ba1f629f41019b13f36aba2404aa4d786049bb0039e5fee138a01b813d295d4303c7c3d561a3cf565ffa19bb081e WHIRLPOOL 944cf532a9cdc42dcda55f3b2af96337d31596bcb39e83fb3e223bc3aeb1a45696dfc69e60ef0a68fd0c133728d9d23a037d633d9a267b09f51954ba7693e262
DIST readline51-001 2042 SHA256 2c9786b231a454504c3f38361af6fd74e61789bc1009eba5fb2447b5a3ac5774 SHA512 94dbe326f551099aac9658e80cf5489cdecf0a06f4986b1ebf0f6b678f1e2e50e31353e459e1b71a186f17c933180bf30a821cb262708ef6425c5987eb6d66e0 WHIRLPOOL 10546875add30ab9d2c9b60f6d90dd9cc6745e02cbec1ab8913517c6bdbc3d894d97652d04de148e6423fd8666831255996d9862e8e532ad06390757859a8f64

@ -0,0 +1,218 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-4.2_p42.ebuild,v 1.1 2013/01/03 03:31:22 vapier Exp $
EAPI="1"
inherit eutils flag-o-matic toolchain-funcs multilib
# Official patchlevel
# See ftp://ftp.cwru.edu/pub/bash/bash-4.2-patches/
PLEVEL=${PV##*_p}
MY_PV=${PV/_p*}
MY_PV=${MY_PV/_/-}
MY_P=${PN}-${MY_PV}
[[ ${PV} != *_p* ]] && PLEVEL=0
patches() {
local opt=$1 plevel=${2:-${PLEVEL}} pn=${3:-${PN}} pv=${4:-${MY_PV}}
[[ ${plevel} -eq 0 ]] && return 1
eval set -- {1..${plevel}}
set -- $(printf "${pn}${pv/\.}-%03d " "$@")
if [[ ${opt} == -s ]] ; then
echo "${@/#/${DISTDIR}/}"
else
local u
for u in ftp://ftp.cwru.edu/pub/bash mirror://gnu/${pn} ; do
printf "${u}/${pn}-${pv}-patches/%s " "$@"
done
fi
}
DESCRIPTION="The standard GNU Bourne again shell"
HOMEPAGE="http://tiswww.case.edu/php/chet/bash/bashtop.html"
SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline vanilla"
DEPEND=">=sys-libs/ncurses-5.2-r2
readline? ( >=sys-libs/readline-6.2 )
nls? ( virtual/libintl )"
RDEPEND="${DEPEND}
!<sys-apps/portage-2.1.6.7_p1
!<sys-apps/paludis-0.26.0_alpha5"
# we only need yacc when the .y files get patched (bash42-005)
DEPEND+=" virtual/yacc"
S=${WORKDIR}/${MY_P}
pkg_setup() {
if is-flag -malign-double ; then #7332
eerror "Detected bad CFLAGS '-malign-double'. Do not use this"
eerror "as it breaks LFS (struct stat64) on x86."
die "remove -malign-double from your CFLAGS mr ricer"
fi
if use bashlogger ; then
ewarn "The logging patch should ONLY be used in restricted (i.e. honeypot) envs."
ewarn "This will log ALL output you enter into the shell, you have been warned."
fi
}
src_unpack() {
unpack ${MY_P}.tar.gz
cd "${S}"
# Include official patches
[[ ${PLEVEL} -gt 0 ]] && epatch $(patches -s)
# Clean out local libs so we know we use system ones
rm -rf lib/{readline,termcap}/*
touch lib/{readline,termcap}/Makefile.in # for config.status
sed -ri -e 's:\$[(](RL|HIST)_LIBSRC[)]/[[:alpha:]]*.h::g' Makefile.in || die
# Avoid regenerating docs after patches #407985
sed -i -r '/^(HS|RL)USER/s:=.*:=:' doc/Makefile.in || die
touch -r . doc/*
epatch "${FILESDIR}"/${PN}-4.2-execute-job-control.patch #383237
epatch "${FILESDIR}"/${PN}-4.2-parallel-build.patch
epatch "${FILESDIR}"/${PN}-4.2-no-readline.patch
epatch "${FILESDIR}"/${PN}-4.2-speed-up-read-N.patch
epatch_user
}
src_compile() {
local myconf=
# For descriptions of these, see config-top.h
# bashrc/#26952 bash_logout/#90488 ssh/#24762
append-cppflags \
-DDEFAULT_PATH_VALUE=\'\"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin\"\' \
-DSTANDARD_UTILS_PATH=\'\"/bin:/usr/bin:/sbin:/usr/sbin\"\' \
-DSYS_BASHRC=\'\"/etc/bash/bashrc\"\' \
-DSYS_BASH_LOGOUT=\'\"/etc/bash/bash_logout\"\' \
-DNON_INTERACTIVE_LOGIN_SHELLS \
-DSSH_SOURCE_BASHRC \
$(use bashlogger && echo -DSYSLOG_HISTORY)
# Don't even think about building this statically without
# reading Bug 7714 first. If you still build it statically,
# don't come crying to us with bugs ;).
#use static && export LDFLAGS="${LDFLAGS} -static"
use nls || myconf="${myconf} --disable-nls"
# Historically, we always used the builtin readline, but since
# our handling of SONAME upgrades has gotten much more stable
# in the PM (and the readline ebuild itself preserves the old
# libs during upgrades), linking against the system copy should
# be safe.
# Exact cached version here doesn't really matter as long as it
# is at least what's in the DEPEND up above.
export ac_cv_rl_version=6.2
# Force linking with system curses ... the bundled termcap lib
# sucks bad compared to ncurses. For the most part, ncurses
# is here because readline needs it. But bash itself calls
# ncurses in one or two small places :(.
use plugins && append-ldflags -Wl,-rpath,/usr/$(get_libdir)/bash
econf \
--with-installed-readline=. \
--with-curses \
$(use_with afs) \
$(use_enable net net-redirections) \
--disable-profiling \
$(use_enable mem-scramble) \
$(use_with mem-scramble bash-malloc) \
$(use_enable readline) \
$(use_enable readline history) \
$(use_enable readline bang-history) \
${myconf}
emake || die
if use plugins ; then
emake -C examples/loadables all others || die
fi
}
src_install() {
emake install DESTDIR="${D}" || die
dodir /bin
mv "${D}"/usr/bin/bash "${D}"/bin/ || die
dosym bash /bin/rbash
insinto /etc/bash
doins "${FILESDIR}"/{bashrc,bash_logout}
insinto /etc/skel
for f in bash{_logout,_profile,rc} ; do
newins "${FILESDIR}"/dot-${f} .${f}
done
local sed_args=(
-e "s:#${USERLAND}#@::"
-e '/#@/d'
)
if ! use readline ; then
sed_args+=( #432338
-e '/^shopt -s histappend/s:^:#:'
-e 's:use_color=true:use_color=false:'
)
fi
sed -i \
"${sed_args[@]}" \
"${D}"/etc/skel/.bashrc \
"${D}"/etc/bash/bashrc || die
if use plugins ; then
exeinto /usr/$(get_libdir)/bash
doexe $(echo examples/loadables/*.o | sed 's:\.o::g') || die
insinto /usr/include/bash-plugins
doins *.h builtins/*.h examples/loadables/*.h include/*.h \
lib/{glob/glob.h,tilde/tilde.h}
fi
if use examples ; then
for d in examples/{functions,misc,scripts,scripts.noah,scripts.v2} ; do
exeinto /usr/share/doc/${PF}/${d}
insinto /usr/share/doc/${PF}/${d}
for f in ${d}/* ; do
if [[ ${f##*/} != PERMISSION ]] && [[ ${f##*/} != *README ]] ; then
doexe ${f}
else
doins ${f}
fi
done
done
fi
doman doc/*.1
dodoc README NEWS AUTHORS CHANGES COMPAT Y2K doc/FAQ doc/INTRO
dosym bash.info /usr/share/info/bashref.info
}
pkg_preinst() {
if [[ -e ${ROOT}/etc/bashrc ]] && [[ ! -d ${ROOT}/etc/bash ]] ; then
mkdir -p "${ROOT}"/etc/bash
mv -f "${ROOT}"/etc/bashrc "${ROOT}"/etc/bash/
fi
if [[ -L ${ROOT}/bin/sh ]]; then
# rewrite the symlink to ensure that its mtime changes. having /bin/sh
# missing even temporarily causes a fatal error with paludis.
local target=$(readlink "${ROOT}"/bin/sh)
local tmp=$(emktemp "${ROOT}"/bin)
ln -sf "${target}" "${tmp}"
mv -f "${tmp}" "${ROOT}"/bin/sh
fi
}
pkg_postinst() {
# If /bin/sh does not exist, provide it
if [[ ! -e ${ROOT}/bin/sh ]]; then
ln -sf bash "${ROOT}"/bin/sh
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3.2-r3.ebuild,v 1.11 2012/11/04 17:32:06 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3.2-r3.ebuild,v 1.12 2013/01/02 21:38:35 floppym Exp $
EAPI=2
@ -38,7 +38,7 @@ src_prepare() {
# on hppa. Using -O1 works fine. So I force it here.
use hppa && replace-flags -O2 -O1
ln -s config/configure.in configure.in
ln -s config/configure.in configure.ac
#eautoreconf
elibtoolize

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3.2-r4.ebuild,v 1.6 2012/11/04 17:32:06 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3.2-r4.ebuild,v 1.7 2013/01/02 21:38:35 floppym Exp $
EAPI=2
@ -38,7 +38,7 @@ src_prepare() {
# on hppa. Using -O1 works fine. So I force it here.
use hppa && replace-flags -O2 -O1
ln -s config/configure.in configure.in || die
ln -s config/configure.in configure.ac || die
cp "${FILESDIR}"/${P}-acinclude.m4 acinclude.m4 || die
rm config/missing || die

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3.2-r5.ebuild,v 1.1 2012/11/20 22:07:39 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/openjade/openjade-1.3.2-r5.ebuild,v 1.2 2013/01/02 21:38:35 floppym Exp $
EAPI=2
@ -38,7 +38,7 @@ src_prepare() {
# on hppa. Using -O1 works fine. So I force it here.
use hppa && replace-flags -O2 -O1
ln -s config/configure.in configure.in || die
ln -s config/configure.in configure.ac || die
cp "${FILESDIR}"/${P}-acinclude.m4 acinclude.m4 || die
rm config/missing || die

@ -1,2 +1,3 @@
DIST qpdf-3.0.1.tar.gz 4841926 SHA256 db65d6f4f0462d4793049afb7edf9ac9386fb8bdb51d10b5b88a004e1cc36bc6 SHA512 dcff4a66d8e7ca555ab59f5abba944a67a0d73dd32b48fcaf5152530750d7cff4d18bf9649a0b2057ab4cb0a85b20a5bb45b23c1c32a2038094094747e3a6834 WHIRLPOOL 82799491850cfb9e6a37e0b1447c90bd22a974a6b87c0e64271bc13d1b9bbd81a53ff0af86ba7aba01d744b2856e3741199b6f7e5ee324c213e120896823594f
DIST qpdf-3.0.2.tar.gz 4846068 SHA256 b0c284945a49c46a0da6f54b06ff25237491ccc0c8bb062ae57d30aee80e165e SHA512 0ee534cb3f1fb31a85e8d1e0e78d02630dd4e008660c93b376e1dfd3850b313e73ba4db4f148f263ecccebb357b3d44b70d89babfaa2117c1b634467547f14a8 WHIRLPOOL 39768d1dc70dddb73cd2a50b3b9eaffae2295a8715d5683b007d801b0d183acce040e9f405338cd01757dfbe13950d4de328eba0014d67c934ade25bcf432385
DIST qpdf-4.0.0.tar.gz 5029024 SHA256 446af92ef79d8c3014dca2621dedec1edff736f259ab7bebd9a6510d2fabafe3 SHA512 4cb2b5abb23422a0165345b55f2a8fb946de9b556a29490a3b24a45bfd5f7791c5682db87c32a3a7edb5621baf8a652a28b50bcf34c5e28a8f5150b3f749ebd9 WHIRLPOOL 19d90bf31f4b6b3262d1afc5f27c8ec5c3073bc2acdfadd12f105c798ee4b7f5ebc03a6889d4c2fd94c59041724b8819d8fc70e644a1ab2958638b7adf78adec

@ -0,0 +1,50 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/qpdf/qpdf-4.0.0.ebuild,v 1.1 2013/01/03 06:29:37 radhermit Exp $
EAPI="5"
DESCRIPTION="A command-line program that does structural, content-preserving transformations on PDF files"
HOMEPAGE="http://qpdf.sourceforge.net/"
SRC_URI="mirror://sourceforge/qpdf/${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="doc examples static-libs test"
RDEPEND="dev-libs/libpcre
sys-libs/zlib
>=dev-lang/perl-5.8"
DEPEND="${RDEPEND}
test? (
sys-apps/diffutils
media-libs/tiff
app-text/ghostscript-gpl
)"
DOCS=( ChangeLog README TODO )
src_prepare() {
# Manually install docs
sed -i -e "/docdir/d" make/libtool.mk || die
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable test test-compare-images)
}
src_install() {
default
if use doc ; then
dodoc doc/qpdf-manual.pdf
dohtml doc/*
fi
if use examples ; then
dobin examples/build/.libs/*
fi
}

@ -1 +1 @@
DIST sgml-common-0.6.3.tgz 76783 SHA256 7dc418c1d361123ffc5e45d61f1b97257940a8eb35d0bfbbc493381cc5b1f959 SHA512 3c4a55f555596b2a6bf6af66c497679226e7b40625ac16832150488311cba7f9fc523435eea5837262a5517f5c09c4c0e07fe4a2cf02184d4027609c26e4bc0c WHIRLPOOL a17f6d06a5fe8f22edaeb0a2aef7b346b529704a1bc3e036c9d6f4d22389c2d41c18ae6633ffdb8bd83840fa9d901be42197ea38d865158e1e2eeb5a5657a675
DIST sgml-common-0.6.3-gentoo.tar.gz 128903 SHA256 c5f6668cb19e230df5c5adaf2704fa5225da0aab090b42a23f4247224c6523ee SHA512 c8de573d707ccf524407c9be9a6e7740341eb88ecb6bee69d6d11a2658ef74e6acfb7495afa33c9983ab015c3c925aac98278a4e01ee217892a9fb99e60798ce WHIRLPOOL 18187f92fd4def6affdbb9e7c6de5f4a29f906b6f5199bb9db049ff106cc3fccd51144b83ad575caeb1ef8b6cb01d59db7a33563867fe14053019d93b9084772

@ -1,13 +0,0 @@
Index: sgml-common-0.6.3/configure.in
===================================================================
--- sgml-common-0.6.3.orig/configure.in
+++ sgml-common-0.6.3/configure.in
@@ -3,7 +3,7 @@ AC_INIT(Makefile.am)
AM_INIT_AUTOMAKE(sgml-common, 0.6.3)
-docdir='$(prefix)/doc'
+docdir='$(prefix)/share/doc'
AC_SUBST(docdir)
dnl Checks for programs.

@ -1,5 +0,0 @@
--- a/doc/HTML/Makefile.am
+++ b/doc/HTML/Makefile.am
@@ -1,2 +1 @@
-htmldir = $(docdir)/sgml-common-@VERSION@/html
html_DATA = *.html

@ -1,7 +0,0 @@
diff -ur sgml-common-0.6.3.orig/doc/man/Makefile.am sgml-common-0.6.3/doc/man/Makefile.am
--- sgml-common-0.6.3.orig/doc/man/Makefile.am 2001-01-30 16:42:22.000000000 +0200
+++ sgml-common-0.6.3/doc/man/Makefile.am 2009-07-19 14:09:48.000000000 +0300
@@ -1,2 +1 @@
-man8dir = $(mandir)/man8
-man8_DATA = *.8
+man_MANS = *.8

@ -1,14 +1,15 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild,v 1.25 2012/04/26 17:13:10 aballier Exp $
# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r5.ebuild,v 1.26 2013/01/03 06:11:51 floppym Exp $
EAPI="3"
inherit autotools eutils prefix
inherit eutils prefix
DESCRIPTION="Base ISO character entities and utilities for SGML"
HOMEPAGE="http://www.iso.ch/cate/3524030.html"
SRC_URI="mirror://kde/devel/docbook/SOURCES/${P}.tgz"
#SRC_URI="mirror://kde/devel/docbook/SOURCES/${P}.tgz"
SRC_URI="http://dev.gentoo.org/~floppym/dist/${PN}/${P}-gentoo.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@ -25,12 +26,6 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-prefix.patch
eprefixify bin/install-catalog.in bin/sgmlwhich config/sgml.conf
epatch "${FILESDIR}"/${P}-configure.in.patch
epatch "${FILESDIR}"/${P}-man_MANS.patch
epatch "${FILESDIR}"/${P}-htmldir.patch
eautoreconf
}
src_configure() {

@ -1,3 +1,2 @@
DIST mysql-workbench-gpl-5.2.35-src.tar.gz 17874329 SHA256 3681351af061637ce54dcc1b490325e9a4a0b42127e642e60220845fcfc2cbaa SHA512 1b7e94811b39204761dfd9308a51fb78068e2f2cfd141b8add52fdb1eecb51daafe903adcd5ff20066c22606060a672bde479705da7b7bde88719a8d3f12974f WHIRLPOOL 0e1d9d3297eb7fa414804714045db47bc64b4d3888c4de26b8d0a091ddd0b83f88f306c0906e3ac0e598b0f1976f94f58b0b6a42b2db98b173cb2e95519db7ac
DIST mysql-workbench-gpl-5.2.40-src.tar.gz 18902330 SHA256 782be704afd7f2348bab98479c1ace807f83811f24aa268d5853486909c356ed SHA512 adbf5a6ded8f38bbbe3ce91fc0bb8fd7914d8287446302d1b3fca892b5a332883b71c23a481f7f0ebd04f4bfb6275f6a58c5913d6f4bb89a6be9741bd3320495 WHIRLPOOL d36f0ecd8697acf81db43054990b7b74e0df9e51dcdc8ca4329ae26d64292d5011fda776e1790063a4118b02660b471a0fbad5b301188e288180c8cd45ebf5d0
DIST mysql-workbench-gpl-5.2.44-src.tar.gz 30799313 SHA256 f78a393e0f8bbc51b6be761ac3e0988c21d774a35efa081ef204d8c47ab841e0 SHA512 1a7939b34b1d50c0cdca37b6b007f2bb0aab299b2ba851e2f3c3095dcacc9056994337a79efa0022a5f2a6a760362ac9e9f4fdf7be6b1a7d9c12993b499bf403 WHIRLPOOL c59b0e555e98ae9b552e05cf3aa6ab9791e81784590e24b52c499844ce20ed34e093d5102fdbd9273a0465dd46c285aa57a1392b64122e135ded50fd46f286d5
DIST mysql-workbench-gpl-5.2.45-src.tar.gz 21754261 SHA256 204b66dbe33f9cb6d65cde4d36749b23307abb28f2d915a9923e48109c82bfed SHA512 f19ab2c550d363f14e450eeab82b923d84f6d6ab9ae328555e53fd0e16c70a502b7bd1ad35c1a4866aeb6ac95de119d79a2946bff1690240c5bac6c2febef300 WHIRLPOOL a62ffa0dcc33b9583b72949f4b6fe7ee070e8735993d316d7c9d3a9dc402e276240802a2a80ec0ae381c5a584b343db449c6756167f32ec70143641af61bf425

@ -1,21 +0,0 @@
Use a simpler check for Python's libs that returns an actual linker
invocation (e.g. -lpython2.6) instead of the .so file. This fixes the
case with forced as-needed where the .so gets re-ordered to the front
during link.
--- configure.in.~1~ 2010-12-08 03:20:38.000000000 +0100
+++ configure.in 2010-12-15 19:10:11.716940123 +0100
@@ -280,12 +280,7 @@
AC_CHECK_PROG(PYTHON27, python2.7, [yes])
# Python headers
AC_MSG_CHECKING(for Python libraries)
-PYTHON_LIBS=[$(python -c "from distutils import sysconfig
-import os
-cfg=sysconfig.get_config_vars()
-lib = os.path.join(cfg['LIBDIR'], cfg['LDLIBRARY'])
-if os.path.exists(lib):
- print lib")]
+PYTHON_LIBS=[$(python -c 'import sys; print("-lpython%s.%s" % sys.version_info[:2])')]
PYTHON_CFLAGS=[$(python -c "from distutils import sysconfig
print sysconfig.get_python_inc()")]
PYTHON_CFLAGS="-I$PYTHON_CFLAGS"

@ -1,13 +0,0 @@
Patch by Remi Collet for Fedora in http://bugs.mysql.com/bug.php?id=60603
diff -up mysql-workbench-gpl-5.2.34-src/modules/db.mysql/src/db_mysql_catalog_report.h.gcc46 mysql-workbench-gpl-5.2.34-src/modules/db.mysql/src/db_mysql_catalog_report.h
--- mysql-workbench-gpl-5.2.34-src/modules/db.mysql/src/db_mysql_catalog_report.h.gcc46 2011-05-28 08:12:31.887897052 +0200
+++ mysql-workbench-gpl-5.2.34-src/modules/db.mysql/src/db_mysql_catalog_report.h 2011-05-28 08:13:10.397054637 +0200
@@ -10,6 +10,7 @@
#include "config.h"
#endif
+#include <cstddef>
#include "ctemplate/template.h"
#include "grt/common.h"

@ -1,103 +0,0 @@
Allow compilation with glib 2.32.
Patch by goeland86@gmail.com in bug 412157
--- library/canvas/src/mdc_canvas_view.h 2012-02-21 17:53:45.000000000 +0100
+++ library/canvas/src/mdc_canvas_view_new.h 2012-04-15 21:34:19.000000000 +0200
@@ -28,7 +28,7 @@
#include "mdc_selection.h"
#ifndef _WIN32
-#include <glib/gthread.h>
+#include <glib.h>
#endif
BEGIN_MDC_DECLS
--- library/canvas/src/stdafx.h 2012-02-21 17:53:46.000000000 +0100
+++ library/canvas/src/stdafx.new.h 2012-04-15 22:18:14.000000000 +0200
@@ -52,7 +52,7 @@
#include <gl/gl.h>
#include <gl/glu.h>
-#include <glib/gthread.h>
+#include <glib.h>
#endif // _WIN32
--- library/canvas/src/mdc_canvas_view_printing.cpp 2012-04-15 22:17:38.000000000 +0200
+++ library/canvas/src/mdc_canvas_view_printing.new.cpp 2012-04-15 22:14:49.000000000 +0200
@@ -21,7 +21,7 @@
#include "mdc_canvas_view.h"
#include "mdc_canvas_view_printing.h"
-#include <glib/gmessages.h>
+#include <glib.h>
#ifdef _WIN32
#include <cairo/cairo-win32.h>
--- library/grt/src/grtpp_util.new.cpp 2012-04-15 22:57:55.000000000 +0200
+++ library/grt/src/grtpp_util.cpp 2012-02-21 17:53:44.000000000 +0100
@@ -25,7 +25,7 @@
#include "grtpp_util.h"
#include "base/string_utilities.h"
-#include <glib/gbase64.h>
+#include <glib.h>
#include <functional>
using namespace grt;
--- backend/wbprivate/sqlide/wb_live_schema_tree.h 2012-02-21 17:53:39.000000000 +0100
+++ backend/wbprivate/sqlide/wb_live_schema_tree.new.h 2012-04-15 23:41:01.000000000 +0200
@@ -24,7 +24,7 @@
#include "grtpp.h"
#include "workbench/wb_backend_public_interface.h"
#include "base/string_utilities.h"
-#include <glib/gpattern.h>
+#include <glib.h>
namespace wb
{
--- modules/db.mysql.sqlparser/src/mysql_sql_parser_fe.cpp 2012-02-21 17:53:37.000000000 +0100
+++ modules/db.mysql.sqlparser/src/mysql_sql_parser_fe.new.cpp 2012-04-16 00:33:55.000000000 +0200
@@ -20,7 +20,7 @@
#include "stdafx.h"
-#include <glib/gunicode.h>
+#include <glib.h>
#include "grt/common.h"
#include "grt/grt_manager.h"
#include "grtdb/charset_utils.h"
@@ -651,4 +651,4 @@
return versioning_comment_subst_token;
else
return token;
-}
\ No newline at end of file
+}
--- modules/db.mysql.sqlparser/src/stdafx.h 2012-02-21 17:53:46.000000000 +0100
+++ modules/db.mysql.sqlparser/src/stdafx.new.h 2012-04-16 00:35:10.000000000 +0200
@@ -32,7 +32,7 @@
#include <algorithm>
#include <sstream>
#include <fstream>
-#include <glib/gunicode.h>
+#include <glib.h>
#include <map>
#include "direct.h"
--- plugins/db.mysql/backend/db_plugin_be.cpp 2012-02-21 17:53:41.000000000 +0100
+++ plugins/db.mysql/backend/db_plugin_be.new.cpp 2012-04-16 01:39:48.000000000 +0200
@@ -31,7 +31,7 @@
#include "grts/structs.db.h"
#include "base/string_utilities.h"
-#include <glib/gunicode.h>
+#include <glib.h>
void Db_plugin::grtm(bec::GRTManager *grtm)
{

@ -1,85 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-5.2.35.ebuild,v 1.6 2012/05/03 02:33:10 jdhore Exp $
EAPI="3"
GCONF_DEBUG="no"
PYTHON_DEPEND=2
inherit gnome2 eutils flag-o-matic python autotools
MY_P="${PN}-gpl-${PV}-src"
DESCRIPTION="MySQL Workbench"
HOMEPAGE="http://dev.mysql.com/workbench/"
SRC_URI="mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
IUSE="debug doc nls readline static-libs"
CDEPEND="dev-db/sqlite:3
>=x11-libs/gtk+-2.6:2
dev-libs/glib:2
gnome-base/libglade:2.0
dev-libs/libsigc++:2
dev-libs/boost
>=dev-cpp/ctemplate-0.95
>=dev-libs/libxml2-2.6.2:2
>=dev-cpp/glibmm-2.14:2
>=dev-cpp/gtkmm-2.14:2.4
dev-libs/libzip
>=virtual/mysql-5.1
dev-libs/libpcre
virtual/opengl
>=dev-lang/lua-5.1[deprecated]
x11-libs/pango
|| ( sys-libs/e2fsprogs-libs
dev-libs/ossp-uuid )
>=x11-libs/cairo-1.5.12[svg]
dev-python/pexpect
dev-python/paramiko
doc? ( dev-python/pysqlite:2 )
nls? ( sys-devel/gettext )
readline? ( sys-libs/readline )"
RDEPEND="${CDEPEND}
app-admin/sudo
sys-apps/net-tools"
DEPEND="${CDEPEND}
virtual/pkgconfig"
S="${WORKDIR}"/"${MY_P}"
pkg_setup() {
# Make sure we use Python 2 since the code is not compatible with 3.
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
# ifconfig isn't in the normal path
sed -i -e 's:ifconfig:/sbin/ifconfig:' plugins/wb.admin/backend/wb_server_control.py || die
epatch "${FILESDIR}/${PN}-5.2.31-python-libs.patch"
eautoreconf
# Remove bundled ctemplate version to make sure we use the system
# version, but leave a directory to avoid confusing configure, bug
# 357539.
rm -rf ext/ctemplate || die
mkdir -p ext/ctemplate/ctemplate-src || die
}
src_configure() {
econf \
$(use_enable nls i18n) \
$(use_enable readline readline) \
$(use_enable debug) \
$(use_enable static-libs static)
}
src_install() {
emake install DESTDIR="${D}" || die
find "${ED}" -name '*.la' -delete || die
}

@ -1,12 +1,12 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-5.2.40.ebuild,v 1.4 2012/08/04 09:47:05 ago Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-5.2.45.ebuild,v 1.1 2013/01/02 19:07:39 graaff Exp $
EAPI=4
EAPI=5
GCONF_DEBUG="no"
PYTHON_DEPEND=2
inherit gnome2 eutils flag-o-matic python
inherit gnome2 eutils flag-o-matic python autotools
MY_P="${PN}-gpl-${PV}-src"
@ -16,9 +16,12 @@ SRC_URI="mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug doc gnome-keyring nls static-libs"
# Build system bundles an unreleased copy of dev-libs/antlr-c 3.4 so we
# can't depend on our own packaged version right now.
CDEPEND="dev-db/sqlite:3
>=x11-libs/gtk+-2.6:2
dev-libs/glib:2
@ -29,6 +32,7 @@ CDEPEND="dev-db/sqlite:3
>=dev-libs/libxml2-2.6.2:2
>=dev-cpp/glibmm-2.14:2
>=dev-cpp/gtkmm-2.14:2.4
dev-db/libiodbc
dev-libs/libzip
>=virtual/mysql-5.1
dev-libs/libpcre
@ -45,7 +49,7 @@ CDEPEND="dev-db/sqlite:3
nls? ( sys-devel/gettext )"
RDEPEND="${CDEPEND}
app-admin/sudo
sys-apps/net-tools"
>=sys-apps/net-tools-1.60_p20120127084908"
DEPEND="${CDEPEND}
virtual/pkgconfig"
@ -58,9 +62,6 @@ pkg_setup() {
}
src_prepare() {
# ifconfig isn't in the normal path
sed -i -e 's:ifconfig:/sbin/ifconfig:' plugins/wb.admin/backend/wb_server_control.py || die
# Remove hardcoded CXXFLAGS
sed -i -e 's/debug_flags="-ggdb3 /debug_flags="/' configure || die
sed -i -e 's/-O0 -g3//' ext/scintilla/gtk/Makefile.in ext/scintilla/gtk/Makefile.am || die
@ -70,6 +71,12 @@ src_prepare() {
# 357539.
rm -rf ext/ctemplate || die
mkdir -p ext/ctemplate/ctemplate-src || die
epatch "${FILESDIR}"/${PN}-5.2.44-my_lib.patch
# Regenerate autotools files to work around broken libtool for
# antlr, bug 431756.
eautoreconf
}
src_configure() {

@ -1,7 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftd2xx/libftd2xx-0.4.16-r1.ebuild,v 1.1 2011/02/22 17:02:25 hwoarang Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/libftd2xx/libftd2xx-0.4.16-r1.ebuild,v 1.2 2013/01/03 19:37:51 pacho Exp $
EAPI=5
inherit multilib
MY_P="${PN}${PV}"
@ -16,6 +17,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="examples"
QA_PREBUILT="*"
S=${WORKDIR}
src_install() {
@ -23,20 +26,20 @@ src_install() {
use amd64 && cd ${MY_P}_x86_64
into /opt
dolib.so ${PN}.so.${PV} || die
dosym ${PN}.so.${PV} /opt/$(get_libdir)/${PN}.so.${PV:0:1} || die
dosym ${PN}.so.${PV:0:1} /opt/$(get_libdir)/${PN}.so || die
dolib.so ${PN}.so.${PV}
dosym ${PN}.so.${PV} /opt/$(get_libdir)/${PN}.so.${PV:0:1}
dosym ${PN}.so.${PV:0:1} /opt/$(get_libdir)/${PN}.so
insinto /usr/include
doins ftd2xx.h WinTypes.h || die
doins ftd2xx.h WinTypes.h
dodir /etc/env.d
echo "LDPATH=\"/opt/$(get_libdir)\"" > ${D}/etc/env.d/50libftd2xx || die
if use examples ; then
find sample lib_table '(' -name '*.so' -o -name '*.[oa]' ')' -exec rm -f {} +
insinto /usr/share/doc/${PF}
doins -r sample || die "doins failed"
doins -r sample
insinto /usr/share/doc/${PF}/sample
doins -r lib_table || die "doins failed"
doins -r lib_table
fi
dodoc Config.txt FAQ.txt README.dat

@ -0,0 +1,11 @@
--- mspdebug-0.21/util/sport.c.orig
+++ mspdebug-0.21/util/sport.c
@@ -20,6 +20,8 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
+#include <time.h>
+#include <sys/select.h>
#include "sport.h"
#include "util.h"

@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/mspdebug/mspdebug-0.21.ebuild,v 1.2 2012/12/23 08:18:44 radhermit Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/mspdebug/mspdebug-0.21.ebuild,v 1.3 2013/01/03 19:04:39 radhermit Exp $
EAPI=5
inherit toolchain-funcs
inherit toolchain-funcs eutils
DESCRIPTION="A free debugger for use with MSP430 MCUs"
HOMEPAGE="http://mspdebug.sourceforge.net/"
@ -21,13 +21,14 @@ RDEPEND="${DEPEND}"
src_prepare() {
sed -i "s:-O1 \(.*\) -ggdb:\1:" Makefile || die
epatch "${FILESDIR}"/${P}-glibc-2.17.patch
}
src_compile() {
emake CC="$(tc-getCC)" $(usex readline "" "WITHOUT_READLINE=1")
emake CC="$(tc-getCC)" LIBDIR=/usr/lib $(usex readline "" "WITHOUT_READLINE=1")
}
src_install() {
emake DESTDIR="${ED}" PREFIX=/usr install
emake DESTDIR="${ED}" LIBDIR=/usr/lib PREFIX=/usr install
dodoc AUTHORS ChangeLog README
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1-r1.ebuild,v 1.1 2012/12/01 20:01:36 tupone Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-games/ggz-client-libs/ggz-client-libs-0.0.14.1-r1.ebuild,v 1.2 2013/01/03 10:57:02 ago Exp $
EAPI=4
inherit base autotools games-ggz
@ -9,7 +9,7 @@ DESCRIPTION="The client libraries for GGZ Gaming Zone"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug static-libs"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/mercator/mercator-0.3.2.ebuild,v 1.1 2012/12/02 01:55:25 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-games/mercator/mercator-0.3.2.ebuild,v 1.2 2013/01/03 10:55:57 ago Exp $
EAPI=2
inherit base eutils
@ -10,7 +10,7 @@ HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/mercator"
SRC_URI="mirror://sourceforge/worldforge/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
IUSE="doc"
SLOT="0"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-2.0.3.ebuild,v 1.1 2012/11/14 05:12:00 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-games/physfs/physfs-2.0.3.ebuild,v 1.2 2013/01/03 10:57:57 ago Exp $
EAPI=2
inherit cmake-utils
@ -11,7 +11,7 @@ SRC_URI="http://icculus.org/physfs/downloads/${P}.tar.bz2"
LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="doc grp hog mvl qpak static-libs wad +zip"
RDEPEND=""

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.0.ebuild,v 1.1 2012/11/14 03:34:17 mr_bones_ Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-games/vamos/vamos-0.7.0.ebuild,v 1.2 2013/01/03 11:00:10 ago Exp $
EAPI=4
inherit eutils
@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/vamos/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
IUSE="static-libs"
RDEPEND="virtual/opengl

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.3.1.0.ebuild,v 1.1 2012/11/18 12:52:17 gienah Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.3.1.0.ebuild,v 1.2 2013/01/03 21:08:02 slyfox Exp $
EAPI=5
@ -18,7 +18,7 @@ SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~sparc ~x86"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="=dev-haskell/opengl-2.6*:=[profile?]

@ -1,3 +1,4 @@
DIST ekopath-4.0.12.1_pre20120308.run 50834782 SHA256 22bc2bcd01b378a8ef509e9cc3011a5410bbda4e78ee351d109c6571588ce85f SHA512 b69d62c2717acb80a9e4345cddf36e5d0400aa4c987b9910b54307cc8f1ab4cae4c062fa5a4ea691e3a16255aacc27e7c74647a5113e047111789c4a6f12aedd WHIRLPOOL b45224ad699f33dd18bf52dd5eb39361b9735a21e9947993dba981ae22a257e954078f50dd9a64f5dd300d8ef57c0a5c1ad6c7549d829bebbd252952d230fb65
DIST ekopath-4.0.12.1_pre20120430.run 50818242 SHA256 3aec658635bb6bae921d07822be44c948b7d1affade9bd75f07969d359babb7e SHA512 a2dd92d5a1577331c243b4fb9a3c0cf8f38753ed819d3fffcd112a4951549d88812cfa6100c37cf4bd7033e38da49facfa87ed58e918bb5cefa3929b799b52a1 WHIRLPOOL a5f02ec1d08a701954280f683b18243eecde13446f7f0595a1077e16d4ae3199003d17237c870731ffcb5d67ebdf7ffefb2c26f175dfe2127477978efe0834c1
DIST ekopath-4.0.12.1_pre20120530.run 50816268 SHA256 c32d59b0cd8f808b15aba492848d1ef4e05f9890d9abbe52a2ed7b893e83e381 SHA512 bacb77ca6a65ea6da9ee461c3035722cbf6a7507b465424cc9dee5ea57897743b22a25cace69f4a472b25240e0acce9609baf4bc16f3e13dd26e70456b5167d4 WHIRLPOOL 1bac4761be1a53789d10c11f77f38dca20f7a2ffc6a860f493ba66c0235b5a5791ea8de4bd9789aa4465652512b8906c892bf6f64aa27705e8976a92bba38842
DIST ekopath-4.0.12.1_pre20121102.run 48196538 SHA256 55b8f3af3447ae458565ae3bba6b391f73a9bf306d50b7c5ff2a4bd0bb3564dc SHA512 ab7bbb066c27d61e239b2b29972e0d0089ed06fd662f9be7fd04ca81cf3c29eb793a245ae54ba5c10322e1274d0fe5330d6363f8a864314229d4754582f3f8da WHIRLPOOL f082bcf4f8f2743496b8961cb60f4978e5e88010a6c2f3232b675109afc95e7cc7e35532bb7461d01db89f254ce5e5074d8de58a2035d5dbcb517aee4ebc245c

@ -0,0 +1,76 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/ekopath/ekopath-4.0.12.1_pre20121102.ebuild,v 1.1 2013/01/03 07:45:23 xarthisius Exp $
EAPI=4
inherit versionator
MY_PV=$(get_version_component_range 1-4)
DATE=$(get_version_component_range 5)
DATE=${DATE/pre}
DATE=${DATE:0:4}-${DATE:4:2}-${DATE:6}
DESCRIPTION="PathScale EKOPath Compiler Suite"
HOMEPAGE="http://www.pathscale.com/ekopath-compiler-suite"
SRC_URI="http://c591116.r16.cf2.rackcdn.com/${PN}/nightly/Linux/${PN}-${DATE}-installer.run
-> ${P}.run"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="doc"
DEPEND="!!app-arch/rpm"
RDEPEND=""
RESTRICT="mirror"
S=${WORKDIR}
QA_PREBUILT="
opt/${PN}/lib/${MY_PV}/x8664/*
opt/${PN}/bin/path*
opt/${PN}/bin/funclookup
opt/${PN}/bin/doctool
opt/${PN}/bin/subclient
opt/${PN}/bin/subserver
opt/${PN}/bin/assign"
src_unpack() {
cp "${DISTDIR}"/${A} "${S}" || die
chmod +x "${S}"/${P}.run
}
src_prepare() {
cat > "99${PN}" <<-EOF
PATH=/opt/${PN}/bin
ROOTPATH=/opt/${PN}/bin
LDPATH=/opt/${PN}/lib:/opt/${PN}/lib/${MY_PV}/x8664/64
EOF
}
src_install() {
local opts
use doc || opts="${opts} --disable-components documentation"
# You must paxmark -m EI_PAX (not PT_PAX) to run the installer
# on a pax enabled kernel. Adding PT_PAX breaks the binary.
/usr/bin/scanelf -Xxz m ${P}.run >> /dev/null
./${P}.run \
--prefix "${D}/opt/${PN}" \
--mode unattended \
${opts} || die
# This is a temporary/partial fix to remove a RWX GNU STACK header
# from libstl.so. It still leaves libstl.a in bad shape.
# The correct fix is in the assembly atomic-cxx.S, which we don't get
# See http://www.gentoo.org/proj/en/hardened/gnu-stack.xml
# Section 6. How to fix the stack (in practice)
/usr/bin/scanelf -Xe "${D}/opt/ekopath/lib/${MY_PV}/x8664/64/libstl.so"
rm -rf "${D}"/opt/${PN}/uninstall || die
rm -rf "${D}"/opt/${PN}/bin/{pathdb,funclookup} || die #libtinfo
rm -rf "${D}"/opt/${PN}/lib/${MY_PV}/x8664/coco || die #DT_PATH
doenvd "99${PN}"
}

@ -1 +1,2 @@
DIST gdl-0.9.2.tar.gz 2436946 SHA256 59907d941877327e9653a9cda5d801ea0b45f67af4c7da22acfcdd7cad291acf SHA512 44531b03fa698f268eea7a4e9dfe9a2c5746b4432c0198d616eb0938e9d9228bb3a2e3cf70b86f26d4cd720bf626b8c85f19bb79d3218727eba57689e07c9367 WHIRLPOOL 6ee960519adb2f3850808fd690cfd77571ef625b1f82cbe81a93c30a96ae3a19f9716e00fd44e6d541abb3211d4c255b5f773113e095d0f64057493f1d33903d
DIST gdl-0.9.3.tar.gz 2540106 SHA256 6d3c30c06ce2772a1017b3685dfc8fb74308e5f9d258fcb764b765c33d20f500 SHA512 63bb656c1280c24429dd0f8093f9ec7aab69b32e33b489461b863068409c7f49843e1997c2ff423fecf58d042e5d95d9b745f00495be4ea37ccb911936722e7c WHIRLPOOL 1652519dbdf99f95ec4ba11528c2d5dcfc3d40c708a01b390900002f6a9933800bee7af6af175452a3ecde517ce213791a06f779c85161e34c95616e9f0ccf60

@ -0,0 +1,36 @@
--- CMakeModules/FindNetCDF.cmake.orig 2013-01-03 11:27:52.373435387 -0800
+++ CMakeModules/FindNetCDF.cmake 2013-01-03 12:23:04.710333638 -0800
@@ -9,16 +9,29 @@
#
-find_path(NETCDFPKG netcdf.pc PATH_SUFFIXES lib lib/pkgconfig)
+find_path(NETCDFPKG netcdf-cxx4.pc PATH_SUFFIXES lib lib/pkgconfig)
+if(NETCDFPKG)
+ set(netcdfpc netcdf-cxx4)
+else(NETCDFPKG)
+ find_path(NETCDFPKG netcdf.pc PATH_SUFFIXES lib lib/pkgconfig)
+ set(netcdfpc netcdf)
+endif(NETCDFPKG)
+
include(FindPackageHandleStandardArgs)
if(NETCDFPKG)
set(ENV{PKG_CONFIG_PATH} ${NETCDFPKG}) # pkg search path
include(FindPkgConfig)
- pkg_check_modules(NETCDF netcdf)
+ pkg_check_modules(NETCDF ${netcdfpc})
if(NETCDF_FOUND)
- find_package_handle_standard_args(NETCDF DEFAULT_MSG NETCDF_LIBRARIES NETCDF_INCLUDE_DIRS)
+ if(NETCDF_INCLUDE_DIRS)
+ find_package_handle_standard_args(NETCDF DEFAULT_MSG NETCDF_LIBRARIES NETCDF_INCLUDE_DIRS)
+ else(NETCDF_INCLUDE_DIRS)
+ find_package_handle_standard_args(NETCDF DEFAULT_MSG NETCDF_LIBRARIES)
+ endif(NETCDF_INCLUDE_DIRS)
+ message("-- Found NETCDF_LIBRARIES = ${NETCDF_LIBRARIES}")
+ message("-- Found NETCDF_INCLUDE_DIRS = ${NETCDF_INCLUDE_DIRS}")
endif(NETCDF_FOUND)
-else(NETCDFPKG) # no netcdf.pc file
+else(NETCDFPKG) # no pc file
find_library(NETCDF_LIBRARIES NAMES netcdf)
find_path(NETCDF_INCLUDE_DIRS NAMES netcdfcpp.h PATH_SUFFIXES netcdf-3)
find_package_handle_standard_args(NETCDF DEFAULT_MSG NETCDF_LIBRARIES NETCDF_INCLUDE_DIRS)

@ -0,0 +1,42 @@
--- src/magick_cl.cpp.orig 2013-01-02 13:39:02.387184167 -0800
+++ src/magick_cl.cpp 2013-01-02 13:40:14.876543262 -0800
@@ -30,6 +30,7 @@
#include <string>
#include <fstream>
#include <memory>
+#include <sstream>
//#include <Magick++.h>
#include "datatypes.hpp"
@@ -57,25 +58,17 @@
string GDLutos(unsigned int i)
{
- int mema=3;
- char *n=new char(mema);
- while (snprintf(n, sizeof n, "%u", i) >= sizeof n)
- { delete n;mema++; n=new char(mema); }
- string s=n;
- delete n;
- return s;
+ istringstream s;
+ s >> i;
+ return s.str();
}
string GDLitos(int i)
{
- int mema=3;
- char *n=new char(mema);
- while (snprintf(n, sizeof n, "%d", i) >= sizeof n)
- { delete n;mema++; n=new char(mema); }
- string s=n;
- delete n;
- return s;
+ istringstream s;
+ s >> i;
+ return s.str();
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/gdl/gdl-0.9.2-r2.ebuild,v 1.3 2012/12/11 19:42:52 bicatali Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/gdl/gdl-0.9.2-r2.ebuild,v 1.4 2013/01/03 05:06:22 bicatali Exp $
EAPI=4
@ -43,7 +43,7 @@ RDEPEND="
wxwidgets? ( x11-libs/wxGTK:2.8[X,-odbc] )"
DEPEND="${RDEPEND}
>=dev-java/antlr-2.7.7-r5:0[cxx,script]"
>=dev-java/antlr-2.7.7-r5:0[cxx,java,script]"
pkg_setup() {
use wxwidgets && wxwidgets_pkg_setup

@ -0,0 +1,152 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/gdl/gdl-0.9.3.ebuild,v 1.3 2013/01/03 20:32:40 bicatali Exp $
EAPI=4
WX_GTK_VER="2.8"
PYTHON_DEPEND="python? 2"
SUPPORT_PYTHON_ABIS="1"
inherit cmake-utils eutils wxwidgets python toolchain-funcs virtualx
RESTRICT_PYTHON_ABIS="3.3 2.7-pypy-*"
DESCRIPTION="Interactive Data Language compatible incremental compiler"
HOMEPAGE="http://gnudatalanguage.sourceforge.net/"
SRC_URI="mirror://sourceforge/gnudatalanguage/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="fftw grib gshhs hdf hdf5 imagemagick netcdf openmp proj postscript python
static-libs udunits wxwidgets"
# very buggy tests
RESTRICT=test
RDEPEND="
sci-libs/gsl
sci-libs/plplot
sys-libs/ncurses
sys-libs/readline
sys-libs/zlib
x11-libs/libX11
fftw? ( >=sci-libs/fftw-3 )
grib? ( sci-libs/grib_api )
gshhs? ( sci-geosciences/gshhs-data sci-geosciences/gshhs )
hdf? ( sci-libs/hdf )
hdf5? ( sci-libs/hdf5 )
imagemagick? ( media-gfx/imagemagick )
netcdf? ( || ( sci-libs/netcdf-cxx sci-libs/netcdf[cxx] ) )
proj? ( sci-libs/proj )
postscript? ( dev-libs/pslib )
python? ( dev-python/numpy )
udunits? ( sci-libs/udunits )
wxwidgets? ( x11-libs/wxGTK:2.8[X,-odbc] )"
DEPEND="${RDEPEND}
>=dev-java/antlr-2.7.7-r5:0[cxx,java,script]
virtual/pkgconfig"
pkg_setup() {
use wxwidgets && wxwidgets_pkg_setup
use python && python_pkg_setup
use openmp && [[ $(tc-getCXX)$ == *g++* ]] && ! tc-has-openmp && \
die "You have openmp enabled but your current g++ does not support it"
}
src_prepare() {
use hdf5 && has_version sci-libs/hdf5[mpi] && export CXX=mpicxx
epatch "${FILESDIR}"/0.9.2-{antlr,proj4,include,tests,semaphore}.patch
epatch "${FILESDIR}"/0.9.3-{sstream,netcdf-cxx}.patch
# make sure antlr includes are from system and rebuild the sources with it
# https://sourceforge.net/tracker/?func=detail&atid=618685&aid=3465878&group_id=97659
rm -r src/antlr || die
einfo "Regenerate grammar"
pushd src > /dev/null
local i
for i in *.g; do antlr ${i} || die ; done
popd > /dev/null
# gentoo: use proj instead of libproj4 (libproj4 last update: 2004)
sed -i \
-e 's:proj4:proj:' \
-e 's:lib_proj\.h:proj_api\.h:g' \
CMakeModules/FindLibproj4.cmake src/math_utl.hpp || die
# gentoo: avoid install files in datadir directory
sed -i \
-e '/AUTHORS/d' \
CMakeLists.txt || die
if use python; then
local abi
for abi in ${PYTHON_ABIS}; do
mkdir "${S}"-${abi}
done
fi
if has_version sci-libs/netcdf-cxx; then
sed -i \
-e 's/netcdfcpp.h/netcdf/g' \
CMakeLists.txt src/ncdf_var_cl.cpp \
src/ncdf_cl.hpp src/ncdf_{att,dim}_cl.cpp || die
fi
}
src_configure() {
# MPI is still very buggy
# x11=off does not compile
local mycmakeargs=(
-DMPICH=OFF
-DBUNDLED_ANTLR=OFF
-DX11=ON
$(cmake-utils_use fftw)
$(cmake-utils_use grib)
$(cmake-utils_use gshhs)
$(cmake-utils_use hdf)
$(cmake-utils_use hdf5)
$(cmake-utils_use imagemagick MAGICK)
$(cmake-utils_use netcdf)
$(cmake-utils_use openmp)
$(cmake-utils_use proj LIBPROJ4)
$(cmake-utils_use postscript PSLIB)
$(cmake-utils_use udunits)
$(cmake-utils_use wxwidgets)
)
configuration() {
mycmakeargs+=( $@ )
BUILD_DIR="${BUILDDIR:-${S}_build}" cmake-utils_src_configure
}
configuration -DPYTHON_MODULE=OFF -DPYTHON=OFF
use python && python_execute_function -s \
configuration -DPYTHON_MODULE=ON -DPYTHON=ON
}
src_compile() {
cmake-utils_src_compile
use python && python_src_compile
}
src_test() {
# upstream does not include tests if python module is on
# there is check target instead of the ctest to define some LDPATH
use python || Xemake -j1 -C ${BUILD_DIR} check
}
src_install() {
cmake-utils_src_install
if use python; then
installation() {
exeinto $(python_get_sitedir)
newexe "${S}"-${PYTHON_ABI}/src/libgdl.so GDL.so
}
python_execute_function -s installation
dodoc PYTHON.txt
fi
echo "GDL_PATH=\"+${EROOT}/usr/share/gnudatalanguage\"" > 50gdl
doenvd 50gdl
}

@ -2,7 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
<email>pchrist@gentoo.org</email>
</maintainer>
<longdescription>
GNU Smalltalk is a free implementation of the Smalltalk-80

@ -1,2 +1,3 @@
DIST nasm-2.10.01.tar.bz2 813979 SHA256 ac9b37d265c35492ab1bc29dd5a4f3da11b42dd9fea7a31d95f6cb4c812bda84 SHA512 f028bde12deb8ddb558a4c37581874011c4083a0b3121581978735f8098a143321a99e0f2013bb6d045810dad51f933632508deea28d8428f7552f822813872e WHIRLPOOL efd048f8242e1ed31bbe476a69b262a5856bab50010dcada31f94df40bf0a2f3fcc8a3bca8811acc33c8c9cc9b18a2772b4a14804e15c235956c52685dc01754
DIST nasm-2.10.05.tar.bz2 814524 SHA256 de5af263ce344d3a89711c61802e3ad8a4e14a61d539f521f7554cdbbe04ed0f SHA512 0a0a8752dcea6b1d205c265f72d7bbd56c90f8ea1438af3839696d21523cda7ac98441ad148c3ca0f0f3b18d83c989213d6e4366cf479b300749879e0c0fcbf0 WHIRLPOOL 1c9e19dccb9c5d5484ccc5a664dc4b5532d7cc1f80b3551ad06b1e6cf796ce845a075f678240a95c171e96321dd4bea0deb35af856ea48f8546d37760ea00da8
DIST nasm-2.10.07.tar.xz 680892 SHA256 d08ca2c0a9d141c0d279774e933e24bcc01dbb6dc20416ad8d9672a08019376f SHA512 400504dd0ed9131112d5d38ca8cad2f7070fed98f3fd2cb32600ebe784e645532f98a9ac80ed4a5656b5a975a6af5db350954eb407e2a97b475dc57cf8f20a4f WHIRLPOOL 1b19931fd482b703d746df2a8b630f99e3aea18916995eee9427110118bf10bf6892855eabdf1c2d9bbac32a289169b942d85a0b3492841409f1b09c65ef1659

@ -0,0 +1,42 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/nasm/nasm-2.10.07.ebuild,v 1.1 2013/01/02 19:05:54 mr_bones_ Exp $
EAPI=5
inherit flag-o-matic
DESCRIPTION="groovy little assembler"
HOMEPAGE="http://nasm.sourceforge.net/"
SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV/_}/${P/_}.tar.xz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc"
DEPEND="dev-lang/perl
doc? ( app-text/ghostscript-gpl sys-apps/texinfo )"
RDEPEND=""
S=${WORKDIR}/${P/_}
src_configure() {
strip-flags
econf
}
src_compile() {
emake nasmlib.o
emake all
use doc && emake doc
}
src_install() {
emake INSTALLROOT="${D}" install install_rdf
dodoc AUTHORS CHANGES ChangeLog README TODO
if use doc ; then
doinfo doc/info/*
dohtml doc/html/*
dodoc doc/nasmdoc.*
fi
}

@ -1,3 +1,4 @@
DIST dietlibc-0.30.tar.bz2 567046 SHA256 2c8733825d364d374f0179a403a57e4a382fbb9852431228ef19062a5de183b5 SHA512 dfd2ea0de3db3aa7f9781353bfd3fe85e1925099afa05429e15714f7c73633f1e33a017e85f592b71d2649fc14484650b3fb88e2e92833e8aa7550cf687040bd WHIRLPOOL d46fbf8a9b471c6d3e55b5d5dff81c65649fe1c4d8362acf2f5a440541f4340e0cdf2349cf5e6567a0e0094cd8e0e598649200db64091661614fb1ac899dc118
DIST dietlibc-0.33_pre20110403.tar.gz 743758 SHA256 6505ed424a5b53850ae1dcbc75fbf92f3b7e4038dd1104d114b366221cc48eea SHA512 32f9d752a77bcca5703a388ba64dcb53de75999043c1b2fabe973eba05fce4e9f48a6bdb71e061939eee339ca723234d33d2acb3677a8030accaccba31a5932e WHIRLPOOL 5756b1e42637d89fd17f1a79fe602f9e009b9d5dcca0fbe3540ad2af21ad96b32d0b4773f882cccfd97d6308cd3c9ad79d06cc7ca79e28a4d60fd00379eaef70
DIST dietlibc-0.33_pre20130103.tar.xz 555624 SHA256 2dff9b339d63320539eb733aff73d04d25d83146ab2eee99cec82f7fcd78e61a SHA512 89fe2f5d46ffc233c839f15f5a20040cdaa5ac31d3488ef64fce8cf3d4f1e48243039a47a60322617de494734ff3258e98d72f50455d824658fee2853adbb81e WHIRLPOOL c0377bc35cb825dce15f9e4156bd51ca2be44c6d2b4c86b9afe3b03ee77e163e76a89151df246493983a21c8945f27f057a1aa4dcb5573045b16721333d0a001
DIST dietlibc-patches-0.30-r2.tar.bz2 31582 SHA256 03a3ea9bba39fb78511a59e80bcbdafdc82a0859b31b6af925854052a79f06fe SHA512 f2d2a805b7c900ed174ca4460a68943dc16468a61dd2016fa329d5d20d547698d1a30a3f1f38b78c314b0ddaea8cdc3a4b0455c77b3a688ba4ffdc1bc88c65fe WHIRLPOOL a551a1c666fb43e291975e2b2acd03c2bf719e85c12256873048fab62e48401ecdbedfd8db7f6f6b273c75821931c3e87ed71f8ce811683f1b09740528056159

@ -0,0 +1,59 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/dietlibc/dietlibc-0.33_pre20130103.ebuild,v 1.1 2013/01/03 20:15:02 pacho Exp $
EAPI=5
inherit eutils flag-o-matic toolchain-funcs
DESCRIPTION="A libc optimized for small size"
HOMEPAGE="http://www.fefe.de/dietlibc/"
SRC_URI="http://dev.gentoo.org/~pacho/maintainer-needed/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE=""
DEPEND=""
RDEPEND=""
DIETHOME=/usr/diet
src_prepare() {
# Replace sparc64 related C[XX]FLAGS (see bug #45716)
use sparc && replace-sparc64-flags
# gcc-hppa suffers support for SSP, compilation will fail
use hppa && strip-unsupported-flags
# Makefile does not append CFLAGS
append-flags -nostdinc -W -Wall -Wextra -Wchar-subscripts \
-Wmissing-prototypes -Wmissing-declarations -Wno-switch \
-Wno-unused -Wredundant-decls -fno-strict-aliasing
# only use -nopie on archs that support it
gcc-specs-pie && append-flags -nopie
sed -i -e 's:strip::' Makefile || die
append-flags -Wa,--noexecstack
}
src_compile() {
emake prefix="${EPREFIX}"${DIETHOME} \
CC="$(tc-getCC)" \
CFLAGS="${CFLAGS}" \
STRIP=":"
}
src_install() {
emake prefix="${EPREFIX}"${DIETHOME} \
DESTDIR="${D}" \
install-bin \
install-headers
dobin "${ED}"${DIETHOME}/bin/*
doman "${ED}"${DIETHOME}/man/*/*
rm -r "${ED}"${DIETHOME}/{man,bin} || die
dodoc AUTHOR BUGS CAVEAT CHANGES README THANKS TODO PORTING
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.34.2-r1.ebuild,v 1.1 2012/12/29 10:35:10 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.34.2-r1.ebuild,v 1.2 2013/01/03 00:31:07 tetromino Exp $
EAPI="5"
GCONF_DEBUG="no"
@ -24,6 +24,7 @@ RDEPEND="
>=dev-libs/glib-2.34.1:2
doctool? ( dev-python/mako )
virtual/libffi:=
${PYTHON_DEPS}
"
# Wants real bison, not virtual/yacc
DEPEND="${RDEPEND}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-50.1-r1.ebuild,v 1.1 2012/11/10 22:48:06 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-50.1-r1.ebuild,v 1.2 2013/01/03 15:08:35 kensington Exp $
EAPI=5
@ -11,7 +11,7 @@ HOMEPAGE="http://www.icu-project.org/"
SRC_URI="http://download.icu-project.org/files/icu4c/${PV/_/}/icu4c-${PV//./_}-src.tgz"
LICENSE="BSD"
SLOT="0"
SLOT="0/50"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="debug doc examples static-libs"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-50.1-r2.ebuild,v 1.1 2012/11/15 04:56:10 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-50.1-r2.ebuild,v 1.2 2013/01/03 15:08:35 kensington Exp $
EAPI=5
@ -11,7 +11,7 @@ HOMEPAGE="http://www.icu-project.org/"
SRC_URI="http://download.icu-project.org/files/icu4c/${PV/_/}/icu4c-${PV//./_}-src.tgz"
LICENSE="BSD"
SLOT="0"
SLOT="0/50"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="debug doc examples static-libs"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-50.1.1.ebuild,v 1.1 2012/12/21 16:40:50 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/icu/icu-50.1.1.ebuild,v 1.2 2013/01/03 15:08:35 kensington Exp $
EAPI=5
@ -11,7 +11,7 @@ HOMEPAGE="http://www.icu-project.org/"
SRC_URI="http://download.icu-project.org/files/icu4c/${PV/_/}/icu4c-${PV//./_}-src.tgz"
LICENSE="BSD"
SLOT="0"
SLOT="0/50"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="debug doc examples static-libs"

@ -57,10 +57,6 @@ umount_fs() {
done
}
depend() {
need local
}
start() {
ebegin "Starting cgconfig service"

@ -11,7 +11,7 @@ CGRULESENGD="/usr/sbin/cgrulesengd"
PID_FILE=${PID_FILE:-"/var/run/cgred.pid"}
depend() {
need cgconfig local
need cgconfig
use logger
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcgroup/libcgroup-0.38.ebuild,v 1.1 2012/11/26 18:45:24 maksbotan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcgroup/libcgroup-0.38-r1.ebuild,v 1.1 2013/01/03 20:34:21 pinkbyte Exp $
EAPI="4"

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcgroup/libcgroup-0.39_rc1.ebuild,v 1.1 2012/11/26 18:45:23 maksbotan Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libcgroup/libcgroup-0.39_rc1-r1.ebuild,v 1.1 2013/01/03 20:34:21 pinkbyte Exp $
EAPI="4"

@ -6,6 +6,7 @@
<maintainer>
<email>andreis.vinogradovs@gmail.com</email>
<name>Andreis Vinogradovs</name>
<description>Maintainer. Assign bugs on him</description>
</maintainer>
<longdescription>
This package provides configuration and command-line tools, as well as a rules

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/camldbm-1.0.ebuild,v 1.6 2012/11/12 23:45:00 blueness Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/camldbm-1.0.ebuild,v 1.7 2013/01/03 15:21:35 nativemad Exp $
EAPI=4
@ -12,7 +12,7 @@ SRC_URI="http://forge.ocamlcore.org/frs/download.php/728/${P}.tgz"
LICENSE="LGPL-2-with-linking-exception"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~amd64-fbsd ~x86-fbsd"
KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE=""
DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] <sys-libs/gdbm-1.9.1-r2 )

@ -0,0 +1,37 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/DBI-1.623.0.ebuild,v 1.1 2013/01/03 19:41:30 tove Exp $
EAPI=5
MODULE_AUTHOR=TIMB
MODULE_VERSION=1.623
inherit perl-module eutils
DESCRIPTION="The Perl DBI Module"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="
>=dev-perl/PlRPC-0.200.0
>=virtual/perl-Sys-Syslog-0.170.0
virtual/perl-File-Spec
!<=dev-perl/SQL-Statement-1.330.0
"
# !<=dev-perl/DBD-Amazon-0.100.0
# !<=dev-perl/DBD-AnyData-0.110.0
# !<=dev-perl/DBD-CSV-0.360.0
# !<=dev-perl/DBD-Google-0.510.0
# !<=dev-perl/DBD-PO-2.100.0
# !<=dev-perl/DBD-RAM-0.72.0
DEPEND="${RDEPEND}
test? (
>=virtual/perl-Test-Simple-0.900.0
)
"
SRC_TEST="do"
mydoc="ToDo"
MAKEOPTS="${MAKEOPTS} -j1"

@ -1,2 +1,3 @@
DIST DBI-1.618.tar.gz 583067 SHA256 fa90c87e862139018475cb0c3a5f514f69239ce882be75f16fe2720f08440bfd SHA512 74baf34b8f52dfc25446711c34a7e37e39acc7c930378e8e735556a1f5895d834a984df59e1a498ec61fe5cbacc5166cb0174ec5b501fd49f446fe0eb85d20b9 WHIRLPOOL d93309cb931a9bd355b854499ab8723373fe98579753b58b6efb7f024ddb6c181c8997846c7808af2a82815dd569aca19d63f3388b0584ead532b1d710854dc1
DIST DBI-1.622.tar.gz 585651 SHA256 6e91c47bf4c8413b6f436d96a62725b837ff76231c8d1aef7527025a7d86013c SHA512 6d45ccdfab58bc82eaf71a9637b0b58a303ba4f24584b1c7a75a9b2ca21662344d9fa444e97ad92783b6fe5621d5127efa07faeeafd05f1bb49739774e250434 WHIRLPOOL d28594b43f4cf2dedf8c285980a0ef810e1df1ce8d7c24dfc2eda2c9219edc4cfe26dbdc3568578566993039a059079e7e73a8a6e2a4b61a0f022d775359cc75
DIST DBI-1.623.tar.gz 596517 SHA256 912d73f9eb0601f592aa58897d9c6787e238d9780f30ac86059c83b7085de3a1 SHA512 848e18c59e0b0435bcd0942a2919c4d6b57bb5ef6a590fad53e91e100b47ef5fc4136e7a67c4923aa125cf3f90131364b11de0b54e637b5ee57b805dbede67bf WHIRLPOOL ccd8ef745e72bfcbc5cda1a3906ee6d8d8eb3ddcae792534a5e2acc9ec62d03685515da5307f4962229dd082ba8aa52c3b03518f9e469a81dfa83586026f6538

@ -16,10 +16,11 @@
<remote-id type="cpan-module">DBD::ExampleP::dr</remote-id>
<remote-id type="cpan-module">DBD::ExampleP::st</remote-id>
<remote-id type="cpan-module">DBD::File</remote-id>
<remote-id type="cpan-module">DBD::File::DataSource::File</remote-id>
<remote-id type="cpan-module">DBD::File::DataSource::Stream</remote-id>
<remote-id type="cpan-module">DBD::File::Statement</remote-id>
<remote-id type="cpan-module">DBD::File::Table</remote-id>
<remote-id type="cpan-module">DBD::File::TieMeta</remote-id>
<remote-id type="cpan-module">DBD::File::TieTables</remote-id>
<remote-id type="cpan-module">DBD::File::TableSource::FileSystem</remote-id>
<remote-id type="cpan-module">DBD::File::db</remote-id>
<remote-id type="cpan-module">DBD::File::dr</remote-id>
<remote-id type="cpan-module">DBD::File::st</remote-id>
@ -58,8 +59,12 @@
<remote-id type="cpan-module">DBI::DBD</remote-id>
<remote-id type="cpan-module">DBI::DBD::Metadata</remote-id>
<remote-id type="cpan-module">DBI::DBD::SqlEngine</remote-id>
<remote-id type="cpan-module">DBI::DBD::SqlEngine::DataSource</remote-id>
<remote-id type="cpan-module">DBI::DBD::SqlEngine::Statement</remote-id>
<remote-id type="cpan-module">DBI::DBD::SqlEngine::Table</remote-id>
<remote-id type="cpan-module">DBI::DBD::SqlEngine::TableSource</remote-id>
<remote-id type="cpan-module">DBI::DBD::SqlEngine::TieMeta</remote-id>
<remote-id type="cpan-module">DBI::DBD::SqlEngine::TieTables</remote-id>
<remote-id type="cpan-module">DBI::DBD::SqlEngine::db</remote-id>
<remote-id type="cpan-module">DBI::DBD::SqlEngine::dr</remote-id>
<remote-id type="cpan-module">DBI::DBD::SqlEngine::st</remote-id>

@ -0,0 +1,28 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Devel-NYTProf/Devel-NYTProf-4.230.0.ebuild,v 1.1 2013/01/03 19:24:08 tove Exp $
EAPI=5
MODULE_AUTHOR=TIMB
MODULE_VERSION=4.23
inherit perl-module
DESCRIPTION="Powerful feature-rich perl source code profiler"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
virtual/perl-Getopt-Long
dev-perl/JSON-Any
"
# virtual/perl-XSLoader
DEPEND="${RDEPEND}
test? (
virtual/perl-Scalar-List-Utils
>=virtual/perl-Test-Simple-0.84
)
"
SRC_TEST="do"

@ -2,3 +2,4 @@ DIST Devel-NYTProf-4.08.tar.gz 413566 SHA256 e3ddb5c1ec8c44fbdecaa1990a28d16ea8d
DIST Devel-NYTProf-4.09.tar.gz 413599 SHA256 9270afc427e03c6c604bceba9450dde484191342435e85849b784d53b3c3a153 SHA512 2840e28f600ea9d814f588e6fe5df0b5b08955c12e301b67b535eab4c50fa34a63f0da514bfed5c9feea71fa01614eeaf9781ad12baf2ae0a8b019bdda6798db WHIRLPOOL 9fd878c13a90894f8269481286502751fd42afbd387ec06d5333f3e047d486edfa1d7e02aa6f773e6bdf651df3e150db83998c1183b5b6263977dfdabf02d833
DIST Devel-NYTProf-4.11.tar.gz 413757 SHA256 307dcfb6499f047eacf1554e44e02b0fdc4335d1989a52617d0e4ccb6b7cd891 SHA512 c39f98755c46ab65e7dd3b67cb847924bb150955f8b3e357a5fcdfb835bda5d32c8b3392beab0c0c581a7463fb99e90790927fea34ab1ccb2d0354cc85d03af3 WHIRLPOOL 3133b726b84c823737032bdbd69bce03decdfa6998f46ac02373b4f3410d890878f839f923990790a7a4406b9cd8c024699aff5b0486731e39526eecee34ad20
DIST Devel-NYTProf-4.12.tar.gz 412464 SHA256 3dc53c95dd992989c2871c23de6da4184c4a55a4d400d6cf223c8968cb765157 SHA512 4dccc3d1381e877c73b060efec2c7f3b21a55f085353a2bf77a948749a9cc12a052ef8ef105ecc3c57635692e5617484d54cfc366d1eaa2f329af37f79b5aff1 WHIRLPOOL cf28c93a4f626d5993340c332da5874842a4d103f776de6d433b9ad7fa4532a18bdc73519ddf142c2fe4c8299b73034e07a38d7ecfd4214b22e9837d336648f0
DIST Devel-NYTProf-4.23.tar.gz 415108 SHA256 92357ba28e399287942b9bdd0a7750460bbbae0d793c3c172a3dc15b38ac172d SHA512 24a463630bc7874e532432f0490cfbb76cf5edd2764126ba425f89fbde72197601aebcd8927fa1c3bbaa05bf7b64b2ed1337144dabab16a60d3e7be9b6b8947e WHIRLPOOL abe5b32dfcb6eea086e1aa84e37f270deddfa5a4b0aec9b0796ece8117d7111c1033efbd8623c88c7adf21edfad3ddf894c65cb855cc72c1952ecd3289e0adca

@ -14,6 +14,7 @@
<remote-id type="cpan-module">Devel::NYTProf::ReadStream</remote-id>
<remote-id type="cpan-module">Devel::NYTProf::Reader</remote-id>
<remote-id type="cpan-module">Devel::NYTProf::Run</remote-id>
<remote-id type="cpan-module">Devel::NYTProf::SubCallInfo</remote-id>
<remote-id type="cpan-module">Devel::NYTProf::SubInfo</remote-id>
<remote-id type="cpan-module">Devel::NYTProf::Util</remote-id>
</upstream>

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v 1.18 2012/10/19 10:42:30 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.3-r1.ebuild,v 1.19 2013/01/03 08:30:22 jer Exp $
inherit perl-module eutils multilib
@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/C/CS/CSOE/${P}.tar.gz"
LICENSE="Artistic as-is"
SLOT="0"
KEYWORDS="amd64 arm hppa ppc x86"
KEYWORDS="amd64 arm ppc x86"
IUSE="opengl badval gsl"
DEPEND=">=sys-libs/ncurses-5.2

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild,v 1.4 2012/09/29 16:02:00 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PDL/PDL-2.4.7.ebuild,v 1.5 2013/01/03 08:30:22 jer Exp $
EAPI=2
@ -11,7 +11,7 @@ DESCRIPTION="PDL Perl Module"
LICENSE="Artistic as-is"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86"
KEYWORDS="~amd64 ~arm ~ppc ~x86"
IUSE="badval fftw gsl"
DEPEND=">=sys-libs/ncurses-5.2

@ -1,2 +1 @@
DIST PortageXS-0.02.09.tar.gz 28926 SHA256 7083421723e8469fba719ee0c6230c6d2ab62b111edc0f7c4611e383f6fda7cb SHA512 fc9b5df3ed1f0bcbccc9e44b24051bb80fa0b7e1cb466594fbecddd552e73ab52ca3aa84f2aa6350533eabb2385394682ee90a9624ff51b4d1bdb31e8371b7af WHIRLPOOL ccd2d6f240210ba1764be5026883142f8ed35d8ba3f36cd2eddeef54e0db40615c05215f7bfc8c7c4d93a2d578397a7f16d0fcfb64c4afdf03dad4291662e8c8
DIST PortageXS-0.02.10.tar.gz 28890 SHA256 1d41222577243d8fa004ce3dfeb67dce95c10339218ee1097d972cb8f97862c2 SHA512 8f5a6cf8fa415e13401fd7901c81fef42e0cee81b7a9c1f276cce9582c705ac7e2004ec213033fce065f965445342ed0140d8b752d2e857dd40c620ed4af6b1b WHIRLPOOL 3c7d41f5d5647ba4f31ef8d07f5172bf76c1ccb443443df37e526a91f76e1353c6c04941077d45a89d8b08d68b0b263dab5a08b923d6fb0faad1572c8c292333

@ -1,45 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.09.ebuild,v 1.6 2010/04/02 12:33:24 armin76 Exp $
inherit perl-module
DESCRIPTION="Portage abstraction layer for perl"
HOMEPAGE="http://download.mpsna.de/opensource/PortageXS/"
SRC_URI="http://download.mpsna.de/opensource/PortageXS/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="alpha amd64 arm hppa ia64 ppc sh sparc x86 ~x86-fbsd"
IUSE="minimal"
SRC_TEST="do"
DEPEND="dev-lang/perl
virtual/perl-Term-ANSIColor
dev-perl/Shell-EnvImporter
!minimal? ( dev-perl/IO-Socket-SSL
virtual/perl-Sys-Syslog )"
src_unpack() {
unpack ${A}
if use minimal ; then
rm -r "${S}"/usr
rm -r "${S}"/etc/init.d
rm -r "${S}"/etc/pxs/certs
rm "${S}"/etc/pxs/portagexsd.conf
rm -r "${S}"/lib/PortageXS/examples
fi
}
pkg_preinst() {
if use !minimal ; then
cp -r "${S}"/usr "${D}"
fi
cp -r "${S}"/etc "${D}"
}
pkg_postinst() {
if [ -d /etc/portagexs ]; then
elog "/etc/portagexs has been moved to /etc/pxs for convenience. It is safe"
elog "to delete old /etc/portagexs directories."
fi
}

@ -1,53 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r1.ebuild,v 1.3 2011/01/18 22:20:29 xarthisius Exp $
inherit perl-module eutils prefix
DESCRIPTION="Portage abstraction layer for perl"
HOMEPAGE="http://download.mpsna.de/opensource/PortageXS/"
SRC_URI="http://download.mpsna.de/opensource/PortageXS/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="minimal"
SRC_TEST="do"
DEPEND="dev-lang/perl
virtual/perl-Term-ANSIColor
dev-perl/Shell-EnvImporter
!minimal? ( dev-perl/IO-Socket-SSL
virtual/perl-Sys-Syslog )"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${PN}-0.02.09-prefix.patch
eprefixify \
lib/PortageXS/Core.pm \
lib/PortageXS.pm \
usr/bin/portagexs_client \
usr/sbin/portagexsd
if use minimal ; then
rm -r "${S}"/usr
rm -r "${S}"/etc/init.d
rm -r "${S}"/etc/pxs/certs
rm "${S}"/etc/pxs/portagexsd.conf
rm -r "${S}"/lib/PortageXS/examples
fi
}
pkg_preinst() {
if use !minimal ; then
cp -r "${S}"/usr "${D}${EPREFIX}"
fi
cp -r "${S}"/etc "${D}${EPREFIX}"
}
pkg_postinst() {
if [ -d "${EPREFIX}"/etc/portagexs ]; then
elog "${EPREFIX}/etc/portagexs has been moved to ${EPREFIX}/etc/pxs for convenience. It is safe"
elog "to delete old ${EPREFIX}/etc/portagexs directories."
fi
}

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r2.ebuild,v 1.11 2012/12/30 15:32:08 armin76 Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/PortageXS/PortageXS-0.02.10-r3.ebuild,v 1.1 2013/01/03 08:46:32 armin76 Exp $
inherit perl-module eutils prefix
DESCRIPTION="Portage abstraction layer for perl"

@ -1,6 +1,6 @@
diff -ur PortageXS-0.02.10.orig/lib/PortageXS/Core.pm PortageXS-0.02.10/lib/PortageXS/Core.pm
--- PortageXS-0.02.10.orig/lib/PortageXS/Core.pm 2012-12-15 19:01:20.267451741 +0100
+++ PortageXS-0.02.10/lib/PortageXS/Core.pm 2012-12-15 19:06:37.363938909 +0100
--- PortageXS-0.02.10.orig/lib/PortageXS/Core.pm 2013-01-03 09:32:10.477597366 +0100
+++ PortageXS-0.02.10/lib/PortageXS/Core.pm 2013-01-03 09:32:12.707534858 +0100
@@ -94,7 +94,7 @@
my $self = shift;
my $param = shift;
@ -29,8 +29,8 @@ diff -ur PortageXS-0.02.10.orig/lib/PortageXS/Core.pm PortageXS-0.02.10/lib/Port
# Description:
diff -ur PortageXS-0.02.10.orig/lib/PortageXS/examples/getParamFromFile.pl PortageXS-0.02.10/lib/PortageXS/examples/getParamFromFile.pl
--- PortageXS-0.02.10.orig/lib/PortageXS/examples/getParamFromFile.pl 2012-12-15 19:01:20.267451741 +0100
+++ PortageXS-0.02.10/lib/PortageXS/examples/getParamFromFile.pl 2012-12-15 19:07:19.041822742 +0100
--- PortageXS-0.02.10.orig/lib/PortageXS/examples/getParamFromFile.pl 2013-01-03 09:32:10.477597366 +0100
+++ PortageXS-0.02.10/lib/PortageXS/examples/getParamFromFile.pl 2013-01-03 09:32:12.707534858 +0100
@@ -8,4 +8,5 @@
my $pxs=PortageXS->new();
@ -39,8 +39,17 @@ diff -ur PortageXS-0.02.10.orig/lib/PortageXS/examples/getParamFromFile.pl Porta
+print join('
+',$pxs->getParamFromFile($pxs->getFileContents('/usr/share/portage/config/make.globals').$pxs->getFileContents('/etc/portage/make.conf'),'CFLAGS','lastseen'))."\n";
diff -ur PortageXS-0.02.10.orig/lib/PortageXS.pm PortageXS-0.02.10/lib/PortageXS.pm
--- PortageXS-0.02.10.orig/lib/PortageXS.pm 2012-12-15 19:01:20.283451308 +0100
+++ PortageXS-0.02.10/lib/PortageXS.pm 2012-12-15 19:14:38.882079616 +0100
--- PortageXS-0.02.10.orig/lib/PortageXS.pm 2013-01-03 09:32:10.478597338 +0100
+++ PortageXS-0.02.10/lib/PortageXS.pm 2013-01-03 09:32:29.710057966 +0100
@@ -77,7 +77,7 @@
$self->{'PORTAGEXS_ETC_DIR'} = '/etc/pxs/';
$self->{'ETC_DIR'} = '/etc/';
- $self->{'MAKE_PROFILE_PATH'} = '/etc/make.profile';
+ $self->{'MAKE_PROFILE_PATH'} = '/etc/portage/make.profile';
# - init colors >
$self->{'COLORS'}{'YELLOW'} = color('bold yellow');
@@ -89,7 +89,7 @@
$self->{'COLORS'}{'BLUE'} = color('bold blue');
$self->{'COLORS'}{'RESET'} = color('reset');
@ -51,8 +60,8 @@ diff -ur PortageXS-0.02.10.orig/lib/PortageXS.pm PortageXS-0.02.10/lib/PortageXS
$self->{'COLORS'}{'GREEN'} = '';
$self->{'COLORS'}{'LIGHTGREEN'} = '';
diff -ur PortageXS-0.02.10.orig/t/01_Core.t PortageXS-0.02.10/t/01_Core.t
--- PortageXS-0.02.10.orig/t/01_Core.t 2012-12-15 19:01:20.266451768 +0100
+++ PortageXS-0.02.10/t/01_Core.t 2012-12-15 19:15:33.036638139 +0100
--- PortageXS-0.02.10.orig/t/01_Core.t 2013-01-03 09:32:10.476597394 +0100
+++ PortageXS-0.02.10/t/01_Core.t 2013-01-03 09:32:12.707534858 +0100
@@ -14,8 +14,8 @@
# - getFileContents >

@ -57,10 +57,10 @@ diff -ur PortageXS-0.02.09.orig/lib/PortageXS.pm PortageXS-0.02.09/lib/PortageXS
- $self->{'PORTAGEXS_ETC_DIR'} = '/etc/pxs/';
- $self->{'ETC_DIR'} = '/etc/';
- $self->{'MAKE_PROFILE_PATH'} = '/etc/make.profile';
- $self->{'MAKE_PROFILE_PATH'} = '/etc/portage/make.profile';
+ $self->{'PORTAGEXS_ETC_DIR'} = '@GENTOO_PORTAGE_EPREFIX@/etc/pxs/';
+ $self->{'ETC_DIR'} = '@GENTOO_PORTAGE_EPREFIX@/etc/';
+ $self->{'MAKE_PROFILE_PATH'} = '@GENTOO_PORTAGE_EPREFIX@/etc/make.profile';
+ $self->{'MAKE_PROFILE_PATH'} = '@GENTOO_PORTAGE_EPREFIX@/etc/portage/make.profile';
# - init colors >
$self->{'COLORS'}{'YELLOW'} = color('bold yellow');

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Roman/Roman-1.230.0.ebuild,v 1.1 2012/12/03 19:52:24 pinkbyte Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Roman/Roman-1.230.0.ebuild,v 1.2 2013/01/03 18:01:11 pinkbyte Exp $
EAPI=4
@ -13,7 +13,7 @@ inherit perl-module
DESCRIPTION="Perl module for conversion between Roman and Arabic numerals"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 ~x86"
IUSE="test"
DEPEND="test? (

@ -1 +1,2 @@
DIST Try-Tiny-0.11.tar.gz 9923 SHA256 059e154ed82760bf6c1b6fddded800228bd97612d18159c68bfc36a8ea2bc885 SHA512 42a98d0996e4195b1618e99080f67791ec9b09c8c4de669aafcbe75c609718d700a6831dd5a68d8f7bda563c29ce3a8495bbf548b8d38a155471875889d8c701 WHIRLPOOL e9807e6cf5da1aad939c56809bd066d4215fb2a9b35c2b60c35c63493fb2bebe56277bc44e34d2d54d5b2ac9096782f9a9d801b44573905296268e2337ad1716
DIST Try-Tiny-0.12.tar.gz 10320 SHA256 4f5c13c28909d9717bd79acc6b37d2a8f2d746f99abbacd7e03d2c3906179b2b SHA512 4c627f1fc160c625281c83ee5cf1001a7b7884724e2f9495613ad5387eb8b4f047e4b469be1e39ba84df1e86b4494330aafb637643e5c655205521aacf8b218d WHIRLPOOL df5e6c874389823045082837637ede255938572e3a485e63b70bf0f71a2310b0157a2abf27213ef2fc9052ba201de3cbab517983c50dfe7dffef3dd476927bb8

@ -0,0 +1,18 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Try-Tiny/Try-Tiny-0.120.0.ebuild,v 1.1 2013/01/03 19:18:30 tove Exp $
EAPI=5
MODULE_AUTHOR=DOY
MODULE_VERSION=0.12
inherit perl-module
DESCRIPTION="Minimal try/catch with proper localization of $@"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
IUSE=""
SRC_TEST=do

@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.10.ebuild,v 1.1 2012/12/31 12:16:18 mgorny Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/docutils/docutils-0.10.ebuild,v 1.2 2013/01/02 19:59:02 mgorny Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_8,1_9} )
@ -18,7 +18,7 @@ IUSE="glep"
DEPEND="dev-python/pygments[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}
dev-python/docutils-glep[${PYTHON_USEDEP}]"
glep? ( dev-python/docutils-glep[${PYTHON_USEDEP}] )"
PATCHES=(
# fix buildhtml.py option parsing

@ -1,2 +1,3 @@
DIST hcs_utils-1.1.1.tar.gz 7044 SHA256 9e9b44c8902d9064c19ddc119eb27c60317ec76863b2189ad5faf0867a5870b1 SHA512 570ab73c41117685b6afe79d798e0f8b2e885ffa8f9027e9189b8a99f55b5f0bfd68f7a951fa97c4beaf3013c65544e4ba3a8351dd312a867a45c5446a4dbdf0 WHIRLPOOL b7971e8f86738a551de75c787e1e00125f6e225c88129a5227937a7410c3cbc37e5758bd9a6ecf50c7afd47c5c04e0cb053aa0d37c6ed1e4ea87632d789fa44a
DIST hcs_utils-1.2.tar.gz 10025 SHA256 f342d9712709cdcf1bb58750bf9573cc89cff20c47f4aaee8d9e2f53af3897d0 SHA512 382c2b27aa8dd4b5bb6f344c04a19e339dea8efc974e019202f1a37173da4399326db2ce1a1b0b45dbc56995101f78fa5123d01cfea5a50168b66ac043ee4ba4 WHIRLPOOL 7ec033a08fb2122fc38427eb09be598654a7b74a1e15fd3ecfe55c953c2c13b288c7cbd662a166bd74e8e11c33fa28f28821be47dff33dbb590c0ab0afad579d
DIST hcs_utils-1.3.tar.gz 21999 SHA256 b03fe7fc1fc3877ec810297bfc550f7cce58cf1f62bc464e348846ad01739255 SHA512 49f7096c339463dde586592ac06dea6f7e3a955c42ab5bd49341ac276d727c7033fa3c17f36d1268ade3d6661fd123ce9a49ba47fbf855ea13d2ab2b46888a27 WHIRLPOOL f00125e833f1575a6e3c9a873eead83275e27c07d469131cefcb79e834f7e59b66426c87e3588e5a192360737ede02be6d26879cedf8d784fba11cf7438f2bfd

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

Loading…
Cancel
Save