diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-11-03 16:06:58 +0000 |
commit | bd4aeefe33e63f613512604e47bfca7b2187697d (patch) | |
tree | adb35b5a9a00ee7ea591ab0c987f70167c23b597 /app-misc/graphlcd-base | |
parent | 48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff) |
gentoo resync : 03.11.2019
Diffstat (limited to 'app-misc/graphlcd-base')
4 files changed, 0 insertions, 159 deletions
diff --git a/app-misc/graphlcd-base/Manifest b/app-misc/graphlcd-base/Manifest index 3f4292b3cd68..a97d768b7cbe 100644 --- a/app-misc/graphlcd-base/Manifest +++ b/app-misc/graphlcd-base/Manifest @@ -1,7 +1,3 @@ -AUX graphlcd-base-0.1.5-nostrip.patch 3062 BLAKE2B ebcb8bf96457871e9cea6a5f8bff6e4458ff8c5f1868216645b1b5fca062904adbd3865784cf3fa260a7653e757f8e9cc534a411ed3b92cbe9f4e76ef7fccf84 SHA512 10af50a5c223cfde3248e448ec02f1160bef6b2b66e11e6fc24d3f2a5e6c40d82e9808b9c2ddf3865cd8a15223ebb7acbed4c1e4f247eaed977a18595cf9b3a0 -AUX graphlcd-base-0.1.9-freetype_pkgconfig.patch 906 BLAKE2B 5df340c5e11055ca45ee4f739d44eef28ec861040ca90b105cc8fa05ca1602d984c8ec9e08bcc8007825a3f87110f18371d530d65828b1a0d163fa9a98c2832a SHA512 7665e290b4e5e46fd62186ac1ab97b8245af8d96fa73e274e07c1660dc65c51c9b8048e4e5c0e316aa8c01233e758ef84c9202cf9142b1e92b9f172559081776 -DIST graphlcd-base-0.1.9.tgz 130390 BLAKE2B e25180c3679f9625efce94de77842ca296ef3155278727e3c74a657b36b45d0d3c70ceae5eb4b452c5b86ba4f0869a9c80a559fc89cd767423fe8041b2c47334 SHA512 3769cd31281f40c1cb343a70cba1fee4b27b5ab1454609dca430199b731744d63244ac39d6460c18b236dd1eaaae8284e236c63493b2df23c394ff628f3fb834 DIST graphlcd-base-1.0.2.tar.bz2 522753 BLAKE2B 68612f197d340a7baba4f88b5f7ac4e96de1882d132a0a680fa4b81233094cc67d900cb05d855d74dd5dd777440d3be92faf74b4098e1c8027e09b50e602a40b SHA512 625fe6d0c3dcc698522aa1653ba8d22bdb377cbd187de8c26ab3005de4990c8c02f4c0ee477d27ed3930f5d69ea78eb3cd40a79c6272820c67f587e7fabd30ca -EBUILD graphlcd-base-0.1.9.ebuild 1057 BLAKE2B 2d1925c6859ad5e99bb183ae9faaa0c3ed7b2d08ef5ae710b017b4af0912c7c5d2790f34b18cac36d00607c1eb0b81b2f72f4816b3dfc09c67dd68317b384872 SHA512 63d3ac21c5980b49fd5c86fcfad5fd26323ea483c560bc987af574fd09d2edaab6767591b5b9afea3896f90233fd54e94741e0596947ce04a5b4a4cc64dbe9a9 EBUILD graphlcd-base-1.0.2.ebuild 2164 BLAKE2B 6b4ae541c0947ff0d77864c57a7be8c2359c991b051451f8a79600c8c1f95547a84d0c90b1bf14984d779b0abd062c2e4f8dc790a4f54aedc650b6101acf1211 SHA512 c38c31b8c6a6e9653273b7803e3bd5ba393893d45d7b152052dceb38c90f7273ec82728d5c47343e6fdbfe68f540a635bed4c466021c00275289b9072be90287 MISC metadata.xml 1077 BLAKE2B e0356b1628b9485ac746483a17cd3f8b026001676c605751f0a14b476a6f0ec37937cda4c8f6d7f4a627f7a23a68d5f5002714af5cbdfca8fa6c8ccfa43aae74 SHA512 f087452936369496699927c86029277c90cdb95504c637b118042c90726ac54b2518eab963c16b6a3deffa11ee7dcbcd2900f72af0d8a39dc0f261a4e5121fd4 diff --git a/app-misc/graphlcd-base/files/graphlcd-base-0.1.5-nostrip.patch b/app-misc/graphlcd-base/files/graphlcd-base-0.1.5-nostrip.patch deleted file mode 100644 index 9973394f150b..000000000000 --- a/app-misc/graphlcd-base/files/graphlcd-base-0.1.5-nostrip.patch +++ /dev/null @@ -1,75 +0,0 @@ -remove strip -s in makefile - -Joerg Bornkessel <hd_brummy@gentoo.org> 06 April 2007 -diff -Naur graphlcd-base-0.1.5.orig/tools/convpic/Makefile graphlcd-base-0.1.5/tools/convpic/Makefile ---- graphlcd-base-0.1.5.orig/tools/convpic/Makefile 2007-04-06 20:34:29.000000000 +0200 -+++ graphlcd-base-0.1.5/tools/convpic/Makefile 2007-04-06 20:35:17.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 -Naur graphlcd-base-0.1.5.orig/tools/crtfont/Makefile graphlcd-base-0.1.5/tools/crtfont/Makefile ---- graphlcd-base-0.1.5.orig/tools/crtfont/Makefile 2007-04-06 20:34:29.000000000 +0200 -+++ graphlcd-base-0.1.5/tools/crtfont/Makefile 2007-04-06 20:35:32.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 -Naur graphlcd-base-0.1.5.orig/tools/genfont/Makefile graphlcd-base-0.1.5/tools/genfont/Makefile ---- graphlcd-base-0.1.5.orig/tools/genfont/Makefile 2007-04-06 20:34:29.000000000 +0200 -+++ graphlcd-base-0.1.5/tools/genfont/Makefile 2007-04-06 20:35:43.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 -Naur graphlcd-base-0.1.5.orig/tools/lcdtestpattern/Makefile graphlcd-base-0.1.5/tools/lcdtestpattern/Makefile ---- graphlcd-base-0.1.5.orig/tools/lcdtestpattern/Makefile 2007-04-06 20:34:29.000000000 +0200 -+++ graphlcd-base-0.1.5/tools/lcdtestpattern/Makefile 2007-04-06 20:35:57.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 -Naur graphlcd-base-0.1.5.orig/tools/showpic/Makefile graphlcd-base-0.1.5/tools/showpic/Makefile ---- graphlcd-base-0.1.5.orig/tools/showpic/Makefile 2007-04-06 20:34:29.000000000 +0200 -+++ graphlcd-base-0.1.5/tools/showpic/Makefile 2007-04-06 20:36:09.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 -Naur graphlcd-base-0.1.5.orig/tools/showtext/Makefile graphlcd-base-0.1.5/tools/showtext/Makefile ---- graphlcd-base-0.1.5.orig/tools/showtext/Makefile 2007-04-06 20:34:29.000000000 +0200 -+++ graphlcd-base-0.1.5/tools/showtext/Makefile 2007-04-06 20:36:21.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/files/graphlcd-base-0.1.9-freetype_pkgconfig.patch b/app-misc/graphlcd-base/files/graphlcd-base-0.1.9-freetype_pkgconfig.patch deleted file mode 100644 index cbdaf1ceb59a..000000000000 --- a/app-misc/graphlcd-base/files/graphlcd-base-0.1.9-freetype_pkgconfig.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- graphlcd-base-0.1.9/glcdgraphics/Makefile -+++ graphlcd-base-0.1.9/glcdgraphics/Makefile -@@ -33,9 +33,9 @@ - -include $(DEPFILE) - - ifdef HAVE_FREETYPE2 -- ifneq ($(shell which freetype-config),) -- INCLUDES += $(shell freetype-config --cflags) -- LIBS += $(shell freetype-config --libs) -+ ifneq ($(shell which pkg-config),) -+ INCLUDES += $(shell pkg-config --cflags freetype2) -+ LIBS += $(shell pkg-config --libs freetype2) - else - INCLUDES += -I/usr/include/freetype -I/usr/local/include/freetype - LIBS += -lfreetype ---- graphlcd-base-0.1.9/tools/genfont/Makefile -+++ graphlcd-base-0.1.9/tools/genfont/Makefile -@@ -9,10 +9,10 @@ - OBJS = genfont.o - - INCLUDES += -I../../ --INCLUDES += `freetype-config --cflags` -+INCLUDES += `pkg-config --cflags freetype2` - - LIBDIRS += -L../../glcdgraphics/ --LIBS += `freetype-config --libs` -+LIBS += `pkg-config --libs freetype2` - - all: $(PRGNAME) - .PHONY: all diff --git a/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild b/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild deleted file mode 100644 index 7c3f216d9771..000000000000 --- a/app-misc/graphlcd-base/graphlcd-base-0.1.9.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit flag-o-matic multilib - -VERSION="501" #every bump, new version - -DESCRIPTION="Graphical LCD Driver" -HOMEPAGE="https://projects.vdr-developer.org/projects/graphlcd-base" -SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz" - -KEYWORDS="amd64 ~ppc x86" -SLOT="0" -LICENSE="GPL-2" -IUSE="g15" - -CDEPEND="media-libs/freetype" -DEPEND="${CDEPEND} - virtual/pkgconfig" -RDEPEND="${CDEPEND} - g15? ( app-misc/g15daemon )" - -PATCHES=( - "${FILESDIR}/${PN}-0.1.5-nostrip.patch" - "${FILESDIR}/${PN}-0.1.9-freetype_pkgconfig.patch" -) - -src_prepare() { - sed -i Make.config -e "s:usr\/local:usr:" -e "s:FLAGS *=:FLAGS ?=:" - - default - - sed -i glcdskin/Makefile -e "s:-shared:\$(LDFLAGS) -shared:" - - #gcc-6 fix - sed -i glcddrivers/futabaMDM166A.c -e "s:0xff7f0004:(int) 0xff7f0004:" -} - -src_install() { - emake DESTDIR="${D}"/usr LIBDIR="${D}"/usr/$(get_libdir) install - - insinto /etc - doins graphlcd.conf - - local DOCS=( HISTORY README docs/* ) - - einstalldocs -} |