summaryrefslogtreecommitdiff
path: root/dev-go/go-colortext
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-go/go-colortext
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-go/go-colortext')
-rw-r--r--dev-go/go-colortext/Manifest3
-rw-r--r--dev-go/go-colortext/go-colortext-0_pre20150720.ebuild29
-rw-r--r--dev-go/go-colortext/metadata.xml14
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-go/go-colortext/Manifest b/dev-go/go-colortext/Manifest
deleted file mode 100644
index fb70bf1cba88..000000000000
--- a/dev-go/go-colortext/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST go-colortext-0_pre20150720.tar.gz 3542 BLAKE2B 5979377b716c94a20445ade2f6c405203b1b77fc4beb5163480c6a9f837b0b183b607c69f5d80018e8918dff8526b914ec89badf639dfc550a8480ee3815d23d SHA512 7f70e32f6f7b17c683c4e6131ef6e15d7c1f40ad7cfeb3e8ce02e799370af02493fcdeb8896c73e8f71b4c28ba3accce646a795f404900b7b63bb40f9651287d
-EBUILD go-colortext-0_pre20150720.ebuild 675 BLAKE2B 87615c9d36ceaf9b624ec270ebc6e55772dc1e63e99303e55ff730e073cdb3e621769b792f2c1060871f0307702514ca2d0956d2350d451b60d1e1f44d166632 SHA512 74f97af81e9bb7cc6267eb773fd1987700349c1929ee7ec1262f3c3a72d9bbce8ca82c19e421fcd861102fabb7f1c13b8312b75192b579a88465d63851371279
-MISC metadata.xml 459 BLAKE2B ac3f3ac4a26e77cc6c29db8fe6bc28e87e02d3775711772dfb6dcfa18799113de553ca3d8f25da6c56d6b9c178d88e31e8c0081a603da3ddfb3b953a791c2bd8 SHA512 d1a2cfe4744a4a79088c53e5e1e018e57f6ddb693fdb4f9de76a00a4f7f31d8d849dd9c332f0e55e102a01b8be162ed8f95226026dcbee8c73dd7a0d85efdfc0
diff --git a/dev-go/go-colortext/go-colortext-0_pre20150720.ebuild b/dev-go/go-colortext/go-colortext-0_pre20150720.ebuild
deleted file mode 100644
index 181bd09a7642..000000000000
--- a/dev-go/go-colortext/go-colortext-0_pre20150720.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-EGO_PN="github.com/daviddengcn/go-colortext"
-
-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
-
-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=""
-
-src_install() {
- golang-build_src_install
-dodoc src/${EGO_PN}/*.md
-}
diff --git a/dev-go/go-colortext/metadata.xml b/dev-go/go-colortext/metadata.xml
deleted file mode 100644
index 0d90984f6f13..000000000000
--- a/dev-go/go-colortext/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>williamh@gentoo.org</email>
- <name>William Hubbs</name>
- </maintainer>
- <longdescription lang="en">
- This go package allows you to change the color of text in the console.
- </longdescription>
- <upstream>
- <remote-id type="github">daviddengcn/go-colortext</remote-id>
- </upstream>
-</pkgmetadata>