commit:     782871f47e7d2fde2f2d423067a56969e8a17fa2
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Sep 21 19:26:15 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Sep 22 08:09:13 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=782871f4

app-misc/lcdproc: drop old versions

Also dropping stable ppc* keywords, since I don't own such hardware.
Support will be readded in future for current release.

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/12991
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-misc/lcdproc/Manifest                     |   4 -
 app-misc/lcdproc/files/0.5.1-LCDd.initd       |  21 ---
 app-misc/lcdproc/files/0.5.1-lcdproc.initd    |  20 ---
 app-misc/lcdproc/files/0.5.2-r2-lcdproc.initd |  21 ---
 app-misc/lcdproc/lcdproc-0.5.2-r1.ebuild      | 185 ------------------------
 app-misc/lcdproc/lcdproc-0.5.5.ebuild         | 191 -------------------------
 app-misc/lcdproc/lcdproc-0.5.6-r1.ebuild      | 195 --------------------------
 app-misc/lcdproc/metadata.xml                 |   4 -
 8 files changed, 641 deletions(-)

diff --git a/app-misc/lcdproc/Manifest b/app-misc/lcdproc/Manifest
index ad948bc7e9e..adfba0354a7 100644
--- a/app-misc/lcdproc/Manifest
+++ b/app-misc/lcdproc/Manifest
@@ -1,6 +1,2 @@
-DIST lcdproc-0.5.2-patches.tar.gz 6571 BLAKE2B 
11cc34b39ceed329ba1aa9d0750a5c90dc0ff33f0650a3e285fd534b54928dc5f6d93854e530c249ed61fa1dde2cd369b32df82dbcb6c4ab3e6d1844672a5692
 SHA512 
d872099e524ed99525b642783d413f0cbff68aceb30857a4b7078390be9f98aa3acfa23c72e4455802376bc1bedb20019fa8a79e97066e2a1e97b5d68fbcd975
-DIST lcdproc-0.5.2.tar.gz 822695 BLAKE2B 
f7065c2d6ee1c6305d3682166bb2b4920a9f0ac2a079b57389f76edf75c81fa9ebe954358b216dbad866e2daa10f95857106e125cc54a9207a98553f408ae77b
 SHA512 
e21a1f2d3d5f53aa09477e9aea1f9685c1fe224a8f79f15d0d032214de211c51619a9eea9183743c024859349d481fe35d7999cc51e0de81dc2fa8e0c85d7a5d
-DIST lcdproc-0.5.5.tar.gz 946206 BLAKE2B 
eb9e1248e84d4c9352a39991a1125e74cbfee9094d19a75da4298811120fcf2ef8fef056b35873b6308af79f92eb9187e504f43c4b28c07ca402de2c5d8fdc97
 SHA512 
42500188adb018547db4db4a472dded478a03f19974843865e07a466870fbca409b4259b57366b7dfdd4a5fd444a89c1930032d1127ae036128dbd9279a24b29
-DIST lcdproc-0.5.6.tar.gz 998996 BLAKE2B 
022ce656390caea0c9394ca7a5458f7285e2655f53c49f6fa7d9f94c0638f9f97cc70af66bb779a6b7ca8024b70c2865d51719b72918a4a7da3f6af7d4451976
 SHA512 
7c506b4691c8544855dadf939863672230c3e0903bbe4bbde82df04ff932f818cdc406c5b159554ec155d0c46fff23d435121298f4e19bac73658b121c6b8220
 DIST lcdproc-0.5.9.tar.gz 1091292 BLAKE2B 
10b26fc803cf14bf301177336bd14497131440f129d16fa75cbb4782da839eb3a3835091d7c211cfc75d35f07823a1c301cf7ebfae25f2a344d0dfcaf894ca17
 SHA512 
48e11a587570376b9524591f4c23deace9ac1609b83ba9e17f2a4e950d5598f8f88b580ca01c174ec9c2ef98b1eef7ac274c23ca3541d4d7ff918af0598c6a25
 DIST linux_input.docbook 1764 BLAKE2B 
8e82173d0169e2e79f2625b7bd572409b10fff1ac1a6ebd59527887e3568aad2aa459bb225d95af5e7b2a24b23671d8e7b3a78fdadc7a70e2fe33a36129bed32
 SHA512 
9b0579713c6d084fa9e0adee6c04387a3f91375f2cbcf2c7e47c01238df07e355330ebeb98081fd296279980fa808e4943c958772891559731465a9e75436ec0

diff --git a/app-misc/lcdproc/files/0.5.1-LCDd.initd 
b/app-misc/lcdproc/files/0.5.1-LCDd.initd
deleted file mode 100644
index 9cc32667eb9..00000000000
--- a/app-misc/lcdproc/files/0.5.1-LCDd.initd
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
-       use net
-       use g15daemon
-}
-
-start() {
-       ebegin "Starting LCDd"
-       start-stop-daemon --start --quiet -m --pidfile /var/run/LCDd.pid \
-               --background --exec /usr/sbin/LCDd -- -s 1 -f
-       eend $? "Failed to start LCDd. Did you remember to set a driver in 
/etc/LCDd.conf? See syslog for details."
-}
-
-stop() {
-       ebegin "Stopping LCDd"
-       start-stop-daemon --stop --quiet --pidfile /var/run/LCDd.pid
-       eend $?
-}

diff --git a/app-misc/lcdproc/files/0.5.1-lcdproc.initd 
b/app-misc/lcdproc/files/0.5.1-lcdproc.initd
deleted file mode 100644
index ab23fb806ef..00000000000
--- a/app-misc/lcdproc/files/0.5.1-lcdproc.initd
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend(){
-       use LCDd
-}
-
-start() {
-       ebegin "Starting lcdproc"
-       start-stop-daemon --start --background \
-               --exec /usr/bin/lcdproc
-       eend $?
-}
-
-stop() {
-       ebegin "Stopping lcdproc"
-       start-stop-daemon --stop --exec /usr/bin/lcdproc
-       eend $?
-}

diff --git a/app-misc/lcdproc/files/0.5.2-r2-lcdproc.initd 
b/app-misc/lcdproc/files/0.5.2-r2-lcdproc.initd
deleted file mode 100644
index 2e00eb86bdd..00000000000
--- a/app-misc/lcdproc/files/0.5.2-r2-lcdproc.initd
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend(){
-       use LCDd
-       after ntp-client
-}
-
-start() {
-       ebegin "Starting lcdproc"
-       start-stop-daemon --start --background \
-               --exec /usr/bin/lcdproc
-       eend $?
-}
-
-stop() {
-       ebegin "Stopping lcdproc"
-       start-stop-daemon --stop --exec /usr/bin/lcdproc
-       eend $?
-}

diff --git a/app-misc/lcdproc/lcdproc-0.5.2-r1.ebuild 
b/app-misc/lcdproc/lcdproc-0.5.2-r1.ebuild
deleted file mode 100644
index 9dfadf6234c..00000000000
--- a/app-misc/lcdproc/lcdproc-0.5.2-r1.ebuild
+++ /dev/null
@@ -1,185 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-WANT_AUTOMAKE="1.9"
-inherit eutils autotools multilib
-
-DESCRIPTION="Client/Server suite to drive all kinds of LCD (-like) devices"
-HOMEPAGE="http://lcdproc.org/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz
-       mirror://gentoo/${P}-patches.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
-
-IUSE="doc debug nfs samba seamless-hbars usb lirc irman joystick"
-
-# The following array holds the USE_EXPANDed keywords
-IUSE_LCD_DEVICES=(ncurses bayrad cfontz cfontz633 cfontzpacket
-       cwlinux eyeboxone g15 graphlcd glk
-       hd44780 icpa106 imon iowarrior
-       lb216 lcdm001 lcterm
-       md8800 ms6931 mtcs16209x mtxorb noritakevfd
-       pyramid sed1330 sed1520 serialvfd sli
-       stv5730 svga t6963 text tyan
-       ula200 xosd ea65 picolcd serialpos )
-
-# Iterate through the array and add the lcd_devices_* that we support
-NUM_DEVICES=${#IUSE_LCD_DEVICES[@]}
-index=0
-while [ "${index}" -lt "${NUM_DEVICES}" ] ; do
-       IUSE="${IUSE} lcd_devices_${IUSE_LCD_DEVICES[${index}]}"
-       let "index = ${index} + 1"
-done
-
-RDEPEND="
-       usb?      ( =virtual/libusb-0* )
-       lirc?     ( app-misc/lirc )
-       irman?    ( media-libs/libirman )
-
-       lcd_devices_graphlcd?  ( app-misc/graphlcd-base  
app-misc/glcdprocdriver )
-       lcd_devices_g15?      ( dev-libs/libg15  >=dev-libs/libg15render-1.1.1 )
-       lcd_devices_ncurses?   ( sys-libs/ncurses )
-       lcd_devices_svga?     ( media-libs/svgalib )
-       lcd_devices_ula200?   ( >=dev-embedded/libftdi-0.7 
=dev-embedded/libftdi-0* =virtual/libusb-0* )
-       lcd_devices_xosd?     ( x11-libs/xosd  x11-libs/libX11  
x11-libs/libXext )
-       lcd_devices_cfontzpacket? ( =virtual/libusb-0* )
-       lcd_devices_cwlinux?    ( =virtual/libusb-0* )
-       lcd_devices_pyramid?  ( =virtual/libusb-0* )
-       lcd_devices_picolcd?  ( =virtual/libusb-0* )"
-DEPEND="${RDEPEND}
-       doc?      ( app-text/xmlto )"
-RDEPEND="${RDEPEND}
-       lcd_devices_g15?      ( app-misc/g15daemon )"
-
-pkg_setup() {
-       if [ -n "${LCDPROC_DRIVERS}" ] ; then
-               ewarn "Setting the drivers to compile via LCDPROC_DRIVERS is 
not supported anymore."
-               ewarn "Please use LCD_DEVICES now and see emerge -pv output for 
the options."
-       fi
-}
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
-       epatch "${WORKDIR}/${P}-patches/${PV}-picolcd.patch"
-
-       sed -i "79s:server/drivers:/usr/$(get_libdir)/lcdproc:" LCDd.conf
-       einfo "Patching LCDd.conf to use DriverPath=/usr/$(get_libdir)/lcdproc/"
-
-       eautoreconf
-}
-
-src_compile() {
-       # This array contains the driver names required by configure 
--with-drivers=
-       # The positions must be the same as the corresponding use_expand flags
-       local DEVICE_DRIVERS=(curses bayrad CFontz CFontz633 CFontzPacket
-               CwLnx EyeboxOne g15 glcdlib glk
-               hd44780 icp_a106 imon IOWarrior
-               lb216 lcdm001 lcterm
-               MD8800 ms6931 mtc_s16209x MtxOrb NoritakeVFD
-               pyramid sed1330 sed1520 serialVFD sli
-               stv5730 svga t6963 text tyan
-               ula200 xosd ea65 picolcd serialPOS)
-
-       # Generate comma separated list of drivers
-       COMMA_DRIVERS=""
-       FIRST_DRIVER=""
-       local index=0
-
-       while [ "${index}" -lt "${NUM_DEVICES}" ] ; do
-               if use "lcd_devices_${IUSE_LCD_DEVICES[${index}]}" ; then
-                       append-driver "${DEVICE_DRIVERS[${index}]}"
-               fi
-               let "index = ${index} + 1"
-       done
-
-       # Append the not-lcd-drivers (input)
-       use lirc && append-driver "lirc"
-       use irman && append-driver "irman"
-       use joystick && append-driver "joy"
-
-       if [ -z "${COMMA_DRIVERS}" ] ; then
-               ewarn "You are compiling LCDd without support for any LCD 
drivers at all."
-       else
-               # Patch the config to contain a driver that is actually 
installed instead of the default
-               elog "Compiling the following drivers for LCDd: 
${COMMA_DRIVERS}"
-               elog "Setting Driver=${FIRST_DRIVER} in LCDd.conf"
-               sed -i "44s:curses:${FIRST_DRIVER}:" LCDd.conf
-       fi
-
-       local ENABLEUSB
-       if use lcd_devices_cfontzpacket || use lcd_devices_cwlinux || use 
lcd_devices_pyramid; then
-               ENABLEUSB="--enable-libusb"
-       else
-               ENABLEUSB="$(use_enable usb libusb)"
-       fi
-
-       econf \
-               $(use_enable debug) \
-               $(use_enable nfs stat-nfs) \
-               $(use_enable samba stat-smbfs ) \
-               $(use_enable seamless-hbars) \
-               ${ENABLEUSB} \
-               "--enable-drivers=${COMMA_DRIVERS}"  \
-               || die "configure failed"
-
-       emake || die "make failed"
-
-       if use doc; then
-               ebegin "Creating user documentation"
-               cd "${S}"/docs/lcdproc-user
-               xmlto html --skip-validation lcdproc-user.docbook
-               eend $?
-
-               ebegin "Creating dev documentation"
-               cd "${S}"/docs/lcdproc-dev
-               xmlto html --skip-validation lcdproc-dev.docbook
-               eend $?
-       fi
-}
-
-append-driver() {
-       [[ -z $* ]] && return 0
-       if [ -z "${COMMA_DRIVERS}" ] ; then
-               # First in the list
-               COMMA_DRIVERS="$*"
-               FIRST_DRIVER="$*"
-       else
-               # Second, third, ... include a comma at the front
-               COMMA_DRIVERS="${COMMA_DRIVERS},$*"
-       fi
-       return 0
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "make install failed"
-
-       # move example clients installed to /usr/bin
-       rm -f "${D}"/usr/bin/{tail,lcdmetar,iosock,fortune,x11amp}.pl
-       insinto /usr/share/lcdproc/clients
-       doins clients/examples/*.pl
-       doins clients/metar/
-
-       newinitd "${FILESDIR}/0.5.1-LCDd.initd" LCDd
-       newinitd "${FILESDIR}/0.5.1-lcdproc.initd" lcdproc
-
-       dodoc README CREDITS ChangeLog INSTALL TODO
-       dodoc docs/README.* docs/*.txt
-
-       if use doc; then
-               insinto /usr/share/doc/${PF}/lcdproc-user
-               doins docs/lcdproc-user/*.html
-               insinto /usr/share/doc/${PF}/lcdproc-dev
-               doins docs/lcdproc-dev/*.html
-       fi
-}
-
-pkg_postinst() {
-       ewarn "IMPORTANT: Please update your /etc/LCDd.conf"
-       ewarn "As of lcdproc-0.5.1-r2, the DriverPath changed from 
/usr/share/lcdproc to /usr/$(get_libdir)/lcdproc ."
-}

diff --git a/app-misc/lcdproc/lcdproc-0.5.5.ebuild 
b/app-misc/lcdproc/lcdproc-0.5.5.ebuild
deleted file mode 100644
index 07326bd3f02..00000000000
--- a/app-misc/lcdproc/lcdproc-0.5.5.ebuild
+++ /dev/null
@@ -1,191 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-inherit multilib versionator
-
-MY_PV=$(replace_version_separator 3 '-')
-MY_P=${PN}-${MY_PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Client/Server suite to drive all kinds of LCD (-like) devices"
-HOMEPAGE="http://lcdproc.org/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-IUSE="doc debug hid nfs samba seamless-hbars usb lirc irman joystick ftdi"
-
-# The following array holds the USE_EXPANDed keywords
-IUSE_LCD_DEVICES=(ncurses bayrad cfontz cfontz633 cfontzpacket
-       cwlinux eyeboxone g15 graphlcd glk
-       hd44780 icpa106 imon imonlcd iowarrior
-       lb216 lcdm001 lcterm
-       md8800 mdm166a ms6931 mtcs16209x mtxorb noritakevfd
-       pyramid sed1330 sed1520 serialvfd sli
-       stv5730 SureElec svga t6963 text tyan
-       ula200 xosd ea65 picolcd serialpos
-       i2500vfd irtrans lis shuttlevfd )
-
-# Iterate through the array and add the lcd_devices_* that we support
-NUM_DEVICES=${#IUSE_LCD_DEVICES[@]}
-index=0
-while [ "${index}" -lt "${NUM_DEVICES}" ] ; do
-       IUSE="${IUSE} lcd_devices_${IUSE_LCD_DEVICES[${index}]}"
-       let "index = ${index} + 1"
-done
-
-REQUIRED_USE="lcd_devices_mdm166a? ( hid )"
-
-RDEPEND="
-       usb?      ( virtual/libusb:0 )
-       ftdi?     ( dev-embedded/libftdi:0 )
-       lirc?     ( app-misc/lirc )
-       irman?    ( media-libs/libirman )
-       hid?      ( >=dev-libs/libhid-0.2.16 )
-
-       lcd_devices_graphlcd?  ( app-misc/graphlcd-base  
app-misc/glcdprocdriver )
-       lcd_devices_g15?       ( dev-libs/libg15  dev-libs/libg15render )
-       lcd_devices_ncurses?   ( sys-libs/ncurses )
-       lcd_devices_svga?      ( media-libs/svgalib )
-       lcd_devices_ula200?    ( dev-embedded/libftdi:0 )
-       lcd_devices_xosd?      ( x11-libs/xosd  x11-libs/libX11  
x11-libs/libXext )
-       lcd_devices_cfontzpacket? ( virtual/libusb:0 )
-       lcd_devices_cwlinux?    ( virtual/libusb:0 )
-       lcd_devices_pyramid?    ( virtual/libusb:0 )
-       lcd_devices_picolcd?    ( virtual/libusb:0 )
-       lcd_devices_i2500vfd?   ( dev-embedded/libftdi:0 )
-       lcd_devices_lis?        ( dev-embedded/libftdi:0 virtual/libusb:0 )
-       lcd_devices_shuttlevfd? ( virtual/libusb:0 )"
-DEPEND="${RDEPEND}
-       doc? ( app-text/xmlto
-              app-text/docbook-xml-dtd:4.5 )"
-RDEPEND="${RDEPEND}
-       lcd_devices_g15?      ( app-misc/g15daemon )"
-
-pkg_setup() {
-       if [ -n "${LCDPROC_DRIVERS}" ] ; then
-               ewarn "Setting the drivers to compile via LCDPROC_DRIVERS is 
not supported anymore."
-               ewarn "Please use LCD_DEVICES now and see emerge -pv output for 
the options."
-       fi
-}
-
-src_prepare() {
-       sed -i "37s:server/drivers:/usr/$(get_libdir)/lcdproc:" LCDd.conf || die
-       einfo "Patching LCDd.conf to use DriverPath=/usr/$(get_libdir)/lcdproc/"
-}
-
-src_configure() {
-       # This array contains the driver names required by configure 
--with-drivers=
-       # The positions must be the same as the corresponding use_expand flags
-       local DEVICE_DRIVERS=(curses bayrad CFontz CFontz633 CFontzPacket
-               CwLnx EyeboxOne g15 glcdlib glk
-               hd44780 icp_a106 imon imonlcd IOWarrior
-               lb216 lcdm001 lcterm
-               MD8800 mdm166a ms6931 mtc_s16209x MtxOrb NoritakeVFD
-               pyramid sed1330 sed1520 serialVFD sli
-               stv5730 SureElec svga t6963 text tyan
-               ula200 xosd ea65 picolcd serialPOS
-               i2500vfd irtrans lis shuttleVFD )
-
-       # Generate comma separated list of drivers
-       COMMA_DRIVERS=""
-       FIRST_DRIVER=""
-       local index=0
-
-       while [ "${index}" -lt "${NUM_DEVICES}" ] ; do
-               if use "lcd_devices_${IUSE_LCD_DEVICES[${index}]}" ; then
-                       append-driver "${DEVICE_DRIVERS[${index}]}"
-               fi
-               let "index = ${index} + 1"
-       done
-
-       # Append the not-lcd-drivers (input)
-       use lirc && append-driver "lirc"
-       use irman && append-driver "irman"
-       use joystick && append-driver "joy"
-
-       if [ -z "${COMMA_DRIVERS}" ] ; then
-               ewarn "You are compiling LCDd without support for any LCD 
drivers at all."
-       else
-               # Patch the config to contain a driver that is actually 
installed instead of the default
-               elog "Compiling the following drivers for LCDd: 
${COMMA_DRIVERS}"
-               elog "Setting Driver=${FIRST_DRIVER} in LCDd.conf"
-               sed -i "53s:curses:${FIRST_DRIVER}:" LCDd.conf || die
-       fi
-
-       local EXTRA_CONF
-       if use lcd_devices_cfontzpacket || use lcd_devices_cwlinux || use 
lcd_devices_pyramid || \
-               use lcd_devices_picolcd || use lcd_devices_lis || use 
lcd_devices_shuttlevfd ; then
-               EXTRA_CONF="--enable-libusb"
-       else
-               EXTRA_CONF="$(use_enable usb libusb)"
-       fi
-
-       if use lcd_devices_ula200 || use lcd_devices_i2500vfd || use 
lcd_devices_lis ; then
-               EXTRA_CONF="${EXTRA_CONF} --enable-libftdi"
-       else
-               EXTRA_CONF="${EXTRA_CONF} $(use_enable ftdi libftdi)"
-       fi
-
-       econf --enable-extra-charmaps \
-               $(use_enable debug) \
-               $(use_enable nfs stat-nfs) \
-               $(use_enable samba stat-smbfs ) \
-               $(use_enable seamless-hbars) \
-               ${EXTRA_CONF} \
-               "--enable-drivers=${COMMA_DRIVERS}"
-}
-
-src_compile() {
-       default
-
-       if use doc; then
-               ebegin "Creating user documentation"
-               cd "${S}"/docs/lcdproc-user
-               xmlto html --skip-validation lcdproc-user.docbook
-               eend $?
-
-               ebegin "Creating dev documentation"
-               cd "${S}"/docs/lcdproc-dev
-               xmlto html --skip-validation lcdproc-dev.docbook
-               eend $?
-       fi
-}
-
-append-driver() {
-       [[ -z $* ]] && return 0
-       if [ -z "${COMMA_DRIVERS}" ] ; then
-               # First in the list
-               COMMA_DRIVERS="$*"
-               FIRST_DRIVER="$*"
-       else
-               # Second, third, ... include a comma at the front
-               COMMA_DRIVERS="${COMMA_DRIVERS},$*"
-       fi
-       return 0
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       # move example clients installed to /usr/bin
-       rm -f "${D}"/usr/bin/{tail,lcdmetar,iosock,fortune,x11amp}.pl
-       insinto /usr/share/lcdproc/clients
-       doins clients/examples/*.pl
-       doins clients/metar/*.pl
-
-       newinitd "${FILESDIR}/0.5.1-LCDd.initd" LCDd
-       newinitd "${FILESDIR}/0.5.2-r2-lcdproc.initd" lcdproc
-
-       dodoc README CREDITS ChangeLog INSTALL TODO
-
-       if use doc; then
-               insinto /usr/share/doc/${PF}/lcdproc-user
-               doins docs/lcdproc-user/*.html
-               insinto /usr/share/doc/${PF}/lcdproc-dev
-               doins docs/lcdproc-dev/*.html
-       fi
-}

diff --git a/app-misc/lcdproc/lcdproc-0.5.6-r1.ebuild 
b/app-misc/lcdproc/lcdproc-0.5.6-r1.ebuild
deleted file mode 100644
index 1a748f89860..00000000000
--- a/app-misc/lcdproc/lcdproc-0.5.6-r1.ebuild
+++ /dev/null
@@ -1,195 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit multilib versionator
-
-MY_PV=$(replace_version_separator 3 '-')
-MY_P=${PN}-${MY_PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Client/Server suite to drive all kinds of LCD (-like) devices"
-HOMEPAGE="http://lcdproc.org/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-
-IUSE="debug doc ftdi hid irman joystick lirc nfs png samba seamless-hbars 
truetype usb"
-
-# The following array holds the USE_EXPANDed keywords
-IUSE_LCD_DEVICES=(ncurses bayrad cfontz cfontzpacket
-       cwlinux eyeboxone g15 graphlcd glk
-       hd44780 icpa106 imon imonlcd iowarrior
-       lb216 lcdm001 lcterm
-       md8800 mdm166a ms6931 mtcs16209x mtxorb noritakevfd
-       pyramid sdeclcd sed1330 sed1520 serialvfd sli
-       stv5730 SureElec svga t6963 text tyan
-       ula200 vlsys_m428 xosd ea65 picolcd serialpos
-       i2500vfd irtrans lis shuttlevfd )
-
-# Iterate through the array and add the lcd_devices_* that we support
-NUM_DEVICES=${#IUSE_LCD_DEVICES[@]}
-index=0
-while [ "${index}" -lt "${NUM_DEVICES}" ] ; do
-       IUSE="${IUSE} lcd_devices_${IUSE_LCD_DEVICES[${index}]}"
-       let "index = ${index} + 1"
-done
-
-REQUIRED_USE="lcd_devices_mdm166a? ( hid )"
-
-RDEPEND="
-       ftdi?     ( dev-embedded/libftdi:0 )
-       hid?      ( >=dev-libs/libhid-0.2.16 )
-       irman?    ( media-libs/libirman )
-       lirc?     ( app-misc/lirc )
-       png?      ( media-libs/libpng:0 )
-       truetype? ( media-libs/freetype:2 )
-       usb?      ( virtual/libusb:0 )
-
-       lcd_devices_graphlcd?  ( app-misc/graphlcd-base  
app-misc/glcdprocdriver dev-libs/serdisplib )
-       lcd_devices_g15?       ( dev-libs/libg15  dev-libs/libg15render )
-       lcd_devices_ncurses?   ( sys-libs/ncurses:= )
-       lcd_devices_svga?      ( media-libs/svgalib )
-       lcd_devices_ula200?    ( dev-embedded/libftdi:0 )
-       lcd_devices_xosd?      ( x11-libs/xosd  x11-libs/libX11  
x11-libs/libXext )
-       lcd_devices_cfontzpacket? ( virtual/libusb:0 )
-       lcd_devices_cwlinux?    ( virtual/libusb:0 )
-       lcd_devices_pyramid?    ( virtual/libusb:0 )
-       lcd_devices_picolcd?    ( virtual/libusb:0 )
-       lcd_devices_i2500vfd?   ( dev-embedded/libftdi:0 )
-       lcd_devices_lis?        ( dev-embedded/libftdi:0 virtual/libusb:0 )
-       lcd_devices_shuttlevfd? ( virtual/libusb:0 )"
-DEPEND="${RDEPEND}
-       doc? ( app-text/xmlto
-              app-text/docbook-xml-dtd:4.5 )"
-RDEPEND="${RDEPEND}
-       lcd_devices_g15?      ( app-misc/g15daemon )"
-
-pkg_setup() {
-       if [ -n "${LCDPROC_DRIVERS}" ] ; then
-               ewarn "Setting the drivers to compile via LCDPROC_DRIVERS is 
not supported anymore."
-               ewarn "Please use LCD_DEVICES now and see emerge -pv output for 
the options."
-       fi
-}
-
-src_prepare() {
-       sed -i "37s:server/drivers:/usr/$(get_libdir)/lcdproc:" LCDd.conf || die
-       einfo "Patching LCDd.conf to use DriverPath=/usr/$(get_libdir)/lcdproc/"
-}
-
-src_configure() {
-       # This array contains the driver names required by configure 
--with-drivers=
-       # The positions must be the same as the corresponding use_expand flags
-       local DEVICE_DRIVERS=(curses bayrad CFontz CFontzPacket
-               CwLnx EyeboxOne g15 glcd,glcdlib glk
-               hd44780 icp_a106 imon imonlcd IOWarrior
-               lb216 lcdm001 lcterm
-               MD8800 mdm166a ms6931 mtc_s16209x MtxOrb NoritakeVFD
-               pyramid sdeclcd sed1330 sed1520 serialVFD sli
-               stv5730 SureElec svga t6963 text tyan
-               ula200 vlsys_m428 xosd ea65 picolcd serialPOS
-               i2500vfd irtrans lis shuttleVFD )
-
-       # Generate comma separated list of drivers
-       COMMA_DRIVERS=""
-       FIRST_DRIVER=""
-       local index=0
-
-       while [ "${index}" -lt "${NUM_DEVICES}" ] ; do
-               if use "lcd_devices_${IUSE_LCD_DEVICES[${index}]}" ; then
-                       append-driver "${DEVICE_DRIVERS[${index}]}"
-               fi
-               let "index = ${index} + 1"
-       done
-
-       # Append the not-lcd-drivers (input)
-       use lirc && append-driver "lirc"
-       use irman && append-driver "irman"
-       use joystick && append-driver "joy"
-
-       if [ -z "${COMMA_DRIVERS}" ] ; then
-               ewarn "You are compiling LCDd without support for any LCD 
drivers at all."
-       else
-               # Patch the config to contain a driver that is actually 
installed instead of the default
-               elog "Compiling the following drivers for LCDd: 
${COMMA_DRIVERS}"
-               elog "Setting Driver=${FIRST_DRIVER} in LCDd.conf"
-               sed -i "53s:curses:${FIRST_DRIVER}:" LCDd.conf || die
-       fi
-
-       local EXTRA_CONF
-       if use lcd_devices_cfontzpacket || use lcd_devices_cwlinux || use 
lcd_devices_pyramid || \
-               use lcd_devices_picolcd || use lcd_devices_lis || use 
lcd_devices_shuttlevfd ; then
-               EXTRA_CONF="--enable-libusb"
-       else
-               EXTRA_CONF="$(use_enable usb libusb)"
-       fi
-
-       if use lcd_devices_ula200 || use lcd_devices_i2500vfd || use 
lcd_devices_lis ; then
-               EXTRA_CONF="${EXTRA_CONF} --enable-libftdi"
-       else
-               EXTRA_CONF="${EXTRA_CONF} $(use_enable ftdi libftdi)"
-       fi
-
-       econf --enable-extra-charmaps \
-               $(use_enable debug) \
-               $(use_enable nfs stat-nfs) \
-               $(use_enable png libpng) \
-               $(use_enable samba stat-smbfs ) \
-               $(use_enable seamless-hbars) \
-               $(use_enable truetype freetype) \
-               ${EXTRA_CONF} \
-               "--enable-drivers=${COMMA_DRIVERS}"
-}
-
-src_compile() {
-       default
-
-       if use doc; then
-               ebegin "Creating user documentation"
-               cd "${S}"/docs/lcdproc-user
-               xmlto html --skip-validation lcdproc-user.docbook
-               eend $?
-
-               ebegin "Creating dev documentation"
-               cd "${S}"/docs/lcdproc-dev
-               xmlto html --skip-validation lcdproc-dev.docbook
-               eend $?
-       fi
-}
-
-append-driver() {
-       [[ -z $* ]] && return 0
-       if [ -z "${COMMA_DRIVERS}" ] ; then
-               # First in the list
-               COMMA_DRIVERS="$*"
-               FIRST_DRIVER="$*"
-       else
-               # Second, third, ... include a comma at the front
-               COMMA_DRIVERS="${COMMA_DRIVERS},$*"
-       fi
-       return 0
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       # move example clients installed to /usr/bin
-       rm -f "${D}"/usr/bin/{tail,lcdmetar,iosock,fortune,x11amp}.pl
-       insinto /usr/share/lcdproc/clients
-       doins clients/examples/*.pl
-       doins clients/metar/*.pl
-
-       newinitd "${FILESDIR}/0.5.1-LCDd.initd" LCDd
-       newinitd "${FILESDIR}/0.5.2-r2-lcdproc.initd" lcdproc
-
-       dodoc README CREDITS ChangeLog INSTALL TODO
-
-       if use doc; then
-               insinto /usr/share/doc/${PF}/lcdproc-user
-               doins docs/lcdproc-user/*.html
-               insinto /usr/share/doc/${PF}/lcdproc-dev
-               doins docs/lcdproc-dev/*.html
-       fi
-}

diff --git a/app-misc/lcdproc/metadata.xml b/app-misc/lcdproc/metadata.xml
index f54e361fd68..8b296d83b82 100644
--- a/app-misc/lcdproc/metadata.xml
+++ b/app-misc/lcdproc/metadata.xml
@@ -21,14 +21,10 @@
                <flag name="ethlcd">Enable support for ethlcd in the hd44780 
driver.</flag>
                <flag name="extra-charmaps">Enable extra language specific 
charmaps.</flag>
                <flag name="freetype">Enable support for 
<pkg>media-libs/freetype</pkg> in the glcd driver.</flag>
-               <flag name="ftdi">Enable support for 
<pkg>dev-embedded/libftdi</pkg> in the glcd,hd44780,i2500vfd,lis and ula200 
driver.</flag>
-               <flag name="hid">Enable support for <pkg>dev-libs/libhid</pkg> 
in the cfontz,cfontzpacket,cwlnx,glcd,lb216,mdm166a,mtc_s16209x and noritakevfd 
driver.</flag>
-               <flag name="irman">Enable support for 
<pkg>media-libs/libirman</pkg> in the irman driver.</flag>
                <flag name="menu">Enable menu support in the lcdproc 
client.</flag>
                <flag name="nfs">Display NFS filesystem stats in the lcdproc 
client.</flag>
                <flag name="png">Enable support for 
<pkg>media-libs/libpng</pkg> in the glcd driver.</flag>
                <flag name="samba">Display SMBFS filesystem stats in the 
lcdproc client.</flag>
-               <flag name="seamless-hbars">Don't produce any gaps in 
horizontal bar graphs, if hardware supports it.</flag>
                <flag name="test-menu">Enable test menu support for the lcdproc 
server.</flag>
        </use>
        <upstream>

Reply via email to