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

commit:     cce0208989667fe99359948a02b5b8ca97f7b850
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 15:57:05 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat May 26 18:16:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cce02089

sys-fs/autorun: add default call to src_install for docs

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-fs/autorun/autorun-3.17.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-fs/autorun/autorun-3.17.ebuild b/sys-fs/autorun/autorun-3.17.ebuild
index 3fba603c6a6..b6ddc14c47d 100644
--- a/sys-fs/autorun/autorun-3.17.ebuild
+++ b/sys-fs/autorun/autorun-3.17.ebuild
@@ -28,4 +28,5 @@ src_configure() {
 
 src_install() {
 	emake DESTDIR="${D}" install || die
+	default
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/autorun/
@ 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:     4b2e837ef1a787f8cd79eebf59b9741389e004c4
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 13:57:43 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=4b2e837e

sys-fs/autorun: nix src_install()

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-fs/autorun/autorun-3.17.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/sys-fs/autorun/autorun-3.17.ebuild b/sys-fs/autorun/autorun-3.17.ebuild
index b6ddc14c47d..7d6df164e2a 100644
--- a/sys-fs/autorun/autorun-3.17.ebuild
+++ b/sys-fs/autorun/autorun-3.17.ebuild
@@ -25,8 +25,3 @@ src_configure() {
 	econf \
 		--disable-dependency-tracking
 }
-
-src_install() {
-	emake DESTDIR="${D}" install || die
-	default
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-fs/autorun/
@ 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:     5fa6c2c89fce1bd9c9b6cc92588f990b5fbc94eb
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun May 27 15:52:51 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=5fa6c2c8

sys-fs/autorun: move KDEDIR to global and nix src_configure

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-fs/autorun/autorun-3.17.ebuild | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/sys-fs/autorun/autorun-3.17.ebuild b/sys-fs/autorun/autorun-3.17.ebuild
index 7d6df164e2a..83006969a4d 100644
--- a/sys-fs/autorun/autorun-3.17.ebuild
+++ b/sys-fs/autorun/autorun-3.17.ebuild
@@ -18,10 +18,6 @@ DEPEND="sys-devel/gettext
 	app-text/xmlto
 	app-text/docbook-xml-dtd:4.1.2"
 
-PATCHES=( "${FILESDIR}/${P}-headers.patch" )
+export KDEDIR=/usr
 
-src_configure() {
-	export KDEDIR=/usr
-	econf \
-		--disable-dependency-tracking
-}
+PATCHES=( "${FILESDIR}/${P}-headers.patch" )


^ 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: sys-fs/autorun/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2018-05-27 18:23 Aaron Bauman
2018-05-26 18:16 Aaron Bauman

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