diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-14 22:52:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-15 01:35:56 +0100 |
commit | 1c9ba8d4f39d4de5ace7d567ed8bc330a03472a1 (patch) | |
tree | 3b2226502b1bb532ce86ff42d930ffae5338a1fb /media-libs/libcue/libcue-2.2.1.ebuild | |
parent | media-sound/lmms: Fix metadata.xml typo (diff) | |
download | gentoo-1c9ba8d4f39d4de5ace7d567ed8bc330a03472a1.tar.gz gentoo-1c9ba8d4f39d4de5ace7d567ed8bc330a03472a1.tar.bz2 gentoo-1c9ba8d4f39d4de5ace7d567ed8bc330a03472a1.zip |
media-libs/libcue: 2.2.1 version bump
Closes: https://bugs.gentoo.org/574326
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libcue/libcue-2.2.1.ebuild')
-rw-r--r-- | media-libs/libcue/libcue-2.2.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-libs/libcue/libcue-2.2.1.ebuild b/media-libs/libcue/libcue-2.2.1.ebuild new file mode 100644 index 000000000000..71fc1c53e024 --- /dev/null +++ b/media-libs/libcue/libcue-2.2.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-utils + +DESCRIPTION="CUE Sheet Parser Library" +HOMEPAGE="https://github.com/lipnitsk/libcue" +SRC_URI="https://github.com/lipnitsk/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0/2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +BDEPEND=" + sys-devel/bison + sys-devel/flex +" |