diff options
author | Dror Levin <spatz@gentoo.org> | 2010-01-16 20:39:26 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2010-01-16 20:39:26 +0000 |
commit | 1d2065665029399f7d480ac07f618bf11d9cb956 (patch) | |
tree | 83ee9ff2a02fcadbaa4f51543d7d546863d4fc7d /x11-misc/basqet | |
parent | ia64 stable wrt #296051 (diff) | |
download | gentoo-2-1d2065665029399f7d480ac07f618bf11d9cb956.tar.gz gentoo-2-1d2065665029399f7d480ac07f618bf11d9cb956.tar.bz2 gentoo-2-1d2065665029399f7d480ac07f618bf11d9cb956.zip |
Version bump, bug 301198. Remove old.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/basqet')
-rw-r--r-- | x11-misc/basqet/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/basqet/basqet-0.1.3.ebuild (renamed from x11-misc/basqet/basqet-0.1.0.ebuild) | 14 |
2 files changed, 15 insertions, 9 deletions
diff --git a/x11-misc/basqet/ChangeLog b/x11-misc/basqet/ChangeLog index 3db7dacde420..5df2d6695daa 100644 --- a/x11-misc/basqet/ChangeLog +++ b/x11-misc/basqet/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/basqet -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/ChangeLog,v 1.2 2009/11/14 18:52:39 wired Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/ChangeLog,v 1.3 2010/01/16 20:39:26 spatz Exp $ + +*basqet-0.1.3 (16 Jan 2010) + + 16 Jan 2010; Dror Levin <spatz@gentoo.org> -basqet-0.1.0.ebuild, + +basqet-0.1.3.ebuild: + Version bump, bug 301198. Remove old. *basqet-0.1.2 (14 Nov 2009) diff --git a/x11-misc/basqet/basqet-0.1.0.ebuild b/x11-misc/basqet/basqet-0.1.3.ebuild index 120578cdbe13..45bb2720e2f6 100644 --- a/x11-misc/basqet/basqet-0.1.0.ebuild +++ b/x11-misc/basqet/basqet-0.1.3.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/basqet-0.1.0.ebuild,v 1.1 2009/11/04 19:28:20 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/basqet/basqet-0.1.3.ebuild,v 1.1 2010/01/16 20:39:26 spatz Exp $ EAPI="2" inherit eutils qt4 DESCRIPTION="Keep your notes, pictures, ideas, and information in Baskets" HOMEPAGE="http://code.google.com/p/basqet/" -SRC_URI="http://basqet.googlecode.com/files/${P}-src.tar.gz" +SRC_URI="http://basqet.googlecode.com/files/${P}-src.tgz" LICENSE="GPL-3" SLOT="0" @@ -18,12 +18,12 @@ DEPEND="x11-libs/qt-gui:4 x11-libs/qt-xmlpatterns:4" RDEPEND="${DEPEND}" +S="${WORKDIR}/release_${PV}" + src_configure() { - eqmake4 Basqet.pro + eqmake4 "${PN}".pro PREFIX="${D}/usr" || die "configure failed" } src_install() { - newbin Basqet ${PN} - newicon resources/picking_basket_32x32_transp.png ${PN}.png - make_desktop_entry ${PN} Basqet ${PN}.png "Qt;Utility" + emake install || die "install failed" } |