diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2004-06-04 04:38:17 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2004-06-04 04:38:17 +0000 |
commit | 0ef621c40471e88cb29711d4500c34fa9e12eefa (patch) | |
tree | 27f8d092e117c9586a0bda9119fc77d3b890a12e /media-radio/xdx | |
parent | tweaked location of hamlib (Manifest recommit) (diff) | |
download | gentoo-2-0ef621c40471e88cb29711d4500c34fa9e12eefa.tar.gz gentoo-2-0ef621c40471e88cb29711d4500c34fa9e12eefa.tar.bz2 gentoo-2-0ef621c40471e88cb29711d4500c34fa9e12eefa.zip |
tweaked location of hamlib
Diffstat (limited to 'media-radio/xdx')
-rw-r--r-- | media-radio/xdx/ChangeLog | 5 | ||||
-rw-r--r-- | media-radio/xdx/xdx-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-radio/xdx/ChangeLog b/media-radio/xdx/ChangeLog index 14fd81900b84..649c08a3ec9e 100644 --- a/media-radio/xdx/ChangeLog +++ b/media-radio/xdx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-radio/xdx # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/ChangeLog,v 1.1 2004/06/04 04:20:49 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/ChangeLog,v 1.2 2004/06/04 04:37:41 rphillips Exp $ + + 03 Jun 2004; <rphillips@gentoo.org> xdx-1.2.ebuild: + tweaked location of hamlib 03 Jun 2004; <rphillips@gentoo.org> xdx-1.2.ebuild : Initial Import. Contributed by Robb. Bug #52307 diff --git a/media-radio/xdx/xdx-1.2.ebuild b/media-radio/xdx/xdx-1.2.ebuild index 283495976fa8..70dd1bf55263 100644 --- a/media-radio/xdx/xdx-1.2.ebuild +++ b/media-radio/xdx/xdx-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/xdx-1.2.ebuild,v 1.2 2004/06/04 04:37:41 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/xdx-1.2.ebuild,v 1.3 2004/06/04 04:38:17 rphillips Exp $ inherit eutils @@ -35,7 +35,7 @@ src_install() { pkg_postinst() { echo einfo "To use the rig control feature of xdx, install" - einfo "media-radio/hamlib and enable hamlib in the" + einfo "media-libs/hamlib and enable hamlib in the" einfo "Preferences dialog." echo } |