diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-07-24 05:48:58 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-07-24 05:48:58 +0000 |
commit | c75da91a6014d6f636d2bd217af1854c0280baa9 (patch) | |
tree | 74d2e66c367480b9c909eaf7347996d6e7d08851 /app-text/flpsed | |
parent | Version bump (diff) | |
download | gentoo-2-c75da91a6014d6f636d2bd217af1854c0280baa9.tar.gz gentoo-2-c75da91a6014d6f636d2bd217af1854c0280baa9.tar.bz2 gentoo-2-c75da91a6014d6f636d2bd217af1854c0280baa9.zip |
version bump, bug #277139
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-text/flpsed')
-rw-r--r-- | app-text/flpsed/ChangeLog | 9 | ||||
-rw-r--r-- | app-text/flpsed/flpsed-0.6.1.ebuild | 27 |
2 files changed, 34 insertions, 2 deletions
diff --git a/app-text/flpsed/ChangeLog b/app-text/flpsed/ChangeLog index d18646f87bd2..c84d9075abc8 100644 --- a/app-text/flpsed/ChangeLog +++ b/app-text/flpsed/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/flpsed -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.19 2008/11/14 10:03:35 aballier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.20 2009/07/24 05:48:58 aballier Exp $ + +*flpsed-0.6.1 (24 Jul 2009) + + 24 Jul 2009; Alexis Ballier <aballier@gentoo.org> +flpsed-0.6.1.ebuild: + version bump, bug #277139 14 Nov 2008; Alexis Ballier <aballier@gentoo.org> flpsed-0.5.1.ebuild: use eapi-1 and slot deps to restrict fltk to the 1.1 slot, bug #246445 diff --git a/app-text/flpsed/flpsed-0.6.1.ebuild b/app-text/flpsed/flpsed-0.6.1.ebuild new file mode 100644 index 000000000000..ece99d4b3c41 --- /dev/null +++ b/app-text/flpsed/flpsed-0.6.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/flpsed-0.6.1.ebuild,v 1.1 2009/07/24 05:48:58 aballier Exp $ + +EAPI=1 + +DESCRIPTION="Pseudo PostScript editor" +HOMEPAGE="http://www.ecademix.com/JohannesHofmann/" +SRC_URI="http://www.ecademix.com/JohannesHofmann/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="x11-libs/libX11 + x11-libs/libXext + x11-libs/libXft + x11-libs/fltk:2 + virtual/ghostscript" + +DEPEND="${RDEPEND}" + +src_install() { + emake DESTDIR="${D}" install || die "make install failed" + dodoc README ChangeLog NEWS AUTHORS +} |