diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-07-22 17:29:20 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-07-22 17:29:20 +0000 |
commit | f50dcb611f87a018d765534e4e860638d2121be4 (patch) | |
tree | 4202e2079ae84e3ba86011824b6f6f7bd4282465 /x11-misc/piedock | |
parent | Fix compilation against (bug #376009) (diff) | |
download | gentoo-2-f50dcb611f87a018d765534e4e860638d2121be4.tar.gz gentoo-2-f50dcb611f87a018d765534e4e860638d2121be4.tar.bz2 gentoo-2-f50dcb611f87a018d765534e4e860638d2121be4.zip |
Version bump, remove old
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/piedock')
-rw-r--r-- | x11-misc/piedock/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/piedock/piedock-1.3.1.ebuild | 33 | ||||
-rw-r--r-- | x11-misc/piedock/piedock-1.3.3.ebuild (renamed from x11-misc/piedock/piedock-1.3.0.ebuild) | 14 |
3 files changed, 16 insertions, 39 deletions
diff --git a/x11-misc/piedock/ChangeLog b/x11-misc/piedock/ChangeLog index 3975533d15f4..e30e13b1a420 100644 --- a/x11-misc/piedock/ChangeLog +++ b/x11-misc/piedock/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/piedock # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/ChangeLog,v 1.7 2011/06/24 05:00:52 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/ChangeLog,v 1.8 2011/07/22 17:29:20 hwoarang Exp $ + +*piedock-1.3.3 (22 Jul 2011) + + 22 Jul 2011; Markos Chandras <hwoarang@gentoo.org> -piedock-1.3.0.ebuild, + -piedock-1.3.1.ebuild, +piedock-1.3.3.ebuild: + Version bump, remove old *piedock-1.3.2 (24 Jun 2011) diff --git a/x11-misc/piedock/piedock-1.3.1.ebuild b/x11-misc/piedock/piedock-1.3.1.ebuild deleted file mode 100644 index bac85c885b52..000000000000 --- a/x11-misc/piedock/piedock-1.3.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/piedock-1.3.1.ebuild,v 1.1 2011/06/20 12:20:59 hwoarang Exp $ - -EAPI=2 -inherit base - -MY_PN=PieDock -MY_P=${MY_PN}-${PV} - -DESCRIPTION="A little bit like the famous OS X dock but in shape of a pie menu" -HOMEPAGE="http://markusfisch.de/PieDock" -SRC_URI="http://markusfisch.de/downloads/${MY_P}.tar.bz2" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="media-libs/libpng - x11-libs/libX11 - x11-libs/libXft - media-libs/freetype:2" - -S=${WORKDIR}/${MY_P} - -DOCS=( - res/${MY_PN}rc.sample -) - -src_configure() { - econf --bindir="${EPREFIX}"/usr/bin -} diff --git a/x11-misc/piedock/piedock-1.3.0.ebuild b/x11-misc/piedock/piedock-1.3.3.ebuild index d24ab243d89f..a1ee985ff5ee 100644 --- a/x11-misc/piedock/piedock-1.3.0.ebuild +++ b/x11-misc/piedock/piedock-1.3.3.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/piedock-1.3.0.ebuild,v 1.1 2011/06/09 19:22:46 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/piedock/piedock-1.3.3.ebuild,v 1.1 2011/07/22 17:29:20 hwoarang Exp $ -EAPI=2 -inherit base +EAPI=4 MY_PN=PieDock MY_P=${MY_PN}-${PV} @@ -17,10 +16,15 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="media-libs/libpng +DEPEND=" + media-libs/freetype:2 + media-libs/libpng x11-libs/libX11 x11-libs/libXft - media-libs/freetype:2" + x11-libs/libXmu + x11-libs/libXrender +" +RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} |