commit:     268ac09ad17c75084be73d2d7ac821cee44db194
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  6 10:26:50 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun  6 10:26:50 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=268ac09a

app-misc/info-beamer: Add SLOT operators

Package-Manager: portage-2.2.20

 app-misc/info-beamer/ChangeLog                           |  4 ++++
 .../info-beamer/info-beamer-1.0_pre2_p20130203.ebuild    | 16 ++++++++--------
 .../info-beamer/info-beamer-1.0_pre3_p20140107.ebuild    | 10 +++++-----
 3 files changed, 17 insertions(+), 13 deletions(-)

diff --git a/app-misc/info-beamer/ChangeLog b/app-misc/info-beamer/ChangeLog
index e073029..dfd067f 100644
--- a/app-misc/info-beamer/ChangeLog
+++ b/app-misc/info-beamer/ChangeLog
@@ -1,2 +1,6 @@
+  06 Jun 2015; Justin Lecher <[email protected]>
+  info-beamer-1.0_pre2_p20130203.ebuild, info-beamer-1.0_pre3_p20140107.ebuild:
+  app-misc/info-beamer: Add SLOT operators
+
   06 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
   app-misc/info-beamer: Add github to remote-id in metadata.xml

diff --git a/app-misc/info-beamer/info-beamer-1.0_pre2_p20130203.ebuild 
b/app-misc/info-beamer/info-beamer-1.0_pre2_p20130203.ebuild
index 9110300..c212551 100644
--- a/app-misc/info-beamer/info-beamer-1.0_pre2_p20130203.ebuild
+++ b/app-misc/info-beamer/info-beamer-1.0_pre2_p20130203.ebuild
@@ -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: $
 
-EAPI="3"
+EAPI=5
 
 inherit eutils toolchain-funcs
 
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=">=dev-lang/lua-5.1 <dev-lang/lua-5.2
+DEPEND=">=dev-lang/lua-5.1:0 <dev-lang/lua-5.2:0
        media-libs/freetype
        dev-libs/libevent
        media-libs/glfw
@@ -24,7 +24,7 @@ DEPEND=">=dev-lang/lua-5.1 <dev-lang/lua-5.2
        media-libs/glew
        media-libs/ftgl
        media-libs/devil
-       media-video/ffmpeg
+       media-video/ffmpeg:0
        sys-libs/zlib"
 
 RDEPEND="${DEPEND}"
@@ -35,15 +35,15 @@ src_prepare() {
 }
 
 src_compile() {
-       emake CC="$(tc-getCC)" VERSION="${PV}" || die
+       emake CC="$(tc-getCC)" VERSION="${PV}"
 }
 
 src_install() {
        dodoc README.md LICENSE.txt ChangeLog
 
        insinto /usr/share/doc/${PF}/
-       doins -r doc samples || die
+       doins -r doc samples
 
-       dodir /usr/bin || die
-       emake DESTDIR="${D}" prefix=/usr install || die
+       dodir /usr/bin
+       emake DESTDIR="${D}" prefix=/usr install
 }

diff --git a/app-misc/info-beamer/info-beamer-1.0_pre3_p20140107.ebuild 
b/app-misc/info-beamer/info-beamer-1.0_pre3_p20140107.ebuild
index 5fe35a6..c21a5e1 100644
--- a/app-misc/info-beamer/info-beamer-1.0_pre3_p20140107.ebuild
+++ b/app-misc/info-beamer/info-beamer-1.0_pre3_p20140107.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -17,7 +17,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-lang/lua-5.1 <dev-lang/lua-5.2
+RDEPEND=">=dev-lang/lua-5.1:0 <dev-lang/lua-5.2:0
        media-libs/freetype
        dev-libs/libevent
        <media-libs/glfw-3
@@ -26,7 +26,7 @@ RDEPEND=">=dev-lang/lua-5.1 <dev-lang/lua-5.2
        media-libs/glew
        media-libs/ftgl
        media-libs/devil
-       media-video/ffmpeg
+       media-video/ffmpeg:0
        sys-libs/zlib"
 
 DEPEND="${RDEPEND}
@@ -50,9 +50,9 @@ src_install() {
        doman ${PN}.1
 
        insinto /usr/share/doc/${PF}/
-       doins -r doc samples || die
+       doins -r doc samples
 
-       dodir /usr/bin || die
+       dodir /usr/bin
        emake \
                        DESTDIR="${D}" \
                        prefix=/usr \

Reply via email to