summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-02-01 09:28:41 +0000
committerPacho Ramos <pacho@gentoo.org>2014-02-01 09:28:41 +0000
commit9447244987768b47ed32bdfa249fa52929d42de0 (patch)
tree362c4b58b066b2653e8e05f7b2e03f47e1d488da /media-libs
parentFix DESCRIPTION, reported by Pedro Carvalho (diff)
downloadgentoo-2-9447244987768b47ed32bdfa249fa52929d42de0.tar.gz
gentoo-2-9447244987768b47ed32bdfa249fa52929d42de0.tar.bz2
gentoo-2-9447244987768b47ed32bdfa249fa52929d42de0.zip
Version bump, drop old (#499676 by Manuel Ruger)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/sbc/ChangeLog8
-rw-r--r--media-libs/sbc/sbc-1.0.ebuild36
-rw-r--r--media-libs/sbc/sbc-1.2.ebuild (renamed from media-libs/sbc/sbc-1.1-r1.ebuild)6
3 files changed, 10 insertions, 40 deletions
diff --git a/media-libs/sbc/ChangeLog b/media-libs/sbc/ChangeLog
index e0116b966afa..5c124c113b05 100644
--- a/media-libs/sbc/ChangeLog
+++ b/media-libs/sbc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/sbc
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.15 2014/01/15 10:03:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/ChangeLog,v 1.16 2014/02/01 09:28:41 pacho Exp $
+
+*sbc-1.2 (01 Feb 2014)
+
+ 01 Feb 2014; Pacho Ramos <pacho@gentoo.org> +sbc-1.2.ebuild, -sbc-1.0.ebuild,
+ -sbc-1.1-r1.ebuild:
+ Version bump, drop old (#499676 by Manuel Ruger)
15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> sbc-1.1.ebuild:
Stable for ia64, wrt bug #477662
diff --git a/media-libs/sbc/sbc-1.0.ebuild b/media-libs/sbc/sbc-1.0.ebuild
deleted file mode 100644
index 280578189cc8..000000000000
--- a/media-libs/sbc/sbc-1.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.0.ebuild,v 1.4 2012/12/02 10:42:37 maekke Exp $
-
-EAPI=4
-inherit eutils
-
-DESCRIPTION="An audio codec to connect bluetooth high quality audio devices like headphones or loudspeakers"
-HOMEPAGE="http://git.kernel.org/?p=bluetooth/sbc.git http://www.bluez.org/sbc-10/"
-SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
-IUSE="static-libs"
-
-# --enable-tester is building src/sbctester but the tarball is missing required
-# .wav file to execute it
-RESTRICT="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog"
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- --disable-tester
-}
-
-src_install() {
- default
- prune_libtool_files
-}
diff --git a/media-libs/sbc/sbc-1.1-r1.ebuild b/media-libs/sbc/sbc-1.2.ebuild
index 28e2102186e6..970dbf0c541e 100644
--- a/media-libs/sbc/sbc-1.1-r1.ebuild
+++ b/media-libs/sbc/sbc-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.1-r1.ebuild,v 1.1 2013/10/26 08:09:20 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sbc/sbc-1.2.ebuild,v 1.1 2014/02/01 09:28:41 pacho Exp $
EAPI=5
inherit eutils multilib multilib-minimal
@@ -11,7 +11,7 @@ SRC_URI="mirror://kernel/linux/bluetooth/${P}.tar.xz"
LICENSE="GPL-2 LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
IUSE="static-libs"
# --enable-tester is building src/sbctester but the tarball is missing required