* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lcdfilter/
@ 2017-06-20 12:37 Pacho Ramos
0 siblings, 0 replies; 7+ messages in thread
From: Pacho Ramos @ 2017-06-20 12:37 UTC (permalink / raw
To: gentoo-commits
commit: f94a3604621d9d3e78d56d59a97deb09da83ca24
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 12:05:16 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 12:37:25 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f94a3604
app-eselect/eselect-lcdfilter: Cleanup metadata due to retirement
Package-Manager: Portage-2.3.6, Repoman-2.3.2
app-eselect/eselect-lcdfilter/metadata.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/app-eselect/eselect-lcdfilter/metadata.xml b/app-eselect/eselect-lcdfilter/metadata.xml
index 4bcf95f0d1d..f856a70079f 100644
--- a/app-eselect/eselect-lcdfilter/metadata.xml
+++ b/app-eselect/eselect-lcdfilter/metadata.xml
@@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>yngwin@gentoo.org</email>
- </maintainer>
<maintainer type="project">
<email>fonts@gentoo.org</email>
<name>Fonts</name>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lcdfilter/
@ 2018-06-10 19:31 Johannes Huber
0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2018-06-10 19:31 UTC (permalink / raw
To: gentoo-commits
commit: 3b856588ac4b31fc7d6d577b56a4231242d794e4
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 10 16:21:54 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 19:30:41 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b856588
app-eselect/eselect-lcdfilter: raise EAPI, use readme.gentoo-r1
Closes: https://github.com/gentoo/gentoo/pull/8788
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
index ae5074c16ac..6f0ea6b5c25 100644
--- a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
+++ b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit vcs-snapshot readme.gentoo
+EAPI=6
+inherit vcs-snapshot readme.gentoo-r1
DESCRIPTION="Eselect module to choose Freetype infinality-enhanced LCD filtering settings"
HOMEPAGE="https://github.com/yngwin/eselect-lcdfilter"
@@ -13,17 +13,16 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=""
RDEPEND="app-admin/eselect"
PDEPEND="media-libs/freetype[infinality]"
-src_install() {
- DOC_CONTENTS="Use eselect lcdfilter to select an lcdfiltering font style.
- You can customize ${EPREFIX}/usr/share/${PN}/env.d/custom with your own settings.
- See ${EPREFIX}/usr/share/doc/${PF}/infinality-settings.sh for an explanation and
+DOC_CONTENTS="Use eselect lcdfilter to select an lcdfiltering font style.
+ You can customize ${EPREFIX}/usr/share/"${PN}"/env.d/custom with your own settings.
+ See ${EPREFIX}/usr/share/doc/"${PF}"/infinality-settings.sh for an explanation and
examples of the variables. This module is supposed to be used in pair with
eselect infinality."
+src_install() {
dodoc README.rst infinality-settings.sh
readme.gentoo_create_doc
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lcdfilter/
@ 2019-08-28 14:34 David Seifert
0 siblings, 0 replies; 7+ messages in thread
From: David Seifert @ 2019-08-28 14:34 UTC (permalink / raw
To: gentoo-commits
commit: ea6fcbe9f227300748b47f08832b705e9e46901a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 14:33:57 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Aug 28 14:33:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6fcbe9
app-eselect/eselect-lcdfilter: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-eselect/eselect-lcdfilter/eselect-lcdfilter-1.ebuild | 4 ++--
app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-1.ebuild b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-1.ebuild
index 867bf778f3d..b75ec6b3c84 100644
--- a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-1.ebuild
+++ b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -6,7 +6,7 @@ inherit vcs-snapshot
DESCRIPTION="Eselect module to choose Freetype infinality-enhanced LCD filtering settings"
HOMEPAGE="https://github.com/yngwin/eselect-lcdfilter"
-SRC_URI="${HOMEPAGE}/tarball/v1 -> ${P}.tar.gz"
+SRC_URI="https://github.com/yngwin/eselect-lcdfilter/tarball/v1 -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
index 6f0ea6b5c25..ad0c8cecd8c 100644
--- a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
+++ b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ inherit vcs-snapshot readme.gentoo-r1
DESCRIPTION="Eselect module to choose Freetype infinality-enhanced LCD filtering settings"
HOMEPAGE="https://github.com/yngwin/eselect-lcdfilter"
-SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz"
+SRC_URI="https://github.com/yngwin/eselect-lcdfilter/tarball/v${PV} -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lcdfilter/
@ 2019-11-12 10:05 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2019-11-12 10:05 UTC (permalink / raw
To: gentoo-commits
commit: 0e2f9c921704d03fccf7040e59adfaf9dfd44f45
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 12 10:04:01 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 12 10:04:01 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2f9c92
app-eselect/eselect-lcdfilter: x86 stable wrt bug #699680
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
index ad0c8cecd8c..1f96480ba17 100644
--- a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
+++ b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/yngwin/eselect-lcdfilter/tarball/v${PV} -> ${P}.tar.
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE=""
RDEPEND="app-admin/eselect"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lcdfilter/
@ 2019-11-13 7:44 Agostino Sarubbo
0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2019-11-13 7:44 UTC (permalink / raw
To: gentoo-commits
commit: 12cfcaf306056d49ac2c56752224cf5ef797886a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 07:43:57 2019 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 07:43:57 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cfcaf3
app-eselect/eselect-lcdfilter: amd64 stable wrt bug #699680
Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
index 1f96480ba17..16040fcee7b 100644
--- a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
+++ b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/yngwin/eselect-lcdfilter/tarball/v${PV} -> ${P}.tar.
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="app-admin/eselect"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lcdfilter/
@ 2019-11-13 14:37 Aaron Bauman
0 siblings, 0 replies; 7+ messages in thread
From: Aaron Bauman @ 2019-11-13 14:37 UTC (permalink / raw
To: gentoo-commits
commit: 76c4c9cd26d9561bd646a4f76933e0d6ddacf387
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 14:35:22 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 14:35:22 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c4c9cd
app-eselect/eselect-lcdfilter: drop old EAPI
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
app-eselect/eselect-lcdfilter/Manifest | 1 -
.../eselect-lcdfilter/eselect-lcdfilter-1.ebuild | 36 ----------------------
2 files changed, 37 deletions(-)
diff --git a/app-eselect/eselect-lcdfilter/Manifest b/app-eselect/eselect-lcdfilter/Manifest
index f878a213230..8b90fc0b5cc 100644
--- a/app-eselect/eselect-lcdfilter/Manifest
+++ b/app-eselect/eselect-lcdfilter/Manifest
@@ -1,2 +1 @@
-DIST eselect-lcdfilter-1.tar.gz 17206 BLAKE2B 8ac9b6b85819104dd9ce25a08e28694497218372a63f65000591546aa51de94ad6dd03530f62e1e5b5bc8abf0090b9695e8cce04c6a2d37684d489fff983be5f SHA512 1f86fb2cc21ff9cc9b79c50578a02f7c461ae203533cc817dc733d0dde9ad43763267bb1703b9495ba6f46989e0446bb1cba39aaa705d3b605118f62cb0d2dfc
DIST eselect-lcdfilter-2.tar.gz 18365 BLAKE2B 25acb2f29c3248711fbe5cfd9ba9fa7489de246ff1a4b07121d45987650e89389bb12a299520181c2012ea74fd8f4b87b8d33dcf0ab1dfea8beebb5b8928580c SHA512 e17c475c860f0a3ad7249d21ca11c52f3226852ba042b83058baf6823242c4f8be0042aad52029757944fce6d816df386b928f2005ab87e0778d3ecb26ceec92
diff --git a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-1.ebuild b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-1.ebuild
deleted file mode 100644
index b75ec6b3c84..00000000000
--- a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit vcs-snapshot
-
-DESCRIPTION="Eselect module to choose Freetype infinality-enhanced LCD filtering settings"
-HOMEPAGE="https://github.com/yngwin/eselect-lcdfilter"
-SRC_URI="https://github.com/yngwin/eselect-lcdfilter/tarball/v1 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="app-admin/eselect"
-PDEPEND="media-libs/freetype[infinality]"
-
-src_install() {
- dodoc README.rst infinality-settings.sh
-
- insinto "/usr/share/eselect/modules"
- doins lcdfilter.eselect
-
- insinto "/usr/share/${PN}"
- doins -r env.d
-}
-
-pkg_postinst() {
- elog "Use eselect lcdfilter to select an lcdfiltering font style."
- elog "You can customize /usr/share/${PN}/env.d/custom"
- elog "with your own settings. See /usr/share/doc/${PF}/infinality-settings.sh"
- elog "for an explanation and examples of the variables."
- elog "This module is supposed to be used in pair with eselect infinality."
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lcdfilter/
@ 2021-03-05 18:00 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2021-03-05 18:00 UTC (permalink / raw
To: gentoo-commits
commit: d92d73875396514f3047c8a6e79eb0a7fdfc45ec
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 07:44:41 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 5 18:00:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92d7387
app-eselect/eselect-lcdfilter: fix ObsoleteUri
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
index 16040fcee7b..b2698d0394f 100644
--- a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
+++ b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
+
inherit vcs-snapshot readme.gentoo-r1
DESCRIPTION="Eselect module to choose Freetype infinality-enhanced LCD filtering settings"
HOMEPAGE="https://github.com/yngwin/eselect-lcdfilter"
-SRC_URI="https://github.com/yngwin/eselect-lcdfilter/tarball/v${PV} -> ${P}.tar.gz"
+SRC_URI="https://github.com/yngwin/eselect-lcdfilter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE=""
RDEPEND="app-admin/eselect"
PDEPEND="media-libs/freetype[infinality]"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2021-03-05 18:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-20 12:37 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-lcdfilter/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2018-06-10 19:31 Johannes Huber
2019-08-28 14:34 David Seifert
2019-11-12 10:05 Agostino Sarubbo
2019-11-13 7:44 Agostino Sarubbo
2019-11-13 14:37 Aaron Bauman
2021-03-05 18:00 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox