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 66D55138CA3 for ; Wed, 4 Mar 2015 17:46:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED3FBE0866; Wed, 4 Mar 2015 17:46:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 94B24E0866 for ; Wed, 4 Mar 2015 17:46:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2860834016B for ; Wed, 4 Mar 2015 17:46:30 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2345) id 84B2E13097; Wed, 4 Mar 2015 17:46:28 +0000 (UTC) From: "Manuel Rueger (mrueg)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mrueg@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/indilib: indilib-1.0.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: indilib-1.0.0.ebuild ChangeLog X-VCS-Directories: sci-libs/indilib X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rueger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150304174628.84B2E13097@oystercatcher.gentoo.org> Date: Wed, 4 Mar 2015 17:46:28 +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: b1fb17a8-d33b-46d6-bbbb-182d3c4d38c4 X-Archives-Hash: ba4ef9d3f4cf89a630b4533d46c9b4f6 mrueg 15/03/04 17:46:28 Modified: ChangeLog Added: indilib-1.0.0.ebuild Log: Version bump. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key ) Revision Changes Path 1.50 sci-libs/indilib/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?rev=1.50&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?rev=1.50&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/ChangeLog?r1=1.49&r2=1.50 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- ChangeLog 29 Nov 2014 13:23:51 -0000 1.49 +++ ChangeLog 4 Mar 2015 17:46:28 -0000 1.50 @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/indilib -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.49 2014/11/29 13:23:51 patrick Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/ChangeLog,v 1.50 2015/03/04 17:46:28 mrueg Exp $ + +*indilib-1.0.0 (04 Mar 2015) + + 04 Mar 2015; Manuel RĂ¼ger +indilib-1.0.0.ebuild: + Version bump. 29 Nov 2014; Patrick Lauer metadata.xml: Remove unneeded useflag description from metadata.xml 1.1 sci-libs/indilib/indilib-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-1.0.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/indilib/indilib-1.0.0.ebuild?rev=1.1&content-type=text/plain Index: indilib-1.0.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/indilib/indilib-1.0.0.ebuild,v 1.1 2015/03/04 17:46:28 mrueg Exp $ EAPI=5 MY_PN="lib${PN/lib/}" inherit cmake-utils udev DESCRIPTION="INDI Astronomical Control Protocol library" HOMEPAGE="http://www.indilib.org/" SRC_URI="mirror://sourceforge/${PN/lib/}/${MY_PN}_${PV}.tar.gz" LICENSE="LGPL-2" SLOT="0/1" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND=" sci-libs/cfitsio sci-libs/libnova sci-libs/gsl sys-libs/zlib virtual/jpeg:0 virtual/libusb:0 " DEPEND="${RDEPEND} sys-kernel/linux-headers " DOCS=( AUTHORS ChangeLog README TODO ) PATCHES=( "${FILESDIR}/${PN}-0.9.8.1-symlinks.patch" ) S=${WORKDIR}/${MY_PN}-${PV} src_configure() { local mycmakeargs=( -DUDEVRULES_INSTALL_DIR=$(get_udevdir) ) cmake-utils_src_configure }