summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2009-09-01 02:40:29 +0000
committerMarkus Dittrich <markusle@gentoo.org>2009-09-01 02:40:29 +0000
commitb5566278683b02e1aff7ecfe639edf077294de4b (patch)
tree9a42749749738bbc159448dd46e96b5d367d3b76 /sci-visualization
parentVersion bump. (diff)
downloadgentoo-2-b5566278683b02e1aff7ecfe639edf077294de4b.tar.gz
gentoo-2-b5566278683b02e1aff7ecfe639edf077294de4b.tar.bz2
gentoo-2-b5566278683b02e1aff7ecfe639edf077294de4b.zip
Removed old ebuild.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/fig2sxd/ChangeLog5
-rw-r--r--sci-visualization/fig2sxd/fig2sxd-0.17.ebuild37
2 files changed, 4 insertions, 38 deletions
diff --git a/sci-visualization/fig2sxd/ChangeLog b/sci-visualization/fig2sxd/ChangeLog
index 4365f4aed78f..519f8ccd6a07 100644
--- a/sci-visualization/fig2sxd/ChangeLog
+++ b/sci-visualization/fig2sxd/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/fig2sxd
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fig2sxd/ChangeLog,v 1.7 2009/09/01 02:31:58 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fig2sxd/ChangeLog,v 1.8 2009/09/01 02:40:29 markusle Exp $
+
+ 01 Sep 2009; Markus Dittrich <markusle@gentoo.org> -fig2sxd-0.17.ebuild:
+ Removed old ebuild.
*fig2sxd-0.20 (01 Sep 2009)
diff --git a/sci-visualization/fig2sxd/fig2sxd-0.17.ebuild b/sci-visualization/fig2sxd/fig2sxd-0.17.ebuild
deleted file mode 100644
index 0e7c3935fc1b..000000000000
--- a/sci-visualization/fig2sxd/fig2sxd-0.17.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/fig2sxd/fig2sxd-0.17.ebuild,v 1.1 2008/04/19 09:39:43 bicatali Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="A utility to convert files in xfig format to OpenOffice.org Draw format"
-LICENSE="GPL-2"
-
-HOMEPAGE="http://sourceforge.net/projects/fig2sxd"
-SRC_URI="mirror://debian/pool/main/f/${PN}/${PN}_${PV}.orig.tar.gz
- mirror://debian/pool/main/f/${PN}/${PN}_${PV}-1.1.diff.gz"
-
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-
-# Our workdir is somewhat different due
-# to the tarball name
-S="${WORKDIR}/${P}.orig"
-
-src_unpack() {
- unpack ${A}
- epatch "${WORKDIR}"/${PN}_${PV}-1.1.diff
-}
-
-src_compile() {
- emake CXXF="${CXXFLAGS}" CXX="$(tc-getCXX)" || die "emake failed"
-}
-
-src_install() {
- dobin ${PN} || die
- doman ${PN}.1 || die
- dodoc debian/changelog || die
-}