From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 008271386D8 for ; Sun, 27 Jan 2013 10:17:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C91CCE0441; Sun, 27 Jan 2013 10:17:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 54555E0441 for ; Sun, 27 Jan 2013 10:17:16 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3722633DBA2 for ; Sun, 27 Jan 2013 10:17:15 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2083) id F15E82171D; Sun, 27 Jan 2013 10:17:13 +0000 (UTC) From: "Joerg Bornkessel (hd_brummy)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hd_brummy@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog vdr-plugin-2.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog vdr-plugin-2.eclass X-VCS-Directories: eclass X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130127101713.F15E82171D@flycatcher.gentoo.org> Date: Sun, 27 Jan 2013 10:17:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 01669050-c736-43cd-9468-1ecf67ea905b X-Archives-Hash: e28f55d3d3ba8e0af9b66cd8cdf15065 hd_brummy 13/01/27 10:17:13 Modified: ChangeLog vdr-plugin-2.eclass Log: some fixes, install new makefilehandling; thx to zoolock@irc gentoo.vdr Revision Changes Path 1.642 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.642&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.642&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.641&r2=1.642 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.641 retrieving revision 1.642 diff -u -r1.641 -r1.642 --- ChangeLog 26 Jan 2013 15:01:52 -0000 1.641 +++ ChangeLog 27 Jan 2013 10:17:13 -0000 1.642 @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.641 2013/01/26 15:01:52 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.642 2013/01/27 10:17:13 hd_brummy Exp $ + + 27 Jan 2013; Joerg Bornkessel vdr-plugin-2.eclass: + some fixes, install new makefilehandling; thx to zoolock@irc gentoo.vdr 26 Jan 2013; Sven Vermeulen selinux-policy-2.eclass: Supporting removal of SELinux modules 1.20 eclass/vdr-plugin-2.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/vdr-plugin-2.eclass?r1=1.19&r2=1.20 Index: vdr-plugin-2.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- vdr-plugin-2.eclass 4 Jan 2013 13:23:43 -0000 1.19 +++ vdr-plugin-2.eclass 27 Jan 2013 10:17:13 -0000 1.20 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.19 2013/01/04 13:23:43 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.20 2013/01/27 10:17:13 hd_brummy Exp $ # @ECLASS: vdr-plugin-2.eclass # @MAINTAINER: @@ -593,20 +593,18 @@ local SOFILE_STRING=$(grep SOFILE Makefile) if [[ -n ${SOFILE_STRING} ]]; then - dev_check "installing with new Makefile handling" + dev_check "einstall with new Makefile handling" BUILD_TARGETS=${BUILD_TARGETS:-${VDRPLUGIN_MAKE_TARGET:-install }} einstall ${BUILD_PARAMS} \ ${BUILD_TARGETS} \ - LOCDIR="${TMP_LOCALE_DIR}" \ - LIBDIR="${S}" \ TMPDIR="${T}" \ DESTDIR="${D}" \ || die "einstall (makefile target) failed" + else + insinto "${VDR_PLUGIN_DIR}" + doins libvdr-*.so.* fi - insinto "${VDR_PLUGIN_DIR}" - doins libvdr-*.so.* - if [[ -d ${TMP_LOCALE_DIR} ]]; then einfo "Installing locales" cd "${TMP_LOCALE_DIR}"