public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/syrep/
@ 2018-05-28 23:02 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-05-28 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c2491d8300f8765a27e25fdea23ee2573b983ad3
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 16:26:40 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:01:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2491d83

net-p2p/syrep: bump EAPI

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-p2p/syrep/syrep-0.9.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net-p2p/syrep/syrep-0.9.ebuild b/net-p2p/syrep/syrep-0.9.ebuild
index 5c015c5d59c..d3656097df0 100644
--- a/net-p2p/syrep/syrep-0.9.ebuild
+++ b/net-p2p/syrep/syrep-0.9.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=2
+EAPI=6
 inherit autotools
 
 DESCRIPTION="A generic file repository synchronization tool"
@@ -18,6 +18,7 @@ DEPEND="sys-libs/zlib
 	doc? ( www-client/lynx )"
 
 src_prepare() {
+	default
 	sed -i \
 		-e "s/#if (DB_VERSION_MAJOR != 4).*/#if (DB_VERSION_MAJOR < 4)/" \
 		configure.ac || die
@@ -33,8 +34,7 @@ src_configure() {
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die
-	cd doc
-	dodoc README *.txt
-	use doc && dohtml *.html *.css
+	DOCS=( doc/README doc/*.txt )
+	use doc && HTML_DOCS=( doc/*.html doc/*.css )
+	default
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-p2p/syrep/
@ 2018-05-28 23:02 Aaron Bauman
  0 siblings, 0 replies; 2+ messages in thread
From: Aaron Bauman @ 2018-05-28 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     06d780a273b3276c0a2510abcdd3597bd423ebe5
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 28 16:49:22 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 28 23:02:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d780a2

net-p2p/syrep: bashify HTML_DOCS

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 net-p2p/syrep/syrep-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/syrep/syrep-0.9.ebuild b/net-p2p/syrep/syrep-0.9.ebuild
index d3656097df0..578c19a71e2 100644
--- a/net-p2p/syrep/syrep-0.9.ebuild
+++ b/net-p2p/syrep/syrep-0.9.ebuild
@@ -35,6 +35,6 @@ src_configure() {
 
 src_install() {
 	DOCS=( doc/README doc/*.txt )
-	use doc && HTML_DOCS=( doc/*.html doc/*.css )
+	use doc && HTML_DOCS=( doc/*.{css,html} )
 	default
 }


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-28 23:02 [gentoo-commits] repo/gentoo:master commit in: net-p2p/syrep/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2018-05-28 23:02 Aaron Bauman

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