From 2f44c9202d178df2ccc94f571a7a26a4f1fcd101 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 7 Nov 2019 13:27:34 +0100 Subject: [PATCH] Revert "rsyslog: update to 8.1910" --- libestr-0.1.0-0.bee | 30 +++++++++++++++++++++++++++++ libestr.be0 | 39 -------------------------------------- libfastjson.be0 | 40 --------------------------------------- rsyslog-6.1.2-0.bee | 30 +++++++++++++++++++++++++++++ rsyslog.be0 | 46 --------------------------------------------- 5 files changed, 60 insertions(+), 125 deletions(-) create mode 100755 libestr-0.1.0-0.bee delete mode 100755 libestr.be0 delete mode 100755 libfastjson.be0 create mode 100755 rsyslog-6.1.2-0.bee delete mode 100755 rsyslog.be0 diff --git a/libestr-0.1.0-0.bee b/libestr-0.1.0-0.bee new file mode 100755 index 000000000..58c57de25 --- /dev/null +++ b/libestr-0.1.0-0.bee @@ -0,0 +1,30 @@ +#!/bin/env beesh + +SRCURL[0]="http://downloads.sourceforge.net/project/libestr/libestr-0.1.0.tar.gz" + +PATCHURL[0]="" + +PGRP=( uncategorized ) + + + +# BEE_CONFIGURE=compat + +# EXCLUDE="" + +mee_patch() { + bee_patch +} + +mee_configure() { + bee_configure +} + +mee_build() { + bee_build +} + +mee_install() { + bee_install +} + diff --git a/libestr.be0 b/libestr.be0 deleted file mode 100755 index a6abe0fd2..000000000 --- a/libestr.be0 +++ /dev/null @@ -1,39 +0,0 @@ -#!/usr/bin/env beesh - -# BEE_VERSION libestr-0.1.11-1 - -# more info: https://libestr.adiscon.com -# dependency of rsyslog - -SRCURL[0]="https://libestr.adiscon.com/files/download/libestr-${PKGVERSION}.tar.gz" - -# PATCHURL+=() - -# build_in_sourcedir - -# sourcesubdir_append src - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -mee_configure() { - bee_configure \ - --disable-shared -} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} - -#mee_install_post() { -# exit -#} diff --git a/libfastjson.be0 b/libfastjson.be0 deleted file mode 100755 index 1acf68ae3..000000000 --- a/libfastjson.be0 +++ /dev/null @@ -1,40 +0,0 @@ -#!/usr/bin/env beesh - -# BEE_VERSION libfastjson-0.99.8-1 - -# rsyslog dependency - -SRCURL[0]="https://github.com/rsyslog/libfastjson/archive/v${PKGVERSION}.tar.gz ${PKGNAME}-${PKGFULLVERSION}.tar.gz" - -# PATCHURL+=() - -build_in_sourcedir - -# sourcesubdir_append src - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -mee_configure() { - autoreconf -fvi - bee_configure \ - --disable-shared -# PS1='xxx ' bash -norc -} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} - -#mee_install_post() { -# exit -#} diff --git a/rsyslog-6.1.2-0.bee b/rsyslog-6.1.2-0.bee new file mode 100755 index 000000000..d12460f8e --- /dev/null +++ b/rsyslog-6.1.2-0.bee @@ -0,0 +1,30 @@ +#!/bin/env beesh + +SRCURL[0]="http://www.rsyslog.com/files/download/rsyslog/rsyslog-6.1.2.tar.gz" + +PATCHURL[0]="" + +PGRP=( uncategorized ) + + + +# BEE_CONFIGURE=compat + +# EXCLUDE="" + +mee_patch() { + bee_patch +} + +mee_configure() { + bee_configure +} + +mee_build() { + bee_build +} + +mee_install() { + bee_install +} + diff --git a/rsyslog.be0 b/rsyslog.be0 deleted file mode 100755 index 9b3d1a39e..000000000 --- a/rsyslog.be0 +++ /dev/null @@ -1,46 +0,0 @@ -#!/usr/bin/env beesh - -# BEE_VERSION rsyslog-8.1910.0-1 - -# more info: https://foo.bar.com - -SRCURL[0]="http://www.rsyslog.com/files/download/rsyslog/rsyslog-${PKGVERSION}.tar.gz" - -# PATCHURL+=() - -# build_in_sourcedir - -# sourcesubdir_append src - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -mee_configure() { - bee_configure \ - --disable-silent-rules \ - --disable-fmhash \ - --disable-fmhttp \ - --disable-default-tests \ - --disable-helgrind \ - --disable-static - -# PS1='xxx ' bash -norc -} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} - -mee_install_post() { - mkdir -vp ${D}/etc/systemd/system - ln -vs /lib/systemd/system/rsyslog.service ${D}/etc/systemd/system/syslog.service -}