public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/fnlib/
@ 2018-05-26 20:31 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2018-05-26 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     d5ddc277d55a4aeb5bb386a58790a687a17dc336
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 18:45:07 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 20:31:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ddc277

media-libs/fnlib: bump EAPI and drop eutils

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/fnlib/fnlib-0.5-r2.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-libs/fnlib/fnlib-0.5-r2.ebuild b/media-libs/fnlib/fnlib-0.5-r2.ebuild
index 791991112da..b532f12c0e6 100644
--- a/media-libs/fnlib/fnlib-0.5-r2.ebuild
+++ b/media-libs/fnlib/fnlib-0.5-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
 inherit autotools
 
@@ -17,7 +17,10 @@ IUSE=""
 DEPEND="media-libs/imlib"
 RDEPEND="${DEPEND}"
 
+DOCS=( AUTHORS ChangeLog HACKING NEWS README doc/fontinfo.README )
+
 src_prepare() {
+	default
 	eautoreconf
 }
 
@@ -27,6 +30,5 @@ src_configure() {
 
 src_install() {
 	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog HACKING NEWS README
-	dodoc doc/fontinfo.README
+	default
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/fnlib/
@ 2018-05-27 18:23 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     b6ddf0bbafb5c570c8e2a53dcad476dcc5355ab4
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 15:51:37 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ddf0bb

media-libs/fnlib: fix econf call with EPREFIX

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/fnlib/fnlib-0.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/fnlib/fnlib-0.5-r2.ebuild b/media-libs/fnlib/fnlib-0.5-r2.ebuild
index 178106b2ff7..db892e87ab2 100644
--- a/media-libs/fnlib/fnlib-0.5-r2.ebuild
+++ b/media-libs/fnlib/fnlib-0.5-r2.ebuild
@@ -25,5 +25,5 @@ src_prepare() {
 }
 
 src_configure() {
-	econf --sysconfdir=/etc/fnlib
+	econf --sysconfdir="${EPREFIX}"/etc/fnlib
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/fnlib/
@ 2018-05-27 18:23 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2018-05-27 18:23 UTC (permalink / raw
  To: gentoo-commits

commit:     2ccd9742a12ceb47f7b1412e0afbc3418aa7c91b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:51:56 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 18:23:10 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ccd9742

media-libs/fnlib: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-libs/fnlib/fnlib-0.5-r2.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/media-libs/fnlib/fnlib-0.5-r2.ebuild b/media-libs/fnlib/fnlib-0.5-r2.ebuild
index b532f12c0e6..178106b2ff7 100644
--- a/media-libs/fnlib/fnlib-0.5-r2.ebuild
+++ b/media-libs/fnlib/fnlib-0.5-r2.ebuild
@@ -27,8 +27,3 @@ src_prepare() {
 src_configure() {
 	econf --sysconfdir=/etc/fnlib
 }
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	default
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-27 18:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-27 18:23 [gentoo-commits] repo/gentoo:master commit in: media-libs/fnlib/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2018-05-27 18:23 Aaron Bauman
2018-05-26 20:31 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox