commit:     1e81512346fbc23d558815c08ff17964b439dce5
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Tue Mar  2 09:45:20 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Mar  2 11:47:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e815123

dev-cpp/aixlog: Remove old

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/19732
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-cpp/aixlog/Manifest            |  1 -
 dev-cpp/aixlog/aixlog-1.4.0.ebuild | 28 ----------------------------
 2 files changed, 29 deletions(-)

diff --git a/dev-cpp/aixlog/Manifest b/dev-cpp/aixlog/Manifest
index df45339f20b..37aba34feaa 100644
--- a/dev-cpp/aixlog/Manifest
+++ b/dev-cpp/aixlog/Manifest
@@ -1,2 +1 @@
-DIST aixlog-1.4.0.tar.gz 13262 BLAKE2B 
6be17305e7de95b10bb2c8f0019e235bff9596e33c4fba341cfb4e6e0732330932f2b64be916e57fc0e49197931076701a00df7a305420c938630d6b5786080b
 SHA512 
ec4f5a3902858ad979de8cfa81275951af73c4d159a2615a85cf60fe876ea283864f854b26198bea83c4a568948db82c5e50783c868bd2f6d8427d319b912d6f
 DIST aixlog-1.5.0.tar.gz 14080 BLAKE2B 
20042e44853da950cae80787e8b9692635f0935ff0b559054faaf6ac41db4de7ddef1ab071b4244f1338b81fa559ee9445aa643050f9e250587cbbc0aae5db3e
 SHA512 
28556feac1fa804b8a4dc047471e0a6d4c4fb7d81487810d55b09dd1be878246b8bf9f2097b76a980284318823c287bd0a93dd7a3124425a1ea9aced757152b6

diff --git a/dev-cpp/aixlog/aixlog-1.4.0.ebuild 
b/dev-cpp/aixlog/aixlog-1.4.0.ebuild
deleted file mode 100644
index b1164d6bbd1..00000000000
--- a/dev-cpp/aixlog/aixlog-1.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="Header-only C++ logging library"
-HOMEPAGE="https://github.com/badaix/aixlog";
-
-if [[ ${PV} == *9999 ]] ; then
-       inherit git-r3
-
-       EGIT_REPO_URI="https://github.com/badaix/aixlog.git";
-       EGIT_BRANCH="develop"
-else
-       SRC_URI="https://github.com/badaix/aixlog/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-src_configure() {
-       local mycmakeargs=( -DBUILD_EXAMPLE=OFF )
-
-       cmake_src_configure
-}

Reply via email to