diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-09-06 20:26:46 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-09-28 16:02:38 +0300 |
commit | a712908b71c3c951af287cc9657ee9fdddd4e396 (patch) | |
tree | 41a0657ecafdb12240bbdad92e4fe4cfa536f030 /dev-cpp/aixlog | |
parent | dev-cpp/aixlog: bump to 1.4.0 (diff) | |
download | gentoo-a712908b71c3c951af287cc9657ee9fdddd4e396.tar.gz gentoo-a712908b71c3c951af287cc9657ee9fdddd4e396.tar.bz2 gentoo-a712908b71c3c951af287cc9657ee9fdddd4e396.zip |
dev-cpp/aixlog: drop old
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-cpp/aixlog')
-rw-r--r-- | dev-cpp/aixlog/Manifest | 1 | ||||
-rw-r--r-- | dev-cpp/aixlog/aixlog-1.2.1.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-cpp/aixlog/Manifest b/dev-cpp/aixlog/Manifest index 3f7772ed40ad..d00ffa40f82c 100644 --- a/dev-cpp/aixlog/Manifest +++ b/dev-cpp/aixlog/Manifest @@ -1,2 +1 @@ -DIST aixlog-1.2.1.tar.gz 11396 BLAKE2B 88cdc775acfd91ee74306fedd6429865f10bcd7cbe9b45f861463489330d74b017611078ca362a00994983dde746ba086a056c3da53b06099f200810d65c0c04 SHA512 776558fdd911f0cc9e8d467bf8e00a1930d2e51bb8ccd5f36f95955fefecab65faf575a80fdaacfe83fd32808f8b9c2e0323b16823e0431300df7bc0c1dfde12 DIST aixlog-1.4.0.tar.gz 13262 BLAKE2B 6be17305e7de95b10bb2c8f0019e235bff9596e33c4fba341cfb4e6e0732330932f2b64be916e57fc0e49197931076701a00df7a305420c938630d6b5786080b SHA512 ec4f5a3902858ad979de8cfa81275951af73c4d159a2615a85cf60fe876ea283864f854b26198bea83c4a568948db82c5e50783c868bd2f6d8427d319b912d6f diff --git a/dev-cpp/aixlog/aixlog-1.2.1.ebuild b/dev-cpp/aixlog/aixlog-1.2.1.ebuild deleted file mode 100644 index 1246304bfa01..000000000000 --- a/dev-cpp/aixlog/aixlog-1.2.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Header-only C++ logging library" -HOMEPAGE="https://github.com/badaix/aixlog" - -if [[ ${PV} == *9999 ]] ; then - inherit cmake-utils git-r3 - - EGIT_REPO_URI="https://github.com/badaix/aixlog.git" - EGIT_BRANCH="develop" -else - inherit cmake-utils - - SRC_URI="https://github.com/badaix/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -src_configure() { - local mycmakeargs=( -DBUILD_EXAMPLE=OFF ) - - cmake-utils_src_configure -} |