diff options
author | Damon Conway <kabau@gentoo.org> | 2002-07-26 02:16:31 +0000 |
---|---|---|
committer | Damon Conway <kabau@gentoo.org> | 2002-07-26 02:16:31 +0000 |
commit | eced9dc21952e39779af76c7b9bc64d14da1148f (patch) | |
tree | aa9d3adc9a6e1e0d978b7d883cf55975dfcb8db4 /app-misc/read-edid | |
parent | typo fix (diff) | |
download | historical-eced9dc21952e39779af76c7b9bc64d14da1148f.tar.gz historical-eced9dc21952e39779af76c7b9bc64d14da1148f.tar.bz2 historical-eced9dc21952e39779af76c7b9bc64d14da1148f.zip |
Added SLOT, LICENSE, KEYWORDS
Diffstat (limited to 'app-misc/read-edid')
-rw-r--r-- | app-misc/read-edid/read-edid-1.4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/read-edid/read-edid-1.4.1.ebuild b/app-misc/read-edid/read-edid-1.4.1.ebuild index 1431a09b7998..327c25b68091 100644 --- a/app-misc/read-edid/read-edid-1.4.1.ebuild +++ b/app-misc/read-edid/read-edid-1.4.1.ebuild @@ -1,18 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/read-edid/read-edid-1.4.1.ebuild,v 1.2 2002/07/25 19:18:34 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/read-edid/read-edid-1.4.1.ebuild,v 1.3 2002/07/26 02:16:31 kabau Exp $ S=${WORKDIR}/${P} DESCRIPTION="Read edid is a program that can get information from a pnp monitor." HOMEPAGE="http://john.fremlin.de/programs/linux/read-edid/index.html" +DEPEND="" +#RDEPEND="" SRC_URI="http://john.fremlin.de/programs/linux/read-edid/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" -DEPEND="" - src_compile() { econf || die "./configure failed" emake || die |