summaryrefslogtreecommitdiff
path: root/dev-util/pkgconf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-12-15 18:09:03 +0000
commit7bc9c63c9da678a7e6fceb095d56c634afd22c56 (patch)
tree4a67d50a439e9af63947e5f8b6ba3719af98b6c9 /dev-util/pkgconf
parentb284a3168fa91a038925d2ecf5e4791011ea5e7d (diff)
gentoo resync : 15.12.2019
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r--dev-util/pkgconf/Manifest4
-rw-r--r--dev-util/pkgconf/pkgconf-1.6.3.ebuild5
-rw-r--r--dev-util/pkgconf/pkgconf-9999.ebuild5
3 files changed, 6 insertions, 8 deletions
diff --git a/dev-util/pkgconf/Manifest b/dev-util/pkgconf/Manifest
index cb55cb9f43b3..701d89a8afd6 100644
--- a/dev-util/pkgconf/Manifest
+++ b/dev-util/pkgconf/Manifest
@@ -1,4 +1,4 @@
DIST pkgconf-1.6.3.tar.xz 291216 BLAKE2B 04bf58590e2f0b37bac7b24b3d595ad08680e85647548cbd642495398d95706f9f738af5c6f9b9ad8801567caa20ade85d4c4d74179f08313420683cb1b34263 SHA512 437c5a5c9866e2047e62e0592639930b2420d4afd41d98cef51f3475165418a39e916477860025314828a6ee0a4eefc10fdf26bda66f80c291f324d9674fa5c1
-EBUILD pkgconf-1.6.3.ebuild 1665 BLAKE2B 351fd2fcfd9ff25e31a0d3ff7e703ef1182869ad3976f74f2961e91f68ad7d167ef41f35e2d68ad9e12c618c75f504e2cd32b6d4bbeaf90314eaa8f02430372c SHA512 970fc2c306bdb298bb19eb422136293f619325648a72ae0815bc30b4534f99fde19a90b2f9780724ee60c5484b58574fed3f93505637b1a61c875e0da14d519a
-EBUILD pkgconf-9999.ebuild 1676 BLAKE2B e002af8ed8e0fd66befdc63c6da948f317814cca96a9a05b621152f7275f602bdf51675c6efb42298d281bebb89fc40c547831a3831b2a82c79d1d9e5808d0ed SHA512 a34a92898fd598e3eadd092c63750fcba010d64aaa366a231f790a6323a462c54416c02a7d7002dfe0439ab2e1192b60a099051a7fbffed2779c8e79c11a95f6
+EBUILD pkgconf-1.6.3.ebuild 1591 BLAKE2B c9f771bd5ba7eecb705cafa5fa0328e9269c696841bd97d138c69200e817b52fcaa9a4addd5c40fa48a60edb05326e8e114d3c37c6cb8bbc7688081d3360f677 SHA512 8607a4dc3fa5804113d36011053572a1d825081ac16af4d798d8c2c805c6354ecd4b5fd4aee9157986a3687b70e5aac3c1c85ed7dcb9ee5c066e1e8348517abb
+EBUILD pkgconf-9999.ebuild 1602 BLAKE2B 1ba7450e57f37336244018485b633c33362dd1bd6416ce35e796277e0bedc151ec52d05a44775c1cfb397d0b46449396f618b67f6d2394a771067ebfdbc16263 SHA512 71bcf548c986c23df8828dd7cadbad978eb38a0b2d894b818fdf23d8fe471d6fa71770bc975ec8be7e59f198ba17324f52ceb5d9fa5899d782451f66ba52ad88
MISC metadata.xml 605 BLAKE2B 316f82c4daabf91792e48e82973daaf0b0af972f7760636990e64c94e5e68b41b7cf65fa5d15387ce81a25926a5ffea19519ffe29a1ae487046d973708495b75 SHA512 68a71f55636e987c721da3c54451c75068e3261a0b462189fed45309bb4c286d0ec00a8a29962969b54ac8e31a13a34167cfc3fd44f5da8b84e4ce36eb5b4b10
diff --git a/dev-util/pkgconf/pkgconf-1.6.3.ebuild b/dev-util/pkgconf/pkgconf-1.6.3.ebuild
index 1cb6417d77ca..6168c2b91e2d 100644
--- a/dev-util/pkgconf/pkgconf-1.6.3.ebuild
+++ b/dev-util/pkgconf/pkgconf-1.6.3.ebuild
@@ -6,16 +6,15 @@ EAPI=7
inherit multilib-minimal
if [[ ${PV} == "9999" ]] ; then
- #EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
- EGIT_REPO_URI="https://git.dereferenced.org/${PN}/${PN}.git"
inherit autotools git-r3
+ EGIT_REPO_URI="https://git.sr.ht/~kaniini/pkgconf"
else
SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86"
fi
DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
-HOMEPAGE="https://git.dereferenced.org/pkgconf/pkgconf/"
+HOMEPAGE="https://git.sr.ht/~kaniini/pkgconf"
LICENSE="ISC"
SLOT="0/3"
diff --git a/dev-util/pkgconf/pkgconf-9999.ebuild b/dev-util/pkgconf/pkgconf-9999.ebuild
index 5f58337eda71..28e58496a4d8 100644
--- a/dev-util/pkgconf/pkgconf-9999.ebuild
+++ b/dev-util/pkgconf/pkgconf-9999.ebuild
@@ -6,16 +6,15 @@ EAPI=7
inherit multilib-minimal
if [[ ${PV} == "9999" ]] ; then
- #EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
- EGIT_REPO_URI="https://git.dereferenced.org/${PN}/${PN}.git"
inherit autotools git-r3
+ EGIT_REPO_URI="https://git.sr.ht/~kaniini/pkgconf"
else
SRC_URI="http://distfiles.dereferenced.org/${PN}/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
fi
DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89"
-HOMEPAGE="https://git.dereferenced.org/pkgconf/pkgconf/"
+HOMEPAGE="https://git.sr.ht/~kaniini/pkgconf"
LICENSE="ISC"
SLOT="0/3"