summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-02-24 02:30:21 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-02-24 02:30:21 +0000
commitfc8ba21ffbf48d88bcdef27235c0b4a8a4f29ed5 (patch)
treef78151227038798314d5b464f415adfaf6aa6990 /x11-themes
parentx86 stable wrt bug #499106 (diff)
downloadgentoo-2-fc8ba21ffbf48d88bcdef27235c0b4a8a4f29ed5.tar.gz
gentoo-2-fc8ba21ffbf48d88bcdef27235c0b4a8a4f29ed5.tar.bz2
gentoo-2-fc8ba21ffbf48d88bcdef27235c0b4a8a4f29ed5.zip
Clean out old broken by other removals
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/skinenigmang-logos/ChangeLog9
-rw-r--r--x11-themes/skinenigmang-logos/skinenigmang-logos-20070214.ebuild25
2 files changed, 6 insertions, 28 deletions
diff --git a/x11-themes/skinenigmang-logos/ChangeLog b/x11-themes/skinenigmang-logos/ChangeLog
index 2c7d7f435c2c..c68f37c968e1 100644
--- a/x11-themes/skinenigmang-logos/ChangeLog
+++ b/x11-themes/skinenigmang-logos/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/skinenigmang-logos
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/skinenigmang-logos/ChangeLog,v 1.5 2013/10/08 16:54:28 hd_brummy Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/skinenigmang-logos/ChangeLog,v 1.6 2014/02/24 02:30:21 patrick Exp $
+
+ 24 Feb 2014; Patrick Lauer <patrick@gentoo.org>
+ -skinenigmang-logos-20070214.ebuild:
+ Clean out old broken by other removals
*skinenigmang-logos-20131008 (08 Oct 2013)
@@ -26,4 +30,3 @@
06 Mar 2007; Joerg Bornkessel <hd_brummy@gentoo.org> +metadata.xml,
+skinenigmang-logos-20070214.ebuild:
initial ebuild
-
diff --git a/x11-themes/skinenigmang-logos/skinenigmang-logos-20070214.ebuild b/x11-themes/skinenigmang-logos/skinenigmang-logos-20070214.ebuild
deleted file mode 100644
index 742744de45c4..000000000000
--- a/x11-themes/skinenigmang-logos/skinenigmang-logos-20070214.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/skinenigmang-logos/skinenigmang-logos-20070214.ebuild,v 1.4 2010/02/24 14:48:05 ssuominen Exp $
-
-inherit eutils
-
-DESCRIPTION="VDR - Skin Plugin: enigma-ng logos"
-HOMEPAGE="http://andreas.vdr-developer.org/enigmang/download.html"
-SRC_URI="!dxr3? ( http://andreas.vdr-developer.org/enigmang/download/${PN}-xpm-hi-${PV}.tgz )
- dxr3? ( http://andreas.vdr-developer.org/enigmang/download/${PN}-xpm-lo-${PV}.tgz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ~amd64"
-IUSE="dxr3"
-
-RDEPEND="media-plugins/vdr-skinenigmang"
-
-S=${WORKDIR}/skinenigmang
-
-src_install() {
-
- insinto /usr/share/vdr/skinenigmang
- cp -r -a "${S}"/* --target="${D}"/usr/share/vdr/skinenigmang
-}