diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-02-20 16:18:31 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-02-20 16:18:31 +0000 |
commit | f153bb327e35f1637a199e127ef81201a759ba4d (patch) | |
tree | 4cba0c978d49fbcd7c4966b941b083349eede2d3 | |
parent | Version bumped. Fixed SRC_URI, bug #259435. (diff) | |
download | gentoo-2-f153bb327e35f1637a199e127ef81201a759ba4d.tar.gz gentoo-2-f153bb327e35f1637a199e127ef81201a759ba4d.tar.bz2 gentoo-2-f153bb327e35f1637a199e127ef81201a759ba4d.zip |
Version bumped.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
-rw-r--r-- | x11-wm/awesome/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/awesome/awesome-3.1.1.ebuild | 96 | ||||
-rw-r--r-- | x11-wm/awesome/awesome-3.2_rc3.ebuild (renamed from x11-wm/awesome/awesome-3.2_rc1.ebuild) | 4 |
3 files changed, 9 insertions, 99 deletions
diff --git a/x11-wm/awesome/ChangeLog b/x11-wm/awesome/ChangeLog index 07d5402c68e4..59958bc8d2fb 100644 --- a/x11-wm/awesome/ChangeLog +++ b/x11-wm/awesome/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-wm/awesome # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/awesome/ChangeLog,v 1.56 2009/02/14 00:01:29 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/awesome/ChangeLog,v 1.57 2009/02/20 16:18:31 matsuu Exp $ + +*awesome-3.2_rc3 (20 Feb 2009) + + 20 Feb 2009; MATSUU Takuto <matsuu@gentoo.org> -awesome-3.1.1.ebuild, + -awesome-3.2_rc1.ebuild, +awesome-3.2_rc3.ebuild: + Version bumped. Removed old versions. *awesome-3.2_rc2 (13 Feb 2009) diff --git a/x11-wm/awesome/awesome-3.1.1.ebuild b/x11-wm/awesome/awesome-3.1.1.ebuild deleted file mode 100644 index e766fe65d00b..000000000000 --- a/x11-wm/awesome/awesome-3.1.1.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/awesome/awesome-3.1.1.ebuild,v 1.1 2009/01/08 11:58:37 matsuu Exp $ - -EAPI=2 -inherit cmake-utils eutils - -DESCRIPTION="A dynamic floating and tiling window manager" -HOMEPAGE="http://awesome.naquadah.org/" -SRC_URI="http://awesome.naquadah.org/download/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -#IUSE="dbus doc bash-completion" -IUSE="dbus doc" - -RDEPEND=">=dev-lang/lua-5.1 - >=dev-libs/glib-2 - dev-libs/libev - dev-util/gperf - sys-libs/ncurses - x11-libs/cairo[xcb] - x11-libs/libX11[xcb] - >=x11-libs/libxcb-1.1 - >=x11-libs/pango-1.19.3 - >=x11-libs/xcb-util-0.3 - media-libs/imlib2 - dbus? ( >=sys-apps/dbus-1 )" - -DEPEND="${RDEPEND} - app-text/asciidoc - app-text/xmlto - >=dev-util/cmake-2.6 - dev-util/pkgconfig - x11-proto/xcb-proto - >=x11-proto/xproto-7.0.11 - doc? ( - app-doc/doxygen - dev-util/luadoc - media-gfx/graphviz - )" - -RDEPEND="${RDEPEND} - app-shells/bash - || ( - x11-misc/gxmessage - x11-apps/xmessage - ) - || ( - x11-terms/eterm - x11-misc/habak - x11-wm/windowmaker - media-gfx/feh - x11-misc/hsetroot - ( media-gfx/imagemagick x11-apps/xwininfo ) - media-gfx/xv - x11-misc/xsri - media-gfx/xli - x11-apps/xsetroot - )" -# media-gfx/qiv (media-gfx/pqiv doesn't work) -# x11-misc/chbg #68116 -# bash-completion? ( app-shells/bash-completion ) - -DOCS="AUTHORS BUGS PATCHES README STYLE" - -src_compile() { - local myargs="all" - - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with dbus DBUS)" - - if use doc ; then - mycmakeargs="${mycmakeargs} -DGENERATE_LUADOC=ON" - myargs="${myargs} doc" - else - mycmakeargs="${mycmakeargs} -DGENERATE_LUADOC=OFF" - fi - cmake-utils_src_compile ${myargs} -} - -src_install() { - cmake-utils_src_install - - if use doc ; then - ( - cd "${WORKDIR}"/${PN}_build/doc/html/ && dohtml -r * || die - mv "${D}"/usr/share/doc/${PN}/luadoc "${D}"/usr/share/doc/${PF}/html/luadoc || die - ) - fi - rm -rf "${D}"/usr/share/doc/${PN} || die - - exeinto /etc/X11/Sessions - newexe "${FILESDIR}"/${PN}-session ${PN} || die -} diff --git a/x11-wm/awesome/awesome-3.2_rc1.ebuild b/x11-wm/awesome/awesome-3.2_rc3.ebuild index aa4b964245e3..b8910fe96592 100644 --- a/x11-wm/awesome/awesome-3.2_rc1.ebuild +++ b/x11-wm/awesome/awesome-3.2_rc3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/awesome/awesome-3.2_rc1.ebuild,v 1.1 2009/02/07 03:48:00 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/awesome/awesome-3.2_rc3.ebuild,v 1.1 2009/02/20 16:18:31 matsuu Exp $ -EAPI=2 +EAPI="2" inherit cmake-utils eutils MY_P="${P/_/-}" |