diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2010-01-23 03:14:15 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2010-01-23 03:14:15 +0000 |
commit | eb0510e4d5b23211f1718daa47db997dd98354e6 (patch) | |
tree | 85903cccf9d773596a7bffb1e0fedb0eff3b274c /x11-wm | |
parent | Keyword ~amd64-linux/~x86-linux (diff) | |
download | gentoo-2-eb0510e4d5b23211f1718daa47db997dd98354e6.tar.gz gentoo-2-eb0510e4d5b23211f1718daa47db997dd98354e6.tar.bz2 gentoo-2-eb0510e4d5b23211f1718daa47db997dd98354e6.zip |
Removed old versions.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/awesome/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/awesome/awesome-2.3.4.ebuild | 67 | ||||
-rw-r--r-- | x11-wm/awesome/awesome-3.2.1-r3.ebuild | 96 | ||||
-rw-r--r-- | x11-wm/awesome/awesome-3.4.1.ebuild | 87 | ||||
-rw-r--r-- | x11-wm/awesome/awesome-3.4.2.ebuild | 89 |
5 files changed, 5 insertions, 340 deletions
diff --git a/x11-wm/awesome/ChangeLog b/x11-wm/awesome/ChangeLog index d149b18677cf..874d417e16a4 100644 --- a/x11-wm/awesome/ChangeLog +++ b/x11-wm/awesome/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/awesome # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/awesome/ChangeLog,v 1.91 2010/01/04 15:38:14 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/awesome/ChangeLog,v 1.92 2010/01/23 03:14:15 matsuu Exp $ + + 23 Jan 2010; MATSUU Takuto <matsuu@gentoo.org> -awesome-2.3.4.ebuild, + -awesome-3.2.1-r3.ebuild, -awesome-3.4.1.ebuild, -awesome-3.4.2.ebuild: + Removed old versions. *awesome-3.4.3 (04 Jan 2010) diff --git a/x11-wm/awesome/awesome-2.3.4.ebuild b/x11-wm/awesome/awesome-2.3.4.ebuild deleted file mode 100644 index 42d5aadab9a3..000000000000 --- a/x11-wm/awesome/awesome-2.3.4.ebuild +++ /dev/null @@ -1,67 +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-2.3.4.ebuild,v 1.6 2009/03/08 19:38:18 gentoofan23 Exp $ - -EAPI="2" -inherit toolchain-funcs eutils - -DESCRIPTION="A dynamic floating and tiling window manager" -HOMEPAGE="http://awesome.naquadah.org/" -SRC_URI="http://awesome.naquadah.org/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" -IUSE="doc gtk" - -RDEPEND=">=dev-libs/confuse-2.6 - x11-libs/cairo[X] - x11-libs/pango - x11-libs/libX11 - x11-libs/libXrandr - x11-libs/libXinerama - gtk? ( x11-libs/gtk+ ) - !gtk? ( media-libs/imlib2 )" - -DEPEND="${RDEPEND} - app-text/asciidoc - app-text/xmlto - dev-util/pkgconfig - x11-proto/xineramaproto - doc? ( - app-doc/doxygen - media-gfx/graphviz - )" - -src_configure() { - econf \ - $(use_with gtk) \ - --docdir="/usr/share/doc/${PF}" -} - -src_compile() { - default - - if use doc; then - emake doc || die - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - exeinto /etc/X11/Sessions - newexe "${FILESDIR}"/${PN}-session ${PN} - - insinto /usr/share/xsessions - doins "${FILESDIR}"/${PN}.desktop - - insinto /usr/share/awesome/icons - doins -r icons/* - - if use doc; then - dohtml doc/html/* - fi - - prepalldocs -} diff --git a/x11-wm/awesome/awesome-3.2.1-r3.ebuild b/x11-wm/awesome/awesome-3.2.1-r3.ebuild deleted file mode 100644 index 8c3e1cb1906a..000000000000 --- a/x11-wm/awesome/awesome-3.2.1-r3.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.2.1-r3.ebuild,v 1.7 2009/11/09 23:12:02 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 - media-libs/imlib2[png] - 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.3 - 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 - 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" - -mycmakeargs="-DPREFIX=/usr - -DSYSCONFDIR=/etc - $(cmake-utils_use_with dbus DBUS) - $(cmake-utils_use doc GENERATE_LUADOC)" - -src_compile() { - local myargs="all" - - if use doc ; then - myargs="${myargs} doc" - fi - cmake-utils_src_make ${myargs} -} - -src_install() { - cmake-utils_src_install - - if use doc ; then - ( - cd "${CMAKE_BUILD_DIR}"/doc - mv html doxygen - dohtml -r doxygen || 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.4.1.ebuild b/x11-wm/awesome/awesome-3.4.1.ebuild deleted file mode 100644 index 4c4ba829135e..000000000000 --- a/x11-wm/awesome/awesome-3.4.1.ebuild +++ /dev/null @@ -1,87 +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.4.1.ebuild,v 1.1 2009/11/09 23:12:02 matsuu Exp $ - -EAPI="2" -inherit cmake-utils eutils - -MY_P="${P/_/-}" -DESCRIPTION="A dynamic floating and tiling window manager" -HOMEPAGE="http://awesome.naquadah.org/" -SRC_URI="http://awesome.naquadah.org/download/${MY_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[deprecated] - dev-libs/libev - >=dev-libs/libxdg-basedir-1 - media-libs/imlib2[png] - x11-libs/cairo[xcb] - x11-libs/libX11[xcb] - >=x11-libs/libxcb-1.4 - >=x11-libs/pango-1.19.3 - >=x11-libs/startup-notification-0.10 - >=x11-libs/xcb-util-0.3.6 - dbus? ( >=sys-apps/dbus-1 )" - -DEPEND="${RDEPEND} - app-text/asciidoc - app-text/xmlto - >=dev-util/cmake-2.6 - dev-util/gperf - dev-util/pkgconfig - media-gfx/imagemagick[png] - >=x11-proto/xcb-proto-1.5 - >=x11-proto/xproto-7.0.15 - doc? ( - app-doc/doxygen - dev-util/luadoc - media-gfx/graphviz - )" - -RDEPEND="${RDEPEND} - app-shells/bash - || ( - x11-misc/gxmessage - x11-apps/xmessage - )" -# bash-completion? ( app-shells/bash-completion ) - -S="${WORKDIR}/${MY_P}" - -DOCS="AUTHORS BUGS PATCHES README STYLE" - -mycmakeargs="-DPREFIX=/usr - -DSYSCONFDIR=/etc - $(cmake-utils_use_with dbus DBUS) - $(cmake-utils_use doc GENERATE_LUADOC)" - -src_compile() { - local myargs="all" - - if use doc ; then - myargs="${myargs} doc" - fi - cmake-utils_src_make ${myargs} -} - -src_install() { - cmake-utils_src_install - - if use doc ; then - ( - cd "${CMAKE_BUILD_DIR}"/doc - mv html doxygen - dohtml -r doxygen || 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.4.2.ebuild b/x11-wm/awesome/awesome-3.4.2.ebuild deleted file mode 100644 index 10a679a7c381..000000000000 --- a/x11-wm/awesome/awesome-3.4.2.ebuild +++ /dev/null @@ -1,89 +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.4.2.ebuild,v 1.1 2009/11/27 17:07:01 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 elibc_FreeBSD bash-completion" -IUSE="dbus doc elibc_FreeBSD" - -RDEPEND=">=dev-lang/lua-5.1[deprecated] - dev-libs/libev - >=dev-libs/libxdg-basedir-1 - media-libs/imlib2[png] - x11-libs/cairo[xcb] - x11-libs/libX11[xcb] - >=x11-libs/libxcb-1.4 - >=x11-libs/pango-1.19.3 - >=x11-libs/startup-notification-0.10 - >=x11-libs/xcb-util-0.3.6 - dbus? ( >=sys-apps/dbus-1 ) - elibc_FreeBSD? ( dev-libs/libexecinfo )" - -DEPEND="${RDEPEND} - app-text/asciidoc - app-text/xmlto - >=dev-util/cmake-2.6 - dev-util/gperf - dev-util/pkgconfig - media-gfx/imagemagick[png] - >=x11-proto/xcb-proto-1.5 - >=x11-proto/xproto-7.0.15 - doc? ( - app-doc/doxygen - dev-util/luadoc - media-gfx/graphviz - )" - -RDEPEND="${RDEPEND} - app-shells/bash - || ( - x11-misc/gxmessage - x11-apps/xmessage - )" -# bash-completion? ( app-shells/bash-completion ) - -DOCS="AUTHORS BUGS PATCHES README STYLE" - -mycmakeargs="-DPREFIX=/usr - -DSYSCONFDIR=/etc - $(cmake-utils_use_with dbus DBUS) - $(cmake-utils_use doc GENERATE_LUADOC)" - -src_prepare() { - epatch "${FILESDIR}/${P}-backtrace.patch" -} - -src_compile() { - local myargs="all" - - if use doc ; then - myargs="${myargs} doc" - fi - cmake-utils_src_make ${myargs} -} - -src_install() { - cmake-utils_src_install - - if use doc ; then - ( - cd "${CMAKE_BUILD_DIR}"/doc - mv html doxygen - dohtml -r doxygen || 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 -} |