summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-24 10:21:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-24 10:21:02 +0200
commit37e657a5b7423fc2e73df0a67f04a2a8b756f4e9 (patch)
treeab7e3fd32aa3115d9e3205cda117d75d0c0c9f8d
parentnet-fs/samba: Add ~alpha keyword to 4.8.6 (diff)
downloadgentoo-37e657a5b7423fc2e73df0a67f04a2a8b756f4e9.tar.gz
gentoo-37e657a5b7423fc2e73df0a67f04a2a8b756f4e9.tar.bz2
gentoo-37e657a5b7423fc2e73df0a67f04a2a8b756f4e9.zip
media-libs/glyr: Drop old
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
-rw-r--r--media-libs/glyr/Manifest2
-rw-r--r--media-libs/glyr/glyr-1.0.5.ebuild32
-rw-r--r--media-libs/glyr/glyr-1.0.7.ebuild32
3 files changed, 0 insertions, 66 deletions
diff --git a/media-libs/glyr/Manifest b/media-libs/glyr/Manifest
index 5d889ba9e7df..9b617572412a 100644
--- a/media-libs/glyr/Manifest
+++ b/media-libs/glyr/Manifest
@@ -1,3 +1 @@
DIST glyr-1.0.10.tar.gz 416414 BLAKE2B 6cc4dbe7f95bb86635c131f37e4a0d0c95cf2027e8d84629e5d2760d9d8baa5194976b119f2759922ad6a3a2986cc22c630260bb85108caf04674d12a43b1406 SHA512 dc5a579c84c321de7c28861e42196d42ef73bbdbe86b5d662d7ace1d79efe8d6d8d0a8086092ed9c32af9651db8cb11bf1678c5582b17192b23e20a66812bb21
-DIST glyr-1.0.5.tar.gz 426382 BLAKE2B c729eb77fac5ab0afc2ab01a83d004678697456f894b72bda45672333068ce0ca24483cd9e60751dfbef9b8ff576fe825c7af9b20afb8201b7d2c2d7d86d3252 SHA512 e630116ae5a673c9b85a0a4f3dfa2a8ede319bdca357225250ab687b7bf08ddf86041316962918d577376d9641ba1128ec95fa24b5784150155acf78959af744
-DIST glyr-1.0.7.tar.gz 425072 BLAKE2B 8d4ac47467232cca06f517a7f60d824c962949fb4226584e3c81e7c65338d28642fc09eb7e691908c1f25a9e225face52f1a565a1454bbd056f686398fee140a SHA512 e6ffe4f1f2630fead1a8593b63e10dacfa3d8d57b241d0f660f5cd35223dd3b2888d6eee8e6089548ed01301326d195e98f50893745ee3567570d498e23b8c1d
diff --git a/media-libs/glyr/glyr-1.0.5.ebuild b/media-libs/glyr/glyr-1.0.5.ebuild
deleted file mode 100644
index 1cbcb53898c5..000000000000
--- a/media-libs/glyr/glyr-1.0.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="A music related metadata searchengine, both with commandline interface and C API"
-HOMEPAGE="https://github.com/sahib/glyr"
-SRC_URI="https://github.com/sahib/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-db/sqlite:3
- >=dev-libs/glib-2.10:2
- net-misc/curl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="AUTHORS README*" # CHANGELOG is obsolete in favour of git history
-
-src_prepare() {
- cmake-utils_src_prepare
-
- sed -i \
- -e '/GCC_ONLY_OPT.*-s/d' \
- -e '/FLAGS/s:-Os::' \
- -e '/FLAGS/s:-g3::' \
- CMakeLists.txt || die
-}
diff --git a/media-libs/glyr/glyr-1.0.7.ebuild b/media-libs/glyr/glyr-1.0.7.ebuild
deleted file mode 100644
index f2dc637e0b79..000000000000
--- a/media-libs/glyr/glyr-1.0.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit cmake-utils
-
-DESCRIPTION="A music related metadata searchengine, both with commandline interface and C API"
-HOMEPAGE="https://github.com/sahib/glyr"
-SRC_URI="https://github.com/sahib/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-db/sqlite:3
- >=dev-libs/glib-2.10:2
- net-misc/curl"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-DOCS="AUTHORS README*" # CHANGELOG is obsolete in favour of git history
-
-src_prepare() {
- cmake-utils_src_prepare
-
- sed -i \
- -e '/GCC_ONLY_OPT.*-s/d' \
- -e '/FLAGS/s:-Os::' \
- -e '/FLAGS/s:-g3::' \
- CMakeLists.txt || die
-}