diff options
author | 2015-01-07 19:11:39 +0000 | |
---|---|---|
committer | 2015-01-07 19:11:39 +0000 | |
commit | 433a346f68ef84097184c590e355d3c554b39d85 (patch) | |
tree | 9b4606d5bdcdbf768556e0faa788e1c82f16e4ac /x11-wm | |
parent | Version bump, bug #535920 (diff) | |
download | gentoo-2-433a346f68ef84097184c590e355d3c554b39d85.tar.gz gentoo-2-433a346f68ef84097184c590e355d3c554b39d85.tar.bz2 gentoo-2-433a346f68ef84097184c590e355d3c554b39d85.zip |
Drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/matchbox-window-manager/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/matchbox-window-manager/matchbox-window-manager-1.2.ebuild | 57 |
2 files changed, 6 insertions, 59 deletions
diff --git a/x11-wm/matchbox-window-manager/ChangeLog b/x11-wm/matchbox-window-manager/ChangeLog index 8d251a2d38ef..8001e5e065e2 100644 --- a/x11-wm/matchbox-window-manager/ChangeLog +++ b/x11-wm/matchbox-window-manager/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/matchbox-window-manager -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-window-manager/ChangeLog,v 1.22 2014/12/31 15:54:50 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox-window-manager/ChangeLog,v 1.23 2015/01/07 19:11:39 pacho Exp $ + + 07 Jan 2015; Pacho Ramos <pacho@gentoo.org> + -matchbox-window-manager-1.2.ebuild: + Drop old 31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> matchbox-window-manager-1.2-r1.ebuild: diff --git a/x11-wm/matchbox-window-manager/matchbox-window-manager-1.2.ebuild b/x11-wm/matchbox-window-manager/matchbox-window-manager-1.2.ebuild deleted file mode 100644 index 1624d702564b..000000000000 --- a/x11-wm/matchbox-window-manager/matchbox-window-manager-1.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 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.2.ebuild,v 1.10 2012/06/04 00:25:35 xmw Exp $ - -inherit eutils versionator gnome2 - -DESCRIPTION="Light weight WM designed for use on PDA computers" -HOMEPAGE="http://matchbox-project.org/" -SRC_URI="http://matchbox-project.org/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" -SLOT="0" -LICENSE="GPL-2" - -KEYWORDS="amd64 ~arm ~hppa ppc x86" -IUSE="debug expat gnome session startup-notification xcomposite" - -RDEPEND=">=x11-libs/libmatchbox-1.5 - expat? ( dev-libs/expat ) - gnome? ( gnome-base/gconf ) - startup-notification? ( x11-libs/startup-notification ) - session? ( x11-libs/libSM ) - xcomposite? ( x11-libs/libXcomposite - x11-libs/libXdamage )" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - - # Allows to build with USE=-png - epatch "${FILESDIR}"/${PN}-1.0-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 -} |