summaryrefslogtreecommitdiff
path: root/dev-go/go-colortext
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /dev-go/go-colortext
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'dev-go/go-colortext')
-rw-r--r--dev-go/go-colortext/Manifest2
-rw-r--r--dev-go/go-colortext/go-colortext-0_pre20150720.ebuild25
2 files changed, 10 insertions, 17 deletions
diff --git a/dev-go/go-colortext/Manifest b/dev-go/go-colortext/Manifest
index 9a1731183aa0..a21b7c302e42 100644
--- a/dev-go/go-colortext/Manifest
+++ b/dev-go/go-colortext/Manifest
@@ -1,3 +1,3 @@
DIST go-colortext-0_pre20150720.tar.gz 3542 BLAKE2B 5979377b716c94a20445ade2f6c405203b1b77fc4beb5163480c6a9f837b0b183b607c69f5d80018e8918dff8526b914ec89badf639dfc550a8480ee3815d23d SHA512 7f70e32f6f7b17c683c4e6131ef6e15d7c1f40ad7cfeb3e8ce02e799370af02493fcdeb8896c73e8f71b4c28ba3accce646a795f404900b7b63bb40f9651287d
-EBUILD go-colortext-0_pre20150720.ebuild 675 BLAKE2B 87615c9d36ceaf9b624ec270ebc6e55772dc1e63e99303e55ff730e073cdb3e621769b792f2c1060871f0307702514ca2d0956d2350d451b60d1e1f44d166632 SHA512 74f97af81e9bb7cc6267eb773fd1987700349c1929ee7ec1262f3c3a72d9bbce8ca82c19e421fcd861102fabb7f1c13b8312b75192b579a88465d63851371279
+EBUILD go-colortext-0_pre20150720.ebuild 575 BLAKE2B 8641a1b8a9b88bc1b1d494257775afbbfce03d1e8180f7be4f89d231a369219ac6272ab2b75b0f8b23aba14607486e0878df5bc1a238cd7cb8046b1880615b33 SHA512 cfe67dcc887dbd4064c35486ec073ebeaf8b613e82a562fc198c37203c04f027370877146a98b1828c427e6eee15f1b1a21d6cad9c9c0d17aed6df474581a1ed
MISC metadata.xml 338 BLAKE2B 0c4caddfa119c7882211c4db3c0e83df17afed659cec843cb3901a4918c8d5cb29814d9265eba318a3f89c5ade57a0b196a42e3a75a4aca12791eb5cadbdd1b7 SHA512 05f818a2c9c1323213acb1cca9ff95b59784c5128aad38c053758c33a631757f92be9fb8fd17262ff16c6d0f43c30edd717f13434bb6b55a228e59bf4293a3e7
diff --git a/dev-go/go-colortext/go-colortext-0_pre20150720.ebuild b/dev-go/go-colortext/go-colortext-0_pre20150720.ebuild
index 181bd09a7642..edf72cdb953e 100644
--- a/dev-go/go-colortext/go-colortext-0_pre20150720.ebuild
+++ b/dev-go/go-colortext/go-colortext-0_pre20150720.ebuild
@@ -1,29 +1,22 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-EGO_PN="github.com/daviddengcn/go-colortext"
+EAPI=7
-if [[ ${PV} = *9999* ]]; then
- inherit golang-vcs
-else
- EGIT_COMMIT=3b18c85
- ARCHIVE_URI="https://github.com/daviddengcn/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64"
- inherit golang-vcs-snapshot
-fi
-inherit golang-build
+EGO_PN="github.com/daviddengcn/go-colortext"
+EGIT_COMMIT=3b18c85
+ARCHIVE_URI="https://github.com/daviddengcn/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
+inherit golang-build golang-vcs-snapshot
DESCRIPTION="Change the console foreground and background colors"
HOMEPAGE="https://github.com/daviddengcn/go-colortext"
SRC_URI="${ARCHIVE_URI}"
+
LICENSE="BSD"
SLOT="0"
-IUSE=""
-DEPEND=""
-RDEPEND=""
+KEYWORDS="~amd64"
src_install() {
golang-build_src_install
-dodoc src/${EGO_PN}/*.md
+ dodoc src/${EGO_PN}/*.md
}