summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/fvwm-crystal/Manifest1
-rw-r--r--x11-themes/fvwm-crystal/fvwm-crystal-3.4.1.ebuild83
-rw-r--r--x11-themes/fvwm-crystal/fvwm-crystal-99999999.ebuild83
-rw-r--r--x11-themes/fvwm-crystal/metadata.xml32
4 files changed, 0 insertions, 199 deletions
diff --git a/x11-themes/fvwm-crystal/Manifest b/x11-themes/fvwm-crystal/Manifest
deleted file mode 100644
index baf38af5..00000000
--- a/x11-themes/fvwm-crystal/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fvwm-crystal-3.4.1.tar.gz 5663772 SHA256 d80241ba4720cee4ac163442a99c977e4441758e399f5aa9c6f8a4c97e109833
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.4.1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.4.1.ebuild
deleted file mode 100644
index fa33258d..00000000
--- a/x11-themes/fvwm-crystal/fvwm-crystal-3.4.1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-RESTRICT=mirror
-
-PYTHON_COMPAT=( python2_7 )
-inherit readme.gentoo-r1 python-r1 user
-
-DESCRIPTION="Configurable FVWM theme with transparency and freedesktop compatible menu"
-HOMEPAGE="http://fvwm-crystal.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-case ${PV} in
-*9999)
- PROPERTIES="live"
- inherit subversion
- ESVN_REPO_URI="svn://svn.code.sf.net/p/fvwm-crystal/code"
- SRC_URI=""
- KEYWORDS=""
- S="${WORKDIR}/${PN}"
- src_unpack() {
- subversion_src_unpack
- }
- src_prepare() {
- eapply_user
- };;
-esac
-
-RDEPEND="${PYTHON_DEPS}
- >=x11-wm/fvwm-2.5.26[png]
- || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
- || ( >=x11-misc/stalonetray-0.6.2-r2 x11-misc/trayer )
- || ( x11-misc/hsetroot media-gfx/feh )
- sys-apps/sed
- sys-devel/bc
- virtual/awk
- x11-apps/xwd
- media-sound/alsa-utils"
-
-DISABLE_AUTOFORMATTING="true"
-DOC_CONTENTS="After installation, execute the following commands:
- \$ cp -r "${EROOT}"usr/share/doc/"${PF}"/addons/Xresources ~/.Xresources
- \$ cp -r "${EROOT}"usr/share/doc/"${PF}"/addons/Xsession ~/.xinitrc
-
-Many applications can extend functionality of fvwm-crystal.
-They are listed in "${EROOT}"usr/share/doc/"${PF}"/INSTALL.*
-
-To be able to use the exit menu, each user using ${PN}
-must be in the group fvwm-crystal.
-You can do that as root with:
- \$ useradd -G fvwm-crystal <user_name>
-and log out and in again.
-"
-
-pkg_setup() {
- enewgroup fvwm-crystal
-}
-
-src_install() {
- emake \
- DESTDIR="${ED}" \
- docdir="${EPREFIX}/usr/share/doc/${PF}" \
- prefix="${EPREFIX}/usr" \
- install
- # GNU License is globally in the portage tree
- rm -vf "${ED}/usr/share/doc/${PF}"/LICENSE
-
- python_replicate_script \
- "${ED}/usr/bin/${PN}".{apps,wallpaper} \
- "${ED}/usr/share/${PN}"/fvwm/scripts/FvwmMPD/*.py
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-99999999.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-99999999.ebuild
deleted file mode 100644
index fa33258d..00000000
--- a/x11-themes/fvwm-crystal/fvwm-crystal-99999999.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-RESTRICT=mirror
-
-PYTHON_COMPAT=( python2_7 )
-inherit readme.gentoo-r1 python-r1 user
-
-DESCRIPTION="Configurable FVWM theme with transparency and freedesktop compatible menu"
-HOMEPAGE="http://fvwm-crystal.org/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-case ${PV} in
-*9999)
- PROPERTIES="live"
- inherit subversion
- ESVN_REPO_URI="svn://svn.code.sf.net/p/fvwm-crystal/code"
- SRC_URI=""
- KEYWORDS=""
- S="${WORKDIR}/${PN}"
- src_unpack() {
- subversion_src_unpack
- }
- src_prepare() {
- eapply_user
- };;
-esac
-
-RDEPEND="${PYTHON_DEPS}
- >=x11-wm/fvwm-2.5.26[png]
- || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
- || ( >=x11-misc/stalonetray-0.6.2-r2 x11-misc/trayer )
- || ( x11-misc/hsetroot media-gfx/feh )
- sys-apps/sed
- sys-devel/bc
- virtual/awk
- x11-apps/xwd
- media-sound/alsa-utils"
-
-DISABLE_AUTOFORMATTING="true"
-DOC_CONTENTS="After installation, execute the following commands:
- \$ cp -r "${EROOT}"usr/share/doc/"${PF}"/addons/Xresources ~/.Xresources
- \$ cp -r "${EROOT}"usr/share/doc/"${PF}"/addons/Xsession ~/.xinitrc
-
-Many applications can extend functionality of fvwm-crystal.
-They are listed in "${EROOT}"usr/share/doc/"${PF}"/INSTALL.*
-
-To be able to use the exit menu, each user using ${PN}
-must be in the group fvwm-crystal.
-You can do that as root with:
- \$ useradd -G fvwm-crystal <user_name>
-and log out and in again.
-"
-
-pkg_setup() {
- enewgroup fvwm-crystal
-}
-
-src_install() {
- emake \
- DESTDIR="${ED}" \
- docdir="${EPREFIX}/usr/share/doc/${PF}" \
- prefix="${EPREFIX}/usr" \
- install
- # GNU License is globally in the portage tree
- rm -vf "${ED}/usr/share/doc/${PF}"/LICENSE
-
- python_replicate_script \
- "${ED}/usr/bin/${PN}".{apps,wallpaper} \
- "${ED}/usr/share/${PN}"/fvwm/scripts/FvwmMPD/*.py
- readme.gentoo_create_doc
-}
-
-pkg_postinst() {
- readme.gentoo_print_elog
-}
diff --git a/x11-themes/fvwm-crystal/metadata.xml b/x11-themes/fvwm-crystal/metadata.xml
deleted file mode 100644
index c08873ec..00000000
--- a/x11-themes/fvwm-crystal/metadata.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>martin@mvath.de</email>
- <name>Martin Väth</name>
- <description>maintainer of the updates in the mv overlay</description>
- </maintainer>
- <maintainer type="person">
- <email>dominique.c.michel@gmail.com</email>
- <name>Dominique Michel</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
- <longdescription>
-FVWM-Crystal is a set of configuration files for FVWM window manager,
-with additional programs and scripts. Some of it's features are:
- * quick launching of a terminal with just one click on a desktop
- * a specially configured terminal window, similar to a console from FPP games
- * builtin control over XMMS player and over aumix mixer from the keyboard and
- buttons on the screen
- * very good ability to control the desktop from the keyboard, including window
- switching, moving, shading/unshading, maximizing, resizing, moving between
- desktop pages
- * transparent window titlebars, menus and panels on the desktop
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">fvwm-crystal</remote-id>
- </upstream>
-</pkgmetadata>