diff options
author | Tom William Payne <twp@gentoo.org> | 2003-12-10 11:17:40 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2003-12-10 11:17:40 +0000 |
commit | 2620b2b412e264f696e3147dfe16b9eaf212e032 (patch) | |
tree | 7e73ca8fbcd725fe5dbb60067931f7c0195d5721 /eclass | |
parent | Declaring .12 stable since there were no bugs for months. Removing older vers... (diff) | |
download | gentoo-2-2620b2b412e264f696e3147dfe16b9eaf212e032.tar.gz gentoo-2-2620b2b412e264f696e3147dfe16b9eaf212e032.tar.bz2 gentoo-2-2620b2b412e264f696e3147dfe16b9eaf212e032.zip |
Stop eutils overwriting DESCRIPTION
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ion-devel.eclass | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/ion-devel.eclass b/eclass/ion-devel.eclass index 59b0575ee874..2c8b01928975 100644 --- a/eclass/ion-devel.eclass +++ b/eclass/ion-devel.eclass @@ -1,11 +1,13 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ion-devel.eclass,v 1.1 2003/12/07 16:03:39 twp Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ion-devel.eclass,v 1.2 2003/12/10 11:17:40 twp Exp $ ECLASS=ion-devel INHERITED="${INHERITED} ${ECLASS}" +save_DESCRIPTION="${DESCRIPTION}" inherit eutils +DESCRIPTION="${save_DESCRIPTION}" ION_DEVEL_VERSION=${ION_DEVEL_VERSION:-${PV}} @@ -45,7 +47,7 @@ ion-devel-configure_20031121() { +MANDIR=\$(PREFIX)/share/man # Some documents -DOCDIR=\$(PREFIX)/doc/ion-devel -+DOCDIR=\$(PREFIX)/share/doc/ion-devel-${ION_DEVEL_VERSION} ++DOCDIR=\$(PREFIX)/share/doc/${PF} # Nothing at the moment INCDIR=\$(PREFIX)/include/ion-devel # Nothing at the moment |