diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2004-09-19 19:42:34 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2004-09-19 19:42:34 +0000 |
commit | 988615006931caa8c921220c62ab0c53f62c3a89 (patch) | |
tree | 2cb100ca358bf52e2f06c6f0cdbd8dcdae9af882 /media-radio/xastir | |
parent | Stable on alpha. (diff) | |
download | historical-988615006931caa8c921220c62ab0c53f62c3a89.tar.gz historical-988615006931caa8c921220c62ab0c53f62c3a89.tar.bz2 historical-988615006931caa8c921220c62ab0c53f62c3a89.zip |
version bump
Diffstat (limited to 'media-radio/xastir')
-rw-r--r-- | media-radio/xastir/ChangeLog | 7 | ||||
-rw-r--r-- | media-radio/xastir/Manifest | 14 | ||||
-rw-r--r-- | media-radio/xastir/files/digest-xastir-1.4.0 | 1 | ||||
-rw-r--r-- | media-radio/xastir/xastir-1.4.0.ebuild | 29 |
4 files changed, 39 insertions, 12 deletions
diff --git a/media-radio/xastir/ChangeLog b/media-radio/xastir/ChangeLog index 1b1dead9f28c..fd09671af7a4 100644 --- a/media-radio/xastir/ChangeLog +++ b/media-radio/xastir/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-radio/xastir # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.4 2004/08/25 02:32:23 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.5 2004/09/19 19:42:34 rphillips Exp $ + +*xastir-1.4.0 (19 Sep 2004) + + 19 Sep 2004; <rphillips@gentoo.org> xastir-1.4.0.ebuild: + version bump 25 Aug 2004; Sven Wegener <swegener@gentoo.org> xastir-1.2.0.ebuild: Changed SRC_URI to use mirror:// syntax. diff --git a/media-radio/xastir/Manifest b/media-radio/xastir/Manifest index d4ae25652a65..50766a4f68e7 100644 --- a/media-radio/xastir/Manifest +++ b/media-radio/xastir/Manifest @@ -1,13 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 bf797dd473feea790082c496032ead7a ChangeLog 550 +MD5 0771a6615812ba96e0f1d820341a1d40 xastir-1.4.0.ebuild 810 MD5 04253c9d67e39e01ae363538fa1a766f xastir-1.2.0.ebuild 540 +MD5 4f1b1dfcb089a2258a6615976bf773c6 ChangeLog 655 MD5 28c8839ac6e0340f6d489f1104c0fea7 files/digest-xastir-1.2.0 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.5 (GNU/Linux) - -iD8DBQFBK/o+I1lqEGTUzyQRAkIcAJ0fyNPazWqZ7JAPS/7elJXGvRj44QCeKyxh -mtTrcNrZKzXt9UREjoOkEJM= -=Typq ------END PGP SIGNATURE----- +MD5 1450b2c9ffcaae7ac5bf5854b83a6867 files/digest-xastir-1.4.0 65 diff --git a/media-radio/xastir/files/digest-xastir-1.4.0 b/media-radio/xastir/files/digest-xastir-1.4.0 new file mode 100644 index 000000000000..39ac36d41042 --- /dev/null +++ b/media-radio/xastir/files/digest-xastir-1.4.0 @@ -0,0 +1 @@ +MD5 4a7134b6e6b5e0a135f590c25946f356 xastir-1.4.0.tar.gz 1347106 diff --git a/media-radio/xastir/xastir-1.4.0.ebuild b/media-radio/xastir/xastir-1.4.0.ebuild new file mode 100644 index 000000000000..080ea96edc4c --- /dev/null +++ b/media-radio/xastir/xastir-1.4.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.4.0.ebuild,v 1.1 2004/09/19 19:42:34 rphillips Exp $ + +DESCRIPTION="XASTIR" +HOMEPAGE="http://xastir.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="ax25 festival shape imagemagick curl" + +DEPEND="virtual/libc + x11-libs/openmotif + ax25? ( dev-libs/libax25 + media-radio/ax25-apps + media-radio/ax25-tools ) + festival? ( app-accessibility/festival ) + shape? ( dev-libs/shapelib + dev-libs/libpcre ) + imagemagick? ( media-gfx/imagemagick ) + curl? ( net-misc/curl )" + +src_install() { + make DESTDIR=${D} install || die + mkdir -p ${D}/usr/local + dosym ../xastir usr/local/xastir +} |