From 576b6208d6defe240bfa2477d6dd19f1ed83bfaf Mon Sep 17 00:00:00 2001
From: "Suren A. Chilingaryan" <csa@suren.me>
Date: Mon, 2 Sep 2019 05:23:45 +0200
Subject: Cleaned most of outdated stuff

---
 media-plugins/xmms-lirc/xmms-lirc-1.4.ebuild | 32 ----------------------------
 1 file changed, 32 deletions(-)
 delete mode 100644 media-plugins/xmms-lirc/xmms-lirc-1.4.ebuild

(limited to 'media-plugins/xmms-lirc/xmms-lirc-1.4.ebuild')

diff --git a/media-plugins/xmms-lirc/xmms-lirc-1.4.ebuild b/media-plugins/xmms-lirc/xmms-lirc-1.4.ebuild
deleted file mode 100644
index e48f2cf..0000000
--- a/media-plugins/xmms-lirc/xmms-lirc-1.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-lirc/xmms-lirc-1.4.ebuild,v 1.13 2005/04/08 17:41:38 hansmi Exp $
-
-IUSE=""
-
-MY_P=${P/xmms-lirc/lirc-xmms-plugin}
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="LIRC plugin for xmms to control xmms with your favorite remote control."
-HOMEPAGE="http://www.lirc.org"
-SRC_URI="mirror://sourceforge/lirc/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc x86 ppc64"
-
-DEPEND="media-sound/xmms
-	app-misc/lirc"
-
-src_install () {
-	make DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog lircrc NEWS README
-}
-
-pkg_postinst () {
-	einfo
-	einfo "You have to edit your .lircrc. You can find an example file at"
-	einfo "/usr/share/doc/${PF}."
-	einfo "And take a look at the README there."
-	einfo
-}
-- 
cgit v1.2.3