[gentoo-commits] gentoo-x86 commit in dev-haskell/glib/files: glib-0.13.0.7-ghc-7.10.patch
gienah 15/01/03 08:07:20 Added:glib-0.13.0.7-ghc-7.10.patch Log: Bump glib to 0.13.0.7. Patch glib 0.13.0.6 and 0.13.0.7 for ghc 7.10, restore the KEYWORDS that ghc 7.8.4 has. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F) Revision ChangesPath 1.1 dev-haskell/glib/files/glib-0.13.0.7-ghc-7.10.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/files/glib-0.13.0.7-ghc-7.10.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/files/glib-0.13.0.7-ghc-7.10.patch?rev=1.1&content-type=text/plain Index: glib-0.13.0.7-ghc-7.10.patch === --- glib-0.13.0.7-orig/SetupWrapper.hs 2014-12-24 20:57:16.0 +1100 +++ glib-0.13.0.7/SetupWrapper.hs 2015-01-03 17:39:42.464000600 +1100 @@ -18,7 +18,7 @@ import System.Environment import System.Process -import System.Exit +import System.Exit (exitWith, ExitCode(..)) import System.FilePath import System.Directory import qualified Control.Exception as Exception
[gentoo-commits] gentoo-x86 commit in dev-haskell/glib: glib-0.13.0.6.ebuild glib-0.13.0.7.ebuild ChangeLog
gienah 15/01/03 08:07:20 Modified: glib-0.13.0.6.ebuild ChangeLog Added:glib-0.13.0.7.ebuild Log: Bump glib to 0.13.0.7. Patch glib 0.13.0.6 and 0.13.0.7 for ghc 7.10, restore the KEYWORDS that ghc 7.8.4 has. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F) Revision ChangesPath 1.2 dev-haskell/glib/glib-0.13.0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/glib-0.13.0.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/glib-0.13.0.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/glib-0.13.0.6.ebuild?r1=1.1&r2=1.2 Index: glib-0.13.0.6.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-haskell/glib/glib-0.13.0.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glib-0.13.0.6.ebuild13 Dec 2014 13:53:07 - 1.1 +++ glib-0.13.0.6.ebuild3 Jan 2015 08:07:20 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/glib-0.13.0.6.ebuild,v 1.1 2014/12/13 13:53:07 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/glib-0.13.0.6.ebuild,v 1.2 2015/01/03 08:07:20 gienah Exp $ EAPI=5 @@ -8,7 +8,7 @@ #nocabaldep is for the fancy cabal-detection feature at build-time CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" -inherit haskell-cabal +inherit base haskell-cabal DESCRIPTION="Binding to the GLIB library for Gtk2Hs" HOMEPAGE="http://projects.haskell.org/gtk2hs/"; @@ -16,7 +16,7 @@ LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+closure_signals" RDEPEND=">=dev-haskell/text-1.0.0.0:=[profile?] http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 13 Dec 2014 13:53:07 - 1.27 +++ ChangeLog 3 Jan 2015 08:07:20 - 1.28 @@ -1,6 +1,14 @@ # ChangeLog for dev-haskell/glib -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v 1.27 2014/12/13 13:53:07 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/ChangeLog,v 1.28 2015/01/03 08:07:20 gienah Exp $ + +*glib-0.13.0.7 (03 Jan 2015) + + 03 Jan 2015; Mark Wright + +files/glib-0.13.0.7-ghc-7.10.patch, +glib-0.13.0.7.ebuild, + glib-0.13.0.6.ebuild: + Bump glib to 0.13.0.7. Patch glib 0.13.0.6 and 0.13.0.7 for ghc 7.10, restore + the KEYWORDS that ghc 7.8.4 has. *glib-0.13.0.6 (13 Dec 2014) 1.1 dev-haskell/glib/glib-0.13.0.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/glib-0.13.0.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/glib/glib-0.13.0.7.ebuild?rev=1.1&content-type=text/plain Index: glib-0.13.0.7.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/glib/glib-0.13.0.7.ebuild,v 1.1 2015/01/03 08:07:20 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.4. #nocabaldep is for the fancy cabal-detection feature at build-time CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit base haskell-cabal DESCRIPTION="Binding to the GLIB library for Gtk2Hs" HOMEPAGE="http://projects.haskell.org/gtk2hs/"; SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="+closure_signals" RDEPEND=">=dev-haskell/text-1.0.0.0:=[profile?] =dev-haskell/utf8-string-0.2:=[profile?] =dev-lang/ghc-7.8.1:= dev-libs/glib:2 " DEPEND="${RDEPEND} >=dev-haskell/gtk2hs-buildtools-0.13.0.3:0= virtual/pkgconfig " PATCHES=("${FILESDIR}/${PN}-0.13.0.7-ghc-7.10.patch") src_configure() { haskell-cabal_src_configure \ $(cabal_flag closure_signals closure_signals) }
[gentoo-commits] gentoo-x86 commit in app-editors/bluefish: bluefish-2.2.6.ebuild ChangeLog
hanno 15/01/03 09:43:08 Modified: ChangeLog Added:bluefish-2.2.6.ebuild Log: bluefish bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key BBB51E42) Revision ChangesPath 1.93 app-editors/bluefish/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/bluefish/ChangeLog?rev=1.93&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/bluefish/ChangeLog?rev=1.93&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/bluefish/ChangeLog?r1=1.92&r2=1.93 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- ChangeLog 26 Dec 2014 22:35:55 - 1.92 +++ ChangeLog 3 Jan 2015 09:43:08 - 1.93 @@ -1,6 +1,11 @@ # ChangeLog for app-editors/bluefish -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.92 2014/12/26 22:35:55 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/ChangeLog,v 1.93 2015/01/03 09:43:08 hanno Exp $ + +*bluefish-2.2.6 (03 Jan 2015) + + 03 Jan 2015; +bluefish-2.2.6.ebuild: + Bump. *bluefish-2.2.3-r1 (26 Dec 2014) 1.1 app-editors/bluefish/bluefish-2.2.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/bluefish/bluefish-2.2.6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/bluefish/bluefish-2.2.6.ebuild?rev=1.1&content-type=text/plain Index: bluefish-2.2.6.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/bluefish/bluefish-2.2.6.ebuild,v 1.1 2015/01/03 09:43:08 hanno Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit eutils fdo-mime python-single-r1 MY_P=${P/_/-} DESCRIPTION="A GTK HTML editor for the experienced web designer or programmer" SRC_URI="http://www.bennewitz.com/bluefish/stable/source/${MY_P}.tar.bz2"; HOMEPAGE="http://bluefish.openoffice.nl/"; LICENSE="GPL-2" KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="0" IUSE="nls python spell" RDEPEND=" x11-libs/gtk+:3 gnome-extra/gucharmap:2.90 sys-libs/zlib python? ( ${PYTHON_DEPS} ) spell? ( app-text/enchant )" DEPEND="${RDEPEND} >=dev-libs/glib-2.16:2 dev-libs/libxml2:2 virtual/pkgconfig x11-libs/pango nls? ( sys-devel/gettext dev-util/intltool )" S=${WORKDIR}/${MY_P} # there actually is just some broken manpage checkup -> not bother RESTRICT="test" pkg_setup() { use python && python-single-r1_pkg_setup } # Never eautoreconf this package as gettext breaks completely (no translations # even if it compiles afterwards)! src_configure() { econf \ --docdir="${EPREFIX}/usr/share/doc/${PF}" \ --disable-dependency-tracking \ --disable-update-databases \ --disable-xml-catalog-update \ $(use_enable nls) \ $(use_enable spell spell-check) \ $(use_enable python) } src_install() { default find "${ED}" -name '*.la' -exec rm -f {} + } pkg_postinst() { fdo-mime_desktop_database_update fdo-mime_mime_database_update einfo "Adding XML catalog entries..." /usr/bin/xmlcatalog --noout \ --add 'public' 'Bluefish/DTD/Bflang' 'bflang.dtd' \ --add 'system' 'http://bluefish.openoffice.nl/DTD/bflang.dtd' 'bflang.dtd' \ --add 'rewriteURI' 'http://bluefish.openoffice.nl/DTD' '/usr/share/xml/bluefish-unstable' \ /etc/xml/catalog \ || ewarn "Failed to add XML catalog entries." } pkg_postrm() { fdo-mime_desktop_database_update fdo-mime_mime_database_update einfo "Removing XML catalog entries..." /usr/bin/xmlcatalog --noout \ --del 'Bluefish/DTD/Bflang' \ --del 'http://bluefish.openoffice.nl/DTD/bflang.dtd' \ --del 'http://bluefish.openoffice.nl/DTD' \ /etc/xml/catalog \ || ewarn "Failed to remove XML catalog entries." }
[gentoo-commits] gentoo-x86 commit in dev-python/pylibpcap: ChangeLog pylibpcap-0.6.4-r1.ebuild pylibpcap-0.6.2.ebuild
idella4 15/01/03 09:45:43 Modified: ChangeLog Added:pylibpcap-0.6.4-r1.ebuild Removed: pylibpcap-0.6.2.ebuild Log: revbump; conversion -> distutils-r1, rm old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) Revision ChangesPath 1.31 dev-python/pylibpcap/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 17 Dec 2012 18:00:57 - 1.30 +++ ChangeLog 3 Jan 2015 09:45:43 - 1.31 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pylibpcap -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.30 2012/12/17 18:00:57 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/ChangeLog,v 1.31 2015/01/03 09:45:43 idella4 Exp $ + +*pylibpcap-0.6.4-r1 (03 Jan 2015) + + 03 Jan 2015; Ian Delaney +pylibpcap-0.6.4-r1.ebuild, + -pylibpcap-0.6.2.ebuild: + revbump; conversion -> distutils-r1, rm old 17 Dec 2012; Agostino Sarubbo pylibpcap-0.6.4.ebuild: Stable for ia64, wrt bug #434290 1.1 dev-python/pylibpcap/pylibpcap-0.6.4-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4-r1.ebuild?rev=1.1&content-type=text/plain Index: pylibpcap-0.6.4-r1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/pylibpcap/pylibpcap-0.6.4-r1.ebuild,v 1.1 2015/01/03 09:45:43 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Python interface to libpcap" HOMEPAGE="http://sourceforge.net/projects/pylibpcap/"; SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~hppa ~ia64 ~x86" IUSE="examples" RDEPEND="net-libs/libpcap" DEPEND="${RDEPEND}" python_install_all() { use examples && local EXAMPLES=( examples/. ) distutils-r1_python_install_all }
[gentoo-commits] gentoo-x86 commit in profiles: package.mask
mr_bones_15/01/03 09:46:43 Modified: package.mask Log: mask GGZ for removal Revision ChangesPath 1.16263 profiles/package.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16263&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?rev=1.16263&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/package.mask?r1=1.16262&r2=1.16263 Index: package.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v retrieving revision 1.16262 retrieving revision 1.16263 diff -u -r1.16262 -r1.16263 --- package.mask3 Jan 2015 04:25:54 - 1.16262 +++ package.mask3 Jan 2015 09:46:43 - 1.16263 @@ -1,5 +1,5 @@ -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16262 2015/01/03 04:25:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.16263 2015/01/03 09:46:43 mr_bones_ Exp $ # # When you add an entry to the top of this file, add your name, the date, and # an explanation of why something is getting masked. Please be extremely @@ -30,6 +30,16 @@ #--- END OF EXAMPLES --- +# Michael Sterrett (03 Jan 2015) +# GGZ is dead (bug #404349) +# masked for removal on 20150203 +dev-games/ggz-client-libs +dev-games/libggz +games-board/ggz-gtk-client +games-board/ggz-gtk-games +games-board/ggz-sdl-games +games-board/ggz-txt-client + # Michael Sterrett (02 Jan 2015) # No, upstream; no longer maintained; segfaults. # Use games-board/teg instead.
[gentoo-commits] gentoo-x86 commit in sys-block/parted/files: parted-3.2-po4a-mandir.patch
jer 15/01/03 09:50:51 Added:parted-3.2-po4a-mandir.patch Log: Fix deferred mandir definition using $(mandir) by Maksym Sditanov (bug #534116). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.1 sys-block/parted/files/parted-3.2-po4a-mandir.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/files/parted-3.2-po4a-mandir.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/files/parted-3.2-po4a-mandir.patch?rev=1.1&content-type=text/plain Index: parted-3.2-po4a-mandir.patch === --- a/doc/po4a.mk +++ b/doc/po4a.mk @@ -23,7 +23,7 @@ # threshold is 80%), it won't be distributed, and the build won't fail. # -mandir = $(mandir)/$(lang) +mandir := $(mandir)/$(lang) # Inform automake that we want to install some man pages in section 1, 5 # and 8.
[gentoo-commits] gentoo-x86 commit in sys-block/parted: parted-3.2.ebuild ChangeLog
jer 15/01/03 09:50:51 Modified: parted-3.2.ebuild ChangeLog Log: Fix deferred mandir definition using $(mandir) by Maksym Sditanov (bug #534116). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.13 sys-block/parted/parted-3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.2.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.2.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/parted-3.2.ebuild?r1=1.12&r2=1.13 Index: parted-3.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- parted-3.2.ebuild 4 Dec 2014 08:34:38 - 1.12 +++ parted-3.2.ebuild 3 Jan 2015 09:50:51 - 1.13 @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v 1.12 2014/12/04 08:34:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/parted-3.2.ebuild,v 1.13 2015/01/03 09:50:51 jer Exp $ EAPI=5 -inherit eutils +inherit autotools eutils DESCRIPTION="Create, destroy, resize, check, copy partitions and file systems" HOMEPAGE="http://www.gnu.org/software/parted"; @@ -32,6 +32,9 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-3.2-devmapper.patch + + epatch "${FILESDIR}"/${PN}-3.2-po4a-mandir.patch + eautoreconf } src_configure() { 1.59 sys-block/parted/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-block/parted/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 4 Dec 2014 08:34:38 - 1.58 +++ ChangeLog 3 Jan 2015 09:50:51 - 1.59 @@ -1,6 +1,11 @@ # ChangeLog for sys-block/parted -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.58 2014/12/04 08:34:38 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-block/parted/ChangeLog,v 1.59 2015/01/03 09:50:51 jer Exp $ + + 03 Jan 2015; Jeroen Roovers parted-3.2.ebuild, + +files/parted-3.2-po4a-mandir.patch: + Fix deferred mandir definition using $(mandir) by Maksym Sditanov (bug + #534116). 04 Dec 2014; Agostino Sarubbo parted-3.2.ebuild: Stable for ppc64, wrt bug #527846
[gentoo-commits] gentoo-x86 commit in media-sound/ncmpcpp: ChangeLog ncmpcpp-9999.ebuild ncmpcpp-0.6.2.ebuild
jer 15/01/03 09:55:09 Modified: ChangeLog ncmpcpp-.ebuild ncmpcpp-0.6.2.ebuild Log: Add sub-SLOT dependency on dev-libs/boost. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.99 media-sound/ncmpcpp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ChangeLog?rev=1.99&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ChangeLog?rev=1.99&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ChangeLog?r1=1.98&r2=1.99 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- ChangeLog 2 Jan 2015 12:33:37 - 1.98 +++ ChangeLog 3 Jan 2015 09:55:09 - 1.99 @@ -1,6 +1,10 @@ # ChangeLog for media-sound/ncmpcpp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.98 2015/01/02 12:33:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.99 2015/01/03 09:55:09 jer Exp $ + + 03 Jan 2015; Jeroen Roovers ncmpcpp-0.6.2.ebuild, + ncmpcpp-.ebuild: + Add sub-SLOT dependency on dev-libs/boost. 02 Jan 2015; Agostino Sarubbo ncmpcpp-0.6.1-r1.ebuild: Stable for sparc, wrt bug #531892 1.7 media-sound/ncmpcpp/ncmpcpp-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-.ebuild?r1=1.6&r2=1.7 Index: ncmpcpp-.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ncmpcpp-.ebuild 24 Nov 2014 16:07:19 - 1.6 +++ ncmpcpp-.ebuild 3 Jan 2015 09:55:09 - 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-.ebuild,v 1.6 2014/11/24 16:07:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-.ebuild,v 1.7 2015/01/03 09:55:09 jer Exp $ EAPI=5 @@ -18,7 +18,7 @@ RDEPEND=" >=media-libs/libmpdclient-2.1 curl? ( net-misc/curl ) - dev-libs/boost[nls] + dev-libs/boost:=[nls] sys-libs/ncurses[unicode?] sys-libs/readline taglib? ( media-libs/taglib ) 1.2 media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild?r1=1.1&r2=1.2 Index: ncmpcpp-0.6.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ncmpcpp-0.6.2.ebuild15 Dec 2014 14:07:19 - 1.1 +++ ncmpcpp-0.6.2.ebuild3 Jan 2015 09:55:09 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild,v 1.1 2014/12/15 14:07:19 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild,v 1.2 2015/01/03 09:55:09 jer Exp $ EAPI=5 inherit bash-completion-r1 eutils @@ -17,7 +17,7 @@ RDEPEND=" >=media-libs/libmpdclient-2.1 curl? ( net-misc/curl ) - dev-libs/boost[nls] + dev-libs/boost:=[nls] sys-libs/ncurses[unicode?] sys-libs/readline taglib? ( media-libs/taglib )
[gentoo-commits] gentoo-x86 commit in virtual/ruby-ffi: ChangeLog ruby-ffi-1.ebuild
graaff 15/01/03 09:58:29 Modified: ChangeLog Removed: ruby-ffi-1.ebuild Log: Cleanup. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision ChangesPath 1.46 virtual/ruby-ffi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-ffi/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-ffi/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-ffi/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/virtual/ruby-ffi/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 19 Dec 2014 13:24:00 - 1.45 +++ ChangeLog 3 Jan 2015 09:58:29 - 1.46 @@ -1,6 +1,9 @@ # ChangeLog for virtual/ruby-ffi -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ffi/ChangeLog,v 1.45 2014/12/19 13:24:00 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-ffi/ChangeLog,v 1.46 2015/01/03 09:58:29 graaff Exp $ + + 03 Jan 2015; Hans de Graaff -ruby-ffi-1.ebuild: + Cleanup. 19 Dec 2014; Agostino Sarubbo ruby-ffi-2.ebuild: Stable for ia64, wrt bug #523186
[gentoo-commits] gentoo-x86 commit in media-sound/ncmpcpp: ChangeLog ncmpcpp-9999.ebuild ncmpcpp-0.6.2.ebuild
jer 15/01/03 09:59:39 Modified: ChangeLog ncmpcpp-.ebuild ncmpcpp-0.6.2.ebuild Log: Depend on dev-libs/boost[threads]. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.100media-sound/ncmpcpp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ChangeLog?rev=1.100&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ChangeLog?rev=1.100&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ChangeLog?r1=1.99&r2=1.100 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- ChangeLog 3 Jan 2015 09:55:09 - 1.99 +++ ChangeLog 3 Jan 2015 09:59:39 - 1.100 @@ -1,6 +1,10 @@ # ChangeLog for media-sound/ncmpcpp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.99 2015/01/03 09:55:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ChangeLog,v 1.100 2015/01/03 09:59:39 jer Exp $ + + 03 Jan 2015; Jeroen Roovers ncmpcpp-0.6.2.ebuild, + ncmpcpp-.ebuild: + Depend on dev-libs/boost[threads]. 03 Jan 2015; Jeroen Roovers ncmpcpp-0.6.2.ebuild, ncmpcpp-.ebuild: 1.8 media-sound/ncmpcpp/ncmpcpp-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-.ebuild?r1=1.7&r2=1.8 Index: ncmpcpp-.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ncmpcpp-.ebuild 3 Jan 2015 09:55:09 - 1.7 +++ ncmpcpp-.ebuild 3 Jan 2015 09:59:39 - 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-.ebuild,v 1.7 2015/01/03 09:55:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-.ebuild,v 1.8 2015/01/03 09:59:39 jer Exp $ EAPI=5 @@ -18,7 +18,7 @@ RDEPEND=" >=media-libs/libmpdclient-2.1 curl? ( net-misc/curl ) - dev-libs/boost:=[nls] + dev-libs/boost:=[nls,threads] sys-libs/ncurses[unicode?] sys-libs/readline taglib? ( media-libs/taglib ) 1.3 media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild?r1=1.2&r2=1.3 Index: ncmpcpp-0.6.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ncmpcpp-0.6.2.ebuild3 Jan 2015 09:55:09 - 1.2 +++ ncmpcpp-0.6.2.ebuild3 Jan 2015 09:59:39 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild,v 1.2 2015/01/03 09:55:09 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ncmpcpp/ncmpcpp-0.6.2.ebuild,v 1.3 2015/01/03 09:59:39 jer Exp $ EAPI=5 inherit bash-completion-r1 eutils @@ -17,7 +17,7 @@ RDEPEND=" >=media-libs/libmpdclient-2.1 curl? ( net-misc/curl ) - dev-libs/boost:=[nls] + dev-libs/boost:=[nls,threads] sys-libs/ncurses[unicode?] sys-libs/readline taglib? ( media-libs/taglib )
[gentoo-commits] gentoo-x86 commit in media-plugins/gst-plugins-shout2: ChangeLog gst-plugins-shout2-1.4.5.ebuild gst-plugins-shout2-0.10.31.ebuild gst-plugins-shout2-1.2.3.ebuild gst-plugins-shout2-1
leio15/01/03 10:04:32 Modified: ChangeLog gst-plugins-shout2-0.10.31.ebuild Added:gst-plugins-shout2-1.4.5.ebuild Removed: gst-plugins-shout2-1.2.3.ebuild gst-plugins-shout2-1.2.4.ebuild Log: Version bump, remove old. Clarifies documentation and various ogg handling (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.118media-plugins/gst-plugins-shout2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-shout2/ChangeLog?rev=1.118&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-shout2/ChangeLog?rev=1.118&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-shout2/ChangeLog?r1=1.117&r2=1.118 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-shout2/ChangeLog,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- ChangeLog 25 Aug 2014 11:02:02 - 1.117 +++ ChangeLog 3 Jan 2015 10:04:32 - 1.118 @@ -1,6 +1,13 @@ # ChangeLog for media-plugins/gst-plugins-shout2 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-shout2/ChangeLog,v 1.117 2014/08/25 11:02:02 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-shout2/ChangeLog,v 1.118 2015/01/03 10:04:32 leio Exp $ + +*gst-plugins-shout2-1.4.5 (03 Jan 2015) + + 03 Jan 2015; Mart Raudsepp + gst-plugins-shout2-0.10.31.ebuild, -gst-plugins-shout2-1.2.3.ebuild, + -gst-plugins-shout2-1.2.4.ebuild, +gst-plugins-shout2-1.4.5.ebuild: + Version bump, remove old. Clarifies documentation and various ogg handling 25 Aug 2014; Agostino Sarubbo gst-plugins-shout2-0.10.31-r1.ebuild, gst-plugins-shout2-1.2.4-r1.ebuild: 1.9 media-plugins/gst-plugins-shout2/gst-plugins-shout2-0.10.31.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-0.10.31.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-0.10.31.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-0.10.31.ebuild?r1=1.8&r2=1.9 Index: gst-plugins-shout2-0.10.31.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-0.10.31.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gst-plugins-shout2-0.10.31.ebuild 24 Feb 2013 18:00:48 - 1.8 +++ gst-plugins-shout2-0.10.31.ebuild 3 Jan 2015 10:04:32 - 1.9 @@ -1,13 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-0.10.31.ebuild,v 1.8 2013/02/24 18:00:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-0.10.31.ebuild,v 1.9 2015/01/03 10:04:32 leio Exp $ EAPI="5" inherit gst-plugins-good DESCRIPTION="GStreamer plugin to send data to an icecast server" -KEYWORDS="alpha amd64 ppc ppc64 sh x86" +KEYWORDS="sh" IUSE="" RDEPEND=">=media-libs/libshout-2" 1.1 media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.4.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.4.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.4.5.ebuild?rev=1.1&content-type=text/plain Index: gst-plugins-shout2-1.4.5.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.4.5.ebuild,v 1.1 2015/01/03 10:04:32 leio Exp $ EAPI="5" GST_ORG_MODULE=gst-plugins-good inherit gstreamer DESCRIPTION="GStreamer plugin to send data to an icecast server" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=">=media-libs/libshout-2.3.1-r1[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}"
[gentoo-commits] gentoo-x86 commit in mail-mta/exim: exim-4.85_rc4.ebuild exim-4.84.ebuild ChangeLog
grobian 15/01/03 10:04:58 Modified: exim-4.85_rc4.ebuild exim-4.84.ebuild ChangeLog Log: Re-add CDB support, thanks to Nico Erfurth in bug #534230 (Portage version: 2.2.14-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89) Revision ChangesPath 1.2 mail-mta/exim/exim-4.85_rc4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.85_rc4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.85_rc4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.85_rc4.ebuild?r1=1.1&r2=1.2 Index: exim-4.85_rc4.ebuild === RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.85_rc4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- exim-4.85_rc4.ebuild30 Dec 2014 17:44:56 - 1.1 +++ exim-4.85_rc4.ebuild3 Jan 2015 10:04:57 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.85_rc4.ebuild,v 1.1 2014/12/30 17:44:56 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.85_rc4.ebuild,v 1.2 2015/01/03 10:04:57 grobian Exp $ EAPI="5" @@ -159,11 +159,12 @@ # # lookup methods - # use the "native" interface to the DBM library, support passwd - # and directory lookups by default + # use the "native" interfaces to the DBM and CDB libraries, support + # passwd and directory lookups by default cat >> Makefile <<- EOC USE_DB=yes DBMLIB=-ldb + LOOKUP_CDB=yes LOOKUP_PASSWD=yes LOOKUP_DSEARCH=yes EOC 1.16 mail-mta/exim/exim-4.84.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.84.ebuild?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.84.ebuild?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/exim-4.84.ebuild?r1=1.15&r2=1.16 Index: exim-4.84.ebuild === RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.84.ebuild,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- exim-4.84.ebuild28 Dec 2014 15:57:24 - 1.15 +++ exim-4.84.ebuild3 Jan 2015 10:04:57 - 1.16 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.84.ebuild,v 1.15 2014/12/28 15:57:24 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/exim-4.84.ebuild,v 1.16 2015/01/03 10:04:57 grobian Exp $ EAPI="5" @@ -159,11 +159,12 @@ # # lookup methods - # use the "native" interface to the DBM library, support passwd - # and directory lookups by default + # use the "native" interfaces to the DBM and CDB libraries, support + # passwd and directory lookups by default cat >> Makefile <<- EOC USE_DB=yes DBMLIB=-ldb + LOOKUP_CDB=yes LOOKUP_PASSWD=yes LOOKUP_DSEARCH=yes EOC 1.308mail-mta/exim/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.308&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?rev=1.308&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-mta/exim/ChangeLog?r1=1.307&r2=1.308 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v retrieving revision 1.307 retrieving revision 1.308 diff -u -r1.307 -r1.308 --- ChangeLog 30 Dec 2014 17:44:56 - 1.307 +++ ChangeLog 3 Jan 2015 10:04:57 - 1.308 @@ -1,6 +1,10 @@ # ChangeLog for mail-mta/exim -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.307 2014/12/30 17:44:56 grobian Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-mta/exim/ChangeLog,v 1.308 2015/01/03 10:04:57 grobian Exp $ + + 03 Jan 2015; Fabian Groffen exim-4.84.ebuild, + exim-4.85_rc4.ebuild: + Re-add CDB support, thanks to Nico Erfurth in bug #534230 *exim-4.85_rc4 (30 Dec 2014)
[gentoo-commits] gentoo-x86 commit in app-leechcraft/lc-core: lc-core-9999.ebuild lc-core-0.6.60.ebuild lc-core-0.6.70.ebuild lc-core-0.6.65.ebuild ChangeLog
pacho 15/01/03 10:12:18 Modified: lc-core-.ebuild lc-core-0.6.60.ebuild lc-core-0.6.70.ebuild lc-core-0.6.65.ebuild ChangeLog Log: qtdbus is needed (#532774 by Toralf Förster) (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision ChangesPath 1.8 app-leechcraft/lc-core/lc-core-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-.ebuild?r1=1.7&r2=1.8 Index: lc-core-.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- lc-core-.ebuild 4 Dec 2014 12:44:49 - 1.7 +++ lc-core-.ebuild 3 Jan 2015 10:12:18 - 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-.ebuild,v 1.7 2014/12/04 12:44:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-.ebuild,v 1.8 2015/01/03 10:12:18 pacho Exp $ EAPI="5" @@ -17,6 +17,7 @@ COMMON_DEPEND=">=dev-libs/boost-1.46 dev-qt/qtcore:4 + dev-qt/qtdbus:4 dev-qt/qtdeclarative:4 dev-qt/qtgui:4 dev-qt/qtscript:4 1.5 app-leechcraft/lc-core/lc-core-0.6.60.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.60.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.60.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.60.ebuild?r1=1.4&r2=1.5 Index: lc-core-0.6.60.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.60.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- lc-core-0.6.60.ebuild 4 Dec 2014 12:44:49 - 1.4 +++ lc-core-0.6.60.ebuild 3 Jan 2015 10:12:18 - 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.60.ebuild,v 1.4 2014/12/04 12:44:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.60.ebuild,v 1.5 2015/01/03 10:12:18 pacho Exp $ EAPI="5" @@ -17,6 +17,7 @@ COMMON_DEPEND=">=dev-libs/boost-1.46 dev-qt/qtcore:4 + dev-qt/qtdbus:4 dev-qt/qtdeclarative:4 dev-qt/qtgui:4 dev-qt/qtscript:4 1.3 app-leechcraft/lc-core/lc-core-0.6.70.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.70.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.70.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.70.ebuild?r1=1.2&r2=1.3 Index: lc-core-0.6.70.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.70.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lc-core-0.6.70.ebuild 4 Dec 2014 12:44:49 - 1.2 +++ lc-core-0.6.70.ebuild 3 Jan 2015 10:12:18 - 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.70.ebuild,v 1.2 2014/12/04 12:44:49 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.70.ebuild,v 1.3 2015/01/03 10:12:18 pacho Exp $ EAPI="5" @@ -17,6 +17,7 @@ COMMON_DEPEND=">=dev-libs/boost-1.46 dev-qt/qtcore:4 + dev-qt/qtdbus:4 dev-qt/qtdeclarative:4 dev-qt/qtgui:4 dev-qt/qtscript:4 1.5 app-leechcraft/lc-core/lc-core-0.6.65.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-leechcraft/lc-core/lc-core-0.6.65.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gent
[gentoo-commits] dev/leio:master commit in: dev-util/gdbus-codegen/files/, dev-libs/glib/files/, dev-libs/glib/, ...
commit: 451b729001ad5b8f2173f2d5de964c2f0f520ffe Author: Mart Raudsepp gentoo org> AuthorDate: Sat Jan 3 10:10:57 2015 + Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jan 3 10:10:57 2015 + URL:http://sources.gentoo.org/gitweb/?p=dev/leio.git;a=commit;h=451b7290 Remove glib and gdbus-codegen - they reached main tree from gnome overlay --- dev-libs/glib/Manifest | 12 - dev-libs/glib/files/glib-2.12.12-fbsd.patch| 35 --- .../files/glib-2.34.0-testsuite-skip-thread4.patch | 44 .../files/glib-2.40.0-external-gdbus-codegen.patch | 95 --- dev-libs/glib/glib-2.42.1.ebuild | 273 - dev-libs/glib/metadata.xml | 11 - dev-util/gdbus-codegen/Manifest| 11 - .../files/gdbus-codegen-2.40.0-sitedir.patch | 31 --- dev-util/gdbus-codegen/files/setup.py-2.32.4 | 6 - dev-util/gdbus-codegen/gdbus-codegen-2.42.1.ebuild | 49 dev-util/gdbus-codegen/metadata.xml| 5 - 11 files changed, 572 deletions(-) diff --git a/dev-libs/glib/Manifest b/dev-libs/glib/Manifest deleted file mode 100644 index 68bbfcd..000 --- a/dev-libs/glib/Manifest +++ /dev/null @@ -1,12 +0,0 @@ --BEGIN PGP SIGNED MESSAGE- -Hash: SHA512 - -DIST glib-2.42.1.tar.xz 6985120 SHA256 8f3f0865280e45b8ce840e176ef83bcfd511148918cc8d39df2ee89b67dcf89a SHA512 0d273e3e24f164f16f6663f88866ae412714eab7d15c1901fdef61f13649a08f9962e49f9d52e8a1683100f9c2dcc468b9a5bf8a9b3d6ca7b0d9488bc58f3f1e WHIRLPOOL 5cf0dbce9890a61210f0c1c0b43a6147bfff107ee8d37de959fc533b56fa9e253d74996ed3ad05b2d756aecf65c1bd8cb1f50096304df2b2f09d05b28804 -DIST pkg-config-0.28.tar.gz 1931203 SHA256 6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845 SHA512 6eafa5ca77c5d44cd15f48457a5e96fcea2555b66d8e35ada5ab59864a0aa03d441e15f54ab9c6343693867b3b490f392c75b7d9312f024c9b7ec6a0194d8320 WHIRLPOOL db4ddb4ce61724e629931c5ffccb4d7a551b4dc0f4efed5a966822307e4b5a786adee5705dd80ec0a9aa32cb1af9ad9615e307360e131fc34688207216161486 --BEGIN PGP SIGNATURE- -Version: GnuPG v2 - -iEYEAREKAAYFAlRzhpkACgkQ1fmVwcYIWAbuegCeI73HtrQ6Wii2J36KfkeFLU8I -1pQAoOKkOmcG0NmUXeF1HmdeUBhunYdv -=Q8Gw --END PGP SIGNATURE- diff --git a/dev-libs/glib/files/glib-2.12.12-fbsd.patch b/dev-libs/glib/files/glib-2.12.12-fbsd.patch deleted file mode 100644 index 5aca695..000 --- a/dev-libs/glib/files/glib-2.12.12-fbsd.patch +++ /dev/null @@ -1,35 +0,0 @@ -From deeb71226d4ab465d48805d899ec88eb836a6966 Mon Sep 17 00:00:00 2001 -From: Daniel Gryniewicz -Date: Sun, 24 Nov 2013 19:46:13 +0100 -Subject: [PATCH 1/4] Fix gmodule issue on FreeBSD - -Gentoo bug #184301, Gnome bug #107626. - gmodule/gmodule-dl.c | 4 - 1 file changed, 4 insertions(+) - -diff --git a/gmodule/gmodule-dl.c b/gmodule/gmodule-dl.c -index a606f17..57fc41b 100644 a/gmodule/gmodule-dl.c -+++ b/gmodule/gmodule-dl.c -@@ -107,6 +107,7 @@ _g_module_open (const gchar *file_name, - static gpointer - _g_module_self (void) - { -+#ifndef __FreeBSD__ - gpointer handle; - - /* to query symbols from the program itself, special link options -@@ -122,6 +123,9 @@ _g_module_self (void) - g_module_set_error (fetch_dlerror (TRUE)); - - return handle; -+#else -+ return RTLD_DEFAULT; -+#endif - } - - static void --- -1.8.3.2 - diff --git a/dev-libs/glib/files/glib-2.34.0-testsuite-skip-thread4.patch b/dev-libs/glib/files/glib-2.34.0-testsuite-skip-thread4.patch deleted file mode 100644 index 584b56f..000 --- a/dev-libs/glib/files/glib-2.34.0-testsuite-skip-thread4.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 4881b5d303512208b55f5bf78b91cd6a85e5034c Mon Sep 17 00:00:00 2001 -From: Priit Laes -Date: Tue, 3 Jul 2012 11:21:56 +0300 -Subject: [PATCH 2/4] Gentoo: skip over thread/thread4 test failure - -https://bugzilla.gnome.org/show_bug.cgi?id=679306 - glib/tests/thread.c | 5 + - 1 file changed, 5 insertions(+) - -diff --git a/glib/tests/thread.c b/glib/tests/thread.c -index 539782e..179ec06 100644 a/glib/tests/thread.c -+++ b/glib/tests/thread.c -@@ -124,6 +124,8 @@ test_thread3 (void) - g_assert_cmpint (GPOINTER_TO_INT(result), ==, 9); - } - -+#if 0 -+// https://bugzilla.gnome.org/show_bug.cgi?id=679306 - /* test that thread creation fails as expected, - * by setting RLIMIT_NPROC ridiculously low - */ -@@ -158,6 +160,7 @@ test_thread4 (void) - g_error ("resetting RLIMIT_NPROC failed: %s\n", g_strerror (ret)); - #endif - } -+#endif - - static void - test_thread5 (void) -@@ -203,7 +206,9 @@ main (int argc, char *argv[]) - g_test_add_func ("/thread/thread1", test_thread1); - g_test_add_func ("/thread/thread2", test_thread2); - g_test_add_func ("/thread/thread3", test_thread3); -+#if 0 - g_test_add_func ("/thread/thread4", test_thread4); -+#endif - g_test_add_func ("/thread/thread5", test_thread5); - g_test_add_func ("/thread/thread6", test_thread6); - --- -1.8.3
[gentoo-commits] gentoo-x86 commit in dev-haskell/gio/files: gio-0.13.0.4-ghc-7.10.patch
gienah 15/01/03 10:32:11 Added:gio-0.13.0.4-ghc-7.10.patch Log: Bump gio to 0.13.0.4. Patch gio 0.13.0.3 and 0.13.0.4 for ghc 7.10, restore the KEYWORDS that ghc 7.8.4 has. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F) Revision ChangesPath 1.1 dev-haskell/gio/files/gio-0.13.0.4-ghc-7.10.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/files/gio-0.13.0.4-ghc-7.10.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/files/gio-0.13.0.4-ghc-7.10.patch?rev=1.1&content-type=text/plain Index: gio-0.13.0.4-ghc-7.10.patch === --- gio-0.13.0.4-orig/SetupWrapper.hs 2014-12-24 21:02:08.0 +1100 +++ gio-0.13.0.4/SetupWrapper.hs2015-01-03 19:14:53.721416960 +1100 @@ -18,7 +18,7 @@ import System.Environment import System.Process -import System.Exit +import System.Exit (exitWith, ExitCode(..)) import System.FilePath import System.Directory import qualified Control.Exception as Exception
[gentoo-commits] gentoo-x86 commit in dev-haskell/gio: gio-0.13.0.3.ebuild gio-0.13.0.4.ebuild ChangeLog
gienah 15/01/03 10:32:11 Modified: gio-0.13.0.3.ebuild ChangeLog Added:gio-0.13.0.4.ebuild Log: Bump gio to 0.13.0.4. Patch gio 0.13.0.3 and 0.13.0.4 for ghc 7.10, restore the KEYWORDS that ghc 7.8.4 has. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F) Revision ChangesPath 1.2 dev-haskell/gio/gio-0.13.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/gio-0.13.0.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/gio-0.13.0.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/gio-0.13.0.3.ebuild?r1=1.1&r2=1.2 Index: gio-0.13.0.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.13.0.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gio-0.13.0.3.ebuild 13 Dec 2014 13:56:21 - 1.1 +++ gio-0.13.0.3.ebuild 3 Jan 2015 10:32:11 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.13.0.3.ebuild,v 1.1 2014/12/13 13:56:21 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.13.0.3.ebuild,v 1.2 2015/01/03 10:32:11 gienah Exp $ EAPI=5 @@ -16,7 +16,7 @@ LICENSE="LGPL-2.1" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-haskell/glib-0.13.0.0:=[profile?] =dev-haskell/gtk2hs-buildtools-0.13.0.3:0= virtual/pkgconfig " + +PATCHES=("${FILESDIR}/${PN}-0.13.0.4-ghc-7.10.patch") 1.27 dev-haskell/gio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 13 Dec 2014 13:56:21 - 1.26 +++ ChangeLog 3 Jan 2015 10:32:11 - 1.27 @@ -1,6 +1,13 @@ # ChangeLog for dev-haskell/gio -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v 1.26 2014/12/13 13:56:21 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v 1.27 2015/01/03 10:32:11 gienah Exp $ + +*gio-0.13.0.4 (03 Jan 2015) + + 03 Jan 2015; Mark Wright + +files/gio-0.13.0.4-ghc-7.10.patch, +gio-0.13.0.4.ebuild, gio-0.13.0.3.ebuild: + Bump gio to 0.13.0.4. Patch gio 0.13.0.3 and 0.13.0.4 for ghc 7.10, restore + the KEYWORDS that ghc 7.8.4 has. *gio-0.13.0.3 (13 Dec 2014) 1.1 dev-haskell/gio/gio-0.13.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/gio-0.13.0.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/gio/gio-0.13.0.4.ebuild?rev=1.1&content-type=text/plain Index: gio-0.13.0.4.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.13.0.4.ebuild,v 1.1 2015/01/03 10:32:11 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.4. #nocabaldep is for the fancy cabal-detection feature at build-time CABAL_FEATURES="lib profile haddock hoogle hscolour nocabaldep" inherit base haskell-cabal DESCRIPTION="Binding to the GIO" HOMEPAGE="http://projects.haskell.org/gtk2hs/"; SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/${PV}" KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-haskell/glib-0.13.0.0:=[profile?] =dev-lang/ghc-7.4.1:= dev-libs/glib:2 " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.18 >=dev-haskell/gtk2hs-buildtools-0.13.0.3:0= virtual/pkgconfig " PATCHES=("${FILESDIR}/${PN}-0.13.0.4-ghc-7.10.patch")
[gentoo-commits] gentoo-x86 commit in x11-misc/xrestop: xrestop-0.4.ebuild ChangeLog
jer 15/01/03 10:45:55 Modified: xrestop-0.4.ebuild ChangeLog Log: Add missing DEPEND on virtual/pkgconfig (bug #534166). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision ChangesPath 1.12 x11-misc/xrestop/xrestop-0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild?r1=1.11&r2=1.12 Index: xrestop-0.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- xrestop-0.4.ebuild 19 Nov 2014 09:54:39 - 1.11 +++ xrestop-0.4.ebuild 3 Jan 2015 10:45:55 - 1.12 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild,v 1.11 2014/11/19 09:54:39 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/xrestop-0.4.ebuild,v 1.12 2015/01/03 10:45:55 jer Exp $ EAPI=5 inherit autotools eutils @@ -21,6 +21,7 @@ DEPEND=" ${RDEPEND} x11-proto/xproto + virtual/pkgconfig " src_prepare() { 1.30 x11-misc/xrestop/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xrestop/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 19 Nov 2014 09:54:39 - 1.29 +++ ChangeLog 3 Jan 2015 10:45:55 - 1.30 @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xrestop -# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.29 2014/11/19 09:54:39 jer Exp $ +# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrestop/ChangeLog,v 1.30 2015/01/03 10:45:55 jer Exp $ + + 03 Jan 2015; Jeroen Roovers xrestop-0.4.ebuild: + Add missing DEPEND on virtual/pkgconfig (bug #534166). 19 Nov 2014; Jeroen Roovers xrestop-0.4.ebuild, +files/xrestop-0.4-tinfo.patch:
[gentoo-commits] dev/heroxbd:master commit in: sys-apps/util-linux/, sys-apps/util-linux/files/
commit: 18fc8645279c68b4b659bb8641eb101e423d4177 Author: Benda Xu gentoo org> AuthorDate: Sat Jan 3 08:56:29 2015 + Commit: Benda XU gentoo org> CommitDate: Sat Jan 3 08:56:29 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/heroxbd.git;a=commit;h=18fc8645 sys-apps/util-linux: remove, fixed --- sys-apps/util-linux/ChangeLog | 1631 sys-apps/util-linux/Manifest | 28 - sys-apps/util-linux/files/crypto-loop.confd|9 - sys-apps/util-linux/files/crypto-loop.initd| 70 - .../files/util-linux-2.19.1-mount-a-segv.patch | 86 -- .../files/util-linux-2.19.1-umount-l-nfs.patch | 92 -- .../files/util-linux-2.20-dmesg-newline.patch | 102 -- .../files/util-linux-2.20-sysfs-init.patch | 32 - .../files/util-linux-2.20.1-libmount-c++.patch | 31 - .../files/util-linux-2.20.1-no-printf-alloc.patch | 111 -- .../files/util-linux-2.20.1-umount-fs-search.patch | 51 - .../files/util-linux-2.21.1-no-printf-alloc.patch | 108 -- sys-apps/util-linux/metadata.xml | 15 - sys-apps/util-linux/util-linux-2.19.1-r1.ebuild| 121 -- sys-apps/util-linux/util-linux-2.20-r1.ebuild | 124 -- sys-apps/util-linux/util-linux-2.20.1-r1.ebuild| 127 -- sys-apps/util-linux/util-linux-2.20.1-r2.ebuild| 129 -- sys-apps/util-linux/util-linux-2.20.1.ebuild | 122 -- .../util-linux/util-linux-2.20.1.ebuild.prefix | 191 --- sys-apps/util-linux/util-linux-2.21.1.ebuild | 124 -- sys-apps/util-linux/util-linux-2.21.ebuild | 130 -- sys-apps/util-linux/util-linux-.ebuild | 119 -- 22 files changed, 3553 deletions(-) diff --git a/sys-apps/util-linux/ChangeLog b/sys-apps/util-linux/ChangeLog deleted file mode 100644 index e731b8d..000 --- a/sys-apps/util-linux/ChangeLog +++ /dev/null @@ -1,1631 +0,0 @@ -# ChangeLog for sys-apps/util-linux -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/util-linux/ChangeLog,v 1.380 2012/04/21 17:35:24 vapier Exp $ - - 21 Apr 2012; Mike Frysinger - files/util-linux-2.20.1-no-printf-alloc.patch, - files/util-linux-2.21.1-no-printf-alloc.patch: - Also malloc fs_optstr #406303#17 by Anthony Basile. - - 21 Apr 2012; Mike Frysinger util-linux-2.20.1-r1.ebuild, - util-linux-2.20.1-r2.ebuild, +files/util-linux-2.20.1-no-printf-alloc.patch, - util-linux-2.21.1.ebuild, +files/util-linux-2.21.1-no-printf-alloc.patch, - util-linux-.ebuild: - Add support for older C libraries that do not support latest POSIX standard - (%as flags) #406303 by Ed Wildgoose. - - 14 Apr 2012; Zac Medico util-linux-2.21.1.ebuild, - util-linux-.ebuild: - Add ~amd64-linux keyword. - - 05 Apr 2012; Mike Frysinger util-linux-.ebuild: - Block the eject package now that util-linux includes it. - - 30 Mar 2012; Mike Frysinger util-linux-2.21.ebuild, - util-linux-2.21.1.ebuild: - Drop scanf hack as it is already in 2.21.1 (I read the wrong source tree). - - 30 Mar 2012; Mike Frysinger util-linux-2.21.ebuild, - util-linux-2.21.1.ebuild: - Add cross-compiling fixes to match upstream. - -*util-linux-2.21.1 (30 Mar 2012) - - 30 Mar 2012; Mike Frysinger +util-linux-2.21.1.ebuild: - Version bump. - - 03 Mar 2012; Markus Meier util-linux-2.20.1-r1.ebuild: - arm stable, bug #404179 - -*util-linux-2.21 (24 Feb 2012) - - 24 Feb 2012; Mike Frysinger +util-linux-2.21.ebuild, - util-linux-.ebuild: - Version bump. - - 23 Feb 2012; Kacper Kowalik - util-linux-2.20.1-r1.ebuild: - ppc/ppc64 stable wrt #404179 - - 21 Feb 2012; Jeff Horelick util-linux-2.20.1-r1.ebuild: - marked x86 per bug 404179 - - 21 Feb 2012; Agostino Sarubbo util-linux-2.20.1-r1.ebuild: - Stable for amd64, wrt bug #404179 - - 18 Feb 2012; Jeroen Roovers util-linux-2.20.1-r1.ebuild: - Stable for HPPA (bug #404179). - -*util-linux-2.20.1-r2 (16 Feb 2012) - - 16 Feb 2012; Mike Frysinger +util-linux-2.20.1-r2.ebuild, - +files/util-linux-2.20.1-libmount-c++.patch, - +files/util-linux-2.20.1-umount-fs-search.patch: - Add patch from upstream for libmount.h in C++ code #401057 by Michał Górny. - Have umount search /usr/sbin like mount/fsck #403073 by Aidan Marks. - -*util-linux-2.20.1-r1 (07 Jan 2012) - - 07 Jan 2012; Mike Frysinger +util-linux-2.20.1-r1.ebuild, - util-linux-.ebuild: - Install libmount into / #398055 by Michał Górny. - - 07 Jan 2012; Mike Frysinger -util-linux-2.17.2.ebuild, - -util-linux-2.18-r1.ebuild, -files/util-linux-2.18-cfdisk-string-len.patch, - -files/util-linux-2.18-falloc.patch, -files/util-linux-2.18-ncursesw.patch, - -files/util-linux-2.18-slang.patch, -util-linux-2.19.ebuild, - -util-linux-2.19.1.ebuild, -files/util-linux-2.19-old-libc.patch, - -util-linux-2.20.ebuild: - Old. - - 07 Jan 2012; Mike Frysinger util-linux-2.19.1-r1.ebuild: - Mark ppc64 stable #384305. - - 30 Dec 2
[gentoo-commits] gentoo-x86 commit in media-libs/aubio: aubio-0.4.0-r1.ebuild ChangeLog aubio-0.4.0.ebuild
mgorny 15/01/03 11:00:24 Modified: ChangeLog Added:aubio-0.4.0-r1.ebuild Removed: aubio-0.4.0.ebuild Log: Improve use of distutils-r1. Ensure correct Python impl for waf-utils. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.30 media-libs/aubio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/ChangeLog?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/ChangeLog?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/ChangeLog?r1=1.29&r2=1.30 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- ChangeLog 14 Mar 2014 10:04:20 - 1.29 +++ ChangeLog 3 Jan 2015 11:00:24 - 1.30 @@ -1,6 +1,12 @@ # ChangeLog for media-libs/aubio -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v 1.29 2014/03/14 10:04:20 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v 1.30 2015/01/03 11:00:24 mgorny Exp $ + +*aubio-0.4.0-r1 (03 Jan 2015) + + 03 Jan 2015; Michał Górny +aubio-0.4.0-r1.ebuild, + -aubio-0.4.0.ebuild: + Improve use of distutils-r1. Ensure correct Python impl for waf-utils. 14 Mar 2014; Agostino Sarubbo aubio-0.3.2-r2.ebuild: Stable for ppc64, wrt bug #474886 1.1 media-libs/aubio/aubio-0.4.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/aubio-0.4.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/aubio-0.4.0-r1.ebuild?rev=1.1&content-type=text/plain Index: aubio-0.4.0-r1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.4.0-r1.ebuild,v 1.1 2015/01/03 11:00:24 mgorny Exp $ EAPI=5 DISTUTILS_OPTIONAL=1 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='threads(+)' inherit distutils-r1 waf-utils multilib DESCRIPTION="Library for audio labelling" HOMEPAGE="http://aubio.org/"; SRC_URI="http://aubio.org//pub/${P}.tar.bz2"; LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" IUSE="doc double-precision examples ffmpeg fftw jack libsamplerate sndfile python" RDEPEND=" ffmpeg? ( virtual/ffmpeg ) fftw? ( sci-libs/fftw:3.0 ) jack? ( media-sound/jack-audio-connection-kit ) libsamplerate? ( media-libs/libsamplerate ) python? ( dev-python/numpy[${PYTHON_USEDEP}] ${PYTHON_DEPS} ) sndfile? ( media-libs/libsndfile )" DEPEND="${RDEPEND} ${PYTHON_DEPS} virtual/pkgconfig app-text/txt2man doc? ( app-doc/doxygen )" REQUIRED_USE=${PYTHON_REQUIRED_USE} DOCS=( AUTHORS ChangeLog README.md ) PYTHON_SRC_DIR="${S}/python" src_prepare() { sed -i -e "s:\/lib:\/$(get_libdir):" src/wscript_build || die sed -i -e "s:doxygen:doxygen_disabled:" wscript || die } src_configure() { python_setup waf-utils_src_configure \ --enable-complex \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ $(use_enable double-precision double) \ $(use_enable fftw fftw3f) \ $(use_enable fftw fftw3) \ $(use_enable ffmpeg avcodec) \ $(use_enable jack) \ $(use_enable libsamplerate samplerate) \ $(use_enable sndfile) if use python ; then cd "${PYTHON_SRC_DIR}" || die distutils-r1_src_configure fi } src_compile() { waf-utils_src_compile --notests if use doc; then cd "${S}"/doc || die doxygen full.cfg || die fi if use python ; then cd "${PYTHON_SRC_DIR}" || die distutils-r1_src_compile fi } src_test() { waf-utils_src_compile --alltests if use python ; then cd "${PYTHON_SRC_DIR}" || die distutils-r1_src_test fi } src_install() { waf-utils_src_install if use python ; then cd "${PYTHON_SRC_DIR}" || die DOCS="" distutils-r1_src_install newdoc README README.python fi if use doc; then dohtml -r doc/full/html/. dodoc doc/*.txt fi if use examples; then # install dist_noinst_SCRIPTS from Makefile.am dodoc -
[gentoo-commits] gentoo-x86 commit in app-text/poppler: poppler-0.29.0.ebuild poppler-0.28.1.ebuild ChangeLog
tamiko 15/01/03 11:24:17 Modified: poppler-0.29.0.ebuild poppler-0.28.1.ebuild ChangeLog Log: workaround for multilib portage, fix qt library locations for 32bit variant (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3) Revision ChangesPath 1.2 app-text/poppler/poppler-0.29.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/poppler-0.29.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/poppler-0.29.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/poppler-0.29.0.ebuild?r1=1.1&r2=1.2 Index: poppler-0.29.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.29.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- poppler-0.29.0.ebuild 2 Jan 2015 14:20:26 - 1.1 +++ poppler-0.29.0.ebuild 3 Jan 2015 11:24:17 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.29.0.ebuild,v 1.1 2015/01/02 14:20:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.29.0.ebuild,v 1.2 2015/01/03 11:24:17 tamiko Exp $ EAPI=5 @@ -62,7 +62,8 @@ PATCHES=( "${FILESDIR}/${PN}-0.26.0-qt5-dependencies.patch" - "${FILESDIR}/${PN}-0.28.1-respect-cflags.patch" ) + "${FILESDIR}/${PN}-0.28.1-respect-cflags.patch" + "${FILESDIR}/${PN}-0.28.1-fix-multilib-configuration.patch" ) src_configure() { local mycmakeargs=( 1.3 app-text/poppler/poppler-0.28.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/poppler-0.28.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/poppler-0.28.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/poppler-0.28.1.ebuild?r1=1.2&r2=1.3 Index: poppler-0.28.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.28.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- poppler-0.28.1.ebuild 3 Dec 2014 20:57:38 - 1.2 +++ poppler-0.28.1.ebuild 3 Jan 2015 11:24:17 - 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.28.1.ebuild,v 1.2 2014/12/03 20:57:38 tamiko Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/poppler-0.28.1.ebuild,v 1.3 2015/01/03 11:24:17 tamiko Exp $ EAPI=5 @@ -62,7 +62,8 @@ PATCHES=( "${FILESDIR}/${PN}-0.26.0-qt5-dependencies.patch" - "${FILESDIR}/${P}-respect-cflags.patch" ) + "${FILESDIR}/${P}-respect-cflags.patch" + "${FILESDIR}/${P}-fix-multilib-configuration.patch" ) src_configure() { local mycmakeargs=( 1.440app-text/poppler/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/ChangeLog?rev=1.440&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/ChangeLog?rev=1.440&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/ChangeLog?r1=1.439&r2=1.440 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v retrieving revision 1.439 retrieving revision 1.440 diff -u -r1.439 -r1.440 --- ChangeLog 2 Jan 2015 14:20:26 - 1.439 +++ ChangeLog 3 Jan 2015 11:24:17 - 1.440 @@ -1,6 +1,11 @@ # ChangeLog for app-text/poppler # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.439 2015/01/02 14:20:26 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/poppler/ChangeLog,v 1.440 2015/01/03 11:24:17 tamiko Exp $ + + 03 Jan 2015; Matthias Maier + +files/poppler-0.28.1-fix-multilib-configuration.patch, poppler-0.28.1.ebuild, + poppler-0.29.0.ebuild: + workaround for multilib portage, fix qt library locations for 32bit variant *poppler-0.29.0 (02 Jan 2015)
[gentoo-commits] gentoo-x86 commit in app-text/poppler/files: poppler-0.28.1-fix-multilib-configuration.patch
tamiko 15/01/03 11:24:17 Added:poppler-0.28.1-fix-multilib-configuration.patch Log: workaround for multilib portage, fix qt library locations for 32bit variant (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3) Revision ChangesPath 1.1 app-text/poppler/files/poppler-0.28.1-fix-multilib-configuration.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/files/poppler-0.28.1-fix-multilib-configuration.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/poppler/files/poppler-0.28.1-fix-multilib-configuration.patch?rev=1.1&content-type=text/plain Index: poppler-0.28.1-fix-multilib-configuration.patch === diff --git a/CMakeLists.txt b/CMakeLists.txt index 7178d25..934f38f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,6 +119,18 @@ else(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSIO message("-- CMake >= 2.8.8 is needed to enable Qt5") endif(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSION_GREATER 2.8.7) +# +# Ugly workaround: Manually patch library paths for Qt4 and Qt5: +# +IF( "${CMAKE_CXX_FLAGS}" MATCHES "-m32") + GET_CMAKE_PROPERTY(_res VARIABLES) + FOREACH(_var ${_res}) +IF(_var MATCHES "^QT" AND ${_var} MATCHES "lib64") + STRING(REPLACE "lib64" "lib32" ${_var} "${${_var}}") +ENDIF() + ENDFOREACH() +ENDIF() + macro_optional_find_package(Cairo ${CAIRO_VERSION}) if(CAIRO_FOUND) set(HAVE_CAIRO ${CAIRO_FOUND})
[gentoo-commits] gentoo-x86 commit in app-i18n/scim-tables: scim-tables-0.5.13.ebuild ChangeLog
heroxbd 15/01/03 11:28:07 Modified: scim-tables-0.5.13.ebuild ChangeLog Log: keyword ~arm (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.5 app-i18n/scim-tables/scim-tables-0.5.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.13.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.13.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.13.ebuild?r1=1.4&r2=1.5 Index: scim-tables-0.5.13.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.13.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- scim-tables-0.5.13.ebuild 3 Aug 2014 18:35:12 - 1.4 +++ scim-tables-0.5.13.ebuild 3 Jan 2015 11:28:07 - 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.13.ebuild,v 1.4 2014/08/03 18:35:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/scim-tables-0.5.13.ebuild,v 1.5 2015/01/03 11:28:07 heroxbd Exp $ inherit autotools base eutils @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ~arm ppc x86" IUSE="nls" LANGS="am ar bn gu hi ja kn ko ml ne pa ru ta te th uk vi zh" for i in ${LANGS} ; do 1.76 app-i18n/scim-tables/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-tables/ChangeLog?rev=1.76&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-tables/ChangeLog?rev=1.76&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-i18n/scim-tables/ChangeLog?r1=1.75&r2=1.76 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- ChangeLog 26 Sep 2014 19:51:50 - 1.75 +++ ChangeLog 3 Jan 2015 11:28:07 - 1.76 @@ -1,6 +1,9 @@ # ChangeLog for app-i18n/scim-tables -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.75 2014/09/26 19:51:50 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-tables/ChangeLog,v 1.76 2015/01/03 11:28:07 heroxbd Exp $ + + 03 Jan 2015; Benda Xu scim-tables-0.5.13.ebuild: + keyword ~arm 26 Sep 2014; Ian Stakenvicius (_AxS_) +files/scim-tables-0.5.8+gcc-4.3.patch:
[gentoo-commits] gentoo-x86 commit in app-office/libreoffice: ChangeLog libreoffice-4.2.6.3.ebuild libreoffice-4.3.4.1.ebuild
dilfridge15/01/03 11:30:06 Modified: ChangeLog Removed: libreoffice-4.2.6.3.ebuild libreoffice-4.3.4.1.ebuild Log: Remove old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 84AD142F) Revision ChangesPath 1.606app-office/libreoffice/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.606&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?rev=1.606&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice/ChangeLog?r1=1.605&r2=1.606 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v retrieving revision 1.605 retrieving revision 1.606 diff -u -r1.605 -r1.606 --- ChangeLog 2 Jan 2015 13:47:55 - 1.605 +++ ChangeLog 3 Jan 2015 11:30:06 - 1.606 @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.605 2015/01/02 13:47:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/ChangeLog,v 1.606 2015/01/03 11:30:06 dilfridge Exp $ + + 03 Jan 2015; Andreas K. Huettel + -libreoffice-4.2.6.3.ebuild, -libreoffice-4.3.4.1.ebuild: + Remove old 02 Jan 2015; Agostino Sarubbo libreoffice-4.2.8.2.ebuild: Stable for x86, wrt bug #528438
[gentoo-commits] gentoo-x86 commit in media-libs/lv2: lv2-1.10.0.ebuild lv2-1.8.0.ebuild ChangeLog
mgorny 15/01/03 11:39:11 Modified: lv2-1.10.0.ebuild lv2-1.8.0.ebuild ChangeLog Log: Use python-single-r1 for waf + installed Python script. Add missing Python deps. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 media-libs/lv2/lv2-1.10.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.10.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.10.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.10.0.ebuild?r1=1.1&r2=1.2 Index: lv2-1.10.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.10.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lv2-1.10.0.ebuild 2 Nov 2014 18:53:46 - 1.1 +++ lv2-1.10.0.ebuild 3 Jan 2015 11:39:11 - 1.2 @@ -1,10 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.10.0.ebuild,v 1.1 2014/11/02 18:53:46 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.10.0.ebuild,v 1.2 2015/01/03 11:39:11 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' +inherit python-single-r1 waf-utils DESCRIPTION="LV2 is a simple but extensible successor of LADSPA" HOMEPAGE="http://lv2plug.in/"; @@ -17,6 +19,9 @@ DEPEND="plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )" RDEPEND="${DEPEND} + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/rdflib[${PYTHON_USEDEP}] !http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.8.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.8.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/lv2-1.8.0.ebuild?r1=1.1&r2=1.2 Index: lv2-1.8.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.8.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lv2-1.8.0.ebuild18 Jan 2014 12:16:47 - 1.1 +++ lv2-1.8.0.ebuild3 Jan 2015 11:39:11 - 1.2 @@ -1,10 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.8.0.ebuild,v 1.1 2014/01/18 12:16:47 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/lv2-1.8.0.ebuild,v 1.2 2015/01/03 11:39:11 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' +inherit python-single-r1 waf-utils DESCRIPTION="LV2 is a simple but extensible successor of LADSPA" HOMEPAGE="http://lv2plug.in/"; @@ -17,6 +19,9 @@ DEPEND="plugins? ( x11-libs/gtk+:2 media-libs/libsndfile )" RDEPEND="${DEPEND} + dev-python/lxml[${PYTHON_USEDEP}] + dev-python/pygments[${PYTHON_USEDEP}] + dev-python/rdflib[${PYTHON_USEDEP}] !http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 2 Nov 2014 18:53:46 - 1.9 +++ ChangeLog 3 Jan 2015 11:39:11 - 1.10 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/lv2 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v 1.9 2014/11/02 18:53:46 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2/ChangeLog,v 1.10 2015/01/03 11:39:11 mgorny Exp $ + + 03 Jan 2015; Michał Górny lv2-1.10.0.ebuild, + lv2-1.8.0.ebuild: + Use python-single-r1 for waf + installed Python script. Add missing Python + deps. *lv2-1.10.0 (02 Nov 2014) @@ -40,4 +45,3 @@ 21 Apr 2012; Alexis Ballier +lv2-1.0.0.ebuild, +metadata.xml: initial import, ebuild by me -
[gentoo-commits] dev/heroxbd:master commit in: sys-apps/gentoo-functions/
commit: ff47e0d7334d9c3c9587c0b14c45adbc00f6d80f Author: Benda Xu gentoo org> AuthorDate: Sat Jan 3 11:48:59 2015 + Commit: Benda XU gentoo org> CommitDate: Sat Jan 3 11:48:59 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/heroxbd.git;a=commit;h=ff47e0d7 sys-apps/gentoo-functions: prefix manpages --- sys-apps/gentoo-functions/Manifest| 2 +- sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/gentoo-functions/Manifest b/sys-apps/gentoo-functions/Manifest index 798098d..caa7eed 100644 --- a/sys-apps/gentoo-functions/Manifest +++ b/sys-apps/gentoo-functions/Manifest @@ -1,7 +1,7 @@ DIST gentoo-functions-0.7.tar.bz2 10656 SHA256 0034ff7a65deb8df902683deb1662ce561b7f76ff8561b4ada46cfb18effc7f3 SHA512 7b7c779daeaa37476be488123222af591b357ce1071d8a68694797ce35c8f9c1492da55e4d3059443eb20e08cc7d88eee0e1914efa2b322628c3660c277f7a64 WHIRLPOOL 4b50d0cf0e355d267c2cb6db18211a8d48f48a248190e38227449ef01e39b3968b10a4276ca22b43af9d40706b804730ac81e6ba83efbfcc426a6781dd007cc1 DIST gentoo-functions-0.8.tar.bz2 10647 SHA256 89dc0a3289a2e3312efb560e904add13ececdd5eb554151cb30d0b96f1bd8116 SHA512 34f04f5e7ecd888197b6486c131c346a84a6937501f68a54481ec3caacaee86e54345a6c34364a5953c55b1d4aeb4ca2173b70864cdd7b81e74964352132b322 WHIRLPOOL 6ba223987953fa1dd80b79590c5f72ab8b5d0eca47cc1df23559e295f03faa369a372e5c27ed47d19d605dfe072c22c7702f3d4443a8ea2489d25092274670f3 EBUILD gentoo-functions-0.7.ebuild 946 SHA256 f83d2e9cd001d96b56330d0125888a8cc76b5d1f7fc1163f42fb85f17c478abe SHA512 349b225bee120f5f24c409f2e12657ff98244b9ecd03ace488c1dc9a9cd0e2329dfc55426f66ac9ab57561787c0ed9c0a6465bc04248341fe195a501ce29cc2b WHIRLPOOL 4401cee3bc89d9eabde6868ec28b2a30eaae98b49c6c2b807c0b3d6b3a7a9253ef0f5038d0bc65182dcefef84d43c6fb2710e02c7abf6f2c2a77cfc6f76ae7fc -EBUILD gentoo-functions-0.8.ebuild 998 SHA256 89e4fe904568964e7202d44f3bfabd8e3b3833ad1d643697c58f21701f58aaa1 SHA512 7bf61cc56c7c180f0759a669542d55f055cb2af0eebb4b037bcb10d1867cf9bd4630beec32a24d1469f7bdbafdca35b06cedf43a8357f62e1263a5b2c3f26f92 WHIRLPOOL c50fba6ba57e02f8acfdd2554cf46e193c402a562408585d3dc089d53e08acca78be9c9bc33c2802d4b264119847be33faea3cbc92865d174e7d3d0f1b296ad1 +EBUILD gentoo-functions-0.8.ebuild 1024 SHA256 42bf5c0d284b517a0edf9446c2dee912f4d498b393b1998410cb8ccc558748ef SHA512 72973f8060c9808bae5b829fac9289fdd5b53fb58d78f957afe423185860d7385e6cad0f4bfc82b3bb5a74b610d306e842679fe1434c6d70bffd8cd81f08f5c7 WHIRLPOOL 0b32713cf0dfa5a14239f658e3d1f2cd3d4f1013f919d0559cdb8ad55099c4a8c9896cda11a9ed2b0a2c482c501f00cbbf94082720119d0fc9e38f921b4da136 EBUILD gentoo-functions-.ebuild 958 SHA256 49ba0985090f0600c37432cc49463f8adae044091e6f38d9e4eb5554642a469d SHA512 f7aff0d51a9254cb8a6de359712a80e1cd8550a775bf0180f310177081202e32b99d0d554c216b5e5a32f7c28fcf507214b1dc75d1869a09a1f68d6befdb6efa WHIRLPOOL 7f56f81b43763992f419047a24281058ad5196181d910dc46dd43d5b6795808f09077b27702f3009f614f8d1c6fdb2c7ed094b18a09750c9d19b1c2b0cf0d9fe MISC ChangeLog 4087 SHA256 c593c3b4886e030d2719df70cc1b49e0b06917fdc9a70dabb19ffcb21d98642f SHA512 56a3d82a0ee7f8fc05aa019eef29d917bbcedfaf9234980bd087975f6bb07826cfc8bb7a45be19754b0544a6e4d96135c1b4533afd21f07a1cbff93b04395a94 WHIRLPOOL 6f449ab8987f77c95809c064ab4a37d9ddfcbae22b6d88b2bd9676f865f30b6711ad046cbbf638af4c3e0c0e792df7f5a810edf4a1c36cb0d62453a56295deaf MISC metadata.xml 497 SHA256 dc476822c150eee2ffccb4e6c5295fa3207b9006c275c428c26589378e6a709e SHA512 a8a463caa1b0295a30a794308bb107957df0990520b51d5212dcf6d2a80aaea373a2265e8378569f1db5bd3b96f83f49f187a26839dd4a2e5d47ed2e51418449 WHIRLPOOL 811f2249a8e4b35a16e00fde4265e1d5e6f528a5d573e7a435136ce470c7b68941f0dc669b6569496eb79a887ec86041beafbe627fb271daadb253dbfeb9b59b diff --git a/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild b/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild index 6ead0ba..ec06b76 100644 --- a/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild +++ b/sys-apps/gentoo-functions/gentoo-functions-0.8.ebuild @@ -26,5 +26,5 @@ src_prepare() { } src_install() { - emake install ROOTPREFIX="$EPREFIX" + emake install ROOTPREFIX="${EPREFIX}" PREFIX="${EPREFIX}/usr" }
[gentoo-commits] dev/heroxbd:master commit in: dev-lang/perl/, dev-lang/perl/files/eblits/
commit: 64afbeac8630c22be0c9d51e9950ee86f4fb3903 Author: Benda Xu gentoo org> AuthorDate: Sat Jan 3 11:46:06 2015 + Commit: Benda XU gentoo org> CommitDate: Sat Jan 3 11:46:06 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/heroxbd.git;a=commit;h=64afbeac dev-lang/perl: revision bump --- dev-lang/perl/ChangeLog| 9 +- dev-lang/perl/Manifest | 4 +- .../perl/files/eblits/src_install-v5021.eblit | 51 + dev-lang/perl/perl-5.20.1-r4.ebuild| 119 + 4 files changed, 181 insertions(+), 2 deletions(-) diff --git a/dev-lang/perl/ChangeLog b/dev-lang/perl/ChangeLog index e2e04e6..774540b 100644 --- a/dev-lang/perl/ChangeLog +++ b/dev-lang/perl/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-lang/perl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.459 2014/11/29 20:57:32 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.460 2014/12/19 18:52:46 dilfridge Exp $ + +*perl-5.20.1-r4 (19 Dec 2014) + + 19 Dec 2014; Andreas K. Huettel + -perl-5.20.1-r2.ebuild, +perl-5.20.1-r4.ebuild, + +files/eblits/src_install-v5021.eblit: + Make perl5.20.1 a symlink to perl, not the other way around, bug 527380 29 Nov 2014; Andreas K. Huettel perl-5.18.2-r2.ebuild, perl-5.20.1-r2.ebuild, perl-5.20.1-r3.ebuild: diff --git a/dev-lang/perl/Manifest b/dev-lang/perl/Manifest index c47ce88..8a83e70 100644 --- a/dev-lang/perl/Manifest +++ b/dev-lang/perl/Manifest @@ -5,6 +5,7 @@ AUX eblits/pkg_setup-v50160001.eblit 2481 SHA256 534a3980aa8a7c6709d997708f626ea AUX eblits/src_configure-v50160001.eblit 4591 SHA256 bdaf3845a0db91c601022ccd4f56f65137d0461440aae0e506b25db462e6228c SHA512 802a4a4eefeec457b120d3e822d09f5cc75fb0aff76d45d439f2c02b21eee609a2a69c86e1325f5ae5437d98014cd65c80db057a7e699d8375416e1e5086d17c WHIRLPOOL 68e83205a145af6a9296db11ca98bde3ed92054a560755b5dabe3aadf1b4a893949a073ffc486bc463fcc262ff28d344eb77dd7bfa17a97e7117c74604bbde9d AUX eblits/src_configure-v50180002.eblit 4877 SHA256 fa308d9aec48ea45dd5d8a0f0e1a93b5d9aaa7ff0ccd62865e3f2f9b5eecf39d SHA512 269dc7e37fea85f6881741447d5a3b32327f66be44d61ffc705f74541d4d0ddf1601ef2cf1d98fcf178cceda76795fd6764a8761223f587644f0d518c4f7e2ca WHIRLPOOL f82bfadaa0ef94afd7abaaeeef222f201aafc62836437dd0cc4a60ab1361bc3e15a7f494900d63cba6a3b1a65d726bf1da466d63e267bb860f79797176a69000 AUX eblits/src_install-v50160001.eblit 2122 SHA256 64a8d7bcfd7757e8f15c28f4457240390f5f03c8c72c3e01a2612b668cec SHA512 ecea3ae0006fa2b009c15cf7ceca989058738e2e893b053dc0bf904ce17443b7d21ed033f09997535fd86da608d1c95d1b93a55268c06cf164d7894a71616e2c WHIRLPOOL a9c5531a799a3054ff3fd9add4e81e818f6f4d01d4826728274a15d98cee2a20188dee906f565ce4b413813068db4ac347ef7b717cd4b9526f54ba208c309491 +AUX eblits/src_install-v5021.eblit 1703 SHA256 236acc83017c76008d52294edbc76f8904024a8471ea077a22bb01ba41eb0814 SHA512 a7282636abcbbc9e476ae3d7353a88289733d7fc74807afbb9bee407942487ca057b97e4e49f7b6d3b62741cb2d4a59e4cb6e92f17704be1890b5f3e6ec3111a WHIRLPOOL a5669019b27ea2774dc7961128f964fcd1df03a443fe331e05cc09d33a29c0fec4d43a564579efc695a7582f0ab145eb78eb339ed128eb7700ded8fc231c926c AUX eblits/src_prepare-v50160001.eblit 2114 SHA256 dc803c75ffa7194149d7891c90cbdcd56e634afa6d0988db52242c27a6e1df3e SHA512 e6a32a3fd4b1b35ea146aefb67df74517304237d3fede12feaf52a1eed5880c2c15ad3b6bf2eb5bd153c60df5d6e9da583408d469d9014299dd4704e9a65d3db WHIRLPOOL b93e03c60c76a34da9d783bd88b2e0ec6c34c9a3a291973ad856180f4ed7b88ccbdd57fb95227c809c27a8a7537c67bf5ed573f5d7eba35b147ba26242438313 AUX eblits/src_test-v50160001.eblit 503 SHA256 35a8a1a6f89e351e4587c82ef3c30699f8a37d78570e28510c5e02bc9e352198 SHA512 09c6f1b253119d0ad7f7d698c37d9d1979a67a2866c72677177c47d9e7c413a7588e2e531bb1e9790ce49add618b768a7fa271e05171a3ce73fa4433034f91f7 WHIRLPOOL 9aae83a23fc6246d26729ad940a7a13bb89e3b2223581e34000f8a93470455bc8ca5b71ae47bf5e6809544793fe21f7207beca3681990c849838497f32f08b51 AUX perl-cwd-prefix.patch 533 SHA256 efe227ad8f93be5e037f1f2cfb42a18845282fe345c969c5aa2772df3729feb4 SHA512 fc51d41295f18c77a9138a50bc4c312bb5fbfbc675b128dd574aee8955fea9453658ac436719f89dd3d9e653aa0a2de9400216f35538c59a795f8607222e4799 WHIRLPOOL dc5755ab9da8e9f00c1903f9d2a2ae217961caf272bf0a58201e7702ad74f49fe80ee3c86a781eff280f3fee324fd709653c9f90c5aa9de2aa3cefac4eda36c7 @@ -24,5 +25,6 @@ DIST perl-5.20.1.tar.bz2 13676155 SHA256 ede5ded37e7fb6139b04728cfca826f17076f98 EBUILD perl-5.18.2-r2.ebuild 4471 SHA256 5b7a5373e678e819c101136810a0642fc04db5eacba8b5c1d77f0e6bbbe0c095 SHA512 30939b56a72df0c641f1a2b8647f8f2a23d09ecee7917b591821e71745674f615a19230c4a7586b50f513a12364531a5f03634609cd701eca2a1715c6a9e8060 WHIRLPOOL 4caf03ce5252734a061b22d46c960b776369e1d9768b6e8a61e44ec27e5bc693b4dac18b480bb63810803396b0c70a11d8476c242e39cff69950915c945ad412 EBUILD perl-5.20.1-
[gentoo-commits] gentoo-x86 commit in media-libs/sratom: sratom-0.4.6.ebuild ChangeLog
mgorny 15/01/03 11:43:55 Modified: sratom-0.4.6.ebuild ChangeLog Log: Use python-any-r1 for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 media-libs/sratom/sratom-0.4.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sratom/sratom-0.4.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sratom/sratom-0.4.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sratom/sratom-0.4.6.ebuild?r1=1.1&r2=1.2 Index: sratom-0.4.6.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/sratom/sratom-0.4.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sratom-0.4.6.ebuild 2 Nov 2014 18:54:41 - 1.1 +++ sratom-0.4.6.ebuild 3 Jan 2015 11:43:55 - 1.2 @@ -1,10 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sratom/sratom-0.4.6.ebuild,v 1.1 2014/11/02 18:54:41 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sratom/sratom-0.4.6.ebuild,v 1.2 2015/01/03 11:43:55 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' +inherit python-any-r1 waf-utils DESCRIPTION="Library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax" HOMEPAGE="http://drobilla.net/software/sratom/"; @@ -19,6 +21,7 @@ >=dev-libs/serd-0.14.0 >=dev-libs/sord-0.12.0" DEPEND="${RDEPEND} + ${PYTHON_DEPS} doc? ( app-doc/doxygen ) virtual/pkgconfig" 1.11 media-libs/sratom/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sratom/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sratom/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/sratom/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/sratom/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 2 Nov 2014 18:54:41 - 1.10 +++ ChangeLog 3 Jan 2015 11:43:55 - 1.11 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/sratom -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sratom/ChangeLog,v 1.10 2014/11/02 18:54:41 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/sratom/ChangeLog,v 1.11 2015/01/03 11:43:55 mgorny Exp $ + + 03 Jan 2015; Michał Górny sratom-0.4.6.ebuild: + Use python-any-r1 for waf. *sratom-0.4.6 (02 Nov 2014) @@ -43,4 +46,3 @@ 22 Apr 2012; Alexis Ballier +sratom-0.2.0.ebuild, +files/ldconfig.patch, +metadata.xml: initial import, ebuild by me -
[gentoo-commits] gentoo-x86 commit in media-tv/gentoo-vdr-scripts: ChangeLog gentoo-vdr-scripts-0.5.3.ebuild gentoo-vdr-scripts-2.5_rc4.ebuild
hd_brummy15/01/03 11:43:58 Modified: ChangeLog Removed: gentoo-vdr-scripts-0.5.3.ebuild gentoo-vdr-scripts-2.5_rc4.ebuild Log: clean up old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A) Revision ChangesPath 1.132media-tv/gentoo-vdr-scripts/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?rev=1.132&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?rev=1.132&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog?r1=1.131&r2=1.132 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- ChangeLog 1 Jan 2015 21:55:01 - 1.131 +++ ChangeLog 3 Jan 2015 11:43:58 - 1.132 @@ -1,6 +1,10 @@ # ChangeLog for media-tv/gentoo-vdr-scripts # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 1.131 2015/01/01 21:55:01 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 1.132 2015/01/03 11:43:58 hd_brummy Exp $ + + 03 Jan 2015; Joerg Bornkessel + -gentoo-vdr-scripts-0.5.3.ebuild, -gentoo-vdr-scripts-2.5_rc4.ebuild: + clean up old 01 Jan 2015; Joerg Bornkessel gentoo-vdr-scripts-2.5.ebuild:
[gentoo-commits] gentoo-x86 commit in dev-util/source-highlight: source-highlight-3.1.7-r2.ebuild ChangeLog
zlogene 15/01/03 11:47:29 Modified: source-highlight-3.1.7-r2.ebuild ChangeLog Log: sparc stable wrt bug #459448 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6) Revision ChangesPath 1.12 dev-util/source-highlight/source-highlight-3.1.7-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/source-highlight/source-highlight-3.1.7-r2.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/source-highlight/source-highlight-3.1.7-r2.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/source-highlight/source-highlight-3.1.7-r2.ebuild?r1=1.11&r2=1.12 Index: source-highlight-3.1.7-r2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-3.1.7-r2.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- source-highlight-3.1.7-r2.ebuild18 Jan 2014 11:52:09 - 1.11 +++ source-highlight-3.1.7-r2.ebuild3 Jan 2015 11:47:29 - 1.12 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-3.1.7-r2.ebuild,v 1.11 2014/01/18 11:52:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/source-highlight-3.1.7-r2.ebuild,v 1.12 2015/01/03 11:47:29 zlogene Exp $ EAPI="4" @@ -10,7 +10,7 @@ HOMEPAGE="http://www.gnu.org/software/src-highlite/source-highlight.html"; SRC_URI="mirror://gnu/src-highlite/${P}.tar.gz" LICENSE="GPL-3" -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" +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" SLOT="0" IUSE="doc static-libs" 1.60 dev-util/source-highlight/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/source-highlight/ChangeLog?rev=1.60&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/source-highlight/ChangeLog?rev=1.60&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/source-highlight/ChangeLog?r1=1.59&r2=1.60 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 18 Jan 2014 11:52:09 - 1.59 +++ ChangeLog 3 Jan 2015 11:47:29 - 1.60 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/source-highlight -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.59 2014/01/18 11:52:09 vapier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.60 2015/01/03 11:47:29 zlogene Exp $ + + 03 Jan 2015; Mikle Kolyada + source-highlight-3.1.7-r2.ebuild: + sparc stable wrt bug #459448 18 Jan 2014; Mike Frysinger source-highlight-3.1.7-r2.ebuild:
[gentoo-commits] gentoo-x86 commit in media-libs/lilv: lilv-0.18.0.ebuild lilv-0.20.0.ebuild ChangeLog
mgorny 15/01/03 11:50:06 Modified: lilv-0.18.0.ebuild lilv-0.20.0.ebuild ChangeLog Log: Use python-any-r1 for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 media-libs/lilv/lilv-0.18.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.18.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.18.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.18.0.ebuild?r1=1.1&r2=1.2 Index: lilv-0.18.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.18.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lilv-0.18.0.ebuild 18 Jan 2014 12:22:58 - 1.1 +++ lilv-0.18.0.ebuild 3 Jan 2015 11:50:06 - 1.2 @@ -1,10 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.18.0.ebuild,v 1.1 2014/01/18 12:22:58 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.18.0.ebuild,v 1.2 2015/01/03 11:50:06 mgorny Exp $ EAPI=4 -inherit base waf-utils bash-completion-r1 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' + +inherit base python-any-r1 waf-utils bash-completion-r1 DESCRIPTION="Library to make the use of LV2 plugins as simple as possible for applications" HOMEPAGE="http://drobilla.net/software/lilv/"; @@ -20,6 +23,7 @@ >=dev-libs/serd-0.14.0 >=dev-libs/sord-0.12.0" DEPEND="${RDEPEND} + ${PYTHON_DEPS} doc? ( app-doc/doxygen ) virtual/pkgconfig" 1.2 media-libs/lilv/lilv-0.20.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.20.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.20.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/lilv-0.20.0.ebuild?r1=1.1&r2=1.2 Index: lilv-0.20.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.20.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- lilv-0.20.0.ebuild 2 Nov 2014 18:48:26 - 1.1 +++ lilv-0.20.0.ebuild 3 Jan 2015 11:50:06 - 1.2 @@ -1,10 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.20.0.ebuild,v 1.1 2014/11/02 18:48:26 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/lilv-0.20.0.ebuild,v 1.2 2015/01/03 11:50:06 mgorny Exp $ EAPI=4 -inherit base waf-utils bash-completion-r1 +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' + +inherit base python-any-r1 waf-utils bash-completion-r1 DESCRIPTION="Library to make the use of LV2 plugins as simple as possible for applications" HOMEPAGE="http://drobilla.net/software/lilv/"; @@ -20,6 +23,7 @@ >=dev-libs/serd-0.14.0 >=dev-libs/sord-0.12.0" DEPEND="${RDEPEND} + ${PYTHON_DEPS} doc? ( app-doc/doxygen ) virtual/pkgconfig" 1.15 media-libs/lilv/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lilv/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 2 Nov 2014 18:48:26 - 1.14 +++ ChangeLog 3 Jan 2015 11:50:06 - 1.15 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/lilv -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v 1.14 2014/11/02 18:48:26 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lilv/ChangeLog,v 1.15 2015/01/03 11:50:06 mgorny Exp $ + + 03 Jan 2015; Michał Górny lilv-0.18.0.ebuild, + lilv-0.20.0.ebuild: + Use python-any-r1 for waf. *lilv-0.20.0 (02 Nov 2014) @@ -60,4 +64,3 @@ 07 Dec 2011; Alexis Ballier +lilv-0.5.0.ebuild, +files/ldconfig.patch, +metadata.xml: initial import, ebuild by me -
[gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin: ChangeLog libreoffice-bin-4.2.6.3.ebuild libreoffice-bin-4.2.6.3-r2.ebuild
dilfridge15/01/03 11:56:23 Modified: ChangeLog Removed: libreoffice-bin-4.2.6.3.ebuild libreoffice-bin-4.2.6.3-r2.ebuild Log: Remove old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 84AD142F) Revision ChangesPath 1.170app-office/libreoffice-bin/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.170&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?rev=1.170&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin/ChangeLog?r1=1.169&r2=1.170 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v retrieving revision 1.169 retrieving revision 1.170 diff -u -r1.169 -r1.170 --- ChangeLog 2 Jan 2015 13:48:10 - 1.169 +++ ChangeLog 3 Jan 2015 11:56:23 - 1.170 @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.169 2015/01/02 13:48:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin/ChangeLog,v 1.170 2015/01/03 11:56:23 dilfridge Exp $ + + 03 Jan 2015; Andreas K. Huettel + -libreoffice-bin-4.2.6.3.ebuild, -libreoffice-bin-4.2.6.3-r2.ebuild: + Remove old 02 Jan 2015; Agostino Sarubbo libreoffice-bin-4.2.8.2.ebuild: Stable for x86, wrt bug #528438
[gentoo-commits] gentoo-x86 commit in app-office/libreoffice-bin-debug: ChangeLog libreoffice-bin-debug-4.2.6.3-r2.ebuild libreoffice-bin-debug-4.2.6.3.ebuild
dilfridge15/01/03 11:57:12 Modified: ChangeLog Removed: libreoffice-bin-debug-4.2.6.3-r2.ebuild libreoffice-bin-debug-4.2.6.3.ebuild Log: Remove old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 84AD142F) Revision ChangesPath 1.73 app-office/libreoffice-bin-debug/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.73&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?rev=1.73&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog?r1=1.72&r2=1.73 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 2 Jan 2015 13:48:16 - 1.72 +++ ChangeLog 3 Jan 2015 11:57:12 - 1.73 @@ -1,6 +1,11 @@ # ChangeLog for app-office/libreoffice-bin-debug # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.72 2015/01/02 13:48:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-bin-debug/ChangeLog,v 1.73 2015/01/03 11:57:12 dilfridge Exp $ + + 03 Jan 2015; Andreas K. Huettel + -libreoffice-bin-debug-4.2.6.3.ebuild, + -libreoffice-bin-debug-4.2.6.3-r2.ebuild: + Remove old 02 Jan 2015; Agostino Sarubbo libreoffice-bin-debug-4.2.8.2.ebuild:
[gentoo-commits] gentoo-x86 commit in app-office/libreoffice-l10n: ChangeLog libreoffice-l10n-4.2.6.3-r1.ebuild libreoffice-l10n-4.3.4.1.ebuild
dilfridge15/01/03 11:58:03 Modified: ChangeLog Removed: libreoffice-l10n-4.2.6.3-r1.ebuild libreoffice-l10n-4.3.4.1.ebuild Log: Remove old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 84AD142F) Revision ChangesPath 1.127app-office/libreoffice-l10n/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?rev=1.127&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?rev=1.127&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/libreoffice-l10n/ChangeLog?r1=1.126&r2=1.127 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- ChangeLog 2 Jan 2015 13:48:03 - 1.126 +++ ChangeLog 3 Jan 2015 11:58:03 - 1.127 @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice-l10n # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.126 2015/01/02 13:48:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.127 2015/01/03 11:58:03 dilfridge Exp $ + + 03 Jan 2015; Andreas K. Huettel + -libreoffice-l10n-4.2.6.3-r1.ebuild, -libreoffice-l10n-4.3.4.1.ebuild: + Remove old 02 Jan 2015; Agostino Sarubbo libreoffice-l10n-4.2.8.2.ebuild:
[gentoo-commits] gentoo-x86 commit in media-libs/suil: suil-0.8.2.ebuild ChangeLog
mgorny 15/01/03 12:00:57 Modified: suil-0.8.2.ebuild ChangeLog Log: Use python-any-r1 for waf. Remove no-op base.eclass inherit. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 media-libs/suil/suil-0.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/suil/suil-0.8.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/suil/suil-0.8.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/suil/suil-0.8.2.ebuild?r1=1.1&r2=1.2 Index: suil-0.8.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/suil/suil-0.8.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- suil-0.8.2.ebuild 2 Nov 2014 18:22:08 - 1.1 +++ suil-0.8.2.ebuild 3 Jan 2015 12:00:57 - 1.2 @@ -1,10 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/suil/suil-0.8.2.ebuild,v 1.1 2014/11/02 18:22:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/suil/suil-0.8.2.ebuild,v 1.2 2015/01/03 12:00:57 mgorny Exp $ EAPI=4 -inherit base waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' + +inherit python-any-r1 waf-utils DESCRIPTION="Lightweight C library for loading and wrapping LV2 plugin UIs" HOMEPAGE="http://drobilla.net/software/suil/"; 1.17 media-libs/suil/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/suil/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/suil/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/suil/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/suil/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 2 Nov 2014 18:22:08 - 1.16 +++ ChangeLog 3 Jan 2015 12:00:57 - 1.17 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/suil -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/suil/ChangeLog,v 1.16 2014/11/02 18:22:08 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/suil/ChangeLog,v 1.17 2015/01/03 12:00:57 mgorny Exp $ + + 03 Jan 2015; Michał Górny suil-0.8.2.ebuild: + Use python-any-r1 for waf. Remove no-op base.eclass inherit. *suil-0.8.2 (02 Nov 2014)
[gentoo-commits] gentoo-x86 commit in dev-util/source-highlight: ChangeLog source-highlight-3.1.7-r1.ebuild source-highlight-3.1.ebuild
mgorny 15/01/03 12:01:40 Modified: ChangeLog Removed: source-highlight-3.1.7-r1.ebuild source-highlight-3.1.ebuild Log: Remove old (bash-completion.eclass cleanup). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.61 dev-util/source-highlight/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/source-highlight/ChangeLog?rev=1.61&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/source-highlight/ChangeLog?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/source-highlight/ChangeLog?r1=1.60&r2=1.61 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- ChangeLog 3 Jan 2015 11:47:29 - 1.60 +++ ChangeLog 3 Jan 2015 12:01:40 - 1.61 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/source-highlight # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.60 2015/01/03 11:47:29 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/source-highlight/ChangeLog,v 1.61 2015/01/03 12:01:40 mgorny Exp $ + + 03 Jan 2015; Michał Górny + -source-highlight-3.1.7-r1.ebuild, -source-highlight-3.1.ebuild: + Remove old (bash-completion.eclass cleanup). 03 Jan 2015; Mikle Kolyada source-highlight-3.1.7-r2.ebuild:
[gentoo-commits] gentoo-x86 commit in media-libs/raul: raul-0.8.0-r1.ebuild ChangeLog
mgorny 15/01/03 12:03:20 Modified: raul-0.8.0-r1.ebuild ChangeLog Log: Add PYTHON_REQ_USE as necessary for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 media-libs/raul/raul-0.8.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raul/raul-0.8.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raul/raul-0.8.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raul/raul-0.8.0-r1.ebuild?r1=1.1&r2=1.2 Index: raul-0.8.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/raul/raul-0.8.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- raul-0.8.0-r1.ebuild25 Dec 2014 19:39:04 - 1.1 +++ raul-0.8.0-r1.ebuild3 Jan 2015 12:03:20 - 1.2 @@ -1,10 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raul/raul-0.8.0-r1.ebuild,v 1.1 2014/12/25 19:39:04 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/raul/raul-0.8.0-r1.ebuild,v 1.2 2015/01/03 12:03:20 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' inherit waf-utils python-any-r1 eutils 1.20 media-libs/raul/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raul/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raul/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/raul/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/raul/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 25 Dec 2014 19:39:04 - 1.19 +++ ChangeLog 3 Jan 2015 12:03:20 - 1.20 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/raul -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/raul/ChangeLog,v 1.19 2014/12/25 19:39:04 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/raul/ChangeLog,v 1.20 2015/01/03 12:03:20 mgorny Exp $ + + 03 Jan 2015; Michał Górny raul-0.8.0-r1.ebuild: + Add PYTHON_REQ_USE as necessary for waf. *raul-0.8.0-r1 (25 Dec 2014)
[gentoo-commits] gentoo-x86 commit in media-plugins/mda-lv2: mda-lv2-1.2.2.ebuild mda-lv2-1.0.0.ebuild ChangeLog
mgorny 15/01/03 12:06:41 Modified: mda-lv2-1.2.2.ebuild mda-lv2-1.0.0.ebuild ChangeLog Log: Use python-any-r1 for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild?r1=1.1&r2=1.2 Index: mda-lv2-1.2.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mda-lv2-1.2.2.ebuild10 Mar 2014 20:20:54 - 1.1 +++ mda-lv2-1.2.2.ebuild3 Jan 2015 12:06:41 - 1.2 @@ -1,10 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild,v 1.1 2014/03/10 20:20:54 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.2.2.ebuild,v 1.2 2015/01/03 12:06:41 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' + +inherit python-any-r1 waf-utils DESCRIPTION="LV2 port of the MDA plugins by Paul Kellett" HOMEPAGE="http://drobilla.net/software/mda-lv2/"; @@ -17,6 +20,7 @@ RDEPEND="media-libs/lv2" DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig" DOCS=( "README" ) 1.3 media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild?r1=1.2&r2=1.3 Index: mda-lv2-1.0.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mda-lv2-1.0.0.ebuild5 May 2012 08:27:20 - 1.2 +++ mda-lv2-1.0.0.ebuild3 Jan 2015 12:06:41 - 1.3 @@ -1,10 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild,v 1.2 2012/05/05 08:27:20 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/mda-lv2-1.0.0.ebuild,v 1.3 2015/01/03 12:06:41 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' + +inherit python-any-r1 waf-utils DESCRIPTION="LV2 port of the MDA plugins by Paul Kellett" HOMEPAGE="http://drobilla.net/software/mda-lv2/"; @@ -17,6 +20,7 @@ RDEPEND="media-libs/lv2" DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig" DOCS=( "README" ) 1.4 media-plugins/mda-lv2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/mda-lv2/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 10 Mar 2014 20:20:54 - 1.3 +++ ChangeLog 3 Jan 2015 12:06:41 - 1.4 @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/mda-lv2 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/ChangeLog,v 1.3 2014/03/10 20:20:54 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mda-lv2/ChangeLog,v 1.4 2015/01/03 12:06:41 mgorny Exp $ + + 03 Jan 2015; Michał Górny mda-lv2-1.0.0.ebuild, + mda-lv2-1.2.2.ebuild: + Use python-any-r1 for waf. *mda-lv2-1.2.2 (10 Mar 2014) @@ -15,4 +19,3 @@ 23 Apr 2012; Alexis Ballier +mda-lv2-1.0.0.ebuild, +metadata.xml: initial import. ebuild by me. -
[gentoo-commits] gentoo-x86 commit in media-sound/jalv: jalv-1.4.4.ebuild jalv-1.0.0.ebuild jalv-1.2.0.ebuild jalv-1.4.0.ebuild jalv-1.4.6.ebuild ChangeLog
mgorny 15/01/03 12:12:06 Modified: jalv-1.4.4.ebuild jalv-1.0.0.ebuild jalv-1.2.0.ebuild jalv-1.4.0.ebuild jalv-1.4.6.ebuild ChangeLog Log: Use python-any-r1 for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 media-sound/jalv/jalv-1.4.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.4.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.4.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.4.4.ebuild?r1=1.1&r2=1.2 Index: jalv-1.4.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.4.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jalv-1.4.4.ebuild 18 Jan 2014 12:24:51 - 1.1 +++ jalv-1.4.4.ebuild 3 Jan 2015 12:12:06 - 1.2 @@ -1,10 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.4.4.ebuild,v 1.1 2014/01/18 12:24:51 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.4.4.ebuild,v 1.2 2015/01/03 12:12:06 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' + +inherit python-any-r1 waf-utils DESCRIPTION="Simple but fully featured LV2 host for Jack" HOMEPAGE="http://drobilla.net/software/jalv/"; @@ -27,6 +30,7 @@ gtkmm? ( >=dev-cpp/gtkmm-2.20.0:2.4 ) qt4? ( dev-qt/qtgui:4 )" DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig" DOCS=( "AUTHORS" "NEWS" "README" ) 1.4 media-sound/jalv/jalv-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild?r1=1.3&r2=1.4 Index: jalv-1.0.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jalv-1.0.0.ebuild 2 Mar 2013 21:55:48 - 1.3 +++ jalv-1.0.0.ebuild 3 Jan 2015 12:12:06 - 1.4 @@ -1,10 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild,v 1.3 2013/03/02 21:55:48 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.0.0.ebuild,v 1.4 2015/01/03 12:12:06 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' + +inherit python-any-r1 waf-utils DESCRIPTION="Simple but fully featured LV2 host for Jack" HOMEPAGE="http://drobilla.net/software/jalv/"; @@ -25,6 +28,7 @@ gtkmm? ( >=dev-cpp/gtkmm-2.20.0:2.4 ) qt4? ( dev-qt/qtgui:4 )" DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig" DOCS=( "AUTHORS" "NEWS" "README" ) 1.3 media-sound/jalv/jalv-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.2.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.2.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/jalv/jalv-1.2.0.ebuild?r1=1.2&r2=1.3 Index: jalv-1.2.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.2.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jalv-1.2.0.ebuild 2 Mar 2013 21:55:48 - 1.2 +++ jalv-1.2.0.ebuild 3 Jan 2015 12:12:06 - 1.3 @@ -1,10 +1,13 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.2.0.ebuild,v 1.2 2013/03/02 21:55:48 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/jalv/jalv-1.2.0.ebuild,v 1.3 2015/01/03 12:12:06 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' + +inherit python-any-r1 waf-utils DESCRIPTION="Simple but fully featured LV2 host for Jack" HOMEPAGE="http://drobilla.net/software/jalv/"; @@ -26,6 +29,7 @@ gtkmm? ( >=dev-cpp/gtkmm-2.20.0:2.4 ) q
[gentoo-commits] gentoo-x86 commit in net-analyzer/munin: munin-2.1.9999.ebuild munin-2.0.25-r1.ebuild ChangeLog
swift 15/01/03 12:12:32 Modified: munin-2.1..ebuild ChangeLog Added:munin-2.0.25-r1.ebuild Log: Fix bug #527908 - Add SELinux dep to munin policy (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47) Revision ChangesPath 1.7 net-analyzer/munin/munin-2.1..ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.1..ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.1..ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.1..ebuild?r1=1.6&r2=1.7 Index: munin-2.1..ebuild === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.1..ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- munin-2.1..ebuild 28 Dec 2014 16:08:50 - 1.6 +++ munin-2.1..ebuild 3 Jan 2015 12:12:32 - 1.7 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.1..ebuild,v 1.6 2014/12/28 16:08:50 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.1..ebuild,v 1.7 2015/01/03 12:12:32 swift Exp $ EAPI=5 @@ -14,7 +14,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="" -IUSE="irc java memcached minimal mysql postgres ssl test cgi ipv6 syslog ipmi http dhcpd doc apache" +IUSE="irc java memcached minimal mysql postgres selinux ssl test cgi ipv6 syslog ipmi http dhcpd doc apache" REQUIRED_USE="cgi? ( !minimal ) apache? ( cgi )" # Upstream's listing of required modules is NOT correct! @@ -88,6 +88,7 @@ virtual/cron media-fonts/dejavu ) + selinux? ( sec-policy/selinux-munin ) !http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.164&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?rev=1.164&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/ChangeLog?r1=1.163&r2=1.164 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v retrieving revision 1.163 retrieving revision 1.164 diff -u -r1.163 -r1.164 --- ChangeLog 28 Dec 2014 16:08:50 - 1.163 +++ ChangeLog 3 Jan 2015 12:12:32 - 1.164 @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/munin -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.163 2014/12/28 16:08:50 titanofold Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.164 2015/01/03 12:12:32 swift Exp $ + +*munin-2.0.25-r1 (03 Jan 2015) + + 03 Jan 2015; Sven Vermeulen +munin-2.0.25-r1.ebuild, + munin-2.1..ebuild: + Fix bug #527908 - Add SELinux dep to munin policy 28 Dec 2014; Aaron W. Swenson munin-2.0.19.ebuild, munin-2.0.19-r1.ebuild, munin-2.0.25.ebuild, munin-2.1..ebuild: 1.1 net-analyzer/munin/munin-2.0.25-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild?rev=1.1&content-type=text/plain Index: munin-2.0.25-r1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/munin-2.0.25-r1.ebuild,v 1.1 2015/01/03 12:12:32 swift Exp $ EAPI=5 PATCHSET=1 inherit eutils user java-pkg-opt-2 systemd MY_P=${P/_/-} DESCRIPTION="Munin Server Monitoring Tool" HOMEPAGE="http://munin-monitoring.org/"; SRC_URI=" mirror://sourceforge/munin/${MY_P}.tar.gz http://dev.gentoo.org/~jlec/distfiles/${P}-gentoo-${PATCHSET}.tar.xz"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~mips ~ppc ~x86" IUSE="asterisk irc java memcached minimal mysql postgres selinux ssl test cgi ipv6 syslog ipmi http dhcpd doc apache" REQUIRED_USE="cgi? ( !minimal ) apache? ( cgi )" # Upstream's listing of required modules is NOT correct! # Some of the postgres plugins use DBD::Pg, while others call psql directly. # Some of the mysql plugins use DBD::mysql, while others call mysqladmin directly. # We replace the original ipmi plugins with the freeipmi_ plugin which at least works. DEPEND_COM=" dev-lang/perl[berkdb]
[gentoo-commits] gentoo-x86 commit in app-editors/emacs-vcs: ChangeLog emacs-vcs-25.0.50_pre20141231.ebuild
ulm 15/01/03 12:17:36 Modified: ChangeLog Added:emacs-vcs-25.0.50_pre20141231.ebuild Log: New snapshot of trunk. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.180app-editors/emacs-vcs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.180&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.180&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?r1=1.179&r2=1.180 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v retrieving revision 1.179 retrieving revision 1.180 diff -u -r1.179 -r1.180 --- ChangeLog 29 Dec 2014 11:28:11 - 1.179 +++ ChangeLog 3 Jan 2015 12:17:36 - 1.180 @@ -1,6 +1,12 @@ # ChangeLog for app-editors/emacs-vcs -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.179 2014/12/29 11:28:11 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.180 2015/01/03 12:17:36 ulm Exp $ + +*emacs-vcs-25.0.50_pre20141231 (03 Jan 2015) + + 03 Jan 2015; Ulrich Müller + +emacs-vcs-25.0.50_pre20141231.ebuild: + New snapshot of trunk. 29 Dec 2014; Ulrich Müller emacs-vcs-25.0.-r1.ebuild: Install CONTRIBUTE file. 1.1 app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20141231.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20141231.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20141231.ebuild?rev=1.1&content-type=text/plain Index: emacs-vcs-25.0.50_pre20141231.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-25.0.50_pre20141231.ebuild,v 1.1 2015/01/03 12:17:36 ulm Exp $ EAPI=5 inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo if [[ ${PV##*.} = ]]; then inherit git-r3 EGIT_REPO_URI="git://git.sv.gnu.org/emacs.git" EGIT_BRANCH="master" EGIT_CHECKOUT_DIR="${WORKDIR}/emacs" S="${EGIT_CHECKOUT_DIR}" else SRC_URI="http://dev.gentoo.org/~ulm/distfiles/emacs-${PV}.tar.xz mirror://gnu-alpha/emacs/pretest/emacs-${PV}.tar.xz" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" # FULL_VERSION keeps the full version number, which is needed in # order to determine some path information correctly for copy/move # operations later on FULL_VERSION="${PV%%_*}" #S="${WORKDIR}/emacs-${FULL_VERSION}" S="${WORKDIR}/emacs" fi DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="http://www.gnu.org/software/emacs/"; LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="25" IUSE="acl alsa aqua athena dbus games gconf gfile gif gnutls gpm gsettings gtk +gtk3 gzip-el hesiod imagemagick +inotify jpeg kerberos libxml2 livecd m17n-lib motif pax_kernel png selinux sound source svg tiff toolkit-scroll-bars wide-int X Xaw3d xft +xpm zlib" REQUIRED_USE="?? ( aqua X )" RDEPEND="sys-libs/ncurses >=app-admin/eselect-emacs-1.16 >=app-emacs/emacs-common-gentoo-1.4-r1[games?,X?] net-libs/liblockfile acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) gfile? ( >=dev-libs/glib-2.28.6 ) gnutls? ( net-libs/gnutls ) gpm? ( sys-libs/gpm ) hesiod? ( net-dns/hesiod ) kerberos? ( virtual/krb5 ) libxml2? ( >=dev-libs/libxml2-2.2.0 ) selinux? ( sys-libs/libselinux ) zlib? ( sys-libs/zlib ) X? ( x11-libs/libXmu x11-libs/libXt x11-misc/xbitmaps gconf? ( >=gnome-base/gconf-2.26.2 ) gsettings? ( >=dev-libs/glib-2.28.6 ) gif? ( media-libs/giflib ) jpeg? ( virtual/jpeg:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff ) xpm? ( x11-libs/libXpm ) imagemagick? ( >=media-gfx/imagemagick-6.6.2 ) xft? ( media-libs/fontconfig media-libs/freetype
[gentoo-commits] proj/hardened-refpolicy:master commit in: policy/modules/contrib/
commit: 91bd6c86deef7614809b3d43d9df34f253b998fe Author: Sven Vermeulen siphos be> AuthorDate: Sat Jan 3 12:18:20 2015 + Commit: Sven Vermeulen gentoo org> CommitDate: Sat Jan 3 12:20:54 2015 + URL: http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=91bd6c86 Enable support for DNSSEC The dnsmasq application reads in the trust anchors that are by default in /usr/share/dnsmasq. Considering that these are sort-of configuration files, I'd wager that a dnsmasq administrator might want to have manage rights on this. The dnsmasq application at least needs read access at this location. We could either grant read privileges on usr_t, but that would increase the read privs of dnsmasq unnecessarily, and does not allow the dnsmasq administrator to edit the file. We could create a separate type for this, but then both the dnsmasq_dnssec_t (or whatever it is called) and dnsmasq_etc_t would have the same access privileges associated with it. Hence, we reuse dnsmasq_etc_t. See also bug #531836 at https://bugs.gentoo.org/show_bug.cgi?id=531836 --- policy/modules/contrib/dnsmasq.fc | 5 + 1 file changed, 5 insertions(+) diff --git a/policy/modules/contrib/dnsmasq.fc b/policy/modules/contrib/dnsmasq.fc index 6bc891a..8ca133c 100644 --- a/policy/modules/contrib/dnsmasq.fc +++ b/policy/modules/contrib/dnsmasq.fc @@ -12,3 +12,8 @@ /var/run/dnsmasq.* -- gen_context(system_u:object_r:dnsmasq_var_run_t,s0) /var/run/libvirt/network(/.*)? gen_context(system_u:object_r:dnsmasq_var_run_t,s0) + +ifdef(`distro_gentoo',` +# Fix bug 531836 - Needed to support dnssec in dnsmasq +/usr/share/dnsmasq(/.*)? gen_context(system_u:object_r:dnsmasq_etc_t,s0) +')
[gentoo-commits] gentoo-x86 commit in media-video/mpv: mpv-0.3.11.ebuild mpv-9999.ebuild mpv-0.7.2.ebuild mpv-0.6.2.ebuild mpv-0.7.1.ebuild mpv-0.3.10.ebuild ChangeLog
mgorny 15/01/03 12:22:14 Modified: mpv-0.3.11.ebuild mpv-.ebuild mpv-0.7.2.ebuild mpv-0.6.2.ebuild mpv-0.7.1.ebuild mpv-0.3.10.ebuild ChangeLog Log: Use python-any-r1 for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.3 media-video/mpv/mpv-0.3.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.11.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.11.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.3.11.ebuild?r1=1.2&r2=1.3 Index: mpv-0.3.11.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.11.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mpv-0.3.11.ebuild 2 Nov 2014 12:07:03 - 1.2 +++ mpv-0.3.11.ebuild 3 Jan 2015 12:22:14 - 1.3 @@ -1,12 +1,15 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.11.ebuild,v 1.2 2014/11/02 12:07:03 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.3.11.ebuild,v 1.3 2015/01/03 12:22:14 mgorny Exp $ EAPI=5 EGIT_REPO_URI="https://github.com/mpv-player/mpv.git"; -inherit eutils waf-utils pax-utils fdo-mime gnome2-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' + +inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils [[ ${PV} == ** ]] && inherit git-r3 WAF_V="1.7.15" @@ -117,6 +120,7 @@ ) " DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig >=dev-lang/perl-5.8 dev-python/docutils @@ -147,6 +151,8 @@ einfo "For additional format support you need to enable the support on your" einfo "libavcodec/libavformat provider:" einfo "media-video/libav or media-video/ffmpeg" + + python-any-r1_pkg_setup } src_unpack() { 1.63 media-video/mpv/mpv-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-.ebuild?rev=1.63&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-.ebuild?rev=1.63&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-.ebuild?r1=1.62&r2=1.63 Index: mpv-.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-.ebuild,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- mpv-.ebuild 29 Dec 2014 14:15:58 - 1.62 +++ mpv-.ebuild 3 Jan 2015 12:22:14 - 1.63 @@ -1,12 +1,15 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-.ebuild,v 1.62 2014/12/29 14:15:58 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-.ebuild,v 1.63 2015/01/03 12:22:14 mgorny Exp $ EAPI=5 EGIT_REPO_URI="https://github.com/mpv-player/mpv.git"; -inherit eutils waf-utils pax-utils fdo-mime gnome2-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' + +inherit eutils python-any-r1 waf-utils pax-utils fdo-mime gnome2-utils [[ ${PV} == ** ]] && inherit git-r3 WAF_V="1.8.4" @@ -107,6 +110,7 @@ ) " DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig >=dev-lang/perl-5.8 dev-python/docutils @@ -131,6 +135,8 @@ einfo "For additional format support you need to enable the support on your" einfo "libavcodec/libavformat provider:" einfo "media-video/libav or media-video/ffmpeg" + + python-any-r1_pkg_setup } src_unpack() { 1.2 media-video/mpv/mpv-0.7.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.7.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.7.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/mpv/mpv-0.7.2.ebuild?r1=1.1&r2=1.2 Index: mpv-0.7.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-video/mpv/mpv-0.7.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mpv-0.7.2.ebuild29 Dec 2014 14:15:58 - 1.1 +++ mpv-0.7.2.ebuild3 Jan 2015 12:22:14 - 1.2 @@ -1,12 +1,15 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed
[gentoo-commits] gentoo-x86 commit in dev-lua/lua-zlib: lua-zlib-0.4.ebuild ChangeLog
mrueg 15/01/03 12:26:40 Modified: ChangeLog Added:lua-zlib-0.4.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.13 dev-lua/lua-zlib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 28 Dec 2014 11:30:32 - 1.12 +++ ChangeLog 3 Jan 2015 12:26:40 - 1.13 @@ -1,6 +1,11 @@ # ChangeLog for dev-lua/lua-zlib -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.12 2014/12/28 11:30:32 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/ChangeLog,v 1.13 2015/01/03 12:26:40 mrueg Exp $ + +*lua-zlib-0.4 (03 Jan 2015) + + 03 Jan 2015; Manuel Rüger +lua-zlib-0.4.ebuild: + Version bump. 28 Dec 2014; Manuel Rüger -lua-zlib-0.2.ebuild: Remove old. 1.1 dev-lua/lua-zlib/lua-zlib-0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.4.ebuild?rev=1.1&content-type=text/plain Index: lua-zlib-0.4.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lua/lua-zlib/lua-zlib-0.4.ebuild,v 1.1 2015/01/03 12:26:40 mrueg Exp $ EAPI=5 inherit cmake-utils DESCRIPTION="Lua bindings to zlib" HOMEPAGE="http://github.com/brimworks/lua-zlib"; SRC_URI="https://github.com/brimworks/${PN}/tarball/v${PV} -> ${P}.tgz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="" RDEPEND="dev-lang/lua sys-libs/zlib" DEPEND="${RDEPEND} virtual/pkgconfig" src_unpack() { unpack ${A} mv *-${PN}-* "${S}" } src_configure() { MYCMAKEARGS="-DINSTALL_CMOD='$(pkg-config --variable INSTALL_CMOD lua)'" cmake-utils_src_configure }
[gentoo-commits] gentoo-x86 commit in app-admin/salt: salt-9999.ebuild ChangeLog
swift 15/01/03 12:26:40 Modified: salt-.ebuild ChangeLog Log: Add selinux? dep to selinux-salt (bug #533118) for live ebuild (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47) Revision ChangesPath 1.15 app-admin/salt/salt-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/salt-.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/salt-.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/salt-.ebuild?r1=1.14&r2=1.15 Index: salt-.ebuild === RCS file: /var/cvsroot/gentoo-x86/app-admin/salt/salt-.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- salt-.ebuild3 Dec 2014 22:10:14 - 1.14 +++ salt-.ebuild3 Jan 2015 12:26:40 - 1.15 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/salt-.ebuild,v 1.14 2014/12/03 22:10:14 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/salt-.ebuild,v 1.15 2015/01/03 12:26:40 swift Exp $ EAPI=5 PYTHON_COMPAT=(python2_7) @@ -24,7 +24,7 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="cherrypy ldap libcloud libvirt gnupg keyring mako mongodb mysql nova" -IUSE+=" openssl redis timelib raet +zeromq test" +IUSE+=" openssl redis selinux timelib raet +zeromq test" RDEPEND="sys-apps/pciutils dev-python/jinja[${PYTHON_USEDEP}] @@ -52,6 +52,7 @@ keyring? ( dev-python/keyring[${PYTHON_USEDEP}] ) mysql? ( dev-python/mysql-python[${PYTHON_USEDEP}] ) redis? ( dev-python/redis-py[${PYTHON_USEDEP}] ) + selinux? ( sec-policy/selinux-salt ) timelib? ( dev-python/timelib[${PYTHON_USEDEP}] ) nova? ( >=dev-python/python-novaclient-2.17.0[${PYTHON_USEDEP}] ) gnupg? ( dev-python/python-gnupg[${PYTHON_USEDEP}] ) 1.53 app-admin/salt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/salt/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 3 Dec 2014 22:10:14 - 1.52 +++ ChangeLog 3 Jan 2015 12:26:40 - 1.53 @@ -1,6 +1,9 @@ # ChangeLog for app-admin/salt -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v 1.52 2014/12/03 22:10:14 chutzpah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/salt/ChangeLog,v 1.53 2015/01/03 12:26:40 swift Exp $ + + 03 Jan 2015; Sven Vermeulen salt-.ebuild: + Add selinux? dep to selinux-salt (bug #533118) for live ebuild *salt-2014.7.0-r1 (01 Dec 2014)
[gentoo-commits] gentoo-x86 commit in sci-mathematics/kodkod: kodkod-1.5.2.ebuild ChangeLog
mgorny 15/01/03 12:26:50 Modified: kodkod-1.5.2.ebuild ChangeLog Log: Use python-any-r1 for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.5 sci-mathematics/kodkod/kodkod-1.5.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild?r1=1.4&r2=1.5 Index: kodkod-1.5.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- kodkod-1.5.2.ebuild 22 Jun 2014 13:52:20 - 1.4 +++ kodkod-1.5.2.ebuild 3 Jan 2015 12:26:50 - 1.5 @@ -1,12 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild,v 1.4 2014/06/22 13:52:20 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/kodkod-1.5.2.ebuild,v 1.5 2015/01/03 12:26:50 mgorny Exp $ EAPI="5" JAVA_PKG_IUSE="doc source" +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' -inherit java-pkg-2 waf-utils +inherit java-pkg-2 python-any-r1 waf-utils DESCRIPTION="a constraint solver for relational logic" HOMEPAGE="http://alloy.mit.edu/kodkod/index.html"; @@ -29,6 +31,11 @@ JAVA_SRC_DIR="src" LIBDIR="/usr/"$(get_libdir)"/${PN}" +pkg_setup() { + python-any-r1_pkg_setup + java-pkg-2_pkg_setup +} + src_unpack() { unpack "${A% *}" cp "${DISTDIR}/${A#* }" "${S}/waf" || die "Could not copy waf" 1.6 sci-mathematics/kodkod/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/kodkod/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 22 Jun 2014 13:52:20 - 1.5 +++ ChangeLog 3 Jan 2015 12:26:50 - 1.6 @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/kodkod -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/ChangeLog,v 1.5 2014/06/22 13:52:20 gienah Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/kodkod/ChangeLog,v 1.6 2015/01/03 12:26:50 mgorny Exp $ + + 03 Jan 2015; Michał Górny kodkod-1.5.2.ebuild: + Use python-any-r1 for waf. 22 Jun 2014; Mark Wright kodkod-1.5.2.ebuild: Use waf 1.7.16 instead of 1.7.6 in kodkod to try to fix Bug 513978. Specify
[gentoo-commits] gentoo-x86 commit in dev-perl/Config-AutoConf: Config-AutoConf-0.309.0.ebuild ChangeLog Config-AutoConf-0.307.ebuild
mrueg 15/01/03 12:28:58 Modified: ChangeLog Added:Config-AutoConf-0.309.0.ebuild Removed: Config-AutoConf-0.307.ebuild Log: Version bump. Remove old. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.10 dev-perl/Config-AutoConf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-AutoConf/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-AutoConf/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-AutoConf/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-perl/Config-AutoConf/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 31 Dec 2014 01:16:37 - 1.9 +++ ChangeLog 3 Jan 2015 12:28:58 - 1.10 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Config-AutoConf -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-AutoConf/ChangeLog,v 1.9 2014/12/31 01:16:37 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-AutoConf/ChangeLog,v 1.10 2015/01/03 12:28:58 mrueg Exp $ + +*Config-AutoConf-0.309.0 (03 Jan 2015) + + 03 Jan 2015; Manuel Rüger +Config-AutoConf-0.309.0.ebuild, + -Config-AutoConf-0.307.ebuild: + Version bump. Remove old. *Config-AutoConf-0.308 (31 Dec 2014) 1.1 dev-perl/Config-AutoConf/Config-AutoConf-0.309.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-AutoConf/Config-AutoConf-0.309.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Config-AutoConf/Config-AutoConf-0.309.0.ebuild?rev=1.1&content-type=text/plain Index: Config-AutoConf-0.309.0.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Config-AutoConf/Config-AutoConf-0.309.0.ebuild,v 1.1 2015/01/03 12:28:58 mrueg Exp $ EAPI=5 MODULE_AUTHOR="REHSACK" MODULE_VERSION=${PV%.0} inherit perl-module DESCRIPTION="A module to implement some of AutoConf macros in pure perl" SLOT="0" KEYWORDS="~amd64" IUSE="test" DEPEND="test? ( >=dev-perl/Test-Pod-1.14 >=dev-perl/Test-Pod-Coverage-1.08 )" RDEPEND="dev-perl/Capture-Tiny" SRC_TEST="do"
[gentoo-commits] gentoo-x86 commit in sci-calculators/keurocalc: keurocalc-1.2.3.ebuild ChangeLog
mrueg 15/01/03 12:32:33 Modified: ChangeLog Added:keurocalc-1.2.3.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.16 sci-calculators/keurocalc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 13 Aug 2014 15:43:19 - 1.15 +++ ChangeLog 3 Jan 2015 12:32:32 - 1.16 @@ -1,6 +1,11 @@ # ChangeLog for sci-calculators/keurocalc -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.15 2014/08/13 15:43:19 johu Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.16 2015/01/03 12:32:32 mrueg Exp $ + +*keurocalc-1.2.3 (03 Jan 2015) + + 03 Jan 2015; Manuel Rüger +keurocalc-1.2.3.ebuild: + Version bump. 13 Aug 2014; Johannes Huber -files/keurocalc-1.2.1-desktopfile.patch, 1.1 sci-calculators/keurocalc/keurocalc-1.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild?rev=1.1&content-type=text/plain Index: keurocalc-1.2.3.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.3.ebuild,v 1.1 2015/01/03 12:32:32 mrueg Exp $ EAPI=5 KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB es et fi fr ga gl hu it ja ko nb nds nl pl pt pt_BR ru sk sl sr sr@Latn sv tr ug uk zh_TW" KDE_HANDBOOK="optional" inherit kde4-base DESCRIPTION="A universal currency converter and calculator" HOMEPAGE="http://opensource.bureau-cornavin.com/keurocalc/index.html"; SRC_URI="http://opensource.bureau-cornavin.com/keurocalc/sources/${P}.tgz"; LICENSE="GPL-2+ FDL-1.2" SLOT="4" KEYWORDS="~amd64 ~x86" IUSE="debug" DOCS=( AUTHORS TODO ) src_prepare() { # bug 500560 sed -e "s/PO_FILES //" -i po/*/CMakeLists.txt || die # bug 518070 sed -e "/cmake_minimum_required/a cmake_policy(SET CMP0002 OLD)" \ -i CMakeLists.txt || die kde4-base_src_prepare }
[gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.19.ebuild tevent-0.9.22.ebuild tevent-0.9.21-r1.ebuild ChangeLog
mgorny 15/01/03 12:36:26 Modified: tevent-0.9.19.ebuild tevent-0.9.22.ebuild tevent-0.9.21-r1.ebuild ChangeLog Log: Add PYTHON_REQ_USE as necessary for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.18 sys-libs/tevent/tevent-0.9.19.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.19.ebuild?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.19.ebuild?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.19.ebuild?r1=1.17&r2=1.18 Index: tevent-0.9.19.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.19.ebuild,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- tevent-0.9.19.ebuild10 Jun 2014 00:13:08 - 1.17 +++ tevent-0.9.19.ebuild3 Jan 2015 12:36:26 - 1.18 @@ -1,9 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.19.ebuild,v 1.17 2014/06/10 00:13:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.19.ebuild,v 1.18 2015/01/03 12:36:26 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_REQ_USE="threads(+)" inherit waf-utils python-single-r1 1.2 sys-libs/tevent/tevent-0.9.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild?r1=1.1&r2=1.2 Index: tevent-0.9.22.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tevent-0.9.22.ebuild3 Oct 2014 21:02:14 - 1.1 +++ tevent-0.9.22.ebuild3 Jan 2015 12:36:26 - 1.2 @@ -1,9 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild,v 1.1 2014/10/03 21:02:14 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild,v 1.2 2015/01/03 12:36:26 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 1.14 sys-libs/tevent/tevent-0.9.21-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.21-r1.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.21-r1.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.21-r1.ebuild?r1=1.13&r2=1.14 Index: tevent-0.9.21-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.21-r1.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- tevent-0.9.21-r1.ebuild 11 Oct 2014 13:38:57 - 1.13 +++ tevent-0.9.21-r1.ebuild 3 Jan 2015 12:36:26 - 1.14 @@ -1,9 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.21-r1.ebuild,v 1.13 2014/10/11 13:38:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.21-r1.ebuild,v 1.14 2015/01/03 12:36:26 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 1.73 sys-libs/tevent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.73&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.73&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.72&r2=1.73 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- ChangeLog 11 Oct 2014 13:38:57 - 1.72 +++ ChangeLog 3 Jan 2015 12:36:26 - 1.73 @@ -1,6 +1,10 @@ # ChangeLog for sys-l
[gentoo-commits] gentoo-x86 commit in games-misc/openmsx: openmsx-0.3.1-r1.ebuild ChangeLog
slyfox 15/01/03 12:38:20 Modified: openmsx-0.3.1-r1.ebuild ChangeLog Log: Restore call to python's pkg_setup (bug #534278 by Torsten Kaiser). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA) Revision ChangesPath 1.3 games-misc/openmsx/openmsx-0.3.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/openmsx/openmsx-0.3.1-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/openmsx/openmsx-0.3.1-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/openmsx/openmsx-0.3.1-r1.ebuild?r1=1.2&r2=1.3 Index: openmsx-0.3.1-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-misc/openmsx/openmsx-0.3.1-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- openmsx-0.3.1-r1.ebuild 2 Jan 2015 09:20:18 - 1.2 +++ openmsx-0.3.1-r1.ebuild 3 Jan 2015 12:38:20 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/openmsx/openmsx-0.3.1-r1.ebuild,v 1.2 2015/01/02 09:20:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/openmsx/openmsx-0.3.1-r1.ebuild,v 1.3 2015/01/03 12:38:20 slyfox Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) @@ -19,6 +19,11 @@ S=${WORKDIR}/${P}-source +pkg_setup() { + python-any-r1_pkg_setup + games_pkg_setup +} + src_compile() { emake _V= bundle || die } 1.13 games-misc/openmsx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/openmsx/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/openmsx/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/openmsx/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-misc/openmsx/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 2 Jan 2015 09:20:18 - 1.12 +++ ChangeLog 3 Jan 2015 12:38:20 - 1.13 @@ -1,6 +1,9 @@ # ChangeLog for games-misc/openmsx # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-misc/openmsx/ChangeLog,v 1.12 2015/01/02 09:20:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-misc/openmsx/ChangeLog,v 1.13 2015/01/03 12:38:20 slyfox Exp $ + + 03 Jan 2015; Sergei Trofimovich openmsx-0.3.1-r1.ebuild: + Restore call to python's pkg_setup (bug #534278 by Torsten Kaiser). 02 Jan 2015; Patrick Lauer openmsx-0.3.1-r1.ebuild: Remove useless blank line
[gentoo-commits] gentoo-x86 commit in sys-libs/tdb: tdb-1.3.0-r1.ebuild tdb-1.3.4.ebuild tdb-1.3.3.ebuild ChangeLog
mgorny 15/01/03 12:40:14 Modified: tdb-1.3.0-r1.ebuild tdb-1.3.4.ebuild tdb-1.3.3.ebuild ChangeLog Log: Add PYTHON_REQ_USE as necessary for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.14 sys-libs/tdb/tdb-1.3.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild?r1=1.13&r2=1.14 Index: tdb-1.3.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- tdb-1.3.0-r1.ebuild 11 Nov 2014 22:28:47 - 1.13 +++ tdb-1.3.0-r1.ebuild 3 Jan 2015 12:40:14 - 1.14 @@ -1,10 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild,v 1.13 2014/11/11 22:28:47 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.0-r1.ebuild,v 1.14 2015/01/03 12:40:14 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads" inherit waf-utils multilib-minimal python-single-r1 eutils 1.2 sys-libs/tdb/tdb-1.3.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.4.ebuild?r1=1.1&r2=1.2 Index: tdb-1.3.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tdb-1.3.4.ebuild22 Dec 2014 09:26:25 - 1.1 +++ tdb-1.3.4.ebuild3 Jan 2015 12:40:14 - 1.2 @@ -1,10 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.4.ebuild,v 1.1 2014/12/22 09:26:25 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.4.ebuild,v 1.2 2015/01/03 12:40:14 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads" inherit waf-utils multilib-minimal python-single-r1 eutils 1.2 sys-libs/tdb/tdb-1.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.3.ebuild?r1=1.1&r2=1.2 Index: tdb-1.3.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tdb-1.3.3.ebuild4 Dec 2014 10:01:30 - 1.1 +++ tdb-1.3.3.ebuild3 Jan 2015 12:40:14 - 1.2 @@ -1,10 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.3.ebuild,v 1.1 2014/12/04 10:01:30 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.3.ebuild,v 1.2 2015/01/03 12:40:14 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads" inherit waf-utils multilib-minimal python-single-r1 eutils 1.81 sys-libs/tdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 22 Dec 2014 09:26:25 - 1.80 +++ ChangeLog 3 Jan 2015 12:40:14 - 1.81 @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/tdb -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.80 2014/12/22 09:26:25 polynomial-c Exp $ +# Copyright 1999-2015 Gento
[gentoo-commits] gentoo-x86 commit in sys-libs/tevent: tevent-0.9.22.ebuild ChangeLog
mgorny 15/01/03 12:42:15 Modified: tevent-0.9.22.ebuild ChangeLog Log: tevent[python] does not require talloc[python]. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.3 sys-libs/tevent/tevent-0.9.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild?r1=1.2&r2=1.3 Index: tevent-0.9.22.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tevent-0.9.22.ebuild3 Jan 2015 12:36:26 - 1.2 +++ tevent-0.9.22.ebuild3 Jan 2015 12:42:15 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild,v 1.2 2015/01/03 12:36:26 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild,v 1.3 2015/01/03 12:42:15 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -17,7 +17,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="python" -RDEPEND=">=sys-libs/talloc-2.1.0[python?,${MULTILIB_USEDEP}] +RDEPEND=">=sys-libs/talloc-2.1.0[${MULTILIB_USEDEP}] python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND} 1.74 sys-libs/tevent/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.74&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?rev=1.74&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tevent/ChangeLog?r1=1.73&r2=1.74 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- ChangeLog 3 Jan 2015 12:36:26 - 1.73 +++ ChangeLog 3 Jan 2015 12:42:15 - 1.74 @@ -1,6 +1,9 @@ # ChangeLog for sys-libs/tevent # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.73 2015/01/03 12:36:26 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.74 2015/01/03 12:42:15 mgorny Exp $ + + 03 Jan 2015; Michał Górny tevent-0.9.22.ebuild: + tevent[python] does not require talloc[python]. 03 Jan 2015; Michał Górny tevent-0.9.19.ebuild, tevent-0.9.21-r1.ebuild, tevent-0.9.22.ebuild:
[gentoo-commits] gentoo-x86 commit in games-arcade/abe: ChangeLog abe-1.1.ebuild
tupone 15/01/03 12:57:17 Modified: ChangeLog abe-1.1.ebuild Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) Revision ChangesPath 1.11 games-arcade/abe/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/abe/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/abe/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/abe/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-arcade/abe/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 4 Mar 2009 21:28:38 - 1.10 +++ ChangeLog 3 Jan 2015 12:57:17 - 1.11 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/abe -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/abe/ChangeLog,v 1.10 2009/03/04 21:28:38 mr_bones_ Exp $ +# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/abe/ChangeLog,v 1.11 2015/01/03 12:57:17 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo abe-1.1.ebuild: + EAPI 4 04 Mar 2009; Michael Sterrett +files/abe-1.1-settings.patch, abe-1.1.ebuild: 1.8 games-arcade/abe/abe-1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/abe/abe-1.1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/abe/abe-1.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/abe/abe-1.1.ebuild?r1=1.7&r2=1.8 Index: abe-1.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-arcade/abe/abe-1.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- abe-1.1.ebuild 4 Mar 2009 21:28:38 - 1.7 +++ abe-1.1.ebuild 3 Jan 2015 12:57:17 - 1.8 @@ -1,8 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/abe/abe-1.1.ebuild,v 1.7 2009/03/04 21:28:38 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/abe/abe-1.1.ebuild,v 1.8 2015/01/03 12:57:17 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils toolchain-funcs games DESCRIPTION="A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game" @@ -17,6 +17,7 @@ DEPEND="media-libs/libsdl x11-libs/libXi media-libs/sdl-mixer[vorbis]" +RDEPEND="${DEPEND}" src_unpack() { unpack ${A} @@ -38,9 +39,9 @@ } src_install() { - dogamesbin src/abe || die "dogamesbin failed" + dogamesbin src/abe insinto "${GAMES_DATADIR}"/${PN} - doins -r images sounds maps || die "doins failed" + doins -r images sounds maps newicon tom1.bmp abe.bmp make_desktop_entry abe "Abe's Amazing Adventure" /usr/share/pixmaps/abe.bmp dodoc AUTHORS ChangeLog README
[gentoo-commits] gentoo-x86 commit in games-arcade/afternoonstalker: afternoonstalker-1.1.5.ebuild ChangeLog
tupone 15/01/03 13:02:17 Modified: afternoonstalker-1.1.5.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) Revision ChangesPath 1.5 games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild?r1=1.4&r2=1.5 Index: afternoonstalker-1.1.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- afternoonstalker-1.1.5.ebuild 4 Dec 2012 10:56:21 - 1.4 +++ afternoonstalker-1.1.5.ebuild 3 Jan 2015 13:02:17 - 1.5 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild,v 1.4 2012/12/04 10:56:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/afternoonstalker/afternoonstalker-1.1.5.ebuild,v 1.5 2015/01/03 13:02:17 tupone Exp $ -EAPI=2 +EAPI=4 inherit autotools games DESCRIPTION="Clone of the 1981 Night Stalker video game by Mattel Electronics" @@ -29,7 +29,7 @@ } src_install() { - emake -C src DESTDIR="${D}" install || die + emake -C src DESTDIR="${D}" install doman doc/${PN}.6 dodoc AUTHORS NEWS README THANKS prepgamesdirs 1.22 games-arcade/afternoonstalker/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/afternoonstalker/ChangeLog?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/afternoonstalker/ChangeLog?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/afternoonstalker/ChangeLog?r1=1.21&r2=1.22 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-arcade/afternoonstalker/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- ChangeLog 30 Jan 2013 22:53:53 - 1.21 +++ ChangeLog 3 Jan 2015 13:02:17 - 1.22 @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/afternoonstalker -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/afternoonstalker/ChangeLog,v 1.21 2013/01/30 22:53:53 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/afternoonstalker/ChangeLog,v 1.22 2015/01/03 13:02:17 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo + afternoonstalker-1.1.5.ebuild: + EAPI 4 30 Jan 2013; Michael Sterrett -afternoonstalker-1.1.4.ebuild:
[gentoo-commits] gentoo-x86 commit in games-arcade/alienwave: ChangeLog alienwave-0.3.0.ebuild
tupone 15/01/03 13:06:07 Modified: ChangeLog alienwave-0.3.0.ebuild Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) Revision ChangesPath 1.13 games-arcade/alienwave/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/alienwave/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/alienwave/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/alienwave/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-arcade/alienwave/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 15 Sep 2010 18:10:27 - 1.12 +++ ChangeLog 3 Jan 2015 13:06:07 - 1.13 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/alienwave -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/alienwave/ChangeLog,v 1.12 2010/09/15 18:10:27 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/alienwave/ChangeLog,v 1.13 2015/01/03 13:06:07 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo alienwave-0.3.0.ebuild: + EAPI 4 15 Sep 2010; Michael Sterrett alienwave-0.3.0.ebuild, files/alienwave-0.3.0-gentoo.patch: 1.15 games-arcade/alienwave/alienwave-0.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild?r1=1.14&r2=1.15 Index: alienwave-0.3.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- alienwave-0.3.0.ebuild 15 Sep 2010 18:10:27 - 1.14 +++ alienwave-0.3.0.ebuild 3 Jan 2015 13:06:07 - 1.15 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild,v 1.14 2010/09/15 18:10:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/alienwave/alienwave-0.3.0.ebuild,v 1.15 2015/01/03 13:06:07 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games DESCRIPTION="An ncurses-based Xenon clone" @@ -15,13 +15,14 @@ IUSE="" DEPEND="sys-libs/ncurses" +RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) src_install() { - dogamesbin alienwave || die "dogamesbin failed" + dogamesbin alienwave dodoc TO_DO README STORY prepgamesdirs }
[gentoo-commits] gentoo-x86 commit in sys-libs/ldb: ldb-1.1.19.ebuild ldb-1.1.18.ebuild ldb-1.1.17-r1.ebuild ldb-1.1.15.ebuild ldb-1.1.12.ebuild ChangeLog
mgorny 15/01/03 13:06:57 Modified: ldb-1.1.19.ebuild ldb-1.1.18.ebuild ldb-1.1.17-r1.ebuild ldb-1.1.15.ebuild ldb-1.1.12.ebuild ChangeLog Log: Add PYTHON_REQ_USE as necessary for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 sys-libs/ldb/ldb-1.1.19.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.19.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.19.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.19.ebuild?r1=1.1&r2=1.2 Index: ldb-1.1.19.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.19.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ldb-1.1.19.ebuild 22 Dec 2014 09:33:17 - 1.1 +++ ldb-1.1.19.ebuild 3 Jan 2015 13:06:57 - 1.2 @@ -1,9 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.19.ebuild,v 1.1 2014/12/22 09:33:17 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.19.ebuild,v 1.2 2015/01/03 13:06:57 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_REQ_USE="threads" inherit python-single-r1 waf-utils multilib 1.2 sys-libs/ldb/ldb-1.1.18.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.18.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.18.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.18.ebuild?r1=1.1&r2=1.2 Index: ldb-1.1.18.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.18.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ldb-1.1.18.ebuild 2 Dec 2014 08:32:05 - 1.1 +++ ldb-1.1.18.ebuild 3 Jan 2015 13:06:57 - 1.2 @@ -1,9 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.18.ebuild,v 1.1 2014/12/02 08:32:05 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.18.ebuild,v 1.2 2015/01/03 13:06:57 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_REQ_USE="threads" inherit python-single-r1 waf-utils multilib 1.5 sys-libs/ldb/ldb-1.1.17-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.17-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.17-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.17-r1.ebuild?r1=1.4&r2=1.5 Index: ldb-1.1.17-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ldb-1.1.17-r1.ebuild6 Oct 2014 19:02:11 - 1.4 +++ ldb-1.1.17-r1.ebuild3 Jan 2015 13:06:57 - 1.5 @@ -1,9 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17-r1.ebuild,v 1.4 2014/10/06 19:02:11 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.17-r1.ebuild,v 1.5 2015/01/03 13:06:57 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_REQ_USE="threads" inherit python-single-r1 waf-utils multilib 1.9 sys-libs/ldb/ldb-1.1.15.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.15.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.15.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ldb/ldb-1.1.15.ebuild?r1=1.8&r2=1.9 Index: ldb-1.1.15.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/ldb/ldb-1.1.15.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ldb-1.1.15.ebuild 26 May 2014 19:52:14 - 1.8 +++ ldb-1.1.15.ebuild 3 Jan 2015 13:06:57 - 1.9 @@ -1,9 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Publ
[gentoo-commits] gentoo-x86 commit in sys-libs/ntdb: ntdb-1.0.ebuild ntdb-1.0-r1.ebuild ChangeLog
mgorny 15/01/03 13:14:16 Modified: ntdb-1.0.ebuild ntdb-1.0-r1.ebuild ChangeLog Log: Add PYTHON_REQ_USE and DEPEND as necessary for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.5 sys-libs/ntdb/ntdb-1.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0.ebuild?r1=1.4&r2=1.5 Index: ntdb-1.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ntdb-1.0.ebuild 18 Apr 2014 21:04:15 - 1.4 +++ ntdb-1.0.ebuild 3 Jan 2015 13:14:16 - 1.5 @@ -1,10 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0.ebuild,v 1.4 2014/04/18 21:04:15 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0.ebuild,v 1.5 2015/01/03 13:14:16 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE="threads(+)" inherit waf-utils python-single-r1 @@ -22,6 +23,7 @@ RDEPEND="python? ( ${PYTHON_DEPS} )" DEPEND="!!http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild?r1=1.1&r2=1.2 Index: ntdb-1.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ntdb-1.0-r1.ebuild 12 Jun 2014 20:49:40 - 1.1 +++ ntdb-1.0-r1.ebuild 3 Jan 2015 13:14:16 - 1.2 @@ -1,10 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild,v 1.1 2014/06/12 20:49:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ntdb-1.0-r1.ebuild,v 1.2 2015/01/03 13:14:16 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 @@ -22,6 +23,7 @@ RDEPEND="python? ( ${PYTHON_DEPS} )" DEPEND="!!http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/ntdb/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 12 Jun 2014 20:49:40 - 1.5 +++ ChangeLog 3 Jan 2015 13:14:16 - 1.6 @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/ntdb -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ChangeLog,v 1.5 2014/06/12 20:49:40 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/ntdb/ChangeLog,v 1.6 2015/01/03 13:14:16 mgorny Exp $ + + 03 Jan 2015; Michał Górny ntdb-1.0-r1.ebuild, + ntdb-1.0.ebuild: + Add PYTHON_REQ_USE and DEPEND as necessary for waf. *ntdb-1.0-r1 (12 Jun 2014)
[gentoo-commits] gentoo-x86 commit in games-arcade/amphetamine: amphetamine-0.8.10.ebuild ChangeLog
tupone 15/01/03 13:16:41 Modified: amphetamine-0.8.10.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) Revision ChangesPath 1.12 games-arcade/amphetamine/amphetamine-0.8.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild?r1=1.11&r2=1.12 Index: amphetamine-0.8.10.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- amphetamine-0.8.10.ebuild 15 May 2014 16:26:37 - 1.11 +++ amphetamine-0.8.10.ebuild 3 Jan 2015 13:16:41 - 1.12 @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v 1.11 2014/05/15 16:26:37 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/amphetamine-0.8.10.ebuild,v 1.12 2015/01/03 13:16:41 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games DESCRIPTION="a cool Jump'n Run game offering some unique visual effects" @@ -17,6 +17,7 @@ DEPEND="media-libs/libsdl[sound,video] x11-libs/libXpm" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-build.patch @@ -24,13 +25,13 @@ ) src_compile() { - emake INSTALL_DIR="${GAMES_DATADIR}"/${PN} || die + emake INSTALL_DIR="${GAMES_DATADIR}"/${PN} } src_install() { - newgamesbin amph ${PN} || die "newgamesbin failed" + newgamesbin amph ${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r ../amph/* || die "doins failed" + doins -r ../amph/* newicon amph.xpm ${PN}.xpm make_desktop_entry ${PN} Amphetamine ${PN} dodoc BUGS ChangeLog NEWS README 1.11 games-arcade/amphetamine/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/amphetamine/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 15 May 2014 16:26:37 - 1.10 +++ ChangeLog 3 Jan 2015 13:16:41 - 1.11 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/amphetamine -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v 1.10 2014/05/15 16:26:37 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/amphetamine/ChangeLog,v 1.11 2015/01/03 13:16:41 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo amphetamine-0.8.10.ebuild: + EAPI 4 15 May 2014; Ulrich Müller amphetamine-0.8.10.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to
[gentoo-commits] gentoo-x86 commit in x11-libs/flowcanvas: flowcanvas-0.7.1-r1.ebuild ChangeLog
mgorny 15/01/03 13:20:29 Modified: flowcanvas-0.7.1-r1.ebuild ChangeLog Log: Add PYTHON_REQ_USE as necessary for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild?r1=1.1&r2=1.2 Index: flowcanvas-0.7.1-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- flowcanvas-0.7.1-r1.ebuild 25 Dec 2014 19:45:50 - 1.1 +++ flowcanvas-0.7.1-r1.ebuild 3 Jan 2015 13:20:29 - 1.2 @@ -1,10 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild,v 1.1 2014/12/25 19:45:50 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild,v 1.2 2015/01/03 13:20:29 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' inherit waf-utils python-any-r1 eutils 1.19 x11-libs/flowcanvas/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 25 Dec 2014 19:45:50 - 1.18 +++ ChangeLog 3 Jan 2015 13:20:29 - 1.19 @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/flowcanvas -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v 1.18 2014/12/25 19:45:50 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v 1.19 2015/01/03 13:20:29 mgorny Exp $ + + 03 Jan 2015; Michał Górny flowcanvas-0.7.1-r1.ebuild: + Add PYTHON_REQ_USE as necessary for waf. *flowcanvas-0.7.1-r1 (25 Dec 2014)
[gentoo-commits] gentoo-x86 commit in x11-libs/flowcanvas: flowcanvas-0.7.1-r1.ebuild ChangeLog flowcanvas-0.7.1.ebuild
mgorny 15/01/03 13:22:56 Modified: flowcanvas-0.7.1-r1.ebuild ChangeLog Removed: flowcanvas-0.7.1.ebuild Log: Transfer stable keywords to -r1 since this was a build-time change only. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.3 x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild?r1=1.2&r2=1.3 Index: flowcanvas-0.7.1-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- flowcanvas-0.7.1-r1.ebuild 3 Jan 2015 13:20:29 - 1.2 +++ flowcanvas-0.7.1-r1.ebuild 3 Jan 2015 13:22:56 - 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild,v 1.2 2015/01/03 13:20:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/flowcanvas-0.7.1-r1.ebuild,v 1.3 2015/01/03 13:22:56 mgorny Exp $ EAPI=5 @@ -15,7 +15,7 @@ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="debug doc" RDEPEND="dev-libs/boost 1.20 x11-libs/flowcanvas/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/flowcanvas/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 3 Jan 2015 13:20:29 - 1.19 +++ ChangeLog 3 Jan 2015 13:22:56 - 1.20 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/flowcanvas # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v 1.19 2015/01/03 13:20:29 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/flowcanvas/ChangeLog,v 1.20 2015/01/03 13:22:56 mgorny Exp $ + + 03 Jan 2015; Michał Górny -flowcanvas-0.7.1.ebuild, + flowcanvas-0.7.1-r1.ebuild: + Transfer stable keywords to -r1 since this was a build-time change only. 03 Jan 2015; Michał Górny flowcanvas-0.7.1-r1.ebuild: Add PYTHON_REQ_USE as necessary for waf.
[gentoo-commits] gentoo-x86 commit in games-arcade/asteroid: asteroid-1.1.ebuild ChangeLog
tupone 15/01/03 13:27:52 Modified: asteroid-1.1.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) Revision ChangesPath 1.8 games-arcade/asteroid/asteroid-1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/asteroid/asteroid-1.1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/asteroid/asteroid-1.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/asteroid/asteroid-1.1.ebuild?r1=1.7&r2=1.8 Index: asteroid-1.1.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-arcade/asteroid/asteroid-1.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- asteroid-1.1.ebuild 31 May 2012 08:27:46 - 1.7 +++ asteroid-1.1.ebuild 3 Jan 2015 13:27:52 - 1.8 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/asteroid/asteroid-1.1.ebuild,v 1.7 2012/05/31 08:27:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/asteroid/asteroid-1.1.ebuild,v 1.8 2015/01/03 13:27:52 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games DESCRIPTION="A modern version of the arcade classic that uses OpenGL" @@ -19,11 +19,12 @@ virtual/glu media-libs/libsdl media-libs/sdl-mixer" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-include.patch ) src_install() { - emake DESTDIR="${D}" install || die "emake install failed" + emake DESTDIR="${D}" install dodoc asteroid-{authors,changes,readme}.txt prepgamesdirs } 1.9 games-arcade/asteroid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/asteroid/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/asteroid/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/asteroid/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-arcade/asteroid/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 31 May 2012 08:27:46 - 1.8 +++ ChangeLog 3 Jan 2015 13:27:52 - 1.9 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/asteroid -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/asteroid/ChangeLog,v 1.8 2012/05/31 08:27:46 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/asteroid/ChangeLog,v 1.9 2015/01/03 13:27:52 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo asteroid-1.1.ebuild: + EAPI 4 31 May 2012; Agostino Sarubbo asteroid-1.1.ebuild: Stable for amd64, wrt bug #418273
[gentoo-commits] gentoo-x86 commit in x11-libs/libdesktop-agnostic: libdesktop-agnostic-0.3.92-r1.ebuild ChangeLog
mgorny 15/01/03 13:29:48 Modified: libdesktop-agnostic-0.3.92-r1.ebuild ChangeLog Log: Add PYTHON_REQ_USE as necessary for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild?r1=1.1&r2=1.2 Index: libdesktop-agnostic-0.3.92-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- libdesktop-agnostic-0.3.92-r1.ebuild25 Dec 2014 15:40:43 - 1.1 +++ libdesktop-agnostic-0.3.92-r1.ebuild3 Jan 2015 13:29:48 - 1.2 @@ -1,10 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild,v 1.1 2014/12/25 15:40:43 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92-r1.ebuild,v 1.2 2015/01/03 13:29:48 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE="threads(+)" VALA_USE_DEPEND="vapigen" inherit python-single-r1 waf-utils vala 1.10 x11-libs/libdesktop-agnostic/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 25 Dec 2014 15:40:43 - 1.9 +++ ChangeLog 3 Jan 2015 13:29:48 - 1.10 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libdesktop-agnostic -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.9 2014/12/25 15:40:43 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.10 2015/01/03 13:29:48 mgorny Exp $ + + 03 Jan 2015; Michał Górny + libdesktop-agnostic-0.3.92-r1.ebuild: + Add PYTHON_REQ_USE as necessary for waf. *libdesktop-agnostic-0.3.92-r1 (25 Dec 2014)
[gentoo-commits] gentoo-x86 commit in dev-vcs/subversion: subversion-1.8.11.ebuild ChangeLog subversion-1.7.19.ebuild
polynomial-c15/01/03 13:39:14 Modified: subversion-1.8.11.ebuild ChangeLog subversion-1.7.19.ebuild Log: Fixed compilation with "gnome-keyring" USE flag (bug #534384) (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) Revision ChangesPath 1.11 dev-vcs/subversion/subversion-1.8.11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild?r1=1.10&r2=1.11 Index: subversion-1.8.11.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- subversion-1.8.11.ebuild26 Dec 2014 09:29:04 - 1.10 +++ subversion-1.8.11.ebuild3 Jan 2015 13:39:14 - 1.11 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v 1.10 2014/12/26 09:29:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.8.11.ebuild,v 1.11 2015/01/03 13:39:14 polynomial-c Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -29,7 +29,7 @@ app-arch/bzip2 berkdb? ( >=sys-libs/db-4.0.14 ) ctypes-python? ( ${PYTHON_DEPS} ) - gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring ) + gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/libgnome-keyring ) kde? ( sys-apps/dbus dev-qt/qtcore:4 dev-qt/qtdbus:4 dev-qt/qtgui:4 >=kde-base/kdelibs-4:4 ) perl? ( dev-lang/perl:= ) python? ( ${PYTHON_DEPS} ) 1.221dev-vcs/subversion/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.221&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?rev=1.221&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/ChangeLog?r1=1.220&r2=1.221 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v retrieving revision 1.220 retrieving revision 1.221 diff -u -r1.220 -r1.221 --- ChangeLog 1 Jan 2015 14:44:04 - 1.220 +++ ChangeLog 3 Jan 2015 13:39:14 - 1.221 @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/subversion -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.220 2015/01/01 14:44:04 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.221 2015/01/03 13:39:14 polynomial-c Exp $ + + 03 Jan 2015; Lars Wendler subversion-1.7.19.ebuild, + subversion-1.8.11.ebuild: + Fixed compilation with "gnome-keyring" USE flag (bug #534384 and patch by + Andrew Savchenko). 01 Jan 2015; Andreas K. Huettel +ChangeLog-2014, ChangeLog: Split ChangeLog 1.11 dev-vcs/subversion/subversion-1.7.19.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild?r1=1.10&r2=1.11 Index: subversion-1.7.19.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- subversion-1.7.19.ebuild26 Dec 2014 09:29:04 - 1.10 +++ subversion-1.7.19.ebuild3 Jan 2015 13:39:14 - 1.11 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v 1.10 2014/12/26 09:29:04 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/subversion-1.7.19.ebuild,v 1.11 2015/01/03 13:39:14 polynomial-c Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) @@ -28,7 +28,7 @@ sys-libs/zlib berkdb? ( >=sys-libs/db-4.0.14 ) ctypes-python? ( ${PYTHON_DEPS} ) - gnome-keyring? ( dev-libs/glib:2 sys-apps/dbus gnome-base/gnome-keyring ) + gnome-k
[gentoo-commits] gentoo-x86 commit in net-libs/libgadu: libgadu-1.12.1.ebuild ChangeLog
mrueg 15/01/03 13:43:05 Modified: ChangeLog Added:libgadu-1.12.1.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.91 net-libs/libgadu/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgadu/ChangeLog?rev=1.91&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgadu/ChangeLog?rev=1.91&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgadu/ChangeLog?r1=1.90&r2=1.91 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-libs/libgadu/ChangeLog,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- ChangeLog 23 Sep 2014 00:55:37 - 1.90 +++ ChangeLog 3 Jan 2015 13:43:05 - 1.91 @@ -1,6 +1,11 @@ # ChangeLog for net-libs/libgadu -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/ChangeLog,v 1.90 2014/09/23 00:55:37 reavertm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/ChangeLog,v 1.91 2015/01/03 13:43:05 mrueg Exp $ + +*libgadu-1.12.1 (03 Jan 2015) + + 03 Jan 2015; Manuel Rüger +libgadu-1.12.1.ebuild: + Version bump. 23 Sep 2014; Maciej Mrozowski -libgadu-1.11.0.ebuild, -libgadu-1.11.1.ebuild: 1.1 net-libs/libgadu/libgadu-1.12.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgadu/libgadu-1.12.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libgadu/libgadu-1.12.1.ebuild?rev=1.1&content-type=text/plain Index: libgadu-1.12.1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/libgadu/libgadu-1.12.1.ebuild,v 1.1 2015/01/03 13:43:05 mrueg Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=1 inherit autotools-utils DESCRIPTION="This library implements the client side of the Gadu-Gadu protocol" HOMEPAGE="http://toxygen.net/libgadu/"; SRC_URI="https://github.com/wojtekka/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" SLOT="0" IUSE="doc gnutls ssl static-libs test threads" REQUIRED_USE=" gnutls? ( ssl ) " COMMON_DEPEND=" >=dev-libs/protobuf-c-0.15 sys-libs/zlib ssl? ( gnutls? ( net-libs/gnutls ) !gnutls? ( >=dev-libs/openssl-0.9.6m ) ) " DEPEND="${COMMON_DEPEND} doc? ( app-doc/doxygen ) test? ( dev-libs/expat dev-libs/libxml2:2 net-misc/curl ) " RDEPEND="${COMMON_DEPEND} !=net-im/kadu-0.6.0.2 !=net-im/kadu-0.6.0.1 " AUTOTOOLS_IN_SOURCE_BUILD=1 PATCHES=( "${FILESDIR}/${PN}-1.12.0-tests.patch" ) DOCS=(AUTHORS ChangeLog NEWS README) src_configure() { local myeconfargs=( --with-protobuf $(use_enable test tests) $(use_with threads pthread) ) if use ssl; then myeconfargs+=( $(use_with gnutls gnutls) $(use_with !gnutls openssl) ) else myeconfargs+=( --without-gnutls --without-openssl ) fi autotools-utils_src_configure } src_install() { use doc && HTML_DOCS=(docs/html/) autotools-utils_src_install }
[gentoo-commits] gentoo-x86 commit in x11-terms/valaterm: valaterm-0.6.ebuild ChangeLog
mgorny 15/01/03 13:49:42 Modified: valaterm-0.6.ebuild ChangeLog Log: Use python-any-r1 for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.5 x11-terms/valaterm/valaterm-0.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/valaterm/valaterm-0.6.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/valaterm/valaterm-0.6.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/valaterm/valaterm-0.6.ebuild?r1=1.4&r2=1.5 Index: valaterm-0.6.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-terms/valaterm/valaterm-0.6.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- valaterm-0.6.ebuild 18 Aug 2013 13:26:27 - 1.4 +++ valaterm-0.6.ebuild 3 Jan 2015 13:49:42 - 1.5 @@ -1,11 +1,14 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/valaterm/valaterm-0.6.ebuild,v 1.4 2013/08/18 13:26:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/valaterm/valaterm-0.6.ebuild,v 1.5 2015/01/03 13:49:42 mgorny Exp $ EAPI=4 VALA_MIN_API_VERSION="0.16" -inherit waf-utils vala +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' + +inherit python-any-r1 waf-utils vala DESCRIPTION="A lightweight vala based terminal" HOMEPAGE="http://gitorious.org/valaterm"; @@ -20,6 +23,7 @@ x11-libs/gtk+:3 x11-libs/vte:2.90" DEPEND="${RDEPEND} + ${PYTHON_DEPS} $(vala_depend) virtual/pkgconfig nls? ( 1.13 x11-terms/valaterm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/valaterm/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/valaterm/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/valaterm/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-terms/valaterm/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 25 Apr 2014 18:32:39 - 1.12 +++ ChangeLog 3 Jan 2015 13:49:42 - 1.13 @@ -1,6 +1,9 @@ # ChangeLog for x11-terms/valaterm -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/valaterm/ChangeLog,v 1.12 2014/04/25 18:32:39 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/valaterm/ChangeLog,v 1.13 2015/01/03 13:49:42 mgorny Exp $ + + 03 Jan 2015; Michał Górny valaterm-0.6.ebuild: + Use python-any-r1 for waf. 25 Apr 2014; Pacho Ramos -valaterm-0.4.3.ebuild: Drop old
[gentoo-commits] dev/bircoph:master commit in: dev-vcs/subversion/files/, profiles/, dev-vcs/subversion/
commit: caefff2e32d525c170eb0b380e9771de9bb06ae0 Author: Andrew Savchenko gmail com> AuthorDate: Sat Jan 3 13:52:42 2015 + Commit: Andrew Savchenko gmail com> CommitDate: Sat Jan 3 13:52:42 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/bircoph.git;a=commit;h=caefff2e subversion: fixed in portage --- dev-vcs/subversion/ChangeLog |8 - dev-vcs/subversion/ChangeLog-2014 | 2799 dev-vcs/subversion/Manifest| 15 - dev-vcs/subversion/files/47_mod_dav_svn.conf | 16 - dev-vcs/subversion/files/70svn-gentoo.el | 13 - .../files/subversion-1.5.4-interix.patch | 114 - .../files/subversion-1.5.6-aix-dso.patch | 21 - .../files/subversion-1.8.0-hpux-dso.patch | 16 - .../files/subversion-1.8.1-revert_bdb6check.patch | 85 - ...-parallel-build-support-for-perl-bindings.patch | 11 - dev-vcs/subversion/files/svnserve.confd| 10 - dev-vcs/subversion/files/svnserve.initd2 | 26 - dev-vcs/subversion/files/svnserve.xinetd | 14 - dev-vcs/subversion/metadata.xml| 18 - dev-vcs/subversion/subversion-1.8.11.ebuild| 491 profiles/categories|1 - 16 files changed, 3658 deletions(-) diff --git a/dev-vcs/subversion/ChangeLog b/dev-vcs/subversion/ChangeLog deleted file mode 100644 index 975a342..000 --- a/dev-vcs/subversion/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -# ChangeLog for dev-vcs/subversion -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog,v 1.220 2015/01/01 14:44:04 dilfridge Exp $ - - 01 Jan 2015; Andreas K. Huettel +ChangeLog-2014, - ChangeLog: Split ChangeLog - - For previous entries, please see ChangeLog-2014. diff --git a/dev-vcs/subversion/ChangeLog-2014 b/dev-vcs/subversion/ChangeLog-2014 deleted file mode 100644 index e561388..000 --- a/dev-vcs/subversion/ChangeLog-2014 +++ /dev/null @@ -1,2799 +0,0 @@ -# ChangeLog for dev-vcs/subversion -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/subversion/ChangeLog-2014,v 1.1 2015/01/01 14:44:04 dilfridge Exp $ - - 26 Dec 2014; Lars Wendler - -subversion-1.7.18.ebuild, -subversion-1.8.10.ebuild, - -subversion-1.8.10-r1.ebuild, -files/subversion-1.8.9-po_fixes.patch: - Removed vulnerable versions. - - 26 Dec 2014; Agostino Sarubbo subversion-1.7.19.ebuild, - subversion-1.8.11.ebuild: - Stable for sparc, wrt bug #532406 - - 25 Dec 2014; Agostino Sarubbo subversion-1.7.19.ebuild, - subversion-1.8.11.ebuild: - Stable for ia64, wrt bug #532406 - - 24 Dec 2014; Agostino Sarubbo subversion-1.7.19.ebuild, - subversion-1.8.11.ebuild: - Stable for ppc64, wrt bug #532406 - - 24 Dec 2014; Agostino Sarubbo subversion-1.7.19.ebuild, - subversion-1.8.11.ebuild: - Stable for ppc, wrt bug #532406 - - 23 Dec 2014; Markus Meier subversion-1.8.11.ebuild: - arm stable, bug #532406 - - 23 Dec 2014; Agostino Sarubbo subversion-1.7.19.ebuild, - subversion-1.8.11.ebuild: - Stable for alpha, wrt bug #532406 - - 21 Dec 2014; Agostino Sarubbo subversion-1.7.19.ebuild, - subversion-1.8.11.ebuild: - Stable for x86, wrt bug #532406 - - 21 Dec 2014; Agostino Sarubbo subversion-1.7.19.ebuild, - subversion-1.8.11.ebuild: - Stable for amd64, wrt bug #532406 - - 20 Dec 2014; Jeroen Roovers subversion-1.7.19.ebuild: - Stable for HPPA (bug #532406). - - 19 Dec 2014; Thomas Sachau (Tommy[D]) - subversion-1.7.19.ebuild: - Port perl changes for 1.7.18 to 1.7.19 - -*subversion-1.7.19 (18 Dec 2014) - - 18 Dec 2014; Thomas Sachau (Tommy[D]) - +subversion-1.7.19.ebuild: - Version bump for bug 532406 - - 17 Dec 2014; Jeroen Roovers subversion-1.8.11.ebuild: - Stable for HPPA (bug #532406). - -*subversion-1.8.11 (16 Dec 2014) - - 16 Dec 2014; Lars Wendler -subversion-1.8.9.ebuild, - +subversion-1.8.11.ebuild, - -files/subversion-1.6.0-disable_linking_against_unneeded_libraries.patch, - -files/subversion-1.6.2-local_library_preloading.patch, - -files/subversion-1.6.3-kwallet_window.patch, - -files/subversion-1.7.6-kwallet.patch, - -files/subversion-1.7.6-revert-mod_dontdothat-move.patch, - -files/svnserve.initd: - Security bump (bug #532406). Removed old. - - 14 Dec 2014; Manuel Rüger subversion-1.8.10-r1.ebuild: - Add support for kde applications dependency. - - 29 Nov 2014; Andreas K. Huettel - subversion-1.7.18.ebuild, subversion-1.8.9.ebuild, subversion-1.8.10.ebuild, - subversion-1.8.10-r1.ebuild: - Add missing slot operator to dev-lang/perl dependency, package installs - modules and links to libperl - - 27 Nov 2014; Andreas K. Huettel - subversion-1.7.18.ebuild, subversion-1.8.9.ebuild, subversion-1.8.10.ebuild, - subversion-1.8.10-r1.ebuild: - Remove call to perl-module_pkg_posti
[gentoo-commits] gentoo-x86 commit in sys-apps/file: ChangeLog file-5.22.ebuild
polynomial-c15/01/03 14:14:30 Modified: ChangeLog Added:file-5.22.ebuild Log: Version bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) Revision ChangesPath 1.298sys-apps/file/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.298&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?rev=1.298&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/ChangeLog?r1=1.297&r2=1.298 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v retrieving revision 1.297 retrieving revision 1.298 diff -u -r1.297 -r1.298 --- ChangeLog 26 Dec 2014 09:18:18 - 1.297 +++ ChangeLog 3 Jan 2015 14:14:30 - 1.298 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/file -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.297 2014/12/26 09:18:18 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/ChangeLog,v 1.298 2015/01/03 14:14:30 polynomial-c Exp $ + +*file-5.22 (03 Jan 2015) + + 03 Jan 2015; Lars Wendler +file-5.22.ebuild: + Version bump. 26 Dec 2014; Agostino Sarubbo file-5.21.ebuild: Stable for sparc, wrt bug #532686 1.1 sys-apps/file/file-5.22.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.22.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/file/file-5.22.ebuild?rev=1.1&content-type=text/plain Index: file-5.22.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.22.ebuild,v 1.1 2015/01/03 14:14:30 polynomial-c Exp $ EAPI="4" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy2_0 ) DISTUTILS_OPTIONAL=1 inherit eutils distutils-r1 libtool toolchain-funcs multilib-minimal if [[ ${PV} == "" ]] ; then EGIT_REPO_URI="git://github.com/glensc/file.git" inherit autotools git-r3 else SRC_URI="ftp://ftp.astron.com/pub/file/${P}.tar.gz ftp://ftp.gw.com/mirrors/pub/unix/file/${P}.tar.gz"; KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" fi DESCRIPTION="identify a file's format by scanning binary data for patterns" HOMEPAGE="http://www.darwinsys.com/file/"; LICENSE="BSD-2" SLOT="0" IUSE="python static-libs zlib" DEPEND="python? ( ${PYTHON_DEPS} ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20131008-r21 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" RDEPEND="${DEPEND} python? ( !dev-python/python-magic )" src_prepare() { [[ ${PV} == "" ]] && eautoreconf elibtoolize # don't let python README kill main README #60043 mv python/README{,.python} } multilib_src_configure() { ECONF_SOURCE=${S} \ ac_cv_header_zlib_h=$(usex zlib) \ ac_cv_lib_z_gzopen=$(usex zlib) econf \ $(use_enable static-libs static) } src_configure() { # when cross-compiling, we need to build up our own file # because people often don't keep matching host/target # file versions #362941 if tc-is-cross-compiler && ! ROOT=/ has_version ~${CATEGORY}/${P} ; then mkdir -p "${WORKDIR}"/build cd "${WORKDIR}"/build tc-export_build_env BUILD_C{C,XX} ECONF_SOURCE=${S} \ ac_cv_header_zlib_h=no \ ac_cv_lib_z_gzopen=no \ CHOST=${CBUILD} \ CFLAGS=${BUILD_CFLAGS} \ CXXFLAGS=${BUILD_CXXFLAGS} \ CPPFLAGS=${BUILD_CPPFLAGS} \ LDFLAGS="${BUILD_LDFLAGS} -static" \ CC=${BUILD_CC} \ CXX=${BUILD_CXX} \ econf --disable-shared fi multilib-minimal_src_configure } multilib_src_compile() { if multilib_is_native_abi ; then emake else emake -C src libmagic.la fi } src_compile() { if tc-is-cross-compiler && ! ROOT=/ has_version ~${CATEGORY}/${P} ; then emake -C "${WORKDIR}"/build/src file PATH="${WORKDIR}/build/src:${PATH}" fi multilib-minimal_src_compile use python && cd python && distutils-r1_src_compile } multilib_src_install() { if multilib_is_native_abi ; then default
[gentoo-commits] gentoo-x86 commit in profiles/arch/arm: ChangeLog package.use.mask
heroxbd 15/01/03 14:22:39 Modified: ChangeLog package.use.mask Log: Mask anthy and scim-anthy not tested use flags. Revision ChangesPath 1.335profiles/arch/arm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/ChangeLog?rev=1.335&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/ChangeLog?rev=1.335&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/ChangeLog?r1=1.334&r2=1.335 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v retrieving revision 1.334 retrieving revision 1.335 diff -u -r1.334 -r1.335 --- ChangeLog 23 Dec 2014 23:47:00 - 1.334 +++ ChangeLog 3 Jan 2015 14:22:39 - 1.335 @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/ARM profile directory -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.334 2014/12/23 23:47:00 eva Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/ChangeLog,v 1.335 2015/01/03 14:22:39 heroxbd Exp $ + + 03 Jan 2015; Benda Xu package.use.mask: + Mask anthy[kasumi] and scim-anthy[canna-2ch] use flags: not tested. 23 Dec 2014; Gilles Dartiguelongue package.use.mask: Add mask for USE=kms for x11-wm/mutter-3.14, bug #533420. 1.234profiles/arch/arm/package.use.mask file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/package.use.mask?rev=1.234&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/package.use.mask?rev=1.234&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/arm/package.use.mask?r1=1.233&r2=1.234 Index: package.use.mask === RCS file: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v retrieving revision 1.233 retrieving revision 1.234 diff -u -r1.233 -r1.234 --- package.use.mask23 Dec 2014 23:47:00 - 1.233 +++ package.use.mask3 Jan 2015 14:22:39 - 1.234 @@ -1,6 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.233 2014/12/23 23:47:00 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/arm/package.use.mask,v 1.234 2015/01/03 14:22:39 heroxbd Exp $ + +# Benda Xu (03 Jan 2015) +# not tested +app-i18n/anthy canna-2ch +app-i18n/scim-anthy kasumi # Gilles Dartiguelongue (23 Dec 2014) # New dependencies for wayland support in Gnome 3.14
[gentoo-commits] gentoo-x86 commit in app-text/unrtf: ChangeLog unrtf-0.21.9.ebuild unrtf-0.19.3-r1.ebuild unrtf-0.21.2.ebuild unrtf-0.21.1.ebuild
polynomial-c15/01/03 14:34:49 Modified: ChangeLog Added:unrtf-0.21.9.ebuild Removed: unrtf-0.19.3-r1.ebuild unrtf-0.21.2.ebuild unrtf-0.21.1.ebuild Log: Version bump. Removed old (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) Revision ChangesPath 1.45 app-text/unrtf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 22 Dec 2014 14:32:52 - 1.44 +++ ChangeLog 3 Jan 2015 14:34:49 - 1.45 @@ -1,6 +1,12 @@ # ChangeLog for app-text/unrtf -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.44 2014/12/22 14:32:52 polynomial-c Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/ChangeLog,v 1.45 2015/01/03 14:34:49 polynomial-c Exp $ + +*unrtf-0.21.9 (03 Jan 2015) + + 03 Jan 2015; Lars Wendler -unrtf-0.19.3-r1.ebuild, + -unrtf-0.21.1.ebuild, -unrtf-0.21.2.ebuild, +unrtf-0.21.9.ebuild: + Version bump. Removed old. 22 Dec 2014; Lars Wendler unrtf-0.21.8.ebuild: Removed now obsolete src_install function. 1.1 app-text/unrtf/unrtf-0.21.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild?rev=1.1&content-type=text/plain Index: unrtf-0.21.9.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-text/unrtf/unrtf-0.21.9.ebuild,v 1.1 2015/01/03 14:34:49 polynomial-c Exp $ EAPI=5 inherit autotools eutils DESCRIPTION="Converts RTF files to various formats" HOMEPAGE="http://www.gnu.org/software/unrtf/unrtf.html"; SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" IUSE="" src_prepare() { # eautoreconf fails when automake-1.14* is installed. Please check with # next version bump if we still need this workaround. rm aclocal.m4 || die epatch "${FILESDIR}"/unrtf-0.21.8-automake-fix.patch epatch "${FILESDIR}"/${PN}-0.21.8-iconv-detection.patch eautoreconf }
[gentoo-commits] gentoo-x86 commit in games-arcade/balloonchase: balloonchase-0.9.6.ebuild ChangeLog
tupone 15/01/03 14:37:00 Modified: balloonchase-0.9.6.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) Revision ChangesPath 1.10 games-arcade/balloonchase/balloonchase-0.9.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/balloonchase/balloonchase-0.9.6.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/balloonchase/balloonchase-0.9.6.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/balloonchase/balloonchase-0.9.6.ebuild?r1=1.9&r2=1.10 Index: balloonchase-0.9.6.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-arcade/balloonchase/balloonchase-0.9.6.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- balloonchase-0.9.6.ebuild 14 Mar 2007 21:24:25 - 1.9 +++ balloonchase-0.9.6.ebuild 3 Jan 2015 14:37:00 - 1.10 @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/balloonchase/balloonchase-0.9.6.ebuild,v 1.9 2007/03/14 21:24:25 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/balloonchase/balloonchase-0.9.6.ebuild,v 1.10 2015/01/03 14:37:00 tupone Exp $ +EAPI=4 inherit eutils toolchain-funcs games DESCRIPTION="Fly a hot air balloon and try to blow the other player out of the screen" @@ -14,10 +15,9 @@ IUSE="" DEPEND="media-libs/libsdl" +RDEPEND="${DEPEND}" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${PV}-gentoo.patch sed -i "s:g++:$(tc-getCXX):" Makefile || die "sed failed" sed -i \ @@ -26,9 +26,9 @@ } src_install() { - dogamesbin ${PN} || die "dogamesbin failed" + dogamesbin ${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r images || die "doins failed" + doins -r images newicon images/kp2b.bmp ${PN}.bmp make_desktop_entry ${PN} "Balloon Chase" /usr/share/pixmaps/${PN}.bmp dodoc README 1.8 games-arcade/balloonchase/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/balloonchase/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/balloonchase/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/balloonchase/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-arcade/balloonchase/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 14 Mar 2007 21:24:25 - 1.7 +++ ChangeLog 3 Jan 2015 14:37:00 - 1.8 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/balloonchase -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/balloonchase/ChangeLog,v 1.7 2007/03/14 21:24:25 nyhm Exp $ +# Copyright 2000-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/balloonchase/ChangeLog,v 1.8 2015/01/03 14:37:00 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo balloonchase-0.9.6.ebuild: + EAPI 4 14 Mar 2007; Tristan Heaven balloonchase-0.9.6.ebuild: Install menu entry, bug #159844
[gentoo-commits] gentoo-x86 commit in media-sound/ardour: ardour-9999.ebuild ardour-3.5.308-r1.ebuild ardour-3.5.380.ebuild ardour-3.5.403.ebuild ardour-3.5.357.ebuild ChangeLog
mgorny 15/01/03 14:37:25 Modified: ardour-.ebuild ardour-3.5.308-r1.ebuild ardour-3.5.380.ebuild ardour-3.5.403.ebuild ardour-3.5.357.ebuild ChangeLog Log: Use python-any-r1 for waf. Remove unnecessary python interpreter sed (the eclass wraps python). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.13 media-sound/ardour/ardour-.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ardour-.ebuild?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ardour-.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ardour-.ebuild?r1=1.12&r2=1.13 Index: ardour-.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-.ebuild,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ardour-.ebuild 27 Oct 2014 15:58:35 - 1.12 +++ ardour-.ebuild 3 Jan 2015 14:37:25 - 1.13 @@ -1,9 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-.ebuild,v 1.12 2014/10/27 15:58:35 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-.ebuild,v 1.13 2015/01/03 14:37:25 mgorny Exp $ EAPI=5 -inherit eutils toolchain-funcs flag-o-matic waf-utils + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' + +inherit eutils toolchain-funcs flag-o-matic python-any-r1 waf-utils DESCRIPTION="Digital Audio Workstation" HOMEPAGE="http://ardour.org/"; @@ -61,6 +65,7 @@ )" DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen[dot] )" @@ -85,7 +90,6 @@ fi epatch "${FILESDIR}"/${PN}-3.5.7-syslibs.patch epatch "${FILESDIR}"/${PN}-3.5.403-sse.patch - sed 's/python/python2/' -i waf sed 's/'FLAGS\'\,\ compiler_flags'/'FLAGS\'\,\ \'\''/g' -i "${S}"/wscript append-flags "-lboost_system" } 1.2 media-sound/ardour/ardour-3.5.308-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ardour-3.5.308-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ardour-3.5.308-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ardour-3.5.308-r1.ebuild?r1=1.1&r2=1.2 Index: ardour-3.5.308-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-3.5.308-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ardour-3.5.308-r1.ebuild7 Feb 2014 14:22:45 - 1.1 +++ ardour-3.5.308-r1.ebuild3 Jan 2015 14:37:25 - 1.2 @@ -1,9 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-3.5.308-r1.ebuild,v 1.1 2014/02/07 14:22:45 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-3.5.308-r1.ebuild,v 1.2 2015/01/03 14:37:25 mgorny Exp $ EAPI=4 -inherit eutils toolchain-funcs flag-o-matic waf-utils + +PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' + +inherit eutils toolchain-funcs flag-o-matic python-any-r1 waf-utils DESCRIPTION="Digital Audio Workstation" HOMEPAGE="http://ardour.org/"; @@ -61,6 +65,7 @@ )" DEPEND="${RDEPEND} + ${PYTHON_DEPS} virtual/pkgconfig nls? ( sys-devel/gettext ) doc? ( app-doc/doxygen[dot] )" @@ -85,7 +90,6 @@ fi epatch "${FILESDIR}"/${PN}-3.5.7-syslibs.patch - sed 's/python/python2/' -i waf sed 's/'FLAGS\'\,\ optimization_flags'/'FLAGS\'\,\ \'\''/g' -i "${S}"/wscript } 1.4 media-sound/ardour/ardour-3.5.380.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ardour-3.5.380.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ardour-3.5.380.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/ardour/ardour-3.5.380.ebuild?r1=1.3&r2=1.4 Index: ardour-3.5.380.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/ardour/ardour-3.5.380.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ardour-3.5.380.ebuild 11 Oct 2014 13:02:51 - 1.3 +++
[gentoo-commits] gentoo-x86 commit in app-admin/monit: ChangeLog monit-5.11-r1.ebuild
polynomial-c15/01/03 14:40:09 Modified: ChangeLog Added:monit-5.11-r1.ebuild Log: Revbump to make ebuild EAPI-5 compliant. Added pam.d file (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) Revision ChangesPath 1.92 app-admin/monit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/ChangeLog?rev=1.92&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/ChangeLog?rev=1.92&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/ChangeLog?r1=1.91&r2=1.92 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- ChangeLog 25 Dec 2014 12:19:34 - 1.91 +++ ChangeLog 3 Jan 2015 14:40:09 - 1.92 @@ -1,6 +1,13 @@ # ChangeLog for app-admin/monit -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v 1.91 2014/12/25 12:19:34 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/monit/ChangeLog,v 1.92 2015/01/03 14:40:09 polynomial-c Exp $ + +*monit-5.11-r1 (03 Jan 2015) + + 03 Jan 2015; Lars Wendler +monit-5.11-r1.ebuild, + +files/monit.pamd: + Revbump to make ebuild EAPI-5 compliant. Added pam.d file. Permission kindly + granted by Patrick. *monit-5.11 (25 Dec 2014) 1.1 app-admin/monit/monit-5.11-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/monit-5.11-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/monit-5.11-r1.ebuild?rev=1.1&content-type=text/plain Index: monit-5.11-r1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/monit/monit-5.11-r1.ebuild,v 1.1 2015/01/03 14:40:09 polynomial-c Exp $ EAPI="5" inherit pam systemd DESCRIPTION="a utility for monitoring and managing daemons or similar programs running on a Unix system" HOMEPAGE="http://mmonit.com/monit/"; SRC_URI="http://mmonit.com/monit/dist/${P}.tar.gz"; LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux" IUSE="pam ssl" RDEPEND="ssl? ( dev-libs/openssl )" DEPEND="${RDEPEND} sys-devel/flex sys-devel/bison pam? ( virtual/pam )" src_prepare() { sed -i -e '/^INSTALL_PROG/s/-s//' Makefile.in || die "sed failed in Makefile.in" } src_configure() { econf $(use_with ssl) $(use_with pam) } src_install() { default dodoc README* dohtml -r doc/* insinto /etc; insopts -m600; doins monitrc newinitd "${FILESDIR}"/monit.initd-5.0-r1 monit systemd_dounit "${FILESDIR}"/${PN}.service use pam && newpamd "${FILESDIR}"/${PN}.pamd ${PN} } pkg_postinst() { elog "Sample configurations are available at:" elog "http://mmonit.com/monit/documentation/"; }
[gentoo-commits] gentoo-x86 commit in app-admin/monit/files: monit.pamd
polynomial-c15/01/03 14:40:09 Added:monit.pamd Log: Revbump to make ebuild EAPI-5 compliant. Added pam.d file (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC) Revision ChangesPath 1.1 app-admin/monit/files/monit.pamd file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/files/monit.pamd?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/monit/files/monit.pamd?rev=1.1&content-type=text/plain Index: monit.pamd === authsufficient pam_securityserver.so authsufficient pam_unix.so authrequiredpam_deny.so authrequiredpam_permit.so
[gentoo-commits] gentoo-x86 commit in games-arcade/betna: betna-0.9.7.ebuild ChangeLog
tupone 15/01/03 14:40:58 Modified: betna-0.9.7.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) Revision ChangesPath 1.11 games-arcade/betna/betna-0.9.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/betna/betna-0.9.7.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/betna/betna-0.9.7.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/betna/betna-0.9.7.ebuild?r1=1.10&r2=1.11 Index: betna-0.9.7.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-arcade/betna/betna-0.9.7.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- betna-0.9.7.ebuild 8 Sep 2010 15:38:25 - 1.10 +++ betna-0.9.7.ebuild 3 Jan 2015 14:40:57 - 1.11 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/betna/betna-0.9.7.ebuild,v 1.10 2010/09/08 15:38:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/betna/betna-0.9.7.ebuild,v 1.11 2015/01/03 14:40:57 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games DESCRIPTION="Defend your volcano from the attacking ants by firing rocks/bullets at them" @@ -15,6 +15,7 @@ IUSE="" DEPEND="media-libs/libsdl[video]" +RDEPEND="${DEPEND}" src_prepare() { sed -i \ @@ -31,14 +32,14 @@ } src_compile() { - emake clean || die - emake || die + emake clean + emake } src_install() { - dogamesbin betna || die "dogamesbin failed" + dogamesbin betna insinto "${GAMES_DATADIR}"/${PN} - doins images/* || die "doins failed" + doins images/* newicon images/target.bmp ${PN}.bmp make_desktop_entry ${PN} Betna /usr/share/pixmaps/${PN}.bmp dodoc README Q\&A 1.10 games-arcade/betna/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/betna/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/betna/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/betna/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-arcade/betna/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 8 Sep 2010 15:38:25 - 1.9 +++ ChangeLog 3 Jan 2015 14:40:57 - 1.10 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/betna -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/betna/ChangeLog,v 1.9 2010/09/08 15:38:25 mr_bones_ Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/betna/ChangeLog,v 1.10 2015/01/03 14:40:57 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo betna-0.9.7.ebuild: + EAPI 4 08 Sep 2010; Michael Sterrett betna-0.9.7.ebuild: honor LDFLAGS (bug #336452); honor CXX; EAPI=2; tidy
[gentoo-commits] gentoo-x86 commit in media-sound/a2jmidid: a2jmidid-8-r1.ebuild ChangeLog
mgorny 15/01/03 14:46:28 Modified: ChangeLog Added:a2jmidid-8-r1.ebuild Log: Convert to python-single-r1. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.13 media-sound/a2jmidid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/a2jmidid/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/a2jmidid/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/a2jmidid/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 10 Aug 2014 21:03:04 - 1.12 +++ ChangeLog 3 Jan 2015 14:46:28 - 1.13 @@ -1,6 +1,11 @@ # ChangeLog for media-sound/a2jmidid -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v 1.12 2014/08/10 21:03:04 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/ChangeLog,v 1.13 2015/01/03 14:46:28 mgorny Exp $ + +*a2jmidid-8-r1 (03 Jan 2015) + + 03 Jan 2015; Michał Górny +a2jmidid-8-r1.ebuild: + Convert to python-single-r1. 10 Aug 2014; Sergei Trofimovich a2jmidid-8.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 media-sound/a2jmidid/a2jmidid-8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/a2jmidid/a2jmidid-8-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/a2jmidid/a2jmidid-8-r1.ebuild?rev=1.1&content-type=text/plain Index: a2jmidid-8-r1.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-sound/a2jmidid/a2jmidid-8-r1.ebuild,v 1.1 2015/01/03 14:46:28 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='threads(+)' NO_WAF_LIBDIR=1 inherit python-single-r1 toolchain-funcs waf-utils DESCRIPTION="Daemon for exposing legacy ALSA sequencer applications in JACK MIDI system" HOMEPAGE="http://home.gna.org/a2jmidid/"; SRC_URI="http://download.gna.org/a2jmidid/${P}.tar.bz2"; LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="dbus" RDEPEND="media-libs/alsa-lib media-sound/jack-audio-connection-kit dbus? ( sys-apps/dbus ) ${PYTHON_DEPS}" DEPEND="${RDEPEND} virtual/pkgconfig" DOCS=(AUTHORS README NEWS internals.txt) src_configure() { if use dbus ; then waf-utils_src_configure else waf-utils_src_configure --disable-dbus fi } src_install() { waf-utils_src_install python_fix_shebang "${ED}" }
[gentoo-commits] gentoo-x86 commit in media-sound/patchage: patchage-0.5.0-r1.ebuild ChangeLog
mgorny 15/01/03 14:49:04 Modified: patchage-0.5.0-r1.ebuild ChangeLog Log: Add PYTHON_REQ_USE as necessary for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.5 media-sound/patchage/patchage-0.5.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/patchage/patchage-0.5.0-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/patchage/patchage-0.5.0-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/patchage/patchage-0.5.0-r1.ebuild?r1=1.4&r2=1.5 Index: patchage-0.5.0-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-sound/patchage/patchage-0.5.0-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- patchage-0.5.0-r1.ebuild12 Oct 2014 09:00:02 - 1.4 +++ patchage-0.5.0-r1.ebuild3 Jan 2015 14:49:04 - 1.5 @@ -1,9 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/patchage-0.5.0-r1.ebuild,v 1.4 2014/10/12 09:00:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/patchage-0.5.0-r1.ebuild,v 1.5 2015/01/03 14:49:04 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE='threads(+)' inherit eutils waf-utils python-any-r1 1.20 media-sound/patchage/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/patchage/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/patchage/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/patchage/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-sound/patchage/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 12 Oct 2014 15:14:16 - 1.19 +++ ChangeLog 3 Jan 2015 14:49:04 - 1.20 @@ -1,6 +1,9 @@ # ChangeLog for media-sound/patchage -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/ChangeLog,v 1.19 2014/10/12 15:14:16 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/ChangeLog,v 1.20 2015/01/03 14:49:04 mgorny Exp $ + + 03 Jan 2015; Michał Górny patchage-0.5.0-r1.ebuild: + Add PYTHON_REQ_USE as necessary for waf. 12 Oct 2014; Manuel Rüger -patchage-0.4.2.ebuild: Cleanup old EAPI1
[gentoo-commits] gentoo-x86 commit in x11-apps/xinit: xinit-1.3.3-r1.ebuild ChangeLog
heroxbd 15/01/03 14:49:32 Modified: xinit-1.3.3-r1.ebuild ChangeLog Log: xinitdir handling for Prefix. (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit) Revision ChangesPath 1.3 x11-apps/xinit/xinit-1.3.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinit/xinit-1.3.3-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinit/xinit-1.3.3-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinit/xinit-1.3.3-r1.ebuild?r1=1.2&r2=1.3 Index: xinit-1.3.3-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.3.3-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xinit-1.3.3-r1.ebuild 14 Mar 2014 14:38:55 - 1.2 +++ xinit-1.3.3-r1.ebuild 3 Jan 2015 14:49:32 - 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.3.3-r1.ebuild,v 1.2 2014/03/14 14:38:55 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/xinit-1.3.3-r1.ebuild,v 1.3 2015/01/03 14:49:32 heroxbd Exp $ EAPI=5 @@ -33,7 +33,7 @@ src_configure() { XORG_CONFIGURE_OPTIONS=( - --with-xinitdir=/etc/X11/xinit + --with-xinitdir="${EPREFIX}"/etc/X11/xinit ) xorg-2_src_configure } 1.257x11-apps/xinit/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinit/ChangeLog?rev=1.257&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinit/ChangeLog?rev=1.257&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinit/ChangeLog?r1=1.256&r2=1.257 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v retrieving revision 1.256 retrieving revision 1.257 diff -u -r1.256 -r1.257 --- ChangeLog 16 Dec 2014 03:15:04 - 1.256 +++ ChangeLog 3 Jan 2015 14:49:32 - 1.257 @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xinit -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.256 2014/12/16 03:15:04 heroxbd Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinit/ChangeLog,v 1.257 2015/01/03 14:49:32 heroxbd Exp $ + + 03 Jan 2015; Benda Xu xinit-1.3.3-r1.ebuild: + xinitdir handling for Prefix. 16 Dec 2014; Benda Xu xinit-1.3.4.ebuild: xinitdir handling for Prefix.
[gentoo-commits] gentoo-x86 commit in eclass: ChangeLog waf-utils.eclass
mgorny 15/01/03 14:50:34 Modified: ChangeLog waf-utils.eclass Log: Warn about unset EPYTHON. Revision ChangesPath 1.1496 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1496&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1496&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1495&r2=1.1496 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1495 retrieving revision 1.1496 diff -u -r1.1495 -r1.1496 --- ChangeLog 2 Jan 2015 09:35:02 - 1.1495 +++ ChangeLog 3 Jan 2015 14:50:34 - 1.1496 @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1495 2015/01/02 09:35:02 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1496 2015/01/03 14:50:34 mgorny Exp $ + + 03 Jan 2015; Michał Górny waf-utils.eclass: + Warn about unset EPYTHON. 02 Jan 2015; Michał Górny python-utils-r1.eclass: Make python.eclass commands/variables fatal once again since all in-tree 1.22 eclass/waf-utils.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/waf-utils.eclass?rev=1.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/waf-utils.eclass?rev=1.22&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/waf-utils.eclass?r1=1.21&r2=1.22 Index: waf-utils.eclass === RCS file: /var/cvsroot/gentoo-x86/eclass/waf-utils.eclass,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- waf-utils.eclass27 Dec 2014 18:07:31 - 1.21 +++ waf-utils.eclass3 Jan 2015 14:50:34 - 1.22 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/waf-utils.eclass,v 1.21 2014/12/27 18:07:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/waf-utils.eclass,v 1.22 2015/01/03 14:50:34 mgorny Exp $ # @ECLASS: waf-utils.eclass # @MAINTAINER: @@ -46,11 +46,27 @@ eqawarn "and will be banned on 2015-01-24. Please make sure to configure and inherit" eqawarn "appropriate -r1 eclass. For more information and examples, please see:" eqawarn " https://wiki.gentoo.org/wiki/Project:Python/waf-utils_integration"; - elif [[ ${PYTHON_REQ_USE} != *threads* ]]; then - eqawarn "Waf requires threading support in Python. To accomodate this requirement," - eqawarn "please add 'threads(+)' to PYTHON_REQ_USE variable (above inherit line)." - eqawarn "For more information and examples, please see:" - eqawarn " https://wiki.gentoo.org/wiki/Project:Python/waf-utils_integration"; + else + if [[ ! ${EPYTHON} ]]; then + eqawarn "EPYTHON is unset while calling waf-utils. This most likely means that" + eqawarn "the ebuild did not call the appropriate eclass function before calling waf." + if [[ ${_PYTHON_ANY_R1} ]]; then + eqawarn "Please ensure that python-any-r1_pkg_setup is called in pkg_setup()." + elif [[ ${_PYTHON_SINGLE_R1} ]]; then + eqawarn "Please ensure that python-single-r1_pkg_setup is called in pkg_setup()." + else # python-r1 + eqawarn "Please ensure that python_setup is called before waf-utils_src_configure()," + eqawarn "or that the latter is used within python_foreach_impl as appropriate." + fi + eqawarn + fi + + if [[ ${PYTHON_REQ_USE} != *threads* ]]; then + eqawarn "Waf requires threading support in Python. To accomodate this requirement," + eqawarn "please add 'threads(+)' to PYTHON_REQ_USE variable (above inherit line)." + eqawarn "For more information and examples, please see:" + eqawarn " https://wiki.gentoo.org/wiki/Project:Python/waf-utils_integration"; + fi fi local libdir=""
[gentoo-commits] gentoo-x86 commit in media-libs/lv2core: lv2core-6.0.ebuild ChangeLog
mgorny 15/01/03 14:54:09 Modified: lv2core-6.0.ebuild ChangeLog Log: Use python-any-r1 for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.3 media-libs/lv2core/lv2core-6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild?r1=1.2&r2=1.3 Index: lv2core-6.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lv2core-6.0.ebuild 7 Dec 2011 13:48:22 - 1.2 +++ lv2core-6.0.ebuild 3 Jan 2015 14:54:09 - 1.3 @@ -1,10 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild,v 1.2 2011/12/07 13:48:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild,v 1.3 2015/01/03 14:54:09 mgorny Exp $ EAPI=4 -inherit waf-utils +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads(+)' + +inherit python-any-r1 waf-utils DESCRIPTION="LV2 is a simple but extensible successor of LADSPA" HOMEPAGE="http://lv2plug.in/"; 1.10 media-libs/lv2core/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 7 Dec 2011 13:48:22 - 1.9 +++ ChangeLog 3 Jan 2015 14:54:09 - 1.10 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/lv2core -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.9 2011/12/07 13:48:22 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.10 2015/01/03 14:54:09 mgorny Exp $ + + 03 Jan 2015; Michał Górny lv2core-6.0.ebuild: + Use python-any-r1 for waf. 07 Dec 2011; Alexis Ballier lv2core-6.0.ebuild: convert to waf-utils.eclass and bump to eapi4 @@ -40,4 +43,3 @@ 10 Jan 2008; Alexis Ballier +metadata.xml, +lv2core-1.ebuild: initial import -
[gentoo-commits] dev/bircoph:master commit in: sys-devel/distcc/, sys-devel/distcc/files/
commit: a1605b450c17bfc0b459750e4fc49561bdb39401 Author: Andrew Savchenko gmail com> AuthorDate: Sat Jan 3 14:52:30 2015 + Commit: Andrew Savchenko gmail com> CommitDate: Sat Jan 3 14:52:30 2015 + URL: http://sources.gentoo.org/gitweb/?p=dev/bircoph.git;a=commit;h=a1605b45 distcc: sync fix python and QA Fix variables to match python-r1.eclass. Move large patch to dev.gentoo.org's public_html. --- sys-devel/distcc/Manifest | 4 +- sys-devel/distcc/distcc-3.2_rc1-r2.ebuild | 7 +- sys-devel/distcc/files/distcc-3.2_rc1-native.patch | 924 - 3 files changed, 6 insertions(+), 929 deletions(-) diff --git a/sys-devel/distcc/Manifest b/sys-devel/distcc/Manifest index 1335727..a832d2e 100644 --- a/sys-devel/distcc/Manifest +++ b/sys-devel/distcc/Manifest @@ -14,13 +14,13 @@ AUX distcc-3.1-argc-fix.patch 480 SHA256 e576553f27c7fabc2dcd3f361a98e2db70fef9f AUX distcc-3.2_rc1-crosscompile.patch 5029 SHA256 98f878fec98e19011505a4d43ee4719e615a76863af8d0e15c19784c9cd43fef SHA512 e97ab66999859812c77cd077aa2220d49d39998748c368476193acd6e8276af4e58bb1ae54dfd848ba6cb67ae23a6d5776fc488d21aa518a0cfa22834805f517 WHIRLPOOL 711c438c78797df03bb9dc09ffc812f65766621a351121b34e695e73783a785b0488254bfde4e4e9e8e7916563c6b41b36b593773df548c4fae80eaf45aea4ae AUX distcc-3.2_rc1-freedesktop.patch 3140 SHA256 7ead1174fc170cee5c32ac183edf0c15ae35df56bedbbf6bc24c0099fe23b7f6 SHA512 fe953e1884b498da9cbb83ca90af9e49b554ad56fef8a8f55b9e6b46e5904f7376e5e58a9123f4acb474e16577fb6c9371a12eddc29c07c5d488be847f4ed2ef WHIRLPOOL b073d4c775493a2976dc430f949269d6328178254c2080ca1f8c71be3b935cdfcc5e3135e2504e87267059df243f744d2f7f90a517aefebeaed5f55e40607eb1 AUX distcc-3.2_rc1-gssapi.patch 1638 SHA256 2693fbf5b76ab64874e0a4bc1540067f402799dfabde5202a89ec045f1d88ea0 SHA512 c804189f87068f82e7cb18de4e8d30cc67db7cc7fbcb13872d44e3f6fb006b3c779adf9c6068ae50831ef649da718ddb33c0efc4354636aacc9a7217b3c9a348 WHIRLPOOL fd0afc3bcdc176aec7f2f2e9d990578573628c66a23da60ba8e34663c86835ca138f48a2feb4f02dd8cfa2c28442f65338ea531994a09db38bbdf62bfdfcbe4d -AUX distcc-3.2_rc1-native.patch 29735 SHA256 65c0a6761be1299920e4d4c57ea9c8fa60710311c0a99acd9bb241d4b60d1d73 SHA512 cf2d7c1042c757281b300967fdcd6f7a83dc10444a2779e2678977cf507bdac06508917ada5e320ffb0cb0f5254bccf267a253407bcdf39a0067cda44fd9c798 WHIRLPOOL 682ba316ecdffafd4ec22fef7fefb5a58bd724b7f244f9dd8a03cb9fa33e27c92095fa58c5181b8638b5434734554ffd6ebd9139f622fc9e99f27a90fa28103f AUX distcc-3.2_rc1-python.patch 10592 SHA256 935328943efe26f20bfb94952bc8bcb7f8536465db72411d81e6f3d1ade37989 SHA512 513c2fb9aa8f222a0f6062795fac1f855d67467d796b406c6b685e345554ce09a96ab9e594d6a05aad6c5a0f8c7906700529cfb562f2dd7c498d9078219b3d6b WHIRLPOOL 0ec9deafa00b161a29ead3ff7791262a189501d2ca69d03d46eb5838ca3effa8e1de7878b72917634cb261ee2cf68401f2b8ca70048345d4bfddc6db82fa56aa AUX distcc-config-3.2_rc1-v2 7983 SHA256 70763dd6f53cfbe373dc54ab68fc1cda8eeda0db5241166f3da2d9655314193d SHA512 6a1b40c578d8e46a9dfffee3a5186b5d4c68cdc1266f37395fc8c25c9c519af30069912934dd34004b65bfa8c554e691ea8182d28a26af024fe32d372de8c984 WHIRLPOOL 94f142c15d2c0858afd1ffc8882676faed86b993f1292293946272b7220266bdd057b8bdc7f0fe057dbcabfc199aa7d662b91cd8bb6c3295c1a08e2d7a4c322f AUX distcc-hardened.patch 1084 SHA256 dcf63f201cb7f4bf13eeb1485a5056c64370b9239d28e4acc77a47046dcda6cf SHA512 d1150dc83bf89c332f8c0bd01e15f52f95d71868733bd2e5430a5377f1a4aaa2b5b6e0cd488d33d9b94ce18b0eeeadf4af719db536b001b50e4d482b35c7e057 WHIRLPOOL 5faa97711f48d3bb41c6362d9467dab28546d01015de1b76eaaf847d633711bf56af16d1e3484b9bf9215cdf5436fcc6837bc870287cce02553b9ff756215111 AUX distccd.confd 1292 SHA256 95c1118098be6e6594442ee841a0b58c1aa72d0059d91c10001bd449336fba2b SHA512 996b5e021e61abe121a220c764da21d9f19c3bff8e1ebfbc48958d230a41f0d7673e0eb7ca2d419248ee5ea97b02218c51630f2754f9da141cc2d09bd3ce WHIRLPOOL a6567d09456bcc79a8f273051eef5fc41da7672eb06a4ef132cb222cf21a2696dac2893b0999b5657492b84f30db7fba6897aab96ba67a1a232d9b827538f101 AUX distccd.initd 832 SHA256 cc2f9cfb51a3889167f5270442251f713d4774ec468f1e428cff3ac22aa75320 SHA512 645dcbff5a27455f9dda9d7c9696aec9f436ebf6c9363c16ea5411230bbf3b05f5f20ee760ebd062c41c28fdabe3c59a20e883c07fd79462a678d5046cf52e0e WHIRLPOOL be05eb81faa68b1ceb9d441ba99d983e54aa1fbb065d46774f9b3520abd8760fb99e3ab906f61f2605643db6030150e2b79890b0e7ef2f3e10fafef38a12e29a +DIST distcc-3.2_rc1-native.patch.xz 8000 SHA256 b83991c029982316ab283b2dc9646fbbed844a9190c223f8cfc996f930c66cda SHA512 29418160902996d38a9a8619cf07b60b1303b1e508831a706addae9fcbbbe61855cd489e97cab878f26fd4f0d3f8ac21164462b5befbbb15cf341dd73b539cc9 WHIRLPOOL cbb7a34c6642fc738abb8f671c9884dbd7d053aedc7371e85cba00a569ea14229291c74b22494d0ebe16d854b47998f00f518e5716ad74d433278f47f4427c6b DIST distcc-3.2rc1.tar.bz2 609904 SHA256 311671e844625d7fdb18dd3d096cd855751cfe8de13827682bcb7beff9133b30 SHA512 98b2e8423d724bbb6a615d946d170441a8e293310785f867d7a277b318c
[gentoo-commits] gentoo-x86 commit in media-libs/lv2-ui: lv2-ui-2.4.ebuild ChangeLog
mgorny 15/01/03 14:56:42 Modified: lv2-ui-2.4.ebuild ChangeLog Log: Use python-any-r1 for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.3 media-libs/lv2-ui/lv2-ui-2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild?r1=1.2&r2=1.3 Index: lv2-ui-2.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- lv2-ui-2.4.ebuild 1 Mar 2012 13:46:11 - 1.2 +++ lv2-ui-2.4.ebuild 3 Jan 2015 14:56:42 - 1.3 @@ -1,9 +1,13 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild,v 1.2 2012/03/01 13:46:11 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild,v 1.3 2015/01/03 14:56:42 mgorny Exp $ EAPI=3 -inherit waf-utils + +PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_REQ_USE='threads' + +inherit python-any-r1 waf-utils DESCRIPTION="Generic UI interface for LV2 plugins" HOMEPAGE="http://lv2plug.in/ns/extensions/ui"; 1.3 media-libs/lv2-ui/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 1 Mar 2012 13:46:11 - 1.2 +++ ChangeLog 3 Jan 2015 14:56:42 - 1.3 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/lv2-ui -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/ChangeLog,v 1.2 2012/03/01 13:46:11 tomka Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/ChangeLog,v 1.3 2015/01/03 14:56:42 mgorny Exp $ + + 03 Jan 2015; Michał Górny lv2-ui-2.4.ebuild: + Use python-any-r1 for waf. 01 Mar 2012; Thomas Kahle lv2-ui-2.4.ebuild: marked ~x86 per bug 397887 @@ -10,4 +13,3 @@ 07 Jan 2012; Alexis Ballier +lv2-ui-2.4.ebuild, +metadata.xml: initial import, ebuild by Gavin Pryke -
[gentoo-commits] gentoo-x86 commit in games-arcade/blobby: ChangeLog blobby-0.9c.ebuild
tupone 15/01/03 14:57:41 Modified: ChangeLog blobby-0.9c.ebuild Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) Revision ChangesPath 1.8 games-arcade/blobby/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blobby/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blobby/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blobby/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-arcade/blobby/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 15 May 2014 16:27:24 - 1.7 +++ ChangeLog 3 Jan 2015 14:57:41 - 1.8 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/blobby -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/blobby/ChangeLog,v 1.7 2014/05/15 16:27:24 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/blobby/ChangeLog,v 1.8 2015/01/03 14:57:41 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo blobby-0.9c.ebuild: + EAPI 4 15 May 2014; Ulrich Müller blobby-0.9c.ebuild: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to 1.8 games-arcade/blobby/blobby-0.9c.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blobby/blobby-0.9c.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blobby/blobby-0.9c.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blobby/blobby-0.9c.ebuild?r1=1.7&r2=1.8 Index: blobby-0.9c.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-arcade/blobby/blobby-0.9c.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- blobby-0.9c.ebuild 15 May 2014 16:27:24 - 1.7 +++ blobby-0.9c.ebuild 3 Jan 2015 14:57:41 - 1.8 @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/blobby/blobby-0.9c.ebuild,v 1.7 2014/05/15 16:27:24 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/blobby/blobby-0.9c.ebuild,v 1.8 2015/01/03 14:57:41 tupone Exp $ -EAPI=2 +EAPI=4 inherit cmake-utils eutils games DESCRIPTION="A beach ball game with blobs of goo"
[gentoo-commits] gentoo-x86 commit in media-libs/lv2-ui: lv2-ui-2.4.ebuild ChangeLog
mgorny 15/01/03 15:00:17 Modified: lv2-ui-2.4.ebuild ChangeLog Log: Add missing ${PYTHON_DEPS}. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.4 media-libs/lv2-ui/lv2-ui-2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild?r1=1.3&r2=1.4 Index: lv2-ui-2.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- lv2-ui-2.4.ebuild 3 Jan 2015 14:56:42 - 1.3 +++ lv2-ui-2.4.ebuild 3 Jan 2015 15:00:17 - 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild,v 1.3 2015/01/03 14:56:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/lv2-ui-2.4.ebuild,v 1.4 2015/01/03 15:00:17 mgorny Exp $ EAPI=3 @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" +DEPEND="${PYTHON_DEPS}" RDEPEND=">=media-libs/lv2core-6.0" DOCS=( "NEWS" ) 1.4 media-libs/lv2-ui/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2-ui/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 3 Jan 2015 14:56:42 - 1.3 +++ ChangeLog 3 Jan 2015 15:00:17 - 1.4 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/lv2-ui # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/ChangeLog,v 1.3 2015/01/03 14:56:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2-ui/ChangeLog,v 1.4 2015/01/03 15:00:17 mgorny Exp $ + + 03 Jan 2015; Michał Górny lv2-ui-2.4.ebuild: + Add missing ${PYTHON_DEPS}. 03 Jan 2015; Michał Górny lv2-ui-2.4.ebuild: Use python-any-r1 for waf.
[gentoo-commits] gentoo-x86 commit in media-libs/lv2core: lv2core-6.0.ebuild ChangeLog
mgorny 15/01/03 15:01:37 Modified: lv2core-6.0.ebuild ChangeLog Log: Add missing ${PYTHON_DEPS}. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.4 media-libs/lv2core/lv2core-6.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild?r1=1.3&r2=1.4 Index: lv2core-6.0.ebuild === RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- lv2core-6.0.ebuild 3 Jan 2015 14:54:09 - 1.3 +++ lv2core-6.0.ebuild 3 Jan 2015 15:01:37 - 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild,v 1.3 2015/01/03 14:54:09 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild,v 1.4 2015/01/03 15:01:37 mgorny Exp $ EAPI=4 @@ -18,6 +18,6 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" -DEPEND="" +DEPEND="${PYTHON_DEPS}" RDEPEND="!http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/lv2core/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 3 Jan 2015 14:54:09 - 1.10 +++ ChangeLog 3 Jan 2015 15:01:37 - 1.11 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/lv2core # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.10 2015/01/03 14:54:09 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.11 2015/01/03 15:01:37 mgorny Exp $ + + 03 Jan 2015; Michał Górny lv2core-6.0.ebuild: + Add missing ${PYTHON_DEPS}. 03 Jan 2015; Michał Górny lv2core-6.0.ebuild: Use python-any-r1 for waf.
[gentoo-commits] gentoo-x86 commit in games-arcade/bloboats: bloboats-1.0.2.ebuild ChangeLog
tupone 15/01/03 15:02:41 Modified: bloboats-1.0.2.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) Revision ChangesPath 1.6 games-arcade/bloboats/bloboats-1.0.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild?r1=1.5&r2=1.6 Index: bloboats-1.0.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- bloboats-1.0.2.ebuild 7 Feb 2013 22:03:08 - 1.5 +++ bloboats-1.0.2.ebuild 3 Jan 2015 15:02:41 - 1.6 @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild,v 1.5 2013/02/07 22:03:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bloboats/bloboats-1.0.2.ebuild,v 1.6 2015/01/03 15:02:41 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games DESCRIPTION="arcade-like boat racing game combining platform jumpers and elastomania / x-moto like games" @@ -19,6 +19,7 @@ media-libs/sdl-image[png] media-libs/sdl-net media-libs/libvorbis" +REDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-warnings.patch @@ -35,11 +36,11 @@ } src_install() { - dogamesbin bin/bloboats || die + dogamesbin bin/bloboats insinto "${GAMES_DATADIR}"/${PN} - doins -r data/* || die + doins -r data/* insinto "$GAMES_SYSCONFDIR" - doins bloboats.dirs || die + doins bloboats.dirs dodoc readme.txt prepgamesdirs } 1.8 games-arcade/bloboats/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bloboats/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-arcade/bloboats/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 7 Feb 2013 22:03:08 - 1.7 +++ ChangeLog 3 Jan 2015 15:02:41 - 1.8 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/bloboats -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bloboats/ChangeLog,v 1.7 2013/02/07 22:03:08 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bloboats/ChangeLog,v 1.8 2015/01/03 15:02:41 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo bloboats-1.0.2.ebuild: + EAPI 4 07 Feb 2013; Ulrich Müller bloboats-1.0.2.ebuild: Move Creative Commons licenses to shorter names.
[gentoo-commits] gentoo-x86 commit in www-client/midori: midori-0.5.8-r1.ebuild midori-0.5.5.ebuild midori-0.5.8.ebuild ChangeLog
mgorny 15/01/03 15:06:12 Modified: midori-0.5.8-r1.ebuild midori-0.5.5.ebuild midori-0.5.8.ebuild ChangeLog Log: Add PYTHON_REQ_USE as necessary for waf. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 www-client/midori/midori-0.5.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/midori-0.5.8-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/midori-0.5.8-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/midori-0.5.8-r1.ebuild?r1=1.1&r2=1.2 Index: midori-0.5.8-r1.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.8-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- midori-0.5.8-r1.ebuild 22 Jul 2014 10:36:03 - 1.1 +++ midori-0.5.8-r1.ebuild 3 Jan 2015 15:06:12 - 1.2 @@ -1,12 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.8-r1.ebuild,v 1.1 2014/07/22 10:36:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.8-r1.ebuild,v 1.2 2015/01/03 15:06:12 mgorny Exp $ EAPI=5 VALA_MIN_API_VERSION=0.16 PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' unset _live_inherits 1.5 www-client/midori/midori-0.5.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/midori-0.5.5.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/midori-0.5.5.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/midori-0.5.5.ebuild?r1=1.4&r2=1.5 Index: midori-0.5.5.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.5.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- midori-0.5.5.ebuild 2 Jun 2014 16:50:27 - 1.4 +++ midori-0.5.5.ebuild 3 Jan 2015 15:06:12 - 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.5.ebuild,v 1.4 2014/06/02 16:50:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.5.ebuild,v 1.5 2015/01/03 15:06:12 mgorny Exp $ EAPI=5 @@ -9,6 +9,7 @@ VALA_MAX_API_VERSION=${MY_VALA_VERSION} PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' unset _live_inherits 1.5 www-client/midori/midori-0.5.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/midori-0.5.8.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/midori-0.5.8.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/midori-0.5.8.ebuild?r1=1.4&r2=1.5 Index: midori-0.5.8.ebuild === RCS file: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.8.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- midori-0.5.8.ebuild 3 May 2014 14:11:51 - 1.4 +++ midori-0.5.8.ebuild 3 Jan 2015 15:06:12 - 1.5 @@ -1,12 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.8.ebuild,v 1.4 2014/05/03 14:11:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.8.ebuild,v 1.5 2015/01/03 15:06:12 mgorny Exp $ EAPI=5 VALA_MIN_API_VERSION=0.16 PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' unset _live_inherits 1.130www-client/midori/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/ChangeLog?rev=1.130&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/ChangeLog?rev=1.130&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/midori/ChangeLog?r1=1.129&r2=1.130 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/www-client/midori/ChangeLog,v retrieving revision 1.129 retrieving revision 1.130 diff -u -r1.129 -r1.130 --- ChangeLog 22 Jul 2014 10:36:03 - 1.129 +++ ChangeLog 3 Jan 2015 15:06:12 - 1.130 @@ -1,6 +1,10 @@ # Chan
[gentoo-commits] gentoo-x86 commit in games-arcade/blobwars: ChangeLog blobwars-1.19.ebuild
tupone 15/01/03 15:36:54 Modified: ChangeLog blobwars-1.19.ebuild Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) Revision ChangesPath 1.46 games-arcade/blobwars/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blobwars/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blobwars/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blobwars/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-arcade/blobwars/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 7 Feb 2013 22:03:54 - 1.45 +++ ChangeLog 3 Jan 2015 15:36:54 - 1.46 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/blobwars -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/blobwars/ChangeLog,v 1.45 2013/02/07 22:03:54 ulm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/blobwars/ChangeLog,v 1.46 2015/01/03 15:36:54 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo blobwars-1.19.ebuild: + EAPI 4 07 Feb 2013; Ulrich Müller blobwars-1.19.ebuild: Move Creative Commons licenses to shorter names. 1.7 games-arcade/blobwars/blobwars-1.19.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blobwars/blobwars-1.19.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blobwars/blobwars-1.19.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blobwars/blobwars-1.19.ebuild?r1=1.6&r2=1.7 Index: blobwars-1.19.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-arcade/blobwars/blobwars-1.19.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- blobwars-1.19.ebuild7 Feb 2013 22:03:54 - 1.6 +++ blobwars-1.19.ebuild3 Jan 2015 15:36:54 - 1.7 @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/blobwars/blobwars-1.19.ebuild,v 1.6 2013/02/07 22:03:54 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/blobwars/blobwars-1.19.ebuild,v 1.7 2015/01/03 15:36:54 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils gnome2-utils games DESCRIPTION="Platform game about a blob and his quest to rescue MIAs from an alien invader" @@ -38,7 +38,7 @@ USEPAK="1" \ DATADIR="${GAMES_DATADIR}/${PN}/" \ DOCDIR="/usr/share/doc/${PF}/html/" \ - LOCALEDIR="/usr/share/locale/" || die + LOCALEDIR="/usr/share/locale/" } src_install() { @@ -51,12 +51,11 @@ ICONDIR="/usr/share/icons/hicolor/" \ DESKTOPDIR="/usr/share/applications/" \ LOCALEDIR="/usr/share/locale/" \ - install || die + install mv -vf \ "${D}"/usr/share/doc/${PF}/html/{changes,hacking,porting,readme} \ "${D}"/usr/share/doc/${PF}/ - prepalldocs prepgamesdirs }
[gentoo-commits] gentoo-x86 commit in net-misc/tor: tor-0.2.6.2_alpha.ebuild ChangeLog
blueness15/01/03 15:56:35 Modified: tor-0.2.6.2_alpha.ebuild ChangeLog Log: Add epatch_user for testing alpha, bug #534244. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision ChangesPath 1.2 net-misc/tor/tor-0.2.6.2_alpha.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.6.2_alpha.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.6.2_alpha.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/tor-0.2.6.2_alpha.ebuild?r1=1.1&r2=1.2 Index: tor-0.2.6.2_alpha.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.6.2_alpha.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tor-0.2.6.2_alpha.ebuild1 Jan 2015 12:04:30 - 1.1 +++ tor-0.2.6.2_alpha.ebuild3 Jan 2015 15:56:35 - 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.6.2_alpha.ebuild,v 1.1 2015/01/01 12:04:30 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.6.2_alpha.ebuild,v 1.2 2015/01/03 15:56:35 blueness Exp $ EAPI="5" @@ -37,6 +37,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-0.2.3.14_alpha-torrc.sample.patch + epatch_user } src_configure() { 1.459net-misc/tor/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.459&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?rev=1.459&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/tor/ChangeLog?r1=1.458&r2=1.459 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v retrieving revision 1.458 retrieving revision 1.459 diff -u -r1.458 -r1.459 --- ChangeLog 2 Jan 2015 12:40:18 - 1.458 +++ ChangeLog 3 Jan 2015 15:56:35 - 1.459 @@ -1,6 +1,9 @@ # ChangeLog for net-misc/tor # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.458 2015/01/02 12:40:18 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/ChangeLog,v 1.459 2015/01/03 15:56:35 blueness Exp $ + + 03 Jan 2015; Anthony G. Basile tor-0.2.6.2_alpha.ebuild: + Add epatch_user for testing alpha, bug #534244. 02 Jan 2015; Agostino Sarubbo tor-0.2.5.10-r3.ebuild: Stable for sparc, wrt bug #533564
[gentoo-commits] gentoo-x86 commit in dev-ruby/rb-gsl: rb-gsl-1.16.0.4.ebuild ChangeLog
mrueg 15/01/03 16:14:24 Modified: rb-gsl-1.16.0.4.ebuild ChangeLog Log: Add ruby22 target. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.2 dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild?r1=1.1&r2=1.2 Index: rb-gsl-1.16.0.4.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rb-gsl-1.16.0.4.ebuild 27 Dec 2014 15:34:28 - 1.1 +++ rb-gsl-1.16.0.4.ebuild 3 Jan 2015 16:14:24 - 1.2 @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild,v 1.1 2014/12/27 15:34:28 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/rb-gsl-1.16.0.4.ebuild,v 1.2 2015/01/03 16:14:24 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" inherit ruby-fakegem multilib 1.9 dev-ruby/rb-gsl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rb-gsl/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 27 Dec 2014 15:34:28 - 1.8 +++ ChangeLog 3 Jan 2015 16:14:24 - 1.9 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rb-gsl -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/ChangeLog,v 1.8 2014/12/27 15:34:28 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rb-gsl/ChangeLog,v 1.9 2015/01/03 16:14:24 mrueg Exp $ + + 03 Jan 2015; Manuel Rüger rb-gsl-1.16.0.4.ebuild: + Add ruby22 target. *rb-gsl-1.16.0.4 (27 Dec 2014)
[gentoo-commits] gentoo-x86 commit in app-emacs/dts-mode: - New directory
ulm 15/01/03 16:22:11 Log: Directory /var/cvsroot/gentoo-x86/app-emacs/dts-mode added to the repository
[gentoo-commits] gentoo-x86 commit in app-emacs/dts-mode/files: - New directory
ulm 15/01/03 16:22:19 Log: Directory /var/cvsroot/gentoo-x86/app-emacs/dts-mode/files added to the repository
[gentoo-commits] gentoo-x86 commit in dev-ruby/rbtree: rbtree-0.4.2.ebuild ChangeLog
mrueg 15/01/03 16:24:04 Modified: rbtree-0.4.2.ebuild ChangeLog Log: Add ruby22 target. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.4 dev-ruby/rbtree/rbtree-0.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rbtree/rbtree-0.4.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rbtree/rbtree-0.4.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rbtree/rbtree-0.4.2.ebuild?r1=1.3&r2=1.4 Index: rbtree-0.4.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rbtree/rbtree-0.4.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- rbtree-0.4.2.ebuild 5 Aug 2014 16:00:29 - 1.3 +++ rbtree-0.4.2.ebuild 3 Jan 2015 16:24:04 - 1.4 @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbtree/rbtree-0.4.2.ebuild,v 1.3 2014/08/05 16:00:29 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbtree/rbtree-0.4.2.ebuild,v 1.4 2015/01/03 16:24:04 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" 1.15 dev-ruby/rbtree/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rbtree/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rbtree/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rbtree/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rbtree/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 5 Aug 2014 16:00:29 - 1.14 +++ ChangeLog 3 Jan 2015 16:24:04 - 1.15 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rbtree -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbtree/ChangeLog,v 1.14 2014/08/05 16:00:29 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rbtree/ChangeLog,v 1.15 2015/01/03 16:24:04 mrueg Exp $ + + 03 Jan 2015; Manuel Rüger rbtree-0.4.2.ebuild: + Add ruby22 target. 05 Aug 2014; Manuel Rüger rbtree-0.4.2.ebuild: Remove trailing '.' from DESCRIPTION.
[gentoo-commits] gentoo-x86 commit in app-emacs/dts-mode/files: 50dts-mode-gentoo.el
ulm 15/01/03 16:24:33 Added:50dts-mode-gentoo.el Log: Initial import, bug 531400. Ebuild contributed by me. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.1 app-emacs/dts-mode/files/50dts-mode-gentoo.el file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/dts-mode/files/50dts-mode-gentoo.el?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/dts-mode/files/50dts-mode-gentoo.el?rev=1.1&content-type=text/plain Index: 50dts-mode-gentoo.el === (add-to-list 'load-path "@SITELISP@") (autoload 'dts-mode "dts-mode" "Major mode for editing Devicetrees" t) ;; Separate entries in dts-mode.el itself, don't merge them into a single one. (add-to-list 'auto-mode-alist '("\\.dts\\'" . dts-mode)) (add-to-list 'auto-mode-alist '("\\.dtsi\\'" . dts-mode))
[gentoo-commits] gentoo-x86 commit in app-emacs/dts-mode: dts-mode-0.1.0_pre20141014.ebuild ChangeLog metadata.xml
ulm 15/01/03 16:24:33 Added:dts-mode-0.1.0_pre20141014.ebuild ChangeLog metadata.xml Log: Initial import, bug 531400. Ebuild contributed by me. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision ChangesPath 1.1 app-emacs/dts-mode/dts-mode-0.1.0_pre20141014.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/dts-mode/dts-mode-0.1.0_pre20141014.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/dts-mode/dts-mode-0.1.0_pre20141014.ebuild?rev=1.1&content-type=text/plain Index: dts-mode-0.1.0_pre20141014.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-emacs/dts-mode/dts-mode-0.1.0_pre20141014.ebuild,v 1.1 2015/01/03 16:24:33 ulm Exp $ EAPI=5 inherit elisp DESCRIPTION="Emacs major mode for devicetree sources" HOMEPAGE="https://github.com/bgamari/dts-mode"; SRC_URI="http://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"; LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" S="${WORKDIR}/${PN}" SITEFILE="50${PN}-gentoo.el" DOCS="README.mkd" 1.1 app-emacs/dts-mode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/dts-mode/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/dts-mode/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog === # ChangeLog for app-emacs/dts-mode # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-emacs/dts-mode/ChangeLog,v 1.1 2015/01/03 16:24:33 ulm Exp $ *dts-mode-0.1.0_pre20141014 (03 Jan 2015) 03 Jan 2015; Ulrich Müller +dts-mode-0.1.0_pre20141014.ebuild, +files/50dts-mode-gentoo.el, +metadata.xml: Initial import, bug 531400. Ebuild contributed by me. 1.1 app-emacs/dts-mode/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/dts-mode/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emacs/dts-mode/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml === http://www.gentoo.org/dtd/metadata.dtd";> emacs
[gentoo-commits] gentoo-x86 commit in games-arcade/blockrage: blockrage-0.2.3.ebuild ChangeLog
tupone 15/01/03 16:45:55 Modified: blockrage-0.2.3.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) Revision ChangesPath 1.9 games-arcade/blockrage/blockrage-0.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild?r1=1.8&r2=1.9 Index: blockrage-0.2.3.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- blockrage-0.2.3.ebuild 6 Jan 2010 13:59:12 - 1.8 +++ blockrage-0.2.3.ebuild 3 Jan 2015 16:45:55 - 1.9 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild,v 1.8 2010/01/06 13:59:12 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/blockrage-0.2.3.ebuild,v 1.9 2015/01/03 16:45:55 tupone Exp $ -EAPI=2 +EAPI=4 inherit eutils games DESCRIPTION="Falling-blocks arcade game with a 2-player hotseat mode" @@ -15,12 +15,13 @@ IUSE="" DEPEND="media-libs/libsdl" +RDEPEND="${DEPEND}" # Removing error due to wrong detection of cross-compile mode PATCHES=( "${FILESDIR}/${P}"-config.patch ) +DOCS=( ChangeLog KNOWN_BUGS README TODO ) src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog KNOWN_BUGS README TODO + default prepgamesdirs } 1.10 games-arcade/blockrage/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blockrage/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blockrage/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/blockrage/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-arcade/blockrage/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 6 Jan 2010 13:59:12 - 1.9 +++ ChangeLog 3 Jan 2015 16:45:55 - 1.10 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/blockrage -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/ChangeLog,v 1.9 2010/01/06 13:59:12 josejx Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/blockrage/ChangeLog,v 1.10 2015/01/03 16:45:55 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo blockrage-0.2.3.ebuild: + EAPI 4 06 Jan 2010; Joseph Jezak blockrage-0.2.3.ebuild: Marked ppc stable for bug #289091.
[gentoo-commits] gentoo-x86 commit in games-arcade/bomns: ChangeLog bomns-0.99.2.ebuild
tupone 15/01/03 16:58:15 Modified: ChangeLog bomns-0.99.2.ebuild Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) Revision ChangesPath 1.9 games-arcade/bomns/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bomns/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bomns/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bomns/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-arcade/bomns/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 10 Aug 2014 21:22:12 - 1.8 +++ ChangeLog 3 Jan 2015 16:58:15 - 1.9 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/bomns -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bomns/ChangeLog,v 1.8 2014/08/10 21:22:12 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bomns/ChangeLog,v 1.9 2015/01/03 16:58:15 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo bomns-0.99.2.ebuild: + EAPI 4 10 Aug 2014; Sergei Trofimovich bomns-0.99.2.ebuild: QA: drop trailing '.' from DESCRIPTION 1.6 games-arcade/bomns/bomns-0.99.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bomns/bomns-0.99.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bomns/bomns-0.99.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bomns/bomns-0.99.2.ebuild?r1=1.5&r2=1.6 Index: bomns-0.99.2.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-arcade/bomns/bomns-0.99.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- bomns-0.99.2.ebuild 10 Aug 2014 21:22:12 - 1.5 +++ bomns-0.99.2.ebuild 3 Jan 2015 16:58:15 - 1.6 @@ -1,8 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bomns/bomns-0.99.2.ebuild,v 1.5 2014/08/10 21:22:12 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bomns/bomns-0.99.2.ebuild,v 1.6 2015/01/03 16:58:15 tupone Exp $ -EAPI=2 +EAPI=4 inherit autotools flag-o-matic games DESCRIPTION="A fast-paced multiplayer deathmatch arcade game" @@ -17,6 +17,7 @@ DEPEND="media-libs/libsdl[video] media-libs/sdl-mixer gtk? ( x11-libs/gtk+:2 )" +RDEPEND="${DEPEND}" src_prepare() { sed -i \ @@ -45,7 +46,6 @@ } src_install() { - emake DESTDIR="${D}" install || die "make install failed." - dodoc AUTHORS ChangeLog NEWS README TODO + default prepgamesdirs }
[gentoo-commits] gentoo-x86 commit in games-arcade/briquolo: briquolo-0.5.7.ebuild ChangeLog
tupone 15/01/03 17:08:17 Modified: briquolo-0.5.7.ebuild ChangeLog Log: EAPI 4 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D) Revision ChangesPath 1.5 games-arcade/briquolo/briquolo-0.5.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild?r1=1.4&r2=1.5 Index: briquolo-0.5.7.ebuild === RCS file: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- briquolo-0.5.7.ebuild 23 Jul 2014 07:07:25 - 1.4 +++ briquolo-0.5.7.ebuild 3 Jan 2015 17:08:17 - 1.5 @@ -1,7 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild,v 1.4 2014/07/23 07:07:25 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/briquolo-0.5.7.ebuild,v 1.5 2015/01/03 17:08:17 tupone Exp $ +EAPI=4 inherit eutils games DESCRIPTION="Breakout with 3D representation based on OpenGL" @@ -23,9 +24,7 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-gcc43.patch \ "${FILESDIR}"/${P}-libpng14.patch # no thanks we'll take care of it. @@ -44,16 +43,13 @@ || die "sed Makefile.in.in failed" } -src_compile() { +src_configure() { egamesconf \ - --disable-dependency-tracking \ - $(use_enable nls) || die - emake || die "emake failed" + $(use_enable nls) } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog README + default doicon desktop/briquolo.svg make_desktop_entry briquolo Briquolo prepgamesdirs 1.20 games-arcade/briquolo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/briquolo/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 23 Jul 2014 07:07:25 - 1.19 +++ ChangeLog 3 Jan 2015 17:08:17 - 1.20 @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/briquolo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.19 2014/07/23 07:07:25 tupone Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/briquolo/ChangeLog,v 1.20 2015/01/03 17:08:17 tupone Exp $ + + 03 Jan 2015; Tupone Alfredo briquolo-0.5.7.ebuild: + EAPI 4 23 Jul 2014; Alfredo Tupone briquolo-0.5.7.ebuild: Fixing dependency. Bug #514528 by Patrick Lauer
[gentoo-commits] gentoo-x86 commit in media-gfx/inkscape/files: inkscape-0.91_pre3-poppler-0.29.patch
mrueg 15/01/03 17:14:41 Added:inkscape-0.91_pre3-poppler-0.29.patch Log: Fix build with poppler-0.29. See bug #534352 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.1 media-gfx/inkscape/files/inkscape-0.91_pre3-poppler-0.29.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/files/inkscape-0.91_pre3-poppler-0.29.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/files/inkscape-0.91_pre3-poppler-0.29.patch?rev=1.1&content-type=text/plain Index: inkscape-0.91_pre3-poppler-0.29.patch === === modified file 'configure.ac' --- configure.ac2014-11-30 23:03:49 + +++ configure.ac2014-12-11 00:09:21 + @@ -497,6 +497,11 @@ AC_DEFINE(POPPLER_EVEN_NEWER_COLOR_SPACE_API, 1, [Use even newer color space API from Poppler >= 0.26.0]) fi +PKG_CHECK_MODULES(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API, poppler >= 0.29.0, popplernewernewcolorspaceapi=yes, popplernewernewcolorspaceapi=no) +if test "x$popplernewernewcolorspaceapi" = "xyes"; then + AC_DEFINE(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API, 1, [Use even newer new color space API from Poppler >= 0.29.0]) +fi + # Poppler's b604a008 commit changes this AC_MSG_CHECKING([whether GfxPatch in Poppler no longer uses GfxColor]) popplergfxcolor="no" === modified file 'src/extension/internal/pdfinput/pdf-parser.cpp' --- src/extension/internal/pdfinput/pdf-parser.cpp 2014-10-16 06:31:29 + +++ src/extension/internal/pdfinput/pdf-parser.cpp 2014-12-11 00:09:21 + @@ -923,7 +923,9 @@ GBool isolated = gFalse; GBool knockout = gFalse; if (!obj4.dictLookup(const_cast("CS"), &obj5)->isNull()) { -#if defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) +#if defined(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API) + blendingColorSpace = GfxColorSpace::parse(NULL, &obj5, NULL, NULL); +#elif defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) blendingColorSpace = GfxColorSpace::parse(&obj5, NULL, NULL); #elif defined(POPPLER_NEW_COLOR_SPACE_API) || defined(POPPLER_NEW_ERRORAPI) blendingColorSpace = GfxColorSpace::parse(&obj5, NULL); @@ -1159,7 +1161,13 @@ res->lookupColorSpace(args[0].getName(), &obj); GfxColorSpace *colorSpace = 0; -#if defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) +#if defined(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API) + if (obj.isNull()) { +colorSpace = GfxColorSpace::parse(NULL, &args[0], NULL, NULL); + } else { +colorSpace = GfxColorSpace::parse(NULL, &obj, NULL, NULL); + } +#elif defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) if (obj.isNull()) { colorSpace = GfxColorSpace::parse(&args[0], NULL, NULL); } else { @@ -1202,7 +1210,13 @@ state->setStrokePattern(NULL); res->lookupColorSpace(args[0].getName(), &obj); -#if defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) +#if defined(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API) + if (obj.isNull()) { +colorSpace = GfxColorSpace::parse(NULL, &args[0], NULL, NULL); + } else { +colorSpace = GfxColorSpace::parse(NULL, &obj, NULL, NULL); + } +#elif defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) if (obj.isNull()) { colorSpace = GfxColorSpace::parse(&args[0], NULL, NULL); } else { @@ -2910,7 +2924,9 @@ } } if (!obj1.isNull()) { -#if defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) +#if defined(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API) +colorSpace = GfxColorSpace::parse(NULL, &obj1, NULL, NULL); +#elif defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) colorSpace = GfxColorSpace::parse(&obj1, NULL, NULL); #elif defined(POPPLER_NEW_COLOR_SPACE_API) || defined(POPPLER_NEW_ERRORAPI) colorSpace = GfxColorSpace::parse(&obj1, NULL); @@ -3004,7 +3020,9 @@ obj2.free(); } } -#if defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) +#if defined(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API) +GfxColorSpace *maskColorSpace = GfxColorSpace::parse(NULL, &obj1, NULL, NULL); +#elif defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) GfxColorSpace *maskColorSpace = GfxColorSpace::parse(&obj1, NULL, NULL); #elif defined(POPPLER_NEW_COLOR_SPACE_API) || defined(POPPLER_NEW_ERRORAPI) GfxColorSpace *maskColorSpace = GfxColorSpace::parse(&obj1, NULL); @@ -3196,7 +3214,9 @@ if (obj1.dictLookup(const_cast("S"), &obj2)->isName(const_cast("Transparency"))) { transpGroup = gTrue; if (!obj1.dictLookup(const_cast("CS"), &obj3)->isNull()) { -#if defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) +#if defined(POPPLER_EVEN_NEWER_NEW_COLOR_SPACE_API) + blendingColorSpace = GfxColorSpace::parse(NULL, &obj3, NULL, NULL); +#elif defined(POPPLER_EVEN_NEWER_COLOR_SPACE_API) blendingColorSpace = GfxColorSpace::parse(&obj3, NULL, NULL);
[gentoo-commits] gentoo-x86 commit in media-gfx/inkscape: inkscape-0.91_pre3-r2.ebuild ChangeLog
mrueg 15/01/03 17:14:41 Modified: ChangeLog Added:inkscape-0.91_pre3-r2.ebuild Log: Fix build with poppler-0.29. See bug #534352 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key ) Revision ChangesPath 1.219media-gfx/inkscape/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.219&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?rev=1.219&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/ChangeLog?r1=1.218&r2=1.219 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v retrieving revision 1.218 retrieving revision 1.219 diff -u -r1.218 -r1.219 --- ChangeLog 15 Dec 2014 17:43:10 - 1.218 +++ ChangeLog 3 Jan 2015 17:14:41 - 1.219 @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/inkscape -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.218 2014/12/15 17:43:10 radhermit Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/ChangeLog,v 1.219 2015/01/03 17:14:41 mrueg Exp $ + +*inkscape-0.91_pre3-r2 (03 Jan 2015) + + 03 Jan 2015; Manuel Rüger + +files/inkscape-0.91_pre3-poppler-0.29.patch, +inkscape-0.91_pre3-r2.ebuild: + Fix build with poppler-0.29. See bug #534352 *inkscape-0.91_pre3-r1 (15 Dec 2014) 1.1 media-gfx/inkscape/inkscape-0.91_pre3-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.91_pre3-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/inkscape/inkscape-0.91_pre3-r2.ebuild?rev=1.1&content-type=text/plain Index: inkscape-0.91_pre3-r2.ebuild === # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/inkscape/inkscape-0.91_pre3-r2.ebuild,v 1.1 2015/01/03 17:14:41 mrueg Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="xml" inherit autotools eutils flag-o-matic gnome2-utils fdo-mime toolchain-funcs python-single-r1 MY_P=${P/_/} DESCRIPTION="A SVG based generic vector-drawing program" HOMEPAGE="http://www.inkscape.org/"; SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris" IUSE="cdr dia dbus exif gnome imagemagick openmp postscript inkjar jpeg lcms nls spell static-libs visio wpg" REQUIRED_USE="${PYTHON_REQUIRED_USE}" WPG_DEPS=" || ( ( app-text/libwpg:0.3 dev-libs/librevenge ) ( app-text/libwpd:0.9 app-text/libwpg:0.2 ) ) " COMMON_DEPEND=" ${PYTHON_DEPS} >=app-text/poppler-0.26.0:=[cairo] >=dev-cpp/glibmm-2.28 >=dev-cpp/gtkmm-2.18.0:2.4 >=dev-cpp/cairomm-1.9.8 >=dev-cpp/glibmm-2.32 >=dev-libs/boehm-gc-6.4 >=dev-libs/glib-2.28 >=dev-libs/libsigc++-2.0.12 >=dev-libs/libxml2-2.6.20 >=dev-libs/libxslt-1.0.15 dev-libs/popt dev-python/lxml[${PYTHON_USEDEP}] media-libs/fontconfig media-libs/freetype:2 media-libs/libpng:0 sci-libs/gsl x11-libs/libX11 >=x11-libs/gtk+-2.10.7:2 >=x11-libs/pango-1.24 cdr? ( media-libs/libcdr ${WPG_DEPS} ) dbus? ( dev-libs/dbus-glib ) exif? ( media-libs/libexif ) gnome? ( >=gnome-base/gnome-vfs-2.0 ) imagemagick? ( media-gfx/imagemagick:=[cxx] ) jpeg? ( virtual/jpeg:0 ) lcms? ( media-libs/lcms:2 ) spell? ( app-text/aspell app-text/gtkspell:2 ) visio? ( media-libs/libvisio ${WPG_DEPS} ) wpg? ( ${WPG_DEPS} ) " # These only use executables provided by these packages # See share/extensions for more details. inkscape can tell you to # install these so we could of course just not depend on those and rely # on that. RDEPEND="${COMMON_DEPEND} dev-python/numpy[${PYTHON_USEDEP}] media-gfx/uniconvertor dia? ( app-office/dia ) postscript? ( app-text/ghostscript-gpl ) " DEPEND="${COMMON_DEPEND} >=dev-libs/boost-1.36 >=dev-util/intltool-0.40 >=sys-devel/gettext-0.17 virtual/pkgconfig " S=${WORKDIR}/${MY_P} RESTRICT="test" pkg_pretend() { if use openmp; then tc-has-openmp || die "Please switch to an openmp compatible compiler" fi } src_prepare() {
[gentoo-commits] gentoo-x86 commit in net-fs/samba: samba-4.1.14.ebuild ChangeLog
mgorny 15/01/03 17:28:06 Modified: samba-4.1.14.ebuild ChangeLog Log: Make systemd library support optional, bug #512510. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision ChangesPath 1.2 net-fs/samba/samba-4.1.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild?r1=1.1&r2=1.2 Index: samba-4.1.14.ebuild === RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- samba-4.1.14.ebuild 2 Dec 2014 09:34:05 - 1.1 +++ samba-4.1.14.ebuild 3 Jan 2015 17:28:06 - 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild,v 1.1 2014/12/02 09:34:05 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-4.1.14.ebuild,v 1.2 2015/01/03 17:28:06 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) @@ -20,7 +20,7 @@ SLOT="0" IUSE="acl addns ads aio avahi client cluster cups dmapi fam gnutls iprint -ldap quota selinux syslog test winbind" +ldap quota selinux syslog systemd test winbind" # sys-apps/attr is an automagic dependency (see bug #489748) # sys-libs/pam is an automagic dependency (see bug #489770) @@ -49,7 +49,8 @@ fam? ( virtual/fam ) gnutls? ( dev-libs/libgcrypt:0 >=net-libs/gnutls-1.4.0 ) - ldap? ( net-nds/openldap )" + ldap? ( net-nds/openldap ) + systemd? ( sys-apps/systemd:0= )" DEPEND="${CDEPEND} virtual/pkgconfig" RDEPEND="${CDEPEND} @@ -122,6 +123,7 @@ --with-pam_smbpass \ $(use_with quota quotas) \ $(use_with syslog) \ + $(use_with systemd) \ $(use_with winbind) " use "ads" && myconf+=" --with-shared-modules=idmap_ad" 1.702net-fs/samba/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.702&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?rev=1.702&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/samba/ChangeLog?r1=1.701&r2=1.702 Index: ChangeLog === RCS file: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v retrieving revision 1.701 retrieving revision 1.702 diff -u -r1.701 -r1.702 --- ChangeLog 26 Dec 2014 09:18:35 - 1.701 +++ ChangeLog 3 Jan 2015 17:28:06 - 1.702 @@ -1,6 +1,9 @@ # ChangeLog for net-fs/samba -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.701 2014/12/26 09:18:35 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.702 2015/01/03 17:28:06 mgorny Exp $ + + 03 Jan 2015; Michał Górny samba-4.1.14.ebuild: + Make systemd library support optional, bug #512510. 26 Dec 2014; Agostino Sarubbo samba-3.6.24.ebuild: Stable for sparc, wrt bug #514676
[gentoo-commits] gentoo commit in xml/htdocs/xsl: guidexml2wiki.xsl
swift 15/01/03 17:49:07 Modified: guidexml2wiki.xsl Log: Use CodeBox in XSL Revision ChangesPath 1.11 xml/htdocs/xsl/guidexml2wiki.xsl file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guidexml2wiki.xsl?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guidexml2wiki.xsl?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/xsl/guidexml2wiki.xsl?r1=1.10&r2=1.11 Index: guidexml2wiki.xsl === RCS file: /var/cvsroot/gentoo/xml/htdocs/xsl/guidexml2wiki.xsl,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- guidexml2wiki.xsl 9 Dec 2013 08:47:06 - 1.10 +++ guidexml2wiki.xsl 3 Jan 2015 17:49:07 - 1.11 @@ -135,7 +135,7 @@ -{{Code|| +{{CodeBox|title=| }}