summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2007-02-03 12:54:10 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2007-02-03 12:54:10 +0000
commit9d4c282a91a4d144dd7d7a55f71e124611e26f6b (patch)
treef5a002f7d61b38951b018bff5a4be433b2c49e79 /x11-misc
parentamd64 stable, bug 161760 (diff)
downloadgentoo-2-9d4c282a91a4d144dd7d7a55f71e124611e26f6b.tar.gz
gentoo-2-9d4c282a91a4d144dd7d7a55f71e124611e26f6b.tar.bz2
gentoo-2-9d4c282a91a4d144dd7d7a55f71e124611e26f6b.zip
Remove code to check for STLport, see bug #164339.
(Portage version: 2.1.2-r5)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/gmrun/ChangeLog7
-rw-r--r--x11-misc/gmrun/files/digest-gmrun-0.9.22
-rw-r--r--x11-misc/gmrun/gmrun-0.9.2.ebuild15
3 files changed, 20 insertions, 4 deletions
diff --git a/x11-misc/gmrun/ChangeLog b/x11-misc/gmrun/ChangeLog
index a3aaeceb0646..360ce499bd2c 100644
--- a/x11-misc/gmrun/ChangeLog
+++ b/x11-misc/gmrun/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/gmrun
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/ChangeLog,v 1.14 2006/10/23 06:52:39 omp Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/ChangeLog,v 1.15 2007/02/03 12:54:10 nelchael Exp $
+
+ 03 Feb 2007; Krzysiek Pawlik <nelchael@gentoo.org> gmrun-0.9.2.ebuild:
+ Remove code to check for STLport, see bug #164339.
23 Oct 2006; David Shakaryan <omp@gentoo.org> gmrun-0.9.2.ebuild:
RDEPEND should not include dev-util/pkgconfig.
diff --git a/x11-misc/gmrun/files/digest-gmrun-0.9.2 b/x11-misc/gmrun/files/digest-gmrun-0.9.2
index 94e85f6eec41..da4e78c3773c 100644
--- a/x11-misc/gmrun/files/digest-gmrun-0.9.2
+++ b/x11-misc/gmrun/files/digest-gmrun-0.9.2
@@ -1 +1,3 @@
MD5 6cef37a968006d9496fc56a7099c603c gmrun-0.9.2.tar.gz 66097
+RMD160 8cae67aa63d95c8347d66b690b9cabb158319516 gmrun-0.9.2.tar.gz 66097
+SHA256 17297bce53249ccc7145931db22251b47f77ac355f78cf8abf1e87ae16341fa0 gmrun-0.9.2.tar.gz 66097
diff --git a/x11-misc/gmrun/gmrun-0.9.2.ebuild b/x11-misc/gmrun/gmrun-0.9.2.ebuild
index 546a5f8f299e..1f95fa5857db 100644
--- a/x11-misc/gmrun/gmrun-0.9.2.ebuild
+++ b/x11-misc/gmrun/gmrun-0.9.2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2.ebuild,v 1.12 2006/10/23 06:52:39 omp Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2.ebuild,v 1.13 2007/02/03 12:54:10 nelchael Exp $
+
+inherit autotools
DESCRIPTION="A GTK-2 based launcher box with bash style auto completion!"
HOMEPAGE="http://www.bazon.net/mishoo/gmrun.epl"
@@ -16,6 +18,15 @@ RDEPEND=">=x11-libs/gtk+-2.2.0
DEPEND="${RDEPEND}
dev-util/pkgconfig"
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ # Disable check for STLport due to bug #164339
+ sed -i -e 's,^AC_PATH_STLPORT,dnl REMOVED ,g' configure.in
+ sed -i -e 's,@STLPORT_[A-Z]\+@,,g' src/Makefile.am
+ eautoreconf
+}
+
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS ChangeLog README NEWS