diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-09-19 14:24:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-09-19 14:29:16 +0200 |
commit | bd2c4e9ec16e1070fcb5639964eadf7c15dc2774 (patch) | |
tree | 22d21cb84e02910266ea70354e98b7150afd26fb /x11-themes/fvwm-crystal | |
parent | sys-libs/libieee1284: Remove old (diff) | |
download | gentoo-bd2c4e9ec16e1070fcb5639964eadf7c15dc2774.tar.gz gentoo-bd2c4e9ec16e1070fcb5639964eadf7c15dc2774.tar.bz2 gentoo-bd2c4e9ec16e1070fcb5639964eadf7c15dc2774.zip |
x11-themes/fvwm-crystal: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-themes/fvwm-crystal')
-rw-r--r-- | x11-themes/fvwm-crystal/Manifest | 3 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.2.3-r1.ebuild | 58 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.2.5-r1.ebuild | 59 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.4.1-r1.ebuild | 85 | ||||
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.4.1-r2.ebuild | 85 |
5 files changed, 0 insertions, 290 deletions
diff --git a/x11-themes/fvwm-crystal/Manifest b/x11-themes/fvwm-crystal/Manifest index f74d54c5516f..22e9dbe58cc0 100644 --- a/x11-themes/fvwm-crystal/Manifest +++ b/x11-themes/fvwm-crystal/Manifest @@ -1,4 +1 @@ -DIST fvwm-crystal-3.2.3.tar.gz 4388604 BLAKE2B fe19c1c1b434fcac964add171406fc942dda3c854a462dd0dc98c95260dc320ec3111afe6a11ec0af7f808fbdebebeae66b37640db90c355ddb7e93e4dabf98b SHA512 fa3d17b55562f773a50e00954aa66d22ce59fd62153ddf84a3df2ace1bc480abc2311bf379e2593f234330033f83ef3800378bfe3da593cdeb8b80b284d299bf -DIST fvwm-crystal-3.2.5.tar.gz 4474561 BLAKE2B faa1f9028936766f5da9a39072c4bfc345052b7afb6b021ee17cd127bf1f9c5f56fbc3a81155785bddb26dca214ea90dc7a17cbfc9327b6a0c254a088edab12c SHA512 f3b494da1f0851d0e16dda8a8867314a1b089d5a6c9ab18eedea6cdfaa753dff26f0e49747b12ec251812a22dcd93f348d6f3b689c9289b95e28545a245fadb1 -DIST fvwm-crystal-3.4.1.tar.gz 5663772 BLAKE2B 5f2d87ae2ea1b5e9a3ce610569d52a73d4ecf70a68ed4e51465e9b4af55e1686478bd5bbac19eda727a4d53da6e92baba43fa8ad73c7a212a944b7d8cadcdf8f SHA512 c033cc27a523a69c7735bde3b5885381e2a338d4f84b4089050be44e04bbb490492d826f899bf16bf5c167044eae330f954320b4bb14647e4db2a4b6b5d32009 DIST fvwm-crystal-3.6.5.tar.gz 5899049 BLAKE2B addd82dbbab9b457a94715a969a27ff6ef2be07cddd33a379dc4d5348c9565d3a19943828b068ec5ef5f6d032f51b77a1990316ee7b3e16e5dc98ddf32f98c7d SHA512 45cd99b83342e5e5f0de89edc92dbba3311efc7ef431d509490e3fd5b49420e94d1cef55865f45e731fd4c13172c6e2d26fbd10107cdb4a4f525379e17b94e6d diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3-r1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3-r1.ebuild deleted file mode 100644 index a0e2a013c5ae..000000000000 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) -inherit eutils python-r1 - -DESCRIPTION="Configurable FVWM theme with transparency and freedesktop compatible menu" -HOMEPAGE="http://fvwm-crystal.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS} - >=x11-wm/fvwm-2.6.5[png] - virtual/imagemagick-tools - || ( >=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" - -src_install() { - emake \ - DESTDIR="${D}" \ - docdir="/usr/share/doc/${PF}" \ - prefix="/usr" \ - install - - python_replicate_script \ - "${D}/usr/bin/${PN}".{apps,wallpaper} \ - "${D}/usr/share/${PN}"/fvwm/scripts/FvwmMPD/*.py -} - -pkg_postinst() { - einfo - einfo "After installation, execute following commands:" - einfo " $ cp -r ${ROOT}usr/share/doc/${PF}/addons/Xresources ~/.Xresources" - einfo " $ cp -r ${ROOT}usr/share/doc/${PF}/addons/Xsession ~/.xinitrc" - einfo - einfo "Many applications can extend functionality of fvwm-crystal." - einfo "They are listed in ${ROOT}usr/share/doc/${PF}/INSTALL.gz." - einfo - einfo "Some icons fixes was committed recently." - einfo "To archive the same fixes on your private icon files," - einfo "please read ${ROOT}usr/share/doc/${PF}/INSTALL.gz." - einfo "This will fix the libpng warnings at stderr." - einfo - einfo "The color themes was updated to Fvwm InfoStore." - einfo "To know how to update your custom color themes, please run" - einfo " ${ROOT}usr/share/${PN}/addons/convert_colorsets" - einfo "" -} diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5-r1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5-r1.ebuild deleted file mode 100644 index f681218b5549..000000000000 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.5-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) -inherit eutils python-r1 - -DESCRIPTION="Configurable FVWM theme with transparency and freedesktop compatible menu" -HOMEPAGE="http://fvwm-crystal.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" - -RDEPEND="${PYTHON_DEPS} - >=x11-wm/fvwm-2.6.5[png] - virtual/imagemagick-tools - || ( >=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" - -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_install() { - emake \ - DESTDIR="${D}" \ - docdir="/usr/share/doc/${PF}" \ - prefix="/usr" \ - install - - python_replicate_script \ - "${D}/usr/bin/${PN}".{apps,wallpaper} \ - "${D}/usr/share/${PN}"/fvwm/scripts/FvwmMPD/*.py -} - -pkg_postinst() { - einfo - einfo "After installation, execute following commands:" - einfo " $ cp -r ${ROOT}usr/share/doc/${PF}/addons/Xresources ~/.Xresources" - einfo " $ cp -r ${ROOT}usr/share/doc/${PF}/addons/Xsession ~/.xinitrc" - einfo - einfo "Many applications can extend functionality of fvwm-crystal." - einfo "They are listed in ${ROOT}usr/share/doc/${PF}/INSTALL.gz." - einfo - einfo "Some icons fixes was committed recently." - einfo "To archive the same fixes on your private icon files," - einfo "please read ${ROOT}usr/share/doc/${PF}/INSTALL.gz." - einfo "This will fix the libpng warnings at stderr." - einfo - einfo "The color themes was updated to Fvwm InfoStore." - einfo "To know how to update your custom color themes, please run" - einfo " ${ROOT}usr/share/${PN}/addons/convert_colorsets" - einfo "" -} diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.4.1-r1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.4.1-r1.ebuild deleted file mode 100644 index 6b3393600c30..000000000000 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.4.1-r1.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -inherit eutils readme.gentoo-r1 python-r1 user - -DESCRIPTION="Configurable FVWM theme with transparency and freedesktop compatible menu" -HOMEPAGE="http://fvwm-crystal.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -case ${PV} in -*9999) - 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 - };; -esac - -RDEPEND="${PYTHON_DEPS} - >=x11-wm/fvwm-2.5.26[png] - virtual/imagemagick-tools - || ( >=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 - elog "Many applications can extend functionality of fvwm-crystal." - elog "They are listed in ${EROOT}usr/share/doc/${PF}/INSTALL.bz2" - elog "Popular supported softwares are:" - elog "- x11-misc/xdg-user-dirs (the gtk USE is not needed) to" - elog " get localized XDG user directories support" - elog "- sys-power/pm-utils for hibernate/resume support" - elog "- media-sound/jack-audio-connection-kit for a professional sound server" - elog "- several media players" -} diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.4.1-r2.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.4.1-r2.ebuild deleted file mode 100644 index c97bf4f9ce41..000000000000 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.4.1-r2.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python2_7 ) -inherit eutils readme.gentoo-r1 python-r1 user - -DESCRIPTION="Configurable FVWM theme with transparency and freedesktop compatible menu" -HOMEPAGE="http://fvwm-crystal.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -case ${PV} in -*9999) - 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 - };; -esac - -RDEPEND="${PYTHON_DEPS} - >=x11-wm/fvwm-2.5.26[png] - virtual/imagemagick-tools - || ( >=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 - elog "Many applications can extend functionality of fvwm-crystal." - elog "They are listed in ${EROOT}usr/share/doc/${PF}/INSTALL.bz2" - elog "Popular supported softwares are:" - elog "- x11-misc/xdg-user-dirs (the gtk USE is not needed) to" - elog " get localized XDG user directories support" - elog "- sys-power/pm-utils for hibernate/resume support" - elog "- media-sound/jack-audio-connection-kit for a professional sound server" - elog "- several media players" -} |