summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-11-04 22:27:00 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2009-11-04 22:27:00 +0000
commit0227449dd36ac3c3b394977bf6b7eb203efeea6c (patch)
treeb11af9d2fc74a79141e69e494272d04b739e47b9 /dev-libs
parentIntltool test fix, indentation fixes. Clean up old revisions. (diff)
downloadgentoo-2-0227449dd36ac3c3b394977bf6b7eb203efeea6c.tar.gz
gentoo-2-0227449dd36ac3c3b394977bf6b7eb203efeea6c.tar.bz2
gentoo-2-0227449dd36ac3c3b394977bf6b7eb203efeea6c.zip
Version bump.
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libatasmart/ChangeLog8
-rw-r--r--dev-libs/libatasmart/libatasmart-0.17.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-libs/libatasmart/ChangeLog b/dev-libs/libatasmart/ChangeLog
index 024d26c52d26..3ed53e6e6eb9 100644
--- a/dev-libs/libatasmart/ChangeLog
+++ b/dev-libs/libatasmart/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/libatasmart
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.1 2009/10/29 23:50:37 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/ChangeLog,v 1.2 2009/11/04 22:27:00 eva Exp $
+
+*libatasmart-0.17 (04 Nov 2009)
+
+ 04 Nov 2009; Gilles Dartiguelongue <eva@gentoo.org>
+ +libatasmart-0.17.ebuild:
+ Version bump.
*libatasmart-0.16 (29 Oct 2009)
diff --git a/dev-libs/libatasmart/libatasmart-0.17.ebuild b/dev-libs/libatasmart/libatasmart-0.17.ebuild
new file mode 100644
index 000000000000..f0db4d3c98ae
--- /dev/null
+++ b/dev-libs/libatasmart/libatasmart-0.17.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.17.ebuild,v 1.1 2009/11/04 22:27:00 eva Exp $
+
+EAPI="2"
+
+DESCRIPTION="Lean and small 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.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="sys-fs/udev"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc README || die "dodoc failed"
+ rm -rf "${D}"/usr/share/doc/${PN} || die "rm failed"
+}