commit:     e64ce90c1bae763258b8fea49dcb2dd6f866afa7
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 24 22:00:25 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 24 22:00:43 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e64ce90c

media-video/tcmplex-panteltje: EAPI bump, bug 605728

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../tcmplex-panteltje-0.4.7-r1.ebuild              | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/media-video/tcmplex-panteltje/tcmplex-panteltje-0.4.7-r1.ebuild 
b/media-video/tcmplex-panteltje/tcmplex-panteltje-0.4.7-r1.ebuild
new file mode 100644
index 00000000000..2d0a5c45d5f
--- /dev/null
+++ b/media-video/tcmplex-panteltje/tcmplex-panteltje-0.4.7-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Audio video multiplexer for 8 audio channels"
+HOMEPAGE="http://panteltje.com/panteltje/dvd/";
+SRC_URI="http://panteltje.com/panteltje/dvd/${P}.tgz";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+src_prepare() {
+       sed -e "s:CFLAGS = -O2:CFLAGS +=:" \
+               -e "s:\$(LIBRARY):\$(LIBRARY) \$(LDFLAGS):" \
+               -i Makefile || die
+       default
+}
+
+src_install() {
+       dobin tcmplex-panteltje
+       dodoc CHANGES COPYRIGHT README
+}

Reply via email to