public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: media-libs/avbin-bin/
Date: Mon, 10 Nov 2014 15:14:22 +0000 (UTC)	[thread overview]
Message-ID: <1415616901.725274e604a18111def8422e63510daccdf2366d.jlec@gentoo> (raw)

commit:     725274e604a18111def8422e63510daccdf2366d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 10 10:55:01 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Nov 10 10:55:01 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=725274e6

media-libs/avbin-bin: Bump EAPI

Package-Manager: portage-2.2.14

---
 media-libs/avbin-bin/ChangeLog          |  8 ++++++--
 media-libs/avbin-bin/avbin-bin-7.ebuild | 14 +++++++-------
 media-libs/avbin-bin/metadata.xml       | 12 ++++++------
 3 files changed, 19 insertions(+), 15 deletions(-)

diff --git a/media-libs/avbin-bin/ChangeLog b/media-libs/avbin-bin/ChangeLog
index b328fe6..21b9a3c 100644
--- a/media-libs/avbin-bin/ChangeLog
+++ b/media-libs/avbin-bin/ChangeLog
@@ -1,7 +1,11 @@
-# ChangeLog for media-libs/avbin
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# ChangeLog for media-libs/avbin-bin
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Nov 2014; Justin Lecher <jlec@gentoo.org> avbin-bin-7.ebuild,
+  metadata.xml:
+  Bump EAPI
+
 *avbin-bin-7 (24 Feb 2009)
 
   24 Feb 2009; Andrey Grozin <grozin@gentoo.org>

diff --git a/media-libs/avbin-bin/avbin-bin-7.ebuild b/media-libs/avbin-bin/avbin-bin-7.ebuild
index 1ddc747..7a63467 100644
--- a/media-libs/avbin-bin/avbin-bin-7.ebuild
+++ b/media-libs/avbin-bin/avbin-bin-7.ebuild
@@ -2,9 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=5
+
 DESCRIPTION="A thin wrapper around FFmpeg"
 HOMEPAGE="http://code.google.com/p/avbin/"
-SRC_URI="amd64? ( http://avbin.googlecode.com/files/avbin-linux-x86-64-${PV}.tar.gz )
+SRC_URI="
+	amd64? ( http://avbin.googlecode.com/files/avbin-linux-x86-64-${PV}.tar.gz )
 	x86? ( http://avbin.googlecode.com/files/avbin-linux-x86-32-${PV}.tar.gz )"
 
 LICENSE="GPL-3 LGPL-3"
@@ -12,16 +15,13 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86 -*"
 IUSE=""
 
-DEPEND=""
-RDEPEND=""
-
 src_install() {
 	if use amd64; then
-		cd "${WORKDIR}"/avbin-linux-x86-64-${PV}
+		cd "${WORKDIR}"/avbin-linux-x86-64-${PV} || die
 	elif use x86; then
-		cd "${WORKDIR}"/avbin-linux-x86-32-${PV}
+		cd "${WORKDIR}"/avbin-linux-x86-32-${PV} || die
 	fi
 
-	ln -s libavbin.so.${PV} libavbin.so
+	ln -s libavbin.so.${PV} libavbin.so || die
 	dolib libavbin.so*
 }

diff --git a/media-libs/avbin-bin/metadata.xml b/media-libs/avbin-bin/metadata.xml
index bb28d84..98456ec 100644
--- a/media-libs/avbin-bin/metadata.xml
+++ b/media-libs/avbin-bin/metadata.xml
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>sci</herd>
-	<maintainer>
-		<email>grozin@gentoo.org</email>
-		<name>Andrey Grozin</name>
-	</maintainer>
-	<longdescription>AVbin is a thin wrapper around FFmpeg</longdescription>
+  <herd>sci</herd>
+  <maintainer>
+    <email>grozin@gentoo.org</email>
+    <name>Andrey Grozin</name>
+  </maintainer>
+  <longdescription>AVbin is a thin wrapper around FFmpeg</longdescription>
 </pkgmetadata>


             reply	other threads:[~2014-11-10 15:14 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-10 15:14 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-07-29  7:54 [gentoo-commits] proj/sci:master commit in: media-libs/avbin-bin/ Justin Lecher
2015-07-29  7:54 Justin Lecher
2016-09-06  0:18 Christoph Junghans
2018-10-27 12:19 Justin Lecher
2019-03-28 22:06 Martin Mokrejs
2020-09-27 10:25 Horea Christian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1415616901.725274e604a18111def8422e63510daccdf2366d.jlec@gentoo \
    --to=jlec@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox