diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-16 23:06:12 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-16 23:06:12 +0000 |
commit | df6a4fcfa5430284bbf6480b376468607906615c (patch) | |
tree | 3afbfbeb2f15441bbf485c3ef6db451461379049 /media-radio | |
parent | Added gulm to 2.4 profile (parent) and unmasked in 2.6 profile (diff) | |
download | historical-df6a4fcfa5430284bbf6480b376468607906615c.tar.gz historical-df6a4fcfa5430284bbf6480b376468607906615c.tar.bz2 historical-df6a4fcfa5430284bbf6480b376468607906615c.zip |
clean out old versions; fix DESCRIPTION
Package-Manager: portage-2.1.1_pre1
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/xastir/ChangeLog | 8 | ||||
-rw-r--r-- | media-radio/xastir/xastir-1.6.0.ebuild | 12 |
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 } |