summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-09-02 21:23:08 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-09-02 21:23:08 +0000
commit30abd0bc00ae2e9082884e5d7c85665770a8f142 (patch)
tree55bcefa1f977219e11fdd892ae11f7c06d5f5cc8 /net-print
parentTransition to $(get_libdir) (Manifest recommit) (diff)
downloadgentoo-2-30abd0bc00ae2e9082884e5d7c85665770a8f142.tar.gz
gentoo-2-30abd0bc00ae2e9082884e5d7c85665770a8f142.tar.bz2
gentoo-2-30abd0bc00ae2e9082884e5d7c85665770a8f142.zip
Transition to $(get_libdir).
Diffstat (limited to 'net-print')
-rw-r--r--net-print/cups/ChangeLog6
-rw-r--r--net-print/cups/cups-1.1.20-r1.ebuild6
-rw-r--r--net-print/cups/cups-1.1.21_rc2.ebuild6
3 files changed, 11 insertions, 7 deletions
diff --git a/net-print/cups/ChangeLog b/net-print/cups/ChangeLog
index fc33b4dca036..0f78e094ab0b 100644
--- a/net-print/cups/ChangeLog
+++ b/net-print/cups/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-print/cups
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.75 2004/08/24 11:10:41 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/ChangeLog,v 1.76 2004/09/02 21:23:08 kugelfang Exp $
+
+ 02 Sep 2004; Danny van Dyk <kugelfang@gentoo.org> cups-1.1.20-r1.ebuild,
+ cups-1.1.21_rc2.ebuild:
+ Made cups $(get_libdir) aware.
*cups-1.1.21_rc2 (24 Aug 2004)
diff --git a/net-print/cups/cups-1.1.20-r1.ebuild b/net-print/cups/cups-1.1.20-r1.ebuild
index 9831dfee57f6..bdee9dc7af0d 100644
--- a/net-print/cups/cups-1.1.20-r1.ebuild
+++ b/net-print/cups/cups-1.1.20-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.20-r1.ebuild,v 1.7 2004/07/01 22:40:19 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.20-r1.ebuild,v 1.8 2004/09/02 21:23:08 kugelfang Exp $
inherit eutils flag-o-matic
@@ -58,7 +58,7 @@ src_install() {
LOCALEDIR=${D}/usr/share/locale \
DOCDIR=${D}/usr/share/cups/docs \
REQUESTS=${D}/var/spool/cups \
- SERVERBIN=${D}/usr/lib/cups \
+ SERVERBIN=${D}/usr/$(get_libdir)/cups \
DATADIR=${D}/usr/share/cups \
INCLUDEDIR=${D}/usr/include \
AMANDIR=${D}/usr/share/man \
@@ -69,7 +69,7 @@ src_install() {
SBINDIR=${D}/usr/sbin \
PAMDIR=${D}/etc/pam.d \
EXEC_PREFIX=${D}/usr \
- LIBDIR=${D}/usr/lib \
+ LIBDIR=${D}/usr/$(get_libdir) \
BINDIR=${D}/usr/bin \
bindir=${D}/usr/bin \
INITDIR=${D}/etc \
diff --git a/net-print/cups/cups-1.1.21_rc2.ebuild b/net-print/cups/cups-1.1.21_rc2.ebuild
index af291690ef95..1026b19d46eb 100644
--- a/net-print/cups/cups-1.1.21_rc2.ebuild
+++ b/net-print/cups/cups-1.1.21_rc2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.21_rc2.ebuild,v 1.1 2004/08/24 11:10:41 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-print/cups/cups-1.1.21_rc2.ebuild,v 1.2 2004/09/02 21:23:08 kugelfang Exp $
inherit eutils flag-o-matic
@@ -62,7 +62,7 @@ src_install() {
LOCALEDIR=${D}/usr/share/locale \
DOCDIR=${D}/usr/share/cups/docs \
REQUESTS=${D}/var/spool/cups \
- SERVERBIN=${D}/usr/lib/cups \
+ SERVERBIN=${D}/usr/$(get_libdir)/cups \
DATADIR=${D}/usr/share/cups \
INCLUDEDIR=${D}/usr/include \
AMANDIR=${D}/usr/share/man \
@@ -73,7 +73,7 @@ src_install() {
SBINDIR=${D}/usr/sbin \
PAMDIR=${D}/etc/pam.d \
EXEC_PREFIX=${D}/usr \
- LIBDIR=${D}/usr/lib \
+ LIBDIR=${D}/usr/$(get_libdir) \
BINDIR=${D}/usr/bin \
bindir=${D}/usr/bin \
INITDIR=${D}/etc \