* [gentoo-commits] repo/gentoo:master commit in: app-misc/hilite/
@ 2016-05-09 19:52 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2016-05-09 19:52 UTC (permalink / raw
To: gentoo-commits
commit: e928901b04d61474794a5acb71196792d36a011f
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon May 9 19:36:44 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon May 9 19:37:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e928901b
app-misc/hilite: EAPI 6.
Package-Manager: portage-2.2.26
app-misc/hilite/hilite-1.5-r1.ebuild | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/app-misc/hilite/hilite-1.5-r1.ebuild b/app-misc/hilite/hilite-1.5-r1.ebuild
new file mode 100644
index 0000000..3db014a
--- /dev/null
+++ b/app-misc/hilite/hilite-1.5-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="A utility which highlights stderr text in red"
+HOMEPAGE="http://sourceforge.net/projects/hilite"
+SRC_URI="mirror://gentoo/${P}.c"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE=""
+
+S="${WORKDIR}"
+
+src_unpack() { :; }
+
+src_prepare() {
+ default
+ cp "${DISTDIR}"/${P}.c "${WORKDIR}"/ || die
+}
+
+src_compile() {
+ ebegin "$(tc-getCC) ${LDFLAGS} ${CFLAGS} -o ${PN} ${P}.c"
+ $(tc-getCC) ${LDFLAGS} ${CFLAGS} -o ${PN} ${P}.c || die
+ eend $?
+}
+
+src_install() {
+ dobin "${PN}"
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/hilite/
@ 2016-12-27 0:05 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2016-12-27 0:05 UTC (permalink / raw
To: gentoo-commits
commit: 98b194c091ca9cb640b37fc568a63545d90b6e88
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 20:24:38 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 00:05:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98b194c0
app-misc/hilite: stable for all arches.
Package-Manager: portage-2.3.0
app-misc/hilite/hilite-1.5-r1.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-misc/hilite/hilite-1.5-r1.ebuild b/app-misc/hilite/hilite-1.5-r1.ebuild
index 7105cc6..848ff50 100644
--- a/app-misc/hilite/hilite-1.5-r1.ebuild
+++ b/app-misc/hilite/hilite-1.5-r1.ebuild
@@ -12,8 +12,7 @@ SRC_URI="mirror://gentoo/${P}.c"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
+KEYWORDS="amd64 hppa ia64 mips ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/hilite/
@ 2016-12-27 0:05 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2016-12-27 0:05 UTC (permalink / raw
To: gentoo-commits
commit: b9b0c278f36bd58c340ace4b8ec113d6274f947d
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 20:25:00 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Dec 27 00:05:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b0c278
app-misc/hilite: clean up old.
Package-Manager: portage-2.3.0
app-misc/hilite/hilite-1.5.ebuild | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/app-misc/hilite/hilite-1.5.ebuild b/app-misc/hilite/hilite-1.5.ebuild
deleted file mode 100644
index 2586c90..00000000
--- a/app-misc/hilite/hilite-1.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit toolchain-funcs
-
-DESCRIPTION="A utility which highlights stderr text in red"
-HOMEPAGE="https://sourceforge.net/projects/hilite"
-SRC_URI="mirror://gentoo/${P}.c"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ~mips ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-S="${WORKDIR}"
-
-src_unpack() {
- cp "${DISTDIR}"/${A} "${WORKDIR}"/
-}
-
-src_compile() {
- einfo "$(tc-getCC) ${LDFLAGS} ${CFLAGS} -o ${PN} ${P}.c"
- $(tc-getCC) ${LDFLAGS} ${CFLAGS} -o ${PN} ${P}.c || die
-}
-
-src_install() {
- dobin hilite || die
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/hilite/
@ 2017-01-29 14:59 Fabian Groffen
0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen @ 2017-01-29 14:59 UTC (permalink / raw
To: gentoo-commits
commit: 03b5aa78ebe9d1546794b80fb14b89f6d502ebe8
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 29 14:53:53 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 14:53:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b5aa78
app-misc/hilite: dropped ~x86-interix
Package-Manager: portage-2.3.3
app-misc/hilite/hilite-1.5-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/hilite/hilite-1.5-r1.ebuild b/app-misc/hilite/hilite-1.5-r1.ebuild
index 848ff50..33c8231 100644
--- a/app-misc/hilite/hilite-1.5-r1.ebuild
+++ b/app-misc/hilite/hilite-1.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.c"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 hppa ia64 mips ppc sparc x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 hppa ia64 mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/hilite/
@ 2018-01-23 20:18 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-01-23 20:18 UTC (permalink / raw
To: gentoo-commits
commit: a673b9691d3732f3153c4393ec5fc7bd55fc3b65
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 20:18:02 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 20:18:32 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a673b969
app-misc/hilite: mips -> ~mips
app-misc/hilite/hilite-1.5-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/hilite/hilite-1.5-r1.ebuild b/app-misc/hilite/hilite-1.5-r1.ebuild
index 2bd3b5dd56e..0eb05fd3e23 100644
--- a/app-misc/hilite/hilite-1.5-r1.ebuild
+++ b/app-misc/hilite/hilite-1.5-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gentoo/${P}.c"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 hppa ia64 mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 hppa ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/hilite/
@ 2023-12-07 18:58 Ulrich Müller
0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Müller @ 2023-12-07 18:58 UTC (permalink / raw
To: gentoo-commits
commit: 92dc7579cebb3109c02ac348cc5940fb061bbe7e
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Nov 15 17:27:14 2023 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 7 18:51:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92dc7579
app-misc/hilite: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-misc/hilite/hilite-1.5-r1.ebuild | 24 +++++++++---------------
1 file changed, 9 insertions(+), 15 deletions(-)
diff --git a/app-misc/hilite/hilite-1.5-r1.ebuild b/app-misc/hilite/hilite-1.5-r1.ebuild
index 59ee22306d2e..507624ac9af2 100644
--- a/app-misc/hilite/hilite-1.5-r1.ebuild
+++ b/app-misc/hilite/hilite-1.5-r1.ebuild
@@ -1,31 +1,25 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-inherit toolchain-funcs
+inherit edo toolchain-funcs
-DESCRIPTION="A utility which highlights stderr text in red"
+DESCRIPTION="Utility which highlights stderr text in red"
HOMEPAGE="https://sourceforge.net/projects/hilite"
SRC_URI="mirror://gentoo/${P}.c"
+S="${WORKDIR}"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 ~hppa ~ia64 ~mips ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-S="${WORKDIR}"
-
-src_unpack() { :; }
-
-src_prepare() {
- default
- cp "${DISTDIR}"/${P}.c "${WORKDIR}"/ || die
+src_unpack() {
+ cp "${DISTDIR}"/${P}.c ${P}.c || die
}
src_compile() {
- ebegin "$(tc-getCC) ${LDFLAGS} ${CFLAGS} -o ${PN} ${P}.c"
- $(tc-getCC) ${LDFLAGS} ${CFLAGS} -o ${PN} ${P}.c || die
- eend $?
+ edo $(tc-getCC) ${LDFLAGS} ${CFLAGS} -o ${PN} ${P}.c || die
}
src_install() {
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-12-07 18:58 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-07 18:58 [gentoo-commits] repo/gentoo:master commit in: app-misc/hilite/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2018-01-23 20:18 Michał Górny
2017-01-29 14:59 Fabian Groffen
2016-12-27 0:05 Patrice Clement
2016-12-27 0:05 Patrice Clement
2016-05-09 19:52 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox