diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-02-04 05:04:36 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-02-04 05:04:36 +0000 |
commit | 95cc2c125ddb342f0959aaf04c4eec9137304f3a (patch) | |
tree | a11bc5a98ef2e47505d3cd9eef543ba996f5bc7c /app-text/flpsed | |
parent | Version bump, migrate to distutils-r1. (diff) | |
download | gentoo-2-95cc2c125ddb342f0959aaf04c4eec9137304f3a.tar.gz gentoo-2-95cc2c125ddb342f0959aaf04c4eec9137304f3a.tar.bz2 gentoo-2-95cc2c125ddb342f0959aaf04c4eec9137304f3a.zip |
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'app-text/flpsed')
-rw-r--r-- | app-text/flpsed/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/flpsed/files/flpsed-0.7.2-desktop.patch | 8 | ||||
-rw-r--r-- | app-text/flpsed/flpsed-0.7.2.ebuild | 35 |
3 files changed, 51 insertions, 2 deletions
diff --git a/app-text/flpsed/ChangeLog b/app-text/flpsed/ChangeLog index 29444d0c5581..75c2e60f55db 100644 --- a/app-text/flpsed/ChangeLog +++ b/app-text/flpsed/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/flpsed -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.29 2012/09/08 07:55:19 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.30 2014/02/04 05:04:36 radhermit Exp $ + +*flpsed-0.7.2 (04 Feb 2014) + + 04 Feb 2014; Tim Harder <radhermit@gentoo.org> +flpsed-0.7.2.ebuild, + +files/flpsed-0.7.2-desktop.patch: + Version bump. 08 Sep 2012; Tim Harder <radhermit@gentoo.org> -flpsed-0.5.1.ebuild: Remove old. diff --git a/app-text/flpsed/files/flpsed-0.7.2-desktop.patch b/app-text/flpsed/files/flpsed-0.7.2-desktop.patch new file mode 100644 index 000000000000..55a402bf142c --- /dev/null +++ b/app-text/flpsed/files/flpsed-0.7.2-desktop.patch @@ -0,0 +1,8 @@ +--- flpsed-0.7.2/flpsed.desktop ++++ flpsed-0.7.2/flpsed.desktop +@@ -11,4 +11,4 @@ + StartupNotify=true + Categories=Graphics; + MimeType=application/postscript;application/pdf; +-Keywords=flpsed;pdf annotator;fltk ++Keywords=flpsed;pdf annotator;fltk; diff --git a/app-text/flpsed/flpsed-0.7.2.ebuild b/app-text/flpsed/flpsed-0.7.2.ebuild new file mode 100644 index 000000000000..bb350e9565b2 --- /dev/null +++ b/app-text/flpsed/flpsed-0.7.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/flpsed-0.7.2.ebuild,v 1.1 2014/02/04 05:04:36 radhermit Exp $ + +EAPI=5 + +inherit eutils + +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-1.3.0:1 + app-text/ghostscript-gpl[X]" +DEPEND="${RDEPEND}" + +src_prepare() { + epatch "${FILESDIR}"/${P}-desktop.patch +} + +src_install() { + default + + doicon ${PN}.png + doicon -s scalable ${PN}.svg + domenu ${PN}.desktop +} |