diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-06-18 09:04:04 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-06-18 09:04:04 +0000 |
commit | 42ab7702aa8d3cd21dd42722c8feeeae2be69e70 (patch) | |
tree | 8e80c8d3f36ec9b037c2482f1966c80c135b1862 /media-radio/xastir | |
parent | Remove old (diff) | |
download | gentoo-2-42ab7702aa8d3cd21dd42722c8feeeae2be69e70.tar.gz gentoo-2-42ab7702aa8d3cd21dd42722c8feeeae2be69e70.tar.bz2 gentoo-2-42ab7702aa8d3cd21dd42722c8feeeae2be69e70.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'media-radio/xastir')
-rw-r--r-- | media-radio/xastir/ChangeLog | 5 | ||||
-rw-r--r-- | media-radio/xastir/xastir-1.9.8.ebuild | 76 |
2 files changed, 4 insertions, 77 deletions
diff --git a/media-radio/xastir/ChangeLog b/media-radio/xastir/ChangeLog index 677e6e2752d9..acad286796ec 100644 --- a/media-radio/xastir/ChangeLog +++ b/media-radio/xastir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-radio/xastir # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.22 2012/06/06 16:16:50 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.23 2012/06/18 09:04:04 ago Exp $ + + 18 Jun 2012; Agostino Sarubbo <ago@gentoo.org> -xastir-1.9.8.ebuild: + Remove old 06 Jun 2012; Samuli Suominen <ssuominen@gentoo.org> files/xastir-2.0.0-proj48.diff: diff --git a/media-radio/xastir/xastir-1.9.8.ebuild b/media-radio/xastir/xastir-1.9.8.ebuild deleted file mode 100644 index ec44512c12a0..000000000000 --- a/media-radio/xastir/xastir-1.9.8.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.9.8.ebuild,v 1.5 2010/10/10 18:43:46 ulm Exp $ - -EAPI=2 -inherit autotools eutils multilib - -DESCRIPTION="X Amateur Station Tracking and Information Reporting" -HOMEPAGE="http://xastir.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="festival gdal geotiff imagemagick" - -DEPEND=">=x11-libs/openmotif-2.3:0 - x11-libs/libXpm - x11-apps/xfontsel - dev-libs/libpcre - net-misc/curl - sys-libs/db - sci-libs/shapelib - geotiff? ( sci-libs/proj - sci-libs/libgeotiff - media-libs/tiff ) - gdal? ( sci-libs/gdal ) - imagemagick? ( media-gfx/imagemagick ) - festival? ( app-accessibility/festival )" -RDEPEND="${DEPEND}" - -src_prepare() { - # fix hardcoded /usr/local paths in scripts - epatch "${FILESDIR}"/${P}-scripts.diff - # and patch libdir - for f in scripts/permutations.pl scripts/test_coord.pl \ - scripts/toporama250k.pl scripts/toporama50k.pl; do - sed -i -e "s:/usr/lib:/usr/$(get_libdir):g" "${f}" \ - || die "sed failed on ${f}" - done - - # fix for DESTDIR - epatch "${FILESDIR}"/${P}-Destdir.diff - - eautoreconf -} - -src_configure() { - econf --without-graphicsmagick \ - --with-pcre \ - --with-shapelib \ - --with-dbfawk \ - --without-ax25 \ - --without-gpsman \ - $(use_with geotiff libproj) \ - $(use_with geotiff) \ - $(use_with gdal) \ - $(use_with imagemagick) \ - $(use_with festival) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - rm -rf "${D}"/usr/share/doc/${P} - dodoc AUTHORS ChangeLog FAQ README README.Contributing \ - README.Getting-Started README.MAPS || die "dodoc failed" -} - -pkg_postinst() { - elog "Kernel mode AX.25 and GPSman library not supported." - elog - elog "Remember you have to be root to add addditional scripts," - elog "maps and other configuration data under /usr/share/xastir" - elog "and /usr/$(get_libdir)/xastir." -} |