public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: media-sound/freac/
@ 2015-11-02 15:36 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2015-11-02 15:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c6771671a9d01db38aa164724ccbb913a16d46c2
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Mon Nov  2 15:34:21 2015 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Mon Nov  2 15:34:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=c6771671

media-sound/freac: 20151030

 media-sound/freac/freac-20151030.ebuild | 29 +++++++++++++++++++++++++++++
 media-sound/freac/metadata.xml          |  8 ++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-sound/freac/freac-20151030.ebuild b/media-sound/freac/freac-20151030.ebuild
new file mode 100644
index 0000000..7b371a3
--- /dev/null
+++ b/media-sound/freac/freac-20151030.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Audio converter and CD ripper"
+HOMEPAGE="https://www.freac.org/"
+SRC_URI="https://freac.org/preview/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+    media-libs/freac-cdk
+    sys-devel/gcc:*[cxx]
+    x11-libs/smooth
+    "
+DEPEND="${RDEPEND}"
+
+src_compile() {
+    emake prefix=/usr
+}
+
+src_install() {
+    emake DESTDIR="${D}" prefix=/usr install
+}

diff --git a/media-sound/freac/metadata.xml b/media-sound/freac/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/media-sound/freac/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>sping@gentoo.org</email>
+		<name>Sebastian Pipping</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: media-sound/freac/
@ 2016-01-02 23:27 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2016-01-02 23:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5a931c58bf393648f71d33f6629821bac365e841
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sat Jan  2 23:22:32 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 23:27:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=5a931c58

media-sound/freac: 20151115

 media-sound/freac/freac-20151115.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/media-sound/freac/freac-20151115.ebuild b/media-sound/freac/freac-20151115.ebuild
new file mode 100644
index 0000000..e18b4fd
--- /dev/null
+++ b/media-sound/freac/freac-20151115.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+DESCRIPTION="Audio converter and CD ripper"
+HOMEPAGE="https://www.freac.org/"
+SRC_URI="https://freac.org/preview/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	media-libs/freac-cdk
+	sys-devel/gcc:*[cxx]
+	x11-libs/smooth
+	"
+DEPEND="${RDEPEND}"
+
+src_compile() {
+	emake prefix=/usr
+}
+
+src_install() {
+	emake DESTDIR="${D}" prefix=/usr install
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: media-sound/freac/
@ 2016-01-02 23:27 Sebastian Pipping
  0 siblings, 0 replies; 3+ messages in thread
From: Sebastian Pipping @ 2016-01-02 23:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c7f0141a2564961e61a57f66e8aea14f9a1ca08e
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sat Jan  2 23:25:39 2016 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 23:27:05 2016 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=c7f0141a

media-sound/freac: Fix tabs, copyright year

 media-sound/freac/freac-20151030.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-sound/freac/freac-20151030.ebuild b/media-sound/freac/freac-20151030.ebuild
index 7b371a3..e18b4fd 100644
--- a/media-sound/freac/freac-20151030.ebuild
+++ b/media-sound/freac/freac-20151030.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,16 +14,16 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="
-    media-libs/freac-cdk
-    sys-devel/gcc:*[cxx]
-    x11-libs/smooth
-    "
+	media-libs/freac-cdk
+	sys-devel/gcc:*[cxx]
+	x11-libs/smooth
+	"
 DEPEND="${RDEPEND}"
 
 src_compile() {
-    emake prefix=/usr
+	emake prefix=/usr
 }
 
 src_install() {
-    emake DESTDIR="${D}" prefix=/usr install
+	emake DESTDIR="${D}" prefix=/usr install
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-02 23:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-02 23:27 [gentoo-commits] proj/betagarden:master commit in: media-sound/freac/ Sebastian Pipping
  -- strict thread matches above, loose matches on Subject: below --
2016-01-02 23:27 Sebastian Pipping
2015-11-02 15:36 Sebastian Pipping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox