Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: app-text/dgs/
Date: Sat, 01 Nov 2014 10:45:49
Message-Id: 1414838694.6d10ff97edd536e7c1995e840a6c3051a56b9155.jlec@gentoo
1 commit: 6d10ff97edd536e7c1995e840a6c3051a56b9155
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 1 10:44:54 2014 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 1 10:44:54 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6d10ff97
7
8 app-text/dgs: Bump to EAPI=5
9
10 Package-Manager: portage-2.2.14
11
12 ---
13 app-text/dgs/ChangeLog | 6 +++++-
14 app-text/dgs/dgs-0.5.10-r2.ebuild | 31 +++++++++++++++----------------
15 app-text/dgs/metadata.xml | 2 +-
16 3 files changed, 21 insertions(+), 18 deletions(-)
17
18 diff --git a/app-text/dgs/ChangeLog b/app-text/dgs/ChangeLog
19 index 8c121ba..59e9a9d 100644
20 --- a/app-text/dgs/ChangeLog
21 +++ b/app-text/dgs/ChangeLog
22 @@ -1,7 +1,11 @@
23 # ChangeLog for app-text/dgs
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: /var/cvsroot/gentoo-x86/app-text/dgs/ChangeLog,v 1.30 2008/03/18 13:24:47 flameeyes Exp $
27
28 + 01 Nov 2014; Justin Lecher <jlec@g.o> dgs-0.5.10-r2.ebuild,
29 + metadata.xml:
30 + Bump to EAPI=5
31 +
32 24 Jun 2011; Justin Lecher <jlec@g.o> dgs-0.5.10-r2.ebuild:
33 Sort inherit and/or USE
34
35
36 diff --git a/app-text/dgs/dgs-0.5.10-r2.ebuild b/app-text/dgs/dgs-0.5.10-r2.ebuild
37 index 95ec3ce..651ac76 100644
38 --- a/app-text/dgs/dgs-0.5.10-r2.ebuild
39 +++ b/app-text/dgs/dgs-0.5.10-r2.ebuild
40 @@ -4,7 +4,7 @@
41
42 # Upstream is dead.
43
44 -EAPI=2
45 +EAPI=5
46
47 WANT_AUTOCONF="2.1"
48
49 @@ -17,37 +17,36 @@ LICENSE="GPL-2"
50 SLOT="0"
51 KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64 ~hppa ~mips ~ppc64 ~ia64"
52 IUSE="tcpd"
53 -RDEPEND="dev-libs/glib:1
54 +RDEPEND="
55 + dev-libs/glib:1
56 !<x11-base/xorg-x11-7"
57 DEPEND="${RDEPEND}
58 sys-apps/texinfo
59 tcpd? ( >=sys-apps/tcp-wrappers-7.6 )"
60
61 +DOCS=( ANNOUNCE ChangeLog FAQ NEWS NOTES README STATUS TODO Version )
62 +
63 src_prepare() {
64 - epatch "${FILESDIR}"/"${P}"-gs-time_.h-gentoo.diff
65 - epatch "${FILESDIR}"/"${P}"-tcpd-gentoo.diff
66 - epatch "${FILESDIR}"/"${P}"-gcc-3.4.diff
67 - epatch "${FILESDIR}"/"${PV}"-workaround-include-in-comments.patch
68 - epatch "${FILESDIR}"/"${PN}"-fix-as-needed.patch
69 + epatch \
70 + "${FILESDIR}"/${P}-gs-time_.h-gentoo.diff \
71 + "${FILESDIR}"/${P}-tcpd-gentoo.diff \
72 + "${FILESDIR}"/${P}-gcc-3.4.diff \
73 + "${FILESDIR}"/${PV}-workaround-include-in-comments.patch \
74 + "${FILESDIR}"/${PN}-fix-as-needed.patch
75
76 eautoconf
77 + export MAKEOPTS+=" -j1"
78 }
79
80 src_configure() {
81 - econf --with-x $(use_enable tcpd) || die "econf failed"
82 -}
83 -
84 -src_compile() {
85 - emake -j1 || die "emake failed"
86 + econf --with-x $(use_enable tcpd)
87 }
88
89 src_install() {
90 - einstall || die "einstall failed"
91 + default
92
93 - rm -rf "${D}"/usr/share/man/manm
94 + rm -rf "${D}"/usr/share/man/manm || die
95 newman "${S}"/DPS/demos/xepsf/xepsf.man xepsf.1
96 newman "${S}"/DPS/demos/dpsexec/dpsexec.man dpsexec.1
97 newman "${S}"/DPS/clients/makepsres/makepsres.man makepsres.1
98 -
99 - dodoc ANNOUNCE ChangeLog FAQ NEWS NOTES README STATUS TODO Version
100 }
101
102 diff --git a/app-text/dgs/metadata.xml b/app-text/dgs/metadata.xml
103 index b229aec..897aa2e 100644
104 --- a/app-text/dgs/metadata.xml
105 +++ b/app-text/dgs/metadata.xml
106 @@ -1,5 +1,5 @@
107 <?xml version="1.0" encoding="UTF-8"?>
108 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
109 <pkgmetadata>
110 -<herd>sci</herd>
111 + <herd>sci</herd>
112 </pkgmetadata>