summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Smathers <jsin@gentoo.org>2007-12-25 04:26:40 +0000
committerJason Smathers <jsin@gentoo.org>2007-12-25 04:26:40 +0000
commiteeb99804eca4ff72eb39d43d1998298b170c0b8e (patch)
treeda0d9477520471a7624cf9937b57ba39c61c0c7a /app-text/flpsed
parentMarking gpm-1.20.1-r6 ppc64 for bug 202853 (diff)
downloadgentoo-2-eeb99804eca4ff72eb39d43d1998298b170c0b8e.tar.gz
gentoo-2-eeb99804eca4ff72eb39d43d1998298b170c0b8e.tar.bz2
gentoo-2-eeb99804eca4ff72eb39d43d1998298b170c0b8e.zip
version bump per bug #152988
(Portage version: 2.1.3.19)
Diffstat (limited to 'app-text/flpsed')
-rw-r--r--app-text/flpsed/ChangeLog5
-rw-r--r--app-text/flpsed/files/digest-flpsed-0.5.03
-rw-r--r--app-text/flpsed/flpsed-0.5.0.ebuild34
3 files changed, 41 insertions, 1 deletions
diff --git a/app-text/flpsed/ChangeLog b/app-text/flpsed/ChangeLog
index 12f3a4a29d58..f92734721916 100644
--- a/app-text/flpsed/ChangeLog
+++ b/app-text/flpsed/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/flpsed
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.13 2007/07/22 10:14:31 omp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.14 2007/12/25 04:26:40 jsin Exp $
+
+ 25 Dec 2007; Jason Smathers <jsin@gentoo.org> +flpsed-0.5.0.ebuild:
+ bumped to 0.5.0 and removed old ebuilds
22 Jul 2007; David Shakaryan <omp@gentoo.org> flpsed-0.3.ebuild,
flpsed-0.3.2.ebuild, flpsed-0.3.4.ebuild, flpsed-0.3.5.ebuild,
diff --git a/app-text/flpsed/files/digest-flpsed-0.5.0 b/app-text/flpsed/files/digest-flpsed-0.5.0
new file mode 100644
index 000000000000..9cf9654f5d6e
--- /dev/null
+++ b/app-text/flpsed/files/digest-flpsed-0.5.0
@@ -0,0 +1,3 @@
+MD5 88b1dae91c35210ff67b3c8c1c426c27 flpsed-0.5.0.tar.gz 100610
+RMD160 2543b6581c1ff50a67ba2d250d501a0b11546508 flpsed-0.5.0.tar.gz 100610
+SHA256 4ff4c381e218af24411e82da2eb6313592e05262b1532027f1749b9dcfcba79c flpsed-0.5.0.tar.gz 100610
diff --git a/app-text/flpsed/flpsed-0.5.0.ebuild b/app-text/flpsed/flpsed-0.5.0.ebuild
new file mode 100644
index 000000000000..c6081caec4f9
--- /dev/null
+++ b/app-text/flpsed/flpsed-0.5.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/flpsed-0.5.0.ebuild,v 1.1 2007/12/25 04:26:40 jsin Exp $
+
+inherit flag-o-matic
+
+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"
+DEPEND="${RDEPEND}
+ >=x11-libs/fltk-1.1
+ virtual/ghostscript"
+
+src_compile() {
+ append-flags $(fltk-config --cxxflags)
+ append-ldflags $(fltk-config --ldflags)
+
+ econf || die
+ emake || die "emake failed"
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc README ChangeLog NEWS
+}