diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-04 15:21:56 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-04-04 15:21:56 +0000 |
commit | b6280c7d5a12fd7983caa3f152131fe2bc98fd55 (patch) | |
tree | 3b5cd96694cda30a38f56933e7be864591a7b02d /dev-libs/libatasmart | |
parent | USE="static-libs" and punt useless libtool archive. (diff) | |
download | gentoo-2-b6280c7d5a12fd7983caa3f152131fe2bc98fd55.tar.gz gentoo-2-b6280c7d5a12fd7983caa3f152131fe2bc98fd55.tar.bz2 gentoo-2-b6280c7d5a12fd7983caa3f152131fe2bc98fd55.zip |
old
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libatasmart')
-rw-r--r-- | dev-libs/libatasmart/libatasmart-0.16.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/libatasmart/libatasmart-0.16.ebuild b/dev-libs/libatasmart/libatasmart-0.16.ebuild deleted file mode 100644 index 08dbdaae25b6..000000000000 --- a/dev-libs/libatasmart/libatasmart-0.16.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libatasmart/libatasmart-0.16.ebuild,v 1.5 2010/05/22 16:57:01 armin76 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 ~arm ~ppc ~ppc64 ~sh ~x86" -IUSE="" - -RDEPEND="sys-fs/udev - !!sys-apps/libatasmart" -DEPEND="${RDEPEND}" - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc README || die "dodoc failed" -} |