From 06f7d17e81de21a95e35b03453242bc62b05a6aa Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 13 Mar 2004 05:42:36 +0000 Subject: First pass of .oe cleanups. BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw --- patchutils/patchutils_0.2.25.oe | 10 ++++++++++ patchutils/patchutils_0.2.26.oe | 10 ++++++++++ patchutils/patchutils_0.2.27.oe | 10 +++++----- 3 files changed, 25 insertions(+), 5 deletions(-) (limited to 'patchutils') diff --git a/patchutils/patchutils_0.2.25.oe b/patchutils/patchutils_0.2.25.oe index e69de29bb2..907ed70158 100644 --- a/patchutils/patchutils_0.2.25.oe +++ b/patchutils/patchutils_0.2.25.oe @@ -0,0 +1,10 @@ +LICENSE = "GPL" +DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files." +MAINTAINER = "Chris Larson " + +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" + +SRC_URI = http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2 + +inherit autotools diff --git a/patchutils/patchutils_0.2.26.oe b/patchutils/patchutils_0.2.26.oe index e69de29bb2..907ed70158 100644 --- a/patchutils/patchutils_0.2.26.oe +++ b/patchutils/patchutils_0.2.26.oe @@ -0,0 +1,10 @@ +LICENSE = "GPL" +DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files." +MAINTAINER = "Chris Larson " + +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" + +SRC_URI = http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2 + +inherit autotools diff --git a/patchutils/patchutils_0.2.27.oe b/patchutils/patchutils_0.2.27.oe index 308ca9ace0..907ed70158 100644 --- a/patchutils/patchutils_0.2.27.oe +++ b/patchutils/patchutils_0.2.27.oe @@ -1,9 +1,9 @@ -LICENSE = GPL -DESCRIPTION = Patchutils is a small collection of programs that operate on patch files. -MAINTAINER = Chris Larson +LICENSE = "GPL" +DESCRIPTION = "Patchutils is a small collection of programs that operate on patch files." +MAINTAINER = "Chris Larson " -DEPENDS = virtual/libc -RDEPENDS = libc6 +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" SRC_URI = http://cyberelk.net/tim/data/patchutils/stable/patchutils-${PV}.tar.bz2 -- cgit v1.2.3