summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-20 20:44:10 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-20 20:46:55 +0200
commitd18ef3ea74c2000275cc83a241e74665a8b174f5 (patch)
tree556c6dfd4dff7ce83e21584a7de55270036355bd /x11-themes
parentx11-themes/wm-icons: Make repoman happy (diff)
downloadgentoo-d18ef3ea74c2000275cc83a241e74665a8b174f5.tar.gz
gentoo-d18ef3ea74c2000275cc83a241e74665a8b174f5.tar.bz2
gentoo-d18ef3ea74c2000275cc83a241e74665a8b174f5.zip
x11-themes/wm-icons: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/wm-icons/Manifest1
-rw-r--r--x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/x11-themes/wm-icons/Manifest b/x11-themes/wm-icons/Manifest
index 1eac5e6d54f5..35089395098a 100644
--- a/x11-themes/wm-icons/Manifest
+++ b/x11-themes/wm-icons/Manifest
@@ -1,2 +1 @@
DIST wm-icons-0.4.0.tar.bz2 3433177 BLAKE2B d5d04aaa8da0f0bc8c4887de77febd5a7546981c2f7da0b0869bb2ce9e080488c57ddc4ed89374bb24c0b708c3ac77a6890da4a3624cd98db7e4031336098d98 SHA512 9b21dbb1ac697520792c1e8bfc6b06d4d9933828759571b7af978a670223841fcfe9adcf7f945de3f3a4a39e0d991045d6086be9b293bd89b67cf937262d53a5
-DIST wm-icons-0.4.0_pre1-cvs-01092003.tar.bz2 2046784 BLAKE2B 2895aa2d14c2154cb3dd31f41c398593f9564e27a8f9d3960e5e11b24ed2d1138ca3c1e187eaf5c9b982451270eb18762504aac4dc7918a0ff6bdee082d238ae SHA512 c2a8f6d6c460ae326381a3bc7ca23fc21986c757ece09a304da8eec5beff826421e1e3089cb1d0016ad7ddf3c650d27d140924b254e4ebb27cc8b8aad794b4f9
diff --git a/x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild b/x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild
deleted file mode 100644
index 733a3a198bd7..000000000000
--- a/x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="A Large Assortment of Beautiful Themed Icons, Created with FVWM in mind"
-HOMEPAGE="http://wm-icons.sourceforge.net/"
-SRC_URI="mirror://gentoo/wm-icons-${PV}-cvs-01092003.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND="virtual/awk dev-lang/perl"
-
-S=${WORKDIR}/wm-icons
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.4.0-build.patch
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf --enable-icondir="${EPREFIX}"/usr/share/icons/wm-icons
-}
-
-src_install() {
- # strange makefile...
- emake icondir="${ED%/}/usr/share/icons/wm-icons" DESTDIR="${D}" install
-
- rm -rf "${D}"/var
-
- einfo "Setting default aliases..."
- "${ED%/}/usr/bin/wm-icons-config" --force --user-dir="${ED%/}/usr/share/icons/wm-icons" --defaults || die
-
- einstalldocs
-}
-
-pkg_postinst() {
- einfo "Users can use the wm-icons-config utility to create aliases in their"
- einfo "home directory, FVWM users can then set this in their ImagePath"
- einfo
- einfo "Sample configurations for fvwm1, fvwm2, fvwm95 and scwm are available in"
- einfo "/usr/share/wm-icons"
- einfo
-}