diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 13:49:25 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 13:49:25 +0000 |
commit | 30fef623b41066e3df76ac97eaff8f4a742fd6a7 (patch) | |
tree | c3b58d184d86ed8fbff213639edf7b2db299352d /media-radio/xastir | |
parent | fixed motif dep; removed old versions (diff) | |
download | historical-30fef623b41066e3df76ac97eaff8f4a742fd6a7.tar.gz historical-30fef623b41066e3df76ac97eaff8f4a742fd6a7.tar.bz2 historical-30fef623b41066e3df76ac97eaff8f4a742fd6a7.zip |
fixed motif dep
Diffstat (limited to 'media-radio/xastir')
-rw-r--r-- | media-radio/xastir/ChangeLog | 7 | ||||
-rw-r--r-- | media-radio/xastir/Manifest | 4 | ||||
-rw-r--r-- | media-radio/xastir/xastir-1.2.0.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/media-radio/xastir/ChangeLog b/media-radio/xastir/ChangeLog index 247c8f78ccf4..5aae198e07d0 100644 --- a/media-radio/xastir/ChangeLog +++ b/media-radio/xastir/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-radio/xastir -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.1 2003/06/19 19:03:42 rphillips Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/ChangeLog,v 1.2 2004/01/11 13:49:14 lanius Exp $ + + 11 Jan 2004; Heinrich Wendel <lanius@gentoo.org> xastir-1.2.0.ebuild: + fixed motif dep *xastir-1.2.0 (19 Jun 2003) diff --git a/media-radio/xastir/Manifest b/media-radio/xastir/Manifest index e937f3224d7b..df32c7065023 100644 --- a/media-radio/xastir/Manifest +++ b/media-radio/xastir/Manifest @@ -1,3 +1,3 @@ -MD5 8161f1913224eff02ee7949e8ddd472c ChangeLog 354 -MD5 c0607f3d1f45e3141420f557233b947d xastir-1.2.0.ebuild 672 +MD5 93a4cac09228aab1491e4c8e94127765 xastir-1.2.0.ebuild 675 +MD5 d3c11ebe5d85d7b1654428db3b9d101b ChangeLog 442 MD5 28c8839ac6e0340f6d489f1104c0fea7 files/digest-xastir-1.2.0 65 diff --git a/media-radio/xastir/xastir-1.2.0.ebuild b/media-radio/xastir/xastir-1.2.0.ebuild index aa644870281c..af2b4a98e5bc 100644 --- a/media-radio/xastir/xastir-1.2.0.ebuild +++ b/media-radio/xastir/xastir-1.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.2.0.ebuild,v 1.3 2003/09/11 01:39:53 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xastir/xastir-1.2.0.ebuild,v 1.4 2004/01/11 13:49:14 lanius Exp $ DESCRIPTION="XASTIR" HOMEPAGE="http://xastir.sourceforge.net/" @@ -12,7 +12,7 @@ KEYWORDS="~x86" IUSE="" DEPEND="virtual/glibc - virtual/motif" + x11-libs/openmotif" src_compile() { cd ${S} |