summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Buisse <nattfodd@gentoo.org>2005-12-01 17:44:39 +0000
committerAlexandre Buisse <nattfodd@gentoo.org>2005-12-01 17:44:39 +0000
commitbfae65b086856b0d5ad729aa1da810cbc43918cc (patch)
tree703dcd1b5788ff3e9755e71c8e7f15928a49e270 /app-text/flpsed
parentInitial import of bera (set of Bitstream Vera fonts for tex). Added myself as... (diff)
downloadhistorical-bfae65b086856b0d5ad729aa1da810cbc43918cc.tar.gz
historical-bfae65b086856b0d5ad729aa1da810cbc43918cc.tar.bz2
historical-bfae65b086856b0d5ad729aa1da810cbc43918cc.zip
Bump to 0.3.5.
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'app-text/flpsed')
-rw-r--r--app-text/flpsed/ChangeLog7
-rw-r--r--app-text/flpsed/Manifest10
-rw-r--r--app-text/flpsed/files/digest-flpsed-0.3.51
-rw-r--r--app-text/flpsed/flpsed-0.3.5.ebuild31
4 files changed, 44 insertions, 5 deletions
diff --git a/app-text/flpsed/ChangeLog b/app-text/flpsed/ChangeLog
index d1cea597ee92..e02f5272acf9 100644
--- a/app-text/flpsed/ChangeLog
+++ b/app-text/flpsed/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/flpsed
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.4 2005/04/23 16:54:46 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.5 2005/12/01 17:44:39 nattfodd Exp $
+
+*flpsed-0.3.5 (01 Dec 2005)
+
+ 01 Dec 2005; Alexandre Buisse <nattfodd@gentoo.org> +flpsed-0.3.5.ebuild:
+ Bump to 0.3.5 (bug #101313)
*flpsed-0.3.4 (23 Apr 2005)
diff --git a/app-text/flpsed/Manifest b/app-text/flpsed/Manifest
index 15c10d586ba2..9a6fae8bd17d 100644
--- a/app-text/flpsed/Manifest
+++ b/app-text/flpsed/Manifest
@@ -1,9 +1,11 @@
-MD5 0b48b85bcabaed064bc89eaae53fd54a ChangeLog 719
MD5 23e80f72be124ed8fd8795603f2a1908 flpsed-0.3.ebuild 722
-MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
+MD5 751495e7868e0e4aeb5ca891adbaf69d flpsed-0.3.5.ebuild 735
MD5 fbb260b6723c124915070bba1727c6aa flpsed-0.3.2.ebuild 722
+MD5 c3848b64d6785a04abc44b3afdfea568 ChangeLog 858
MD5 c2be105a74f4f8c705a075d0ee3e5db4 flpsed-0.3.4.ebuild 732
-MD5 b86c136c6e3a85fbe44caa37f0cb2689 files/Makefile-0.3 235
-MD5 0378f0e1c9ef58dc1f36cfd191d22575 files/digest-flpsed-0.3 61
+MD5 c472f5fd1646eb8bca71d8df5cb2bdcc metadata.xml 164
MD5 48f0da623a89655c8501f444c1a6214b files/digest-flpsed-0.3.2 63
MD5 e02f93c5e901949687148f77350e4647 files/digest-flpsed-0.3.4 63
+MD5 ada4083b230547df32fb93d264d04f12 files/digest-flpsed-0.3.5 63
+MD5 0378f0e1c9ef58dc1f36cfd191d22575 files/digest-flpsed-0.3 61
+MD5 b86c136c6e3a85fbe44caa37f0cb2689 files/Makefile-0.3 235
diff --git a/app-text/flpsed/files/digest-flpsed-0.3.5 b/app-text/flpsed/files/digest-flpsed-0.3.5
new file mode 100644
index 000000000000..d3b24181fe42
--- /dev/null
+++ b/app-text/flpsed/files/digest-flpsed-0.3.5
@@ -0,0 +1 @@
+MD5 522bd19ff5ff8146467a522942c493fd flpsed-0.3.5.tar.gz 97550
diff --git a/app-text/flpsed/flpsed-0.3.5.ebuild b/app-text/flpsed/flpsed-0.3.5.ebuild
new file mode 100644
index 000000000000..d70f293177e2
--- /dev/null
+++ b/app-text/flpsed/flpsed-0.3.5.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/flpsed-0.3.5.ebuild,v 1.1 2005/12/01 17:44:39 nattfodd 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="~x86"
+IUSE=""
+
+DEPEND="virtual/x11
+ >=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
+}