summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-06-04 00:44:53 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-06-04 00:44:53 +0000
commitdce2769789db94871abe50eb55ac245af56f024e (patch)
tree4efd967b6f01ac9d1b27fa80bc81e2ef1ab939b6 /x11-wm
parentppc stable (bug 309407) (diff)
downloadgentoo-2-dce2769789db94871abe50eb55ac245af56f024e.tar.gz
gentoo-2-dce2769789db94871abe50eb55ac245af56f024e.tar.bz2
gentoo-2-dce2769789db94871abe50eb55ac245af56f024e.zip
punt old, incompatible with libpng 1.5
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/matchbox/ChangeLog5
-rw-r--r--x11-wm/matchbox/matchbox-0.7.1.ebuild55
2 files changed, 4 insertions, 56 deletions
diff --git a/x11-wm/matchbox/ChangeLog b/x11-wm/matchbox/ChangeLog
index 19b3f78fc9b0..660f07d8953a 100644
--- a/x11-wm/matchbox/ChangeLog
+++ b/x11-wm/matchbox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-wm/matchbox
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/ChangeLog,v 1.26 2012/06/04 00:38:11 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/ChangeLog,v 1.27 2012/06/04 00:44:53 ssuominen Exp $
+
+ 04 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> -matchbox-0.7.1.ebuild:
+ old
04 Jun 2012; Michael Weber <xmw@gentoo.org> matchbox-1.0.ebuild:
ppc stable (bug 309407)
diff --git a/x11-wm/matchbox/matchbox-0.7.1.ebuild b/x11-wm/matchbox/matchbox-0.7.1.ebuild
deleted file mode 100644
index 71126d7eb34f..000000000000
--- a/x11-wm/matchbox/matchbox-0.7.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/matchbox-0.7.1.ebuild,v 1.16 2010/11/08 21:45:49 ssuominen Exp $
-
-inherit flag-o-matic
-
-IUSE="jpeg png nls debug"
-
-DESCRIPTION="Light weight WM designed for use on PDA computers"
-HOMEPAGE="http://matchbox-project.org/"
-SRC_URI="http://handhelds.org/~mallum/downloadables/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc x86"
-
-RDEPEND="x11-libs/libXtst
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm
- x11-libs/libXrender
- x11-libs/libXft
- dev-libs/expat
- x11-libs/startup-notification
- x11-libs/libxsettings-client
- png? ( >=media-libs/libpng-1.4 )
- jpeg? ( virtual/jpeg )"
-
-DEPEND="${RDEPEND}
- x11-proto/xproto
- x11-proto/xextproto
- sys-devel/libtool"
-
-src_compile() {
- local myconf
- myconf="${myconf} --enable-dnotify"
- myconf="${myconf} --enable-expat"
- myconf="${myconf} --enable-sn"
- myconf="${myconf} --enable-xsettings"
- use nls && myconf="${myconf} --enable-nls"
- use jpeg && myconf="${myconf} --enable-jpg"
- use png || myconf="${myconf} --disable-png"
- use debug && myconf="${myconf} --enable-debug"
-
- append-ldflags $(no-as-needed)
-
- econf ${myconf} || die "Configuration failed"
- emake || die "Make feiled"
-}
-
-src_install() {
- einstall || die "Install failed"
- dodoc AUTHORS ChangeLog NEWS \
- README RELEASE-NOTES-0.7 TODO
-}