public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: x11-misc/xsw/
@ 2013-10-13 14:56 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2013-10-13 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     e42bed86b8644c7a99b9c819f9e8101deeb53349
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 14:48:58 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 14:48:58 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=e42bed86

x11-misc/xsw: metadata.xml added

Package-Manager: portage-2.2.7

---
 x11-misc/xsw/ChangeLog    | 7 +++++++
 x11-misc/xsw/metadata.xml | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/x11-misc/xsw/ChangeLog b/x11-misc/xsw/ChangeLog
new file mode 100644
index 0000000..d46f3ac
--- /dev/null
+++ b/x11-misc/xsw/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for x11-misc/xsw
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  13 Oct 2013; Justin Lecher <jlec@gentoo.org> +metadata.xml:
+  metadata.xml added
+

diff --git a/x11-misc/xsw/metadata.xml b/x11-misc/xsw/metadata.xml
new file mode 100644
index 0000000..a759be0
--- /dev/null
+++ b/x11-misc/xsw/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer>
+    <email>maintainer-wanted@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] proj/betagarden:master commit in: x11-misc/xsw/
@ 2017-06-04 18:17 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2017-06-04 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5c12b3e01034982d89fe210e29b5d34e5aa81495
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 18:17:54 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 18:17:54 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=5c12b3e0

x11-misc/xsw: Bump to EAPI=6

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 x11-misc/xsw/xsw-0.3.5.ebuild | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/x11-misc/xsw/xsw-0.3.5.ebuild b/x11-misc/xsw/xsw-0.3.5.ebuild
index b8c6c5e..457616e 100644
--- a/x11-misc/xsw/xsw-0.3.5.ebuild
+++ b/x11-misc/xsw/xsw-0.3.5.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="2"
+EAPI=6
 
-inherit base autotools
+inherit autotools
 
 DESCRIPTION="Slide show presentation tool"
-
 HOMEPAGE="http://code.google.com/p/xsw/"
 SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz"
 
@@ -15,19 +14,22 @@ SLOT="0"
 KEYWORDS="~x86"
 IUSE="pdf"
 
-DEPEND="media-libs/libsdl
+DEPEND="
+	media-libs/libsdl
 	media-libs/sdl-ttf
 	media-libs/sdl-image
 	media-libs/sdl-gfx"
 RDEPEND="${DEPEND}
 	pdf? ( media-gfx/imagemagick )"
 
+PATCHES=( "${FILESDIR}"/${PN}-0.3.5-fix-destdir-remove-usr-local-stuff.patch )
+
 src_prepare() {
-	epatch "${FILESDIR}"/${PN}-0.3.5-fix-destdir-remove-usr-local-stuff.patch
+	default
 	eautomake
 }
 
 src_install() {
-	base_src_install
-	dodoc ChangeLog NEWS README REFERENCE THANKS TODO || die 'dodoc failed'
+	default
+	dodoc REFERENCE
 }


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

end of thread, other threads:[~2017-06-04 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-04 18:17 [gentoo-commits] proj/betagarden:master commit in: x11-misc/xsw/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2013-10-13 14:56 Justin Lecher

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