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 B21BE1381F3 for ; Fri, 9 Aug 2013 13:39:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7867CE0BFA; Fri, 9 Aug 2013 13:39:51 +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 E00E0E0BF9 for ; Fri, 9 Aug 2013 13:39:50 +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 C62F433EB8F for ; Fri, 9 Aug 2013 13:39:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id 6BF322171C; Fri, 9 Aug 2013 13:39:48 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libatasmart: libatasmart-0.19-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libatasmart-0.19-r1.ebuild ChangeLog X-VCS-Directories: dev-libs/libatasmart X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130809133948.6BF322171C@flycatcher.gentoo.org> Date: Fri, 9 Aug 2013 13:39:48 +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: ba35d8d8-ce4b-4566-873f-436cbe4c3472 X-Archives-Hash: 9cd929116deea385f9a5bf8d82bdaf39 ssuominen 13/08/09 13:39:48 Modified: ChangeLog Added: libatasmart-0.19-r1.ebuild Log: Switch to Debian patchset wrt #470874 (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 4868F14D) Revision Changes Path 1.42 dev-libs/libatasmart/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.42&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?rev=1.42&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/ChangeLog?r1=1.41&r2=1.42 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- ChangeLog 28 Nov 2012 18:00:54 -0000 1.41 +++ ChangeLog 9 Aug 2013 13:39:48 -0000 1.42 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/libatasmart -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.41 2012/11/28 18:00:54 ssuominen Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.42 2013/08/09 13:39:48 ssuominen Exp $ + +*libatasmart-0.19-r1 (09 Aug 2013) + + 09 Aug 2013; Samuli Suominen + +libatasmart-0.19-r1.ebuild: + Switch to Debian patchset wrt #470874 28 Nov 2012; Samuli Suominen libatasmart-0.19.ebuild: Use virtual/udev instead of sys-fs/udev wrt #444398 @@ -139,4 +145,3 @@ 29 Oct 2009; Gilles Dartiguelongue +libatasmart-0.16.ebuild, +metadata.xml: Initial ebuild for GNOME 2.28. - 1.1 dev-libs/libatasmart/libatasmart-0.19-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild?rev=1.1&content-type=text/plain Index: libatasmart-0.19-r1.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.19-r1.ebuild,v 1.1 2013/08/09 13:39:48 ssuominen Exp $ EAPI=5 inherit eutils PATCH_LEVEL=2 DESCRIPTION="A small and lightweight parser library for ATA S.M.A.R.T. hard disks" HOMEPAGE="http://0pointer.de/blog/projects/being-smart.html" SRC_URI="http://0pointer.de/public/${P}.tar.xz mirror://debian/pool/main/liba/${PN}/${PN}_${PV}-${PATCH_LEVEL}.debian.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="static-libs" RDEPEND="virtual/udev" DEPEND="${RDEPEND} virtual/pkgconfig" DOCS="README" src_prepare() { # http://bugs.gentoo.org/470874 local d="${WORKDIR}"/debian/patches sed -i -e '/#/d' "${d}"/series || die EPATCH_SOURCE="${d}" epatch $(<"${d}"/series) } src_configure() { econf \ --docdir=/usr/share/doc/${PF} \ $(use_enable static-libs static) } src_install() { default prune_libtool_files --all }