diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
commit | 3cf7c3ef441822c889356fd1812ebf2944a59851 (patch) | |
tree | c513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-libs/luise-bin | |
parent | 05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff) |
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-libs/luise-bin')
-rw-r--r-- | dev-libs/luise-bin/Manifest | 3 | ||||
-rw-r--r-- | dev-libs/luise-bin/luise-bin-0.1.1-r1.ebuild | 39 | ||||
-rw-r--r-- | dev-libs/luise-bin/metadata.xml | 21 |
3 files changed, 0 insertions, 63 deletions
diff --git a/dev-libs/luise-bin/Manifest b/dev-libs/luise-bin/Manifest deleted file mode 100644 index 2a430108d523..000000000000 --- a/dev-libs/luise-bin/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST LUIse_0.1.1.tar.gz 393815 BLAKE2B be7e35e1f4d5f6227f92bfeb5ed414593215c194e8d7ab67036ac7316cf6faeada839bbef15d8569b6fc276f3bddf41bdaf66e7315f6e8ff1341f8d697327895 SHA512 821b62ed476088c3818cb478a3c525e1d92e9879ef4059da0eb534852a294f802550ad7169066fe439f0cb3645e98656f405594db633061029ae9d7eff86f31d -EBUILD luise-bin-0.1.1-r1.ebuild 1009 BLAKE2B 67ab63888084b09ba353115f99dcfc314575b785519ae52ef9731ca78796d8884f265a3b279bb2d3532a931d2e7c4ccb62b47f1ca607e10327313f4211ba3e31 SHA512 d93ef8312c348de0f0a4303af18a93d9413f3d729ca7ac07d70aa1737bebe368fae31c324d79cf2b69d5bf238f97c6603a8c2b076940c268347756552cb1bd3e -MISC metadata.xml 1194 BLAKE2B 9205382d50d4a6c64f752dfcf4d7c22b8f581dacb7724ecd4255949a843e0fe07b9550f16e75ba8b8305faa3df6942fb532887a62715999d9b151e8c660a1961 SHA512 ad7ed0c143e0efb40eefdcec9d83bb0851f16a4815b2cb2acf1aaf8595a39727d375d4f34c3c9f772df1d31e47a779e91a2f9297c42bbd7bcf540afbb087704e diff --git a/dev-libs/luise-bin/luise-bin-0.1.1-r1.ebuild b/dev-libs/luise-bin/luise-bin-0.1.1-r1.ebuild deleted file mode 100644 index 5671c69e0cab..000000000000 --- a/dev-libs/luise-bin/luise-bin-0.1.1-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN="LUIse" - -inherit multilib - -DESCRIPTION="Programming interface for the Wallbraun LCD-USB-Interface" -HOMEPAGE="https://web.archive.org/web/20140102061822/http://wallbraun-electronics.de/" -SRC_URI="https://dev.gentoo.org/~conikost/files/${MY_PN}_${PV}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="-* amd64 x86" -IUSE="examples" - -RDEPEND="virtual/libusb:0" - -S="${WORKDIR}/${MY_PN}_${PV}" - -QA_PREBUILT=" - usr/lib/libluise.so.${PV} - usr/lib64/libluise.so.${PV} -" - -src_install() { - insinto /usr/$(get_libdir) - newins $(usex amd64 '64' '32')bit/libluise$(usex amd64 '_64' '').so.${PV} libluise.so.${PV} - dosym ../../usr/$(get_libdir)/libluise.so.${PV} /usr/$(get_libdir)/libluise.so.${SLOT} - dosym ../../usr/$(get_libdir)/libluise.so.${PV} /usr/$(get_libdir)/libluise.so - - insinto /usr/include - doins $(usex amd64 '64' '32')bit/luise.h - - dodoc doc/* - use examples && dodoc -r samples/luise-test -} diff --git a/dev-libs/luise-bin/metadata.xml b/dev-libs/luise-bin/metadata.xml deleted file mode 100644 index 2b9a35f1422c..000000000000 --- a/dev-libs/luise-bin/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>conikost@gentoo.org</email> - <name>Conrad Kostecki</name> - </maintainer> - <longdescription> - The libluise.so lib provides a very simple interface for programming - the USB LCDs ready. The programmer has three independent screens available, - a text screen and two graphic screens. The screens are each 320x240 pixels. - By the two separate graphic screens can be very easily superimposed static and - represent dynamic data. This is for example when using background images - helpful because the environment of the dynamic data / graphics is not constantly recalculated - got to. All three screens will appear "on top of each other" on the LCD and will go through - previously defined parameters (LUI_LCDmode ()) corresponding to each other bitwise - connected. The coordinate origin (x = 0, y = 0) of a screen is always in the - left upper corner. In addition, the inversion and the rotation of the screens - supports (90 ° steps), while saving the programmer the coordinates conversions stay. - </longdescription> -</pkgmetadata> |