summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Strzygowski <lucass@gentoo.org>2008-04-23 21:41:31 +0000
committerLukasz Strzygowski <lucass@gentoo.org>2008-04-23 21:41:31 +0000
commit22a0b5e6c431888c6fca22371db03f262e62f250 (patch)
tree66db8288a5530956b31636f692f80f15607b0a48 /x11-themes/fvwm-crystal
parentinitial import (diff)
downloadgentoo-2-22a0b5e6c431888c6fca22371db03f262e62f250.tar.gz
gentoo-2-22a0b5e6c431888c6fca22371db03f262e62f250.tar.bz2
gentoo-2-22a0b5e6c431888c6fca22371db03f262e62f250.zip
Dropped old versions.
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'x11-themes/fvwm-crystal')
-rw-r--r--x11-themes/fvwm-crystal/ChangeLog6
-rw-r--r--x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild43
-rw-r--r--x11-themes/fvwm-crystal/fvwm-crystal-3.0.5.ebuild45
3 files changed, 5 insertions, 89 deletions
diff --git a/x11-themes/fvwm-crystal/ChangeLog b/x11-themes/fvwm-crystal/ChangeLog
index 93dfa554fc82..113c068a64df 100644
--- a/x11-themes/fvwm-crystal/ChangeLog
+++ b/x11-themes/fvwm-crystal/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/fvwm-crystal
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.55 2008/04/23 21:18:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.56 2008/04/23 21:41:31 lucass Exp $
+
+ 23 Apr 2008; Lukasz Strzygowski <lucass@gentoo.org>
+ -fvwm-crystal-3.0.4.ebuild, -fvwm-crystal-3.0.5.ebuild:
+ Dropped old versions.
23 Apr 2008; Markus Meier <maekke@gentoo.org>
fvwm-crystal-3.0.5-r1.ebuild:
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild
deleted file mode 100644
index d9c3a5b63a8c..000000000000
--- a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.4.ebuild,v 1.8 2008/02/19 19:55:43 lucass Exp $
-
-DESCRIPTION="Configurable and full featured theme for FVWM, with lots of transparency."
-HOMEPAGE="http://fvwm-crystal.org/"
-SRC_URI="http://download.gna.org/${PN}/${PV}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-RDEPEND=">=x11-wm/fvwm-2.5.13
- media-gfx/imagemagick
- x11-misc/trayer
- || ( >=x11-misc/habak-0.2.4.1 x11-misc/hsetroot )"
-
-src_compile() {
- einfo "There is nothing to compile."
-}
-
-src_install() {
- einstall || die "einstall failed"
-
- dodoc AUTHORS README INSTALL NEWS ChangeLog doc/*
- cp -r addons "${D}/usr/share/doc/${PF}/"
-
- exeinto /etc/X11/Sessions
- doexe "${FILESDIR}/fvwm-crystal"
-
- insinto /usr/share/xsessions
- doins addons/fvwm-crystal.desktop
-}
-
-pkg_postinst() {
- elog
- elog "After installation, execute following commands:"
- elog " $ cp -r /usr/share/doc/${PF}/addons/Xresources ~/.Xresources"
- elog " $ cp -r /usr/share/doc/${PF}/addons/Xsession ~/.xinitrc"
- elog
- elog "Many applications can extend functionality of fvwm-crystal."
- elog "They are listed in /usr/share/doc/${PF}/INSTALL.gz."
- elog
-}
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5.ebuild
deleted file mode 100644
index 0bb1ba9d39e1..000000000000
--- a/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.0.5.ebuild,v 1.3 2008/02/19 19:55:43 lucass Exp $
-
-DESCRIPTION="Configurable and full featured theme for FVWM, with lots of transparency."
-HOMEPAGE="http://fvwm-crystal.org/"
-SRC_URI="http://download.gna.org/${PN}/${PV}/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-RDEPEND=">=x11-wm/fvwm-2.5.13
- media-gfx/imagemagick
- || ( x11-misc/stalonetray x11-misc/trayer )
- || ( x11-misc/habak x11-misc/hsetroot )"
-
-src_compile() {
- einfo "There is nothing to compile."
-}
-
-src_install() {
- einstall || die "einstall failed"
-
- dodoc AUTHORS README INSTALL NEWS ChangeLog doc/*
-
- insinto /usr/share/doc/${PF}
- doins -r addons
-
- exeinto /etc/X11/Sessions
- doexe "${FILESDIR}"/fvwm-crystal
-
- insinto /usr/share/xsessions
- doins addons/fvwm-crystal.desktop
-}
-
-pkg_postinst() {
- elog
- elog "After installation, execute following commands:"
- elog " $ cp -r /usr/share/doc/${PF}/addons/Xresources ~/.Xresources"
- elog " $ cp -r /usr/share/doc/${PF}/addons/Xsession ~/.xinitrc"
- elog
- elog "Many applications can extend functionality of fvwm-crystal."
- elog "They are listed in /usr/share/doc/${PF}/INSTALL.gz."
- elog
-}