public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthias Schwarzott (zzam)" <zzam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in eclass: vdr-plugin.eclass
Date: Fri, 16 May 2008 13:52:17 +0000	[thread overview]
Message-ID: <E1Jx0M5-0005WD-Au@stork.gentoo.org> (raw)

zzam        08/05/16 13:52:17

  Modified:             vdr-plugin.eclass
  Log:
  Revert installing libs to a different tmp directory. Install to $S as before.

Revision  Changes    Path
1.61                 eclass/vdr-plugin.eclass

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.eclass?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.eclass?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vdr-plugin.eclass?r1=1.60&r2=1.61

Index: vdr-plugin.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- vdr-plugin.eclass	15 May 2008 14:03:15 -0000	1.60
+++ vdr-plugin.eclass	16 May 2008 13:52:16 -0000	1.61
@@ -1,6 +1,6 @@
 # Copyright 1999-2005 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.60 2008/05/15 14:03:15 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.61 2008/05/16 13:52:16 zzam Exp $
 #
 # Author:
 #   Matthias Schwarzott <zzam@gentoo.org>
@@ -365,8 +365,6 @@
 	TMP_LOCALE_DIR="${WORKDIR}/tmp-locale"
 	LOCDIR="/usr/share/vdr/locale"
 
-	TMP_LIBDIR="${WORKDIR}/tmp-libdir"
-
 	VDRVERSION=$(awk -F'"' '/define VDRVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h)
 	APIVERSION=$(awk -F'"' '/define APIVERSION/ {print $2}' "${VDR_INCLUDE_DIR}"/config.h)
 	[[ -z ${APIVERSION} ]] && APIVERSION="${VDRVERSION}"
@@ -432,11 +430,10 @@
 			fi
 			cd "${S}"
 
-			mkdir -p "${TMP_LIBDIR}"
 			emake ${BUILD_PARAMS} \
 				${VDRPLUGIN_MAKE_TARGET:-all} \
 				LOCALEDIR="${TMP_LOCALE_DIR}" \
-				LIBDIR="${TMP_LIBDIR}" \
+				LIBDIR="${S}" \
 				TMPDIR="${T}" \
 			|| die "emake failed"
 			;;
@@ -469,16 +466,17 @@
 	fi
 
 
-	local p_list="" p_name
 
-	cd "${TMP_LIBDIR}"
+	cd "${S}"
+	insinto "${VDR_PLUGIN_DIR}"
+	doins libvdr-*.so.*
+
+	# create list of all created plugin libs
+	local p_list="" p_name
 	for p in libvdr-*.so.*; do
 		p_name="${p%.so*}"
 		p_name="${p_name#lib}"
 		p_list="${p_list} ${p_name}"
-
-		insinto "${VDR_PLUGIN_DIR}"
-		doins "$p"
 	done
 
 	create_header_checksum_file ${p_list}



-- 
gentoo-commits@lists.gentoo.org mailing list



             reply	other threads:[~2008-05-16 13:52 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-16 13:52 Matthias Schwarzott (zzam) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-12-31  1:01 [gentoo-commits] gentoo-x86 commit in eclass: vdr-plugin.eclass Joerg Bornkessel (hd_brummy)
2011-10-24 19:54 Joerg Bornkessel (hd_brummy)
2011-03-13 19:06 Joerg Bornkessel (hd_brummy)
2011-01-28 17:07 Joerg Bornkessel (hd_brummy)
2009-10-11 11:49 Markus Meier (maekke)
2009-10-08  8:12 Matthias Schwarzott (zzam)
2009-03-24 21:10 Matthias Schwarzott (zzam)
2009-03-06  9:09 Matthias Schwarzott (zzam)
2009-02-24  0:26 Matthias Schwarzott (zzam)
2009-02-23 23:46 Matthias Schwarzott (zzam)
2008-07-03 11:18 Matthias Schwarzott (zzam)
2008-06-25 21:35 Matthias Schwarzott (zzam)
2008-06-24 16:43 Matthias Schwarzott (zzam)
2008-06-02  5:15 Matthias Schwarzott (zzam)
2008-05-15 14:03 Matthias Schwarzott (zzam)
2008-04-23 13:56 Matthias Schwarzott (zzam)
2008-04-22 11:04 Matthias Schwarzott (zzam)
2008-04-21  2:56 Matthias Schwarzott (zzam)
2008-04-21  2:45 Matthias Schwarzott (zzam)
2008-04-13 16:26 Matthias Schwarzott (zzam)
2008-03-22 18:04 Matthias Schwarzott (zzam)
2008-02-13 19:44 Matthias Schwarzott (zzam)
2007-12-12 17:43 Matthias Schwarzott (zzam)
2007-10-08 14:58 Matthias Schwarzott (zzam)
2007-10-05 13:56 Matthias Schwarzott (zzam)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1Jx0M5-0005WD-Au@stork.gentoo.org \
    --to=zzam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox