summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-04-30 14:27:47 +0000
committerJustin Lecher <jlec@gentoo.org>2011-04-30 14:27:47 +0000
commit31f18b28794375a3172e95d9b6cffba7c01389bf (patch)
treef55ea32ae83343962ad473c4de89a0d875bc8571
parentmedia-sound/gnormalize: Fix deps for gnome3 (diff)
downloadsunrise-31f18b28794375a3172e95d9b6cffba7c01389bf.tar.gz
sunrise-31f18b28794375a3172e95d9b6cffba7c01389bf.tar.bz2
sunrise-31f18b28794375a3172e95d9b6cffba7c01389bf.zip
media-radio/xwxapt: Fix deps for gnome3
svn path=/sunrise/; revision=11970
-rw-r--r--media-radio/xwxapt/ChangeLog5
-rw-r--r--media-radio/xwxapt/Manifest4
-rw-r--r--media-radio/xwxapt/xwxapt-1.2.ebuild16
3 files changed, 14 insertions, 11 deletions
diff --git a/media-radio/xwxapt/ChangeLog b/media-radio/xwxapt/ChangeLog
index 0b05d903e..797948152 100644
--- a/media-radio/xwxapt/ChangeLog
+++ b/media-radio/xwxapt/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for media-radio/xwxapt
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 30 Apr 2011; Justin Lecher <jlec@gentoo.org> xwxapt-1.2.ebuild:
+ Fix deps for gnome3
+
21 Oct 2009; Thomas Beierlein (TomJBE) <tb@forth-ev.de> xwxapt-1.2.ebuild:
tested on amd64
diff --git a/media-radio/xwxapt/Manifest b/media-radio/xwxapt/Manifest
index 0a8a31549..f7c132c15 100644
--- a/media-radio/xwxapt/Manifest
+++ b/media-radio/xwxapt/Manifest
@@ -1,4 +1,4 @@
DIST xwxapt-1.2.tar.gz 68004 RMD160 ff4c97a2a6703e557d79f5ea7919b5658d58f8b3 SHA1 d73a8654223aa84db6f802817b16ce5ff434a306 SHA256 de03dbd63aa986ca5a2ae9cf22c6ad5b84247c82f91a6822e91efcd3473a6615
-EBUILD xwxapt-1.2.ebuild 1113 RMD160 09b1391bf5acef280a1c743c42d742f9bcd49488 SHA1 d91ad7435ab5aadece2c59822036a5f24431dfc3 SHA256 f1a02ed708b0ec680d36c186ef76bc78218b8fe4b4d7e6cb7c5bf961e6f86f69
-MISC ChangeLog 980 RMD160 80ef18b402200f35b9e34c40ee18b4ae5456a2f2 SHA1 180bed421390ea10660ca01c9ad3d9b2d2dd268d SHA256 835b435adef15b7138f05a59f10f49a333435df25e312939b4ac8bd385e9aff2
+EBUILD xwxapt-1.2.ebuild 1044 RMD160 ab18200804703b629b493f56850cbe925cbe33c5 SHA1 48a464bb1dd98181337be3bafd5698c5e6e44e01 SHA256 c8402be0252adc10a8016bd37c3cabc59a0fc911c2246c3061d786fd858d772b
+MISC ChangeLog 1069 RMD160 884e3ee9afaff029936e8b9378b20a3b285c7653 SHA1 11544c883db57c92b6fd5d311affedf62e29203c SHA256 3059b74a543be61db196423bb4ab0d7a02fe57afd8099afc4558efb800a1a1a9
MISC metadata.xml 231 RMD160 6aebfea93d789d2b96ea6d8259dc842dd1fdacd3 SHA1 e10a04c4c18a66af326abc1f40c61b28cc610fae SHA256 48054ea190d00518c1e035fc6663b2368854cdea5ff69a94830e4f9a38260987
diff --git a/media-radio/xwxapt/xwxapt-1.2.ebuild b/media-radio/xwxapt/xwxapt-1.2.ebuild
index 9657e3b5b..e06f4b450 100644
--- a/media-radio/xwxapt/xwxapt-1.2.ebuild
+++ b/media-radio/xwxapt/xwxapt-1.2.ebuild
@@ -1,7 +1,9 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=4
+
inherit autotools
DESCRIPTION="GTK+ linux weather satellite APT image decoder software"
@@ -13,24 +15,22 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=x11-libs/gtk+-2"
+RDEPEND="
+ x11-libs/gtk+:2"
DEPEND="${RDEPEND}
dev-util/pkgconfig
- >=dev-libs/glib-2"
+ dev-libs/glib:2"
S=${WORKDIR}/${PN}
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
+src_prepare() {
# create missing mkinstalldir and prepare package
glib-gettextize --force --copy || die "gettextize failed"
eautoreconf
}
src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
+ default
dohtml doc/xwxapt.html || die "dohtml failed"
insinto /usr/share/${PN}
doins xwxapt/xwxaptrc || die "doins failed"