diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-01 19:35:37 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-12-01 19:35:37 +0000 |
commit | 76eab9302d6b3fe8ff80eb3f4a50f40a5ac278f8 (patch) | |
tree | a6604ab2d56d0dccf162bb67906cdca7f74111bc /x11-misc/parcellite | |
parent | Version bump for bug 249284, thanks to Roman V. Prikhodchenko for reporting. (diff) | |
download | gentoo-2-76eab9302d6b3fe8ff80eb3f4a50f40a5ac278f8.tar.gz gentoo-2-76eab9302d6b3fe8ff80eb3f4a50f40a5ac278f8.tar.bz2 gentoo-2-76eab9302d6b3fe8ff80eb3f4a50f40a5ac278f8.zip |
Install all docs. Remove old.
(Portage version: 2.1.6_rc2/cvs/Linux 2.6.27.7 i686)
Diffstat (limited to 'x11-misc/parcellite')
-rw-r--r-- | x11-misc/parcellite/parcellite-0.7.ebuild | 26 | ||||
-rw-r--r-- | x11-misc/parcellite/parcellite-0.8.ebuild | 36 | ||||
-rw-r--r-- | x11-misc/parcellite/parcellite-0.9.ebuild | 4 |
3 files changed, 2 insertions, 64 deletions
diff --git a/x11-misc/parcellite/parcellite-0.7.ebuild b/x11-misc/parcellite/parcellite-0.7.ebuild deleted file mode 100644 index 7b0a8fbceb69..000000000000 --- a/x11-misc/parcellite/parcellite-0.7.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.7.ebuild,v 1.2 2008/08/12 11:35:49 armin76 Exp $ - -DESCRIPTION="a lightweight GTK+ based clipboard manager." -HOMEPAGE="http://code.google.com/p/xyhthyx" -SRC_URI="http://xyhthyx.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.10" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf --disable-dependency-tracking --disable-gtktest - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS README -} diff --git a/x11-misc/parcellite/parcellite-0.8.ebuild b/x11-misc/parcellite/parcellite-0.8.ebuild deleted file mode 100644 index 06c206cb78be..000000000000 --- a/x11-misc/parcellite/parcellite-0.8.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.8.ebuild,v 1.1 2008/09/15 20:35:47 yngwin Exp $ - -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-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.10" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_compile() { - econf --disable-dependency-tracking --disable-gtktest - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS README -} - -pkg_postinst() { - fdo-mime_desktop_database_update -} - -pkg_postrm() { - fdo-mime_desktop_database_update -} diff --git a/x11-misc/parcellite/parcellite-0.9.ebuild b/x11-misc/parcellite/parcellite-0.9.ebuild index 4595768ea0ed..f8f985223320 100644 --- a/x11-misc/parcellite/parcellite-0.9.ebuild +++ b/x11-misc/parcellite/parcellite-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.9.ebuild,v 1.1 2008/12/01 19:31:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.9.ebuild,v 1.2 2008/12/01 19:35:37 ssuominen Exp $ inherit fdo-mime @@ -27,7 +27,7 @@ src_compile() { src_install() { emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS README + dodoc AUTHORS ChangeLog NEWS README TODO } pkg_postinst() { |