diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-28 18:27:41 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-09-28 18:27:41 +0000 |
| commit | f96eb42eff579129a15de1e0807d8375fee6997d (patch) | |
| tree | 9435b41527c811b5478989f61dea13d28e9f23c6 /dev-cpp | |
| parent | da10219c432e1c445b1e6d029cff58cb55c6716c (diff) | |
| download | baldeagleos-repo-f96eb42eff579129a15de1e0807d8375fee6997d.tar.gz baldeagleos-repo-f96eb42eff579129a15de1e0807d8375fee6997d.tar.xz baldeagleos-repo-f96eb42eff579129a15de1e0807d8375fee6997d.zip | |
Updating liguros repo
Diffstat (limited to 'dev-cpp')
| -rw-r--r-- | dev-cpp/aixlog/Manifest | 2 | ||||
| -rw-r--r-- | dev-cpp/aixlog/aixlog-1.4.0.ebuild (renamed from dev-cpp/aixlog/aixlog-1.2.1.ebuild) | 15 | ||||
| -rw-r--r-- | dev-cpp/aixlog/aixlog-9999.ebuild | 15 | ||||
| -rw-r--r-- | dev-cpp/aixlog/metadata.xml | 9 |
4 files changed, 23 insertions, 18 deletions
diff --git a/dev-cpp/aixlog/Manifest b/dev-cpp/aixlog/Manifest index 170473114dbf..d00ffa40f82c 100644 --- a/dev-cpp/aixlog/Manifest +++ b/dev-cpp/aixlog/Manifest @@ -1 +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.4.0.ebuild index 1246304bfa01..b1164d6bbd11 100644 --- a/dev-cpp/aixlog/aixlog-1.2.1.ebuild +++ b/dev-cpp/aixlog/aixlog-1.4.0.ebuild @@ -1,21 +1,20 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + +inherit cmake DESCRIPTION="Header-only C++ logging library" HOMEPAGE="https://github.com/badaix/aixlog" if [[ ${PV} == *9999 ]] ; then - inherit cmake-utils git-r3 + inherit 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" - + SRC_URI="https://github.com/badaix/aixlog/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi @@ -25,5 +24,5 @@ SLOT="0" src_configure() { local mycmakeargs=( -DBUILD_EXAMPLE=OFF ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/dev-cpp/aixlog/aixlog-9999.ebuild b/dev-cpp/aixlog/aixlog-9999.ebuild index 1246304bfa01..b1164d6bbd11 100644 --- a/dev-cpp/aixlog/aixlog-9999.ebuild +++ b/dev-cpp/aixlog/aixlog-9999.ebuild @@ -1,21 +1,20 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 + +inherit cmake DESCRIPTION="Header-only C++ logging library" HOMEPAGE="https://github.com/badaix/aixlog" if [[ ${PV} == *9999 ]] ; then - inherit cmake-utils git-r3 + inherit 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" - + SRC_URI="https://github.com/badaix/aixlog/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" fi @@ -25,5 +24,5 @@ SLOT="0" src_configure() { local mycmakeargs=( -DBUILD_EXAMPLE=OFF ) - cmake-utils_src_configure + cmake_src_configure } diff --git a/dev-cpp/aixlog/metadata.xml b/dev-cpp/aixlog/metadata.xml index d6f25922bedd..ac8e247c5bfd 100644 --- a/dev-cpp/aixlog/metadata.xml +++ b/dev-cpp/aixlog/metadata.xml @@ -1,7 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> + <maintainer type="person"> + <email>jakov.smolic@sartura.hr</email> + <name>Jakov Smolic</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> <upstream> <maintainer status="active"> <name>Johannes Pohl</name> |
