diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-03-26 15:56:23 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-03-26 15:56:23 +0000 |
commit | 6e9c9e9c06319eed5b0060b02606634ea9c5d6aa (patch) | |
tree | 5ae8017385f6913f16a87c0e05b7d8451f7f99cd /x11-misc/parcellite | |
parent | Drop unused useflags from metadata.xml (diff) | |
download | gentoo-2-6e9c9e9c06319eed5b0060b02606634ea9c5d6aa.tar.gz gentoo-2-6e9c9e9c06319eed5b0060b02606634ea9c5d6aa.tar.bz2 gentoo-2-6e9c9e9c06319eed5b0060b02606634ea9c5d6aa.zip |
Version bump. Remove old ebuilds
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/parcellite')
-rw-r--r-- | x11-misc/parcellite/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/parcellite/parcellite-0.9.2.ebuild | 41 | ||||
-rw-r--r-- | x11-misc/parcellite/parcellite-1.0.2_rc1.ebuild (renamed from x11-misc/parcellite/parcellite-0.9.3.ebuild) | 9 |
3 files changed, 14 insertions, 44 deletions
diff --git a/x11-misc/parcellite/ChangeLog b/x11-misc/parcellite/ChangeLog index d48378319dbb..d3b7474cf69c 100644 --- a/x11-misc/parcellite/ChangeLog +++ b/x11-misc/parcellite/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/parcellite # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.11 2011/03/13 20:52:42 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.12 2011/03/26 15:56:23 hwoarang Exp $ + +*parcellite-1.0.2_rc1 (26 Mar 2011) + + 26 Mar 2011; Markos Chandras <hwoarang@gentoo.org> -parcellite-0.9.2.ebuild, + -parcellite-0.9.3.ebuild, +parcellite-1.0.2_rc1.ebuild: + Version bump. Remove old ebuilds 13 Mar 2011; Markos Chandras <hwoarang@gentoo.org> +parcellite-1.0.1.ebuild: PVersion bump diff --git a/x11-misc/parcellite/parcellite-0.9.2.ebuild b/x11-misc/parcellite/parcellite-0.9.2.ebuild deleted file mode 100644 index 48f18e62f045..000000000000 --- a/x11-misc/parcellite/parcellite-0.9.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.9.2.ebuild,v 1.1 2010/02/24 18:40:41 ssuominen Exp $ - -EAPI=2 -inherit fdo-mime - -DESCRIPTION="A lightweight GTK+ based clipboard manager." -HOMEPAGE="http://parcellite.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND=">=x11-libs/gtk+-2.10:2 - >=dev-libs/glib-2.14:2" -DEPEND="${RDEPEND} - dev-util/pkgconfig - nls? ( sys-devel/gettext - dev-util/intltool )" - -src_configure() { - econf \ - --disable-dependency-tracking \ - $(use_enable nls) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO -} - -pkg_postinst() { - fdo-mime_desktop_database_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update -} diff --git a/x11-misc/parcellite/parcellite-0.9.3.ebuild b/x11-misc/parcellite/parcellite-1.0.2_rc1.ebuild index e35f874f370c..335d6a2fa4c6 100644 --- a/x11-misc/parcellite/parcellite-0.9.3.ebuild +++ b/x11-misc/parcellite/parcellite-1.0.2_rc1.ebuild @@ -1,13 +1,16 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.9.3.ebuild,v 1.1 2011/01/21 18:45:56 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.0.2_rc1.ebuild,v 1.1 2011/03/26 15:56:23 hwoarang Exp $ EAPI=2 inherit fdo-mime autotools +MY_PV="${PV/_/}" +MY_P="${PN}-${MY_PV}" + DESCRIPTION="A lightweight GTK+ based clipboard manager." HOMEPAGE="http://parcellite.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -21,6 +24,8 @@ DEPEND="${RDEPEND} nls? ( sys-devel/gettext dev-util/intltool )" +S="${WORKDIR}"/${MY_P} + src_prepare() { eautoreconf } |