summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-06-16 23:06:12 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-06-16 23:06:12 +0000
commit1129e9e31d3a3ff30ceba2d95db9041c23b4f073 (patch)
tree7a58986d1defad035b0ab44b8e6a31d298fb71d7 /media-radio/xastir
parentAdded gulm to 2.4 profile (parent) and unmasked in 2.6 profile (diff)
downloadgentoo-2-1129e9e31d3a3ff30ceba2d95db9041c23b4f073.tar.gz
gentoo-2-1129e9e31d3a3ff30ceba2d95db9041c23b4f073.tar.bz2
gentoo-2-1129e9e31d3a3ff30ceba2d95db9041c23b4f073.zip
clean out old versions; fix DESCRIPTION
(Portage version: 2.1.1_pre1)
Diffstat (limited to 'media-radio/xastir')
-rw-r--r--media-radio/xastir/ChangeLog8
-rw-r--r--media-radio/xastir/xastir-1.6.0.ebuild12
2 files changed, 12 insertions, 8 deletions
diff --git a/media-radio/xastir/ChangeLog b/media-radio/xastir/ChangeLog
index 42a0a0e04894..9c2a92ca20e9 100644
--- a/media-radio/xastir/ChangeLog
+++ b/media-radio/xastir/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-radio/xastir
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.8 2005/08/02 18:27:11 vanquirius Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.9 2006/06/16 23:06:12 mr_bones_ Exp $
+
+ 16 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> -xastir-1.2.0.ebuild,
+ -xastir-1.4.0.ebuild, xastir-1.6.0.ebuild:
+ clean out old versions; fix DESCRIPTION
*xastir-1.6.0 (02 Aug 2005)
diff --git a/media-radio/xastir/xastir-1.6.0.ebuild b/media-radio/xastir/xastir-1.6.0.ebuild
index c11c258ca888..66844efb6b23 100644
--- a/media-radio/xastir/xastir-1.6.0.ebuild
+++ b/media-radio/xastir/xastir-1.6.0.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.6.0.ebuild,v 1.1 2005/08/02 18:27:11 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.6.0.ebuild,v 1.2 2006/06/16 23:06:12 mr_bones_ Exp $
-DESCRIPTION="XASTIR"
+DESCRIPTION="A program for receiving and plotting APRS(tm) position packets"
HOMEPAGE="http://xastir.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc"
+KEYWORDS="~ppc ~x86"
IUSE="imagemagick curl ax25 festival shape"
DEPEND="virtual/libc
@@ -23,7 +23,7 @@ DEPEND="virtual/libc
curl? ( net-misc/curl )"
src_install() {
- make DESTDIR=${D} install || die
- mkdir -p ${D}/usr/local
+ make DESTDIR="${D}" install || die
+ mkdir -p "${D}"/usr/local
dosym ../xastir usr/local/xastir
}