aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>2021-12-20 01:35:52 +0100
committerRonny (tastytea) Gutbrod <gentoo@tastytea.de>2021-12-21 12:45:19 +0100
commit3957b43e9f78c054de41c0bd795514130f39e514 (patch)
treeca8022530dc5369b3379ab75ca2fa0d39a429eca /dev-cpp/coeurl
parentdev-cpp/coeurl: Version bump 0.1.1 (diff)
downloadguru-3957b43e9f78c054de41c0bd795514130f39e514.tar.gz
guru-3957b43e9f78c054de41c0bd795514130f39e514.tar.bz2
guru-3957b43e9f78c054de41c0bd795514130f39e514.zip
dev-cpp/coeurl: Remove old ebuild
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
Diffstat (limited to 'dev-cpp/coeurl')
-rw-r--r--dev-cpp/coeurl/Manifest1
-rw-r--r--dev-cpp/coeurl/coeurl-0.0.1_pre20210813.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/dev-cpp/coeurl/Manifest b/dev-cpp/coeurl/Manifest
index a88539855..5f15fac9d 100644
--- a/dev-cpp/coeurl/Manifest
+++ b/dev-cpp/coeurl/Manifest
@@ -1,3 +1,2 @@
-DIST coeurl-0.0.1_pre20210813.tar.bz2 19129 BLAKE2B f6b4b57cebd0251ddc778ad9d0fe02a852604b84894662c1dda644687dea8603aac6bd2f2a6108ae72ca8c08b07204992a8874313975ff9c03f3c49f5ddc7993 SHA512 9f50778a0f3de966bb60bb524413e783277175ae4fa38dd8a356159dd7ed65338ceab309a510bbf040b076d03f8bfeb77fd10426e2291cadff4b27afe8d0ed2e
DIST coeurl-0.1.0.tar.bz2 45278 BLAKE2B a6b4729cde8d341fe8c926f520b37ede82d677bdc3429467eefcec99ae12d706ba0c288ab8fe203fa19089c17ae7397864c5fc77b04efdc1a50861084987ff86 SHA512 a84c56b644ffae30e73f945719b524f546ea19a895b63b8d7c9b11bad95c7d2bf12956199b5a705980d9c227933ad0667478a62db8a0d15a7699febce3ba74a7
DIST coeurl-0.1.1.tar.bz2 45471 BLAKE2B ea5b490cb62ed780c4499d15c1f9502185f8edab9d706cc422eda62d9149512e693e82fa9431a05c58e2bb949314a9de0d513d54824a07c1e4ca6bc801065189 SHA512 9f781b30f57314253602b8560954122537b3c1d40cc327c62aac3662ba80ec8fe45fc69adec5c571b8861c996724c7869e4dc88fafc5ebee31794299de999e34
diff --git a/dev-cpp/coeurl/coeurl-0.0.1_pre20210813.ebuild b/dev-cpp/coeurl/coeurl-0.0.1_pre20210813.ebuild
deleted file mode 100644
index ac8e678a2..000000000
--- a/dev-cpp/coeurl/coeurl-0.0.1_pre20210813.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-MY_COMMIT="22f58922da16c3b94d293d98a07cb7caa7a019e8"
-DESCRIPTION="A simple async wrapper around CURL for C++"
-HOMEPAGE="https://nheko.im/nheko-reborn/coeurl"
-SRC_URI="https://nheko.im/nheko-reborn/coeurl/-/archive/${MY_COMMIT}/${PN}-${MY_COMMIT}.tar.bz2 -> ${P}.tar.bz2"
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="test" # Tests turned off because they need a local webserver.
-
-RDEPEND="
- net-misc/curl
- dev-libs/libevent
- dev-libs/spdlog
-"
-DEPEND="${RDEPEND}"