diff options
author | Yuri Vasilevski <yvasilev@gentoo.org> | 2007-04-24 20:06:05 +0000 |
---|---|---|
committer | Yuri Vasilevski <yvasilev@gentoo.org> | 2007-04-24 20:06:05 +0000 |
commit | 2af0c8d349432f41d33ac3d8149cb363268c0544 (patch) | |
tree | 33362645761c16fb9e6911cad2faa1b1ccad8109 /x11-wm/matchbox-window-manager | |
parent | Stable on amd64 wrt bug 175473 (diff) | |
download | gentoo-2-2af0c8d349432f41d33ac3d8149cb363268c0544.tar.gz gentoo-2-2af0c8d349432f41d33ac3d8149cb363268c0544.tar.bz2 gentoo-2-2af0c8d349432f41d33ac3d8149cb363268c0544.zip |
Removed version 1.0.
(Portage version: 2.1.2.4)
Diffstat (limited to 'x11-wm/matchbox-window-manager')
3 files changed, 4 insertions, 62 deletions
diff --git a/x11-wm/matchbox-window-manager/ChangeLog b/x11-wm/matchbox-window-manager/ChangeLog index 978d030be742..af51b8c917d6 100644 --- a/x11-wm/matchbox-window-manager/ChangeLog +++ b/x11-wm/matchbox-window-manager/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/matchbox-window-manager # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-window-manager/ChangeLog,v 1.8 2007/04/24 20:01:20 yvasilev Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-window-manager/ChangeLog,v 1.9 2007/04/24 20:06:05 yvasilev Exp $ + + 24 Apr 2007; <yvasilev@gentoo.org> -matchbox-window-manager-1.0.ebuild: + Removed version 1.0. *matchbox-window-manager-1.2 (24 Apr 2007) diff --git a/x11-wm/matchbox-window-manager/files/digest-matchbox-window-manager-1.0 b/x11-wm/matchbox-window-manager/files/digest-matchbox-window-manager-1.0 deleted file mode 100644 index 8f1b33666e29..000000000000 --- a/x11-wm/matchbox-window-manager/files/digest-matchbox-window-manager-1.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 eac6cf30a3e9cd498a340d3dda3bddd7 matchbox-window-manager-1.0.tar.bz2 200627 -RMD160 5b792894f14c9ef776880f77b2907ea36b470266 matchbox-window-manager-1.0.tar.bz2 200627 -SHA256 34e7957d3afde9ce52682de510b39d3fc749cc96e10950b111d297278e9ed5fa matchbox-window-manager-1.0.tar.bz2 200627 diff --git a/x11-wm/matchbox-window-manager/matchbox-window-manager-1.0.ebuild b/x11-wm/matchbox-window-manager/matchbox-window-manager-1.0.ebuild deleted file mode 100644 index e96b5e4d12e9..000000000000 --- a/x11-wm/matchbox-window-manager/matchbox-window-manager-1.0.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 2006-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-window-manager/matchbox-window-manager-1.0.ebuild,v 1.5 2006/08/17 15:54:21 yvasilev Exp $ - -inherit eutils versionator gnome2 - -DESCRIPTION="Light weight WM designed for use on PDA computers" -HOMEPAGE="http://projects.o-hand.com/matchbox/" -SRC_URI="http://projects.o-hand.com/matchbox/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" -SLOT="0" -LICENSE="GPL-2" - -KEYWORDS="~arm ~x86" -IUSE="debug expat gnome session startup-notification xcomposite" - -DEPEND=">=x11-libs/libmatchbox-1.5 - expat? ( dev-libs/expat ) - gnome? ( gnome-base/gconf ) - startup-notification? ( x11-libs/startup-notification ) - session? ( || ( x11-libs/libSM - virtual/x11 ) ) - xcomposite? ( || ( ( x11-libs/libXcomposite - x11-libs/libXdamage ) - virtual/x11 ) )" - -src_unpack() { - unpack ${A} - cd ${S} - - # Allows to build with USE=-png - epatch "${FILESDIR}/${P}-use-nopng.patch" -} - -src_compile() { - econf --enable-keyboard \ - --enable-ping-protocol \ - --enable-xrm \ - $(use_enable debug) \ - $(use_enable session) \ - $(use_enable expat) \ - $(use_enable gnome gconf) \ - $(use_enable startup-notification) \ - $(use_enable xcomposite composite) \ - || die "Configuration failed" - - emake || die "Compilation failed" -} - -src_install() { - # we must delay gconf schema installation due to sandbox - export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL="1" - make DESTDIR="${D}" install || die "Installation failed" - unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL - - gnome2_gconf_install - - dodoc AUTHORS ChangeLog INSTALL NEWS README -} |