clean out old versions; fix DESCRIPTION
authorMichael Sterrett <mr_bones_@gentoo.org>
Fri, 16 Jun 2006 23:06:12 +0000 (23:06 +0000)
committerMichael Sterrett <mr_bones_@gentoo.org>
Fri, 16 Jun 2006 23:06:12 +0000 (23:06 +0000)
Package-Manager: portage-2.1.1_pre1

media-radio/xastir/ChangeLog
media-radio/xastir/xastir-1.6.0.ebuild

index 42a0a0e0489415e9065beced36ec1cc28c1def67..9c2a92ca20e91b8775ca1e9fca9cea54078e7e64 100644 (file)
@@ -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)
 
index c11c258ca8887e49057118c73a0c27dcdf2cc559..66844efb6b23c9464dcc9a34478aab9b5b57ded6 100644 (file)
@@ -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
 }