summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-10 13:35:42 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-10 13:35:42 +0000
commit95313f9ecd76a8b452a51a7ad39dbe9cd7341a4f (patch)
tree338eb4f4c4980d71ea190f9ca2b94245ea9071b7
parentClosing #44152. (Manifest recommit) (diff)
downloadgentoo-2-95313f9ecd76a8b452a51a7ad39dbe9cd7341a4f.tar.gz
gentoo-2-95313f9ecd76a8b452a51a7ad39dbe9cd7341a4f.tar.bz2
gentoo-2-95313f9ecd76a8b452a51a7ad39dbe9cd7341a4f.zip
hppa stable
-rw-r--r--kde-base/arts/arts-1.2.1.ebuild4
-rw-r--r--kde-base/kdelibs/kdelibs-3.2.1.ebuild8
-rw-r--r--media-libs/audiofile/audiofile-0.2.6.ebuild20
3 files changed, 13 insertions, 19 deletions
diff --git a/kde-base/arts/arts-1.2.1.ebuild b/kde-base/arts/arts-1.2.1.ebuild
index f0351dadcfdf..b717c84a85e8 100644
--- a/kde-base/arts/arts-1.2.1.ebuild
+++ b/kde-base/arts/arts-1.2.1.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/kde-base/arts/arts-1.2.1.ebuild,v 1.3 2004/03/09 17:55:44 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/arts/arts-1.2.1.ebuild,v 1.4 2004/03/10 13:34:04 vapier Exp $
inherit kde flag-o-matic
set-kdedir 3.2
@@ -11,7 +11,7 @@ SRC_URI="mirror://kde/stable/${PV/1.2.1/3.2.1}/src/${PN}-${PV}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="3.2"
-KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~alpha ~ia64"
+KEYWORDS="~x86 ~ppc ~sparc hppa ~amd64 ~alpha ~ia64"
IUSE="alsa oggvorbis esd artswrappersuid mad"
DEPEND="alsa? ( media-libs/alsa-lib virtual/alsa )
diff --git a/kde-base/kdelibs/kdelibs-3.2.1.ebuild b/kde-base/kdelibs/kdelibs-3.2.1.ebuild
index 6551980c6fbf..196e7716312a 100644
--- a/kde-base/kdelibs/kdelibs-3.2.1.ebuild
+++ b/kde-base/kdelibs/kdelibs-3.2.1.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/kde-base/kdelibs/kdelibs-3.2.1.ebuild,v 1.2 2004/03/09 12:32:03 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdelibs/kdelibs-3.2.1.ebuild,v 1.3 2004/03/10 13:35:42 vapier Exp $
inherit kde
@@ -13,7 +13,7 @@ SRC_URI="mirror://kde/stable/${PV}/src/${PN}-${PV}.tar.bz2"
LICENSE="GPL-2 LGPL-2"
SLOT="3.2"
-KEYWORDS="~x86 ~ppc ~sparc ~hppa ~amd64 ~alpha ~ia64"
+KEYWORDS="~x86 ~ppc ~sparc hppa ~amd64 ~alpha ~ia64"
IUSE="alsa cups ipv6 ssl doc ldap"
# kde.eclass has kdelibs in DEPEND, and we can't have that in here.
@@ -66,7 +66,7 @@ src_install() {
kde_src_install
dohtml *.html
- if [ `use doc` ]; then
+ if use doc ; then
einfo "Copying API documentation..."
dodir ${KDEDIR}/share/doc/HTML/en/kdelibs-apidocs
cp -r ${S}/apidocs/* ${D}/$KDEDIR/share/doc/HTML/en/kdelibs-apidocs
@@ -76,7 +76,7 @@ src_install() {
}
pkg_postinst() {
- if [ `use doc` ]; then
+ if use doc ; then
rm $KDEDIR/share/doc/HTML/en/kdelibs-apidocs/common
ln -sf $KDEDIR/share/doc/HTML/en/common \
$KDEDIR/share/doc/HTML/en/kdelibs-apidocs/common
diff --git a/media-libs/audiofile/audiofile-0.2.6.ebuild b/media-libs/audiofile/audiofile-0.2.6.ebuild
index 66f4ac122a1c..ad658ca6cf60 100644
--- a/media-libs/audiofile/audiofile-0.2.6.ebuild
+++ b/media-libs/audiofile/audiofile-0.2.6.ebuild
@@ -1,21 +1,20 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.6.ebuild,v 1.1 2004/03/07 12:16:33 foser Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.2.6.ebuild,v 1.2 2004/03/10 13:32:38 vapier Exp $
inherit libtool gnuconfig
DESCRIPTION="An elegant API for accessing audio files"
-SRC_URI="http://www.68k.org/~michael/audiofile/${P}.tar.gz"
HOMEPAGE="http://www.68k.org/~michael/audiofile/"
+SRC_URI="http://www.68k.org/~michael/audiofile/${P}.tar.gz"
-DEPEND="virtual/glibc"
-
-SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~mips ~ia64"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha hppa ~amd64 ~mips ~ia64"
-src_compile() {
+DEPEND="virtual/glibc"
+src_compile() {
# Allows configure to detect mipslinux systems
use mips && gnuconfig_update
@@ -23,14 +22,9 @@ src_compile() {
econf --enable-largefile || die
emake || die
-
}
src_install() {
-
einstall || die
-
- dodoc ACKNOWLEDGEMENTS AUTHORS COPYING* \
- ChangeLog README TODO NEWS NOTES
-
+ dodoc ACKNOWLEDGEMENTS AUTHORS ChangeLog README TODO NEWS NOTES
}