diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2006-10-02 11:53:31 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2006-10-02 11:53:31 +0000 |
commit | 1dbff2a9b87dc2f1bef1490c924c9d6246a44987 (patch) | |
tree | a73c1d94f80533fb353746145d5d316d464b63f8 /app-misc | |
parent | stable on mips, bug 149835 (diff) | |
download | gentoo-2-1dbff2a9b87dc2f1bef1490c924c9d6246a44987.tar.gz gentoo-2-1dbff2a9b87dc2f1bef1490c924c9d6246a44987.tar.bz2 gentoo-2-1dbff2a9b87dc2f1bef1490c924c9d6246a44987.zip |
fixed some QA Issues; thanks to Robert Buchholz on bug #149798
(Portage version: 2.1.1)
Diffstat (limited to 'app-misc')
4 files changed, 80 insertions, 11 deletions
diff --git a/app-misc/graphlcd-base/ChangeLog b/app-misc/graphlcd-base/ChangeLog index 9a37084b9714..1e17ba25eb4b 100644 --- a/app-misc/graphlcd-base/ChangeLog +++ b/app-misc/graphlcd-base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/graphlcd-base # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/ChangeLog,v 1.5 2006/09/19 08:09:25 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/ChangeLog,v 1.6 2006/10/02 11:53:31 hd_brummy Exp $ + + 02 Oct 2006; Joerg Bornkessel <hd_brummy@gentoo.org> + +files/graphlcd-base-0.1.3-nostrip.patch, graphlcd-base-0.1.3.ebuild: + fixed some QA Issues; thanks to Robert Buchholz on bug #149798 19 Sep 2006; Markus Rothe <corsair@gentoo.org> graphlcd-base-0.1.3.ebuild: Added ~ppc64; bug #148072 diff --git a/app-misc/graphlcd-base/files/digest-graphlcd-base-0.1.3 b/app-misc/graphlcd-base/files/digest-graphlcd-base-0.1.3 index ef7d49d8cde1..b2988c0a706d 100644 --- a/app-misc/graphlcd-base/files/digest-graphlcd-base-0.1.3 +++ b/app-misc/graphlcd-base/files/digest-graphlcd-base-0.1.3 @@ -1 +1,3 @@ MD5 3c981a57b3903748d60cf35cef4ca476 graphlcd-base-0.1.3.tgz 86758 +RMD160 739c6da22cf6b5416c7b0a5b27769a55b273c56e graphlcd-base-0.1.3.tgz 86758 +SHA256 bd6cc235486c702ce97699a15b3a5dcfd4a2acec1304e9f6a70b03bd04fb4051 graphlcd-base-0.1.3.tgz 86758 diff --git a/app-misc/graphlcd-base/files/graphlcd-base-0.1.3-nostrip.patch b/app-misc/graphlcd-base/files/graphlcd-base-0.1.3-nostrip.patch new file mode 100644 index 000000000000..e2a60541fbe9 --- /dev/null +++ b/app-misc/graphlcd-base/files/graphlcd-base-0.1.3-nostrip.patch @@ -0,0 +1,66 @@ +fix some QA Issues +http://bugs.gentoo.org/show_bug.cgi?id=149798 +Submitted by Robert Buchholz <rob@thetruth.de> + +Joerg Bornkessel hd_brummy@gentoo.org 02 Oct 2006 +diff -Nuar graphlcd-base-0.1.3.orig/tools/convpic/Makefile graphlcd-base-0.1.3/tools/convpic/Makefile +--- graphlcd-base-0.1.3.orig/tools/convpic/Makefile 2005-11-06 15:17:44.000000000 +0100 ++++ graphlcd-base-0.1.3/tools/convpic/Makefile 2006-10-01 21:14:12.000000000 +0200 +@@ -32,7 +32,7 @@ + + install: $(PRGNAME) + install -d $(BINDIR) +- install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR) ++ install -m 755 -o root -g root $(PRGNAME) $(BINDIR) + + uninstall: + rm -f $(BINDIR)/$(PRGNAME) +diff -Nuar graphlcd-base-0.1.3.orig/tools/crtfont/Makefile graphlcd-base-0.1.3/tools/crtfont/Makefile +--- graphlcd-base-0.1.3.orig/tools/crtfont/Makefile 2005-11-06 15:18:08.000000000 +0100 ++++ graphlcd-base-0.1.3/tools/crtfont/Makefile 2006-10-01 21:14:15.000000000 +0200 +@@ -35,7 +35,7 @@ + + install: $(PRGNAME) + install -d $(BINDIR) +- install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR) ++ install -m 755 -o root -g root $(PRGNAME) $(BINDIR) + + uninstall: + rm -f $(BINDIR)/$(PRGNAME) +diff -Nuar graphlcd-base-0.1.3.orig/tools/genfont/Makefile graphlcd-base-0.1.3/tools/genfont/Makefile +--- graphlcd-base-0.1.3.orig/tools/genfont/Makefile 2005-11-06 15:18:46.000000000 +0100 ++++ graphlcd-base-0.1.3/tools/genfont/Makefile 2006-10-01 21:16:34.000000000 +0200 +@@ -38,7 +38,7 @@ + + install: $(PRGNAME) + install -d $(BINDIR) +- install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR) ++ install -m 755 -o root -g root $(PRGNAME) $(BINDIR) + + uninstall: + rm -f $(BINDIR)/$(PRGNAME) +diff -Nuar graphlcd-base-0.1.3.orig/tools/showpic/Makefile graphlcd-base-0.1.3/tools/showpic/Makefile +--- graphlcd-base-0.1.3.orig/tools/showpic/Makefile 2005-11-06 15:19:09.000000000 +0100 ++++ graphlcd-base-0.1.3/tools/showpic/Makefile 2006-10-01 21:16:39.000000000 +0200 +@@ -36,7 +36,7 @@ + + install: $(PRGNAME) + install -d $(BINDIR) +- install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR) ++ install -m 755 -o root -g root $(PRGNAME) $(BINDIR) + + uninstall: + rm -f $(BINDIR)/$(PRGNAME) +diff -Nuar graphlcd-base-0.1.3.orig/tools/showtext/Makefile graphlcd-base-0.1.3/tools/showtext/Makefile +--- graphlcd-base-0.1.3.orig/tools/showtext/Makefile 2005-11-06 15:19:43.000000000 +0100 ++++ graphlcd-base-0.1.3/tools/showtext/Makefile 2006-10-01 21:16:41.000000000 +0200 +@@ -36,7 +36,7 @@ + + install: $(PRGNAME) + install -d $(BINDIR) +- install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR) ++ install -m 755 -o root -g root $(PRGNAME) $(BINDIR) + + uninstall: + rm -f $(BINDIR)/$(PRGNAME) + diff --git a/app-misc/graphlcd-base/graphlcd-base-0.1.3.ebuild b/app-misc/graphlcd-base/graphlcd-base-0.1.3.ebuild index 6ef419259a12..dbba1b1ad7c9 100644 --- a/app-misc/graphlcd-base/graphlcd-base-0.1.3.ebuild +++ b/app-misc/graphlcd-base/graphlcd-base-0.1.3.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.3.ebuild,v 1.3 2006/09/19 08:09:25 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/graphlcd-base/graphlcd-base-0.1.3.ebuild,v 1.4 2006/10/02 11:53:31 hd_brummy Exp $ inherit eutils flag-o-matic DESCRIPTION="Graphical LCD Driver" -HOMEPAGE="http://www.powarman.de" +HOMEPAGE="http://graphlcd.berlios.de/" SRC_URI="http://download.berlios.de/graphlcd/${P}.tgz" KEYWORDS="~amd64 ~ppc64 x86" @@ -13,9 +13,10 @@ SLOT="0" LICENSE="GPL-2" IUSE="truetype" -DEPEND="truetype? ( media-libs/freetype - media-fonts/corefonts )" +DEPEND="" +RDEPEND="truetype? ( media-libs/freetype + media-fonts/corefonts )" src_unpack() { @@ -25,16 +26,12 @@ src_unpack() { use !truetype && sed -i "s:HAVE_FREETYPE2:#HAVE_FREETYPE2:" Make.config sed -i Make.config -e "s:usr\/local:usr:" -e "s:FLAGS *=:FLAGS ?=:" + epatch ${FILESDIR}/${P}-nostrip.patch } src_compile() { - # Change CFLAGS for amd64 which needs -fPIC in plugins - if [[ "${ARCH}" == "amd64" ]]; then - ebegin "Adding -fPIC to CXXFLAGS for amd64" - append-flags -fPIC - eend 0 - fi + append-flags -fPIC emake || die "emake failed" } |