summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-08-07 16:10:11 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-08-07 16:10:11 +0000
commit314e6d3f52e7f0394e20324a77e1b1a7cf8f7450 (patch)
tree3155454ae64fec12008e32d28073b75f59459faf /app-text/flpsed
parentAdded new version. Truetype support here is broken, so disabled for now. Than... (diff)
downloadgentoo-2-314e6d3f52e7f0394e20324a77e1b1a7cf8f7450.tar.gz
gentoo-2-314e6d3f52e7f0394e20324a77e1b1a7cf8f7450.tar.bz2
gentoo-2-314e6d3f52e7f0394e20324a77e1b1a7cf8f7450.zip
remove old
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-text/flpsed')
-rw-r--r--app-text/flpsed/ChangeLog9
-rw-r--r--app-text/flpsed/files/Makefile-0.312
-rw-r--r--app-text/flpsed/flpsed-0.3.2.ebuild33
-rw-r--r--app-text/flpsed/flpsed-0.3.4.ebuild34
-rw-r--r--app-text/flpsed/flpsed-0.3.5.ebuild34
-rw-r--r--app-text/flpsed/flpsed-0.3.ebuild33
6 files changed, 7 insertions, 148 deletions
diff --git a/app-text/flpsed/ChangeLog b/app-text/flpsed/ChangeLog
index f92734721916..800c36ea346e 100644
--- a/app-text/flpsed/ChangeLog
+++ b/app-text/flpsed/ChangeLog
@@ -1,6 +1,11 @@
# 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.14 2007/12/25 04:26:40 jsin Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/flpsed/ChangeLog,v 1.15 2008/08/07 16:10:10 aballier Exp $
+
+ 07 Aug 2008; Alexis Ballier <aballier@gentoo.org> -files/Makefile-0.3,
+ -flpsed-0.3.ebuild, -flpsed-0.3.2.ebuild, -flpsed-0.3.4.ebuild,
+ -flpsed-0.3.5.ebuild:
+ remove old
25 Dec 2007; Jason Smathers <jsin@gentoo.org> +flpsed-0.5.0.ebuild:
bumped to 0.5.0 and removed old ebuilds
diff --git a/app-text/flpsed/files/Makefile-0.3 b/app-text/flpsed/files/Makefile-0.3
deleted file mode 100644
index 8a42f31c7ba1..000000000000
--- a/app-text/flpsed/files/Makefile-0.3
+++ /dev/null
@@ -1,12 +0,0 @@
-
-OBJECTS=GsWidget.o PSEditWidget.o PSEditor.o PSEditText.o PSEditModel.o Postscript.o flpsed.o
-
-%.o: %.cxx
- $(CXX) -c $(CXXFLAGS) $*.cxx
-
-flpsed: $(OBJECTS)
- $(CXX) -o flpsed $(OBJECTS) $(LDFLAGS) -lm
-
-clean:
- rm -f flpsed $(OBJECTS)
-
diff --git a/app-text/flpsed/flpsed-0.3.2.ebuild b/app-text/flpsed/flpsed-0.3.2.ebuild
deleted file mode 100644
index 4ce33e201b09..000000000000
--- a/app-text/flpsed/flpsed-0.3.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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.3.2.ebuild,v 1.4 2007/07/22 10:14:31 omp Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="a 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=""
-
-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)
-
- emake -f ${FILESDIR}/Makefile-0.3 || die "emake failed"
-}
-
-src_install() {
- dobin flpsed
- dodoc README ChangeLog
-}
diff --git a/app-text/flpsed/flpsed-0.3.4.ebuild b/app-text/flpsed/flpsed-0.3.4.ebuild
deleted file mode 100644
index 1b27958422ca..000000000000
--- a/app-text/flpsed/flpsed-0.3.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.3.4.ebuild,v 1.3 2007/07/22 10:14:31 omp 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=""
-
-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
-}
diff --git a/app-text/flpsed/flpsed-0.3.5.ebuild b/app-text/flpsed/flpsed-0.3.5.ebuild
deleted file mode 100644
index da7e64f7367d..000000000000
--- a/app-text/flpsed/flpsed-0.3.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.3.5.ebuild,v 1.4 2007/07/22 10:14:31 omp 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
-}
diff --git a/app-text/flpsed/flpsed-0.3.ebuild b/app-text/flpsed/flpsed-0.3.ebuild
deleted file mode 100644
index 842e9c350485..000000000000
--- a/app-text/flpsed/flpsed-0.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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.3.ebuild,v 1.5 2007/07/22 10:14:31 omp Exp $
-
-inherit flag-o-matic
-
-DESCRIPTION="a 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=""
-
-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)
-
- emake -f ${FILESDIR}/Makefile-${PV} || die "emake failed"
-}
-
-src_install() {
- dobin flpsed
- dodoc README ChangeLog
-}