git[-native] 1.5.x: remove
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 26 Nov 2008 13:55:14 +0000 (14:55 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 26 Nov 2008 13:55:14 +0000 (14:55 +0100)
packages/git/git-native_1.5.2.3.bb [deleted file]
packages/git/git-native_1.5.3.bb [deleted file]
packages/git/git_1.5.2.3.bb [deleted file]
packages/git/git_1.5.3.bb [deleted file]

diff --git a/packages/git/git-native_1.5.2.3.bb b/packages/git/git-native_1.5.2.3.bb
deleted file mode 100644 (file)
index 0df7f8c..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-inherit native
-require git_${PV}.bb
-
-DEPENDS = "openssl-native curl-native zlib-native expat-native"
-RDEPENDS = ""
diff --git a/packages/git/git-native_1.5.3.bb b/packages/git/git-native_1.5.3.bb
deleted file mode 100644 (file)
index 6b9dacb..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-require git.inc
-
-SRC_URI += "file://git-gui-install-mode-arg-spaces.patch;patch=1"
-
-inherit native
-DEPENDS = "openssl-native curl-native zlib-native expat-native"
-PR = "r2"
diff --git a/packages/git/git_1.5.2.3.bb b/packages/git/git_1.5.2.3.bb
deleted file mode 100644 (file)
index ad25a43..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-DESCRIPTION = "The git revision control system used by the Linux kernel developers"
-SECTION = "console/utils"
-LICENSE = "GPL"
-PR ="r4"
-
-inherit autotools
-
-SRC_URI = "http://www.kernel.org/pub/software/scm/git/git-${PV}.tar.bz2 \
-          file://autotools.patch;patch=1 \
-         "
-
-S = "${WORKDIR}/git-${PV}"
-
-DEPENDS = "openssl curl zlib expat"
-RDEPENDS = "perl perl-module-file-path cpio findutils sed"
-
-EXTRA_OEMAKE = "NO_TCLTK=1"
-
-do_install() {
-       oe_runmake install DESTDIR="${D}" bindir="${bindir}" \
-               template_dir="${datadir}/git-core/templates" \
-               GIT_PYTHON_DIR="${datadir}/git-core/python"
-}
-
-FILES_${PN} += "${datadir}/git-core"
-
diff --git a/packages/git/git_1.5.3.bb b/packages/git/git_1.5.3.bb
deleted file mode 100644 (file)
index 491bb3f..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-require git.inc
-
-SRC_URI += "file://git-gui-install-mode-arg-spaces.patch;patch=1"
-
-DEPENDS = "openssl curl zlib expat"
-RDEPENDS = "perl perl-module-file-path cpio findutils sed"
-PR = "r2"