diff --git a/PyQt.be0 b/PyQt.be0 deleted file mode 100755 index a37089106..000000000 --- a/PyQt.be0 +++ /dev/null @@ -1,49 +0,0 @@ -#!/usr/bin/env beesh - -# BEE_VERSION PyQt-x11-gpl-4.11.4-0 - -export QTDIR=/usr/local/qt4 - -## The source URL(s) array -SRCURL[0]="https://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-${PKGVERSION}/PyQt-x11-gpl-${PKGVERSION}.tar.gz" - -## Add URLs/pathes to patch files -# Fix phonon detection -PATCHURL+=(file:///src/mariux/patches/PyQt.phonon.diff.gz) - -## files that should not be added from the image directory. -# EXCLUDE+=() - - -## uncomment to change default -build_in_sourcedir - -## specify different source directory -# sourcesubdir_append src - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -mee_configure() { - start_cmd python configure.py \ - --confirm-license \ - --verbose \ - -q /usr/local/qt4/bin/qmake -} - -mee_build() { - start_cmd make ${BEE_MAKEFLAGS} -} - -## mee_install() should install into "${D}" -## default: 'make install DESTDIR="${D}"' - -mee_install() { - start_cmd make install DESTDIR="${D}" INSTALL_ROOT="${D}" -} diff --git a/PyQt5.be0 b/PyQt5.be0 deleted file mode 100755 index 4471cbb4b..000000000 --- a/PyQt5.be0 +++ /dev/null @@ -1,48 +0,0 @@ -#!/usr/bin/env beesh - -# BEE_VERSION PyQt5_gpl-5.7-0 - -export QTDIR=/usr/local/qt5 - -## The source URL(s) array -SRCURL[0]="https://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-${PKGVERSION}/PyQt5_gpl-${PKGVERSION}.tar.gz" - -## Add URLs/pathes to patch files -# PATCHURL+=() - -## files that should not be added from the image directory. -# EXCLUDE+=() - - -## uncomment to change default -build_in_sourcedir - -## specify different source directory -# sourcesubdir_append src - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -mee_configure() { - start_cmd python configure.py \ - --confirm-license \ - --verbose \ - -q /usr/local/qt5/bin/qmake -} - -mee_build() { - start_cmd make ${BEE_MAKEFLAGS} -} - -## mee_install() should install into "${D}" -## default: 'make install DESTDIR="${D}"' - -mee_install() { - start_cmd make install DESTDIR="${D}" INSTALL_ROOT="${D}" -} diff --git a/Python2-2.6.8-1.bee b/Python2-2.6.8-1.bee deleted file mode 100755 index 0b3f99ddc..000000000 --- a/Python2-2.6.8-1.bee +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://www.python.org/ftp/python/${PKGVERSION}/Python-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="http://www.linuxfromscratch.org/patches/blfs/svn/Python-2.6.4-bdb_4.8-1.patch" - -# EXCLUDE="" - -mee_patch_pre() { - sed -i "s/ndbm_libs = \[\]/ndbm_libs = ['gdbm', 'gdbm_compat']/" setup.py -} - -mee_configure() { - bee_configure --enable-shared -} - -mee_install_post() { - chmod -v 755 ${D}${LIBDIR}/libpython2.6.so.1.0 - rm -v ${D}${BINDIR}/2to3 -} - diff --git a/Python2-2.7.11-0.bee b/Python2-2.7.11-0.bee deleted file mode 100755 index 70e5fb3b5..000000000 --- a/Python2-2.7.11-0.bee +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://www.python.org/ftp/python/${PKGVERSION}/Python-${PKGVERSION}.tar.xz" - -# EXCLUDE="" - -mee_patch_pre() { - sed -i "s/ndbm_libs = \[\]/ndbm_libs = ['gdbm', 'gdbm_compat']/" setup.py -} - -mee_configure() { - bee_configure --enable-shared -} - -mee_install_post() { - rm -v ${D}${BINDIR}/2to3 -} - diff --git a/cracklib-2.9.1-1.bee b/cracklib-2.9.1-1.bee deleted file mode 100755 index 48c88ab35..000000000 --- a/cracklib-2.9.1-1.bee +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/env beesh - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="http://downloads.sourceforge.net/project/cracklib/cracklib/${PKGVERSION}/cracklib-${PKGVERSION}.tar.gz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# PATCHURL+=() - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - -# sourcesubdir_append src - - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -mee_configure() { - bee_configure \ - --with-default-dict=/lib/cracklib/pw_dict -} - -#mee_build() { -# bee_build -#} - -mee_install() { - bee_install - - wget http://downloads.sourceforge.net/cracklib/cracklib-words-20080507.gz - - - gunzip cracklib-words-20080507.gz - - mkdir -p ${D}${DATADIR}/dict - mkdir -p ${D}/lib/cracklib - - install -v -m644 -D cracklib-words-20080507 ${D}${DATADIR}/dict/cracklib-words - ln -v -sf cracklib-words ${D}${DATADIR}/dict/words - ${D}${SBINDIR}/create-cracklib-dict -o ${D}/lib/cracklib/pw_dict ${D}${DATADIR}/dict/words -} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## diff --git a/cracklib-2.9.1-2.bee b/cracklib-2.9.1-2.bee deleted file mode 100755 index 48c88ab35..000000000 --- a/cracklib-2.9.1-2.bee +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/env beesh - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="http://downloads.sourceforge.net/project/cracklib/cracklib/${PKGVERSION}/cracklib-${PKGVERSION}.tar.gz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# PATCHURL+=() - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - -# sourcesubdir_append src - - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -mee_configure() { - bee_configure \ - --with-default-dict=/lib/cracklib/pw_dict -} - -#mee_build() { -# bee_build -#} - -mee_install() { - bee_install - - wget http://downloads.sourceforge.net/cracklib/cracklib-words-20080507.gz - - - gunzip cracklib-words-20080507.gz - - mkdir -p ${D}${DATADIR}/dict - mkdir -p ${D}/lib/cracklib - - install -v -m644 -D cracklib-words-20080507 ${D}${DATADIR}/dict/cracklib-words - ln -v -sf cracklib-words ${D}${DATADIR}/dict/words - ${D}${SBINDIR}/create-cracklib-dict -o ${D}/lib/cracklib/pw_dict ${D}${DATADIR}/dict/words -} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## diff --git a/dbus-python-0.83.2-0.bee b/dbus-python-0.83.2-0.bee deleted file mode 100755 index 312e8ff34..000000000 --- a/dbus-python-0.83.2-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://dbus.freedesktop.org/releases/dbus-python/dbus-python-0.83.2.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/ecdsa-0.13-0.bee b/ecdsa-0.13-0.bee deleted file mode 100755 index 3b3167038..000000000 --- a/ecdsa-0.13-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="https://pypi.python.org/packages/source/e/ecdsa/ecdsa-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -: ${PYTHON:=python} - -BEE_CONFIGURE=none - -B=${S} - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - ${PYTHON} setup.py build -} - -mee_install() { - ${PYTHON} setup.py install --root=${D} - -} - diff --git a/farsight2-0.0.26-0.bee b/farsight2-0.0.26-0.bee deleted file mode 100755 index 00661a864..000000000 --- a/farsight2-0.0.26-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://farsight.freedesktop.org/releases/farsight2/farsight2-0.0.26.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/fastimport-0.9.4-0.bee b/fastimport-0.9.4-0.bee deleted file mode 100755 index d3c9e4bcb..000000000 --- a/fastimport-0.9.4-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/usr/bin/env beesh - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="https://pypi.python.org/packages/source/f/fastimport/fastimport-${PKGVERSION}.tar.gz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# PATCHURL+=() - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - -# sourcesubdir_append src - - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## diff --git a/gamin-0.1.10-2.bee b/gamin-0.1.10-2.bee deleted file mode 100755 index cdc698f8d..000000000 --- a/gamin-0.1.10-2.bee +++ /dev/null @@ -1,86 +0,0 @@ -#!/usr/bin/env beesh - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="http://people.gnome.org/~veillard/gamin/sources/gamin-${PKGVERSION}.tar.gz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -PATCHURL+=(http://pkgs.fedoraproject.org/cgit/gamin.git/plain/gamin-manape.patch) -PATCHURL+=(http://pkgs.fedoraproject.org/cgit/gamin.git/plain/gamin-0.1.11-double-lock.patch) -PATCHURL+=(http://pkgs.fedoraproject.org/cgit/gamin.git/plain/0001-Poll-files-on-nfs4.patch) -PATCHURL+=(http://pkgs.fedoraproject.org/cgit/gamin.git/plain/0002-Fix-compilation-of-recent-glib-removing-G_CONST_RETU.patch) - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - -# sourcesubdir_append src - - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## diff --git a/py2cairo-1.10.0-0.bee b/gamin_compat.be0 similarity index 83% rename from py2cairo-1.10.0-0.bee rename to gamin_compat.be0 index fe0d06334..b7c5a916d 100755 --- a/py2cairo-1.10.0-0.bee +++ b/gamin_compat.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION gamin_compat-1.0-0 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -7,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://cairographics.org/releases/py2cairo-${PKGVERSION}.tar.bz2" +SRCURL[0]="" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -22,11 +24,11 @@ SRCURL[0]="http://cairographics.org/releases/py2cairo-${PKGVERSION}.tar.bz2" # EXCLUDE+=() ############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source +## Uncomment the next statement, if the software may not be able to be built +## outside the source directory and needs to be built inside the source ## directory. -build_in_sourcedir +# build_in_sourcedir ############################################################################### ## bee cannot detect buildtypes specified in subdirectories. @@ -51,19 +53,20 @@ build_in_sourcedir # bee_patch "${@}" #} -mee_configure() { - #bee_configure - ./waf configure --prefix=/usr -} +#mee_configure() { +# bee_configure +#} -mee_build() { - #bee_build - ./waf build -} +#mee_build() { +# bee_build +#} mee_install() { - #bee_install - ./waf install --destdir=$D + cd ${D} + tar xpf /src/mariux/beeroot/packages/gamin-0.1.10-2.x86_64.bee.tar.bz2 \ + /usr/lib/libfam.so.0 /usr/lib/libfam.so.0.0.0 + mkdir usr/lib/gamin + ln -s /usr/bin/false usr/lib/gamin/gam_server } ## by default this may be 'make install DESTDIR="${D}"' diff --git a/gnome-doc-utils-0.20.10-0.bee b/gnome-doc-utils-0.20.10-0.bee deleted file mode 100755 index de8174aa4..000000000 --- a/gnome-doc-utils-0.20.10-0.bee +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/env beesh - -PGRP=( uncategorized ) - -SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/gnome-doc-utils/${PKGVERSION[2]}/gnome-doc-utils-${PKGVERSION}.tar.xz" - -PATCHES[0]="" - -B=${S} - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/gnome-menus-3.0.0-1.bee b/gnome-menus-3.0.0-1.bee deleted file mode 100755 index 2b43d5fe3..000000000 --- a/gnome-menus-3.0.0-1.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/gnome-menus/${PKGVERSION[2]}/gnome-menus-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -PGRP=( uncategorized ) - -#SYSCONFDIR=/etc/gnome - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} - diff --git a/pssh-2.3.1-0.bee b/gnome-menus.be0 similarity index 88% rename from pssh-2.3.1-0.bee rename to gnome-menus.be0 index fc189b741..e384e15ff 100755 --- a/pssh-2.3.1-0.bee +++ b/gnome-menus.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION gnome-menus-3.0.0-2 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -7,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/parallel-ssh/pssh-${PKGVERSION}.tar.gz" +SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/gnome-menus/${PKGVERSION[2]}/gnome-menus-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -22,8 +24,8 @@ SRCURL[0]="https://storage.googleapis.com/google-code-archive-downloads/v2/code. # EXCLUDE+=() ############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source +## Uncomment the next statement, if the software may not be able to be built +## outside the source directory and needs to be built inside the source ## directory. # build_in_sourcedir @@ -51,9 +53,9 @@ SRCURL[0]="https://storage.googleapis.com/google-code-archive-downloads/v2/code. # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure --enable-python=no +} #mee_build() { # bee_build diff --git a/gnome-python-2.28.1-0.bee b/gnome-python-2.28.1-0.bee deleted file mode 100755 index 45e46e027..000000000 --- a/gnome-python-2.28.1-0.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://ftp.gnome.org/pub/GNOME/sources/gnome-python/${PKGVERSION[2]}/gnome-python-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/gnome-python-2.28.1-1.bee b/gnome-python-2.28.1-1.bee deleted file mode 100755 index 45e46e027..000000000 --- a/gnome-python-2.28.1-1.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://ftp.gnome.org/pub/GNOME/sources/gnome-python/${PKGVERSION[2]}/gnome-python-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/gst-python-0.10.21-0.bee b/gst-python-0.10.21-0.bee deleted file mode 100755 index 16b810a73..000000000 --- a/gst-python-0.10.21-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://gstreamer.freedesktop.org/src/gst-python/gst-python-0.10.21.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/iotop-0.6-0.bee b/iotop-0.6-0.bee deleted file mode 100755 index d18168f6d..000000000 --- a/iotop-0.6-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://guichaz.free.fr/iotop/files/iotop-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - - -#mee_extract() { -# bee_extract ${@} -#} - -#mee_patch() { -# bee_patch ${@} -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/kde-workspace-4.7.0-0.bee b/kde-workspace-4.7.0-0.bee deleted file mode 100755 index d39cd5645..000000000 --- a/kde-workspace-4.7.0-0.bee +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="ftp://ftp.kde.org/pub/kde/stable/${PKGVERSION}/src/kde-workspace-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - - - -#mee_extract() { -# bee_extract ${@} -#} - -#mee_patch() { -# bee_patch ${@} -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/kdenetwork-4.7.0-0.bee b/kdenetwork-4.7.0-0.bee deleted file mode 100755 index ccf002bf2..000000000 --- a/kdenetwork-4.7.0-0.bee +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="ftp://ftp.kde.org/pub/kde/stable/${PKGVERSION}/src/kdenetwork-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - - - -#mee_extract() { -# bee_extract ${@} -#} - -#mee_patch() { -# bee_patch ${@} -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/kdeplasma-addons-4.7.0-0.bee b/kdeplasma-addons-4.7.0-0.bee deleted file mode 100755 index 77a143592..000000000 --- a/kdeplasma-addons-4.7.0-0.bee +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="ftp://ftp.kde.org/pub/kde/stable/${PKGVERSION}/src/kdeplasma-addons-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - - - -#mee_extract() { -# bee_extract ${@} -#} - -#mee_patch() { -# bee_patch ${@} -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/libkate-0.4.1-0.bee b/libkate-0.4.1-0.bee deleted file mode 100755 index 7dfadd088..000000000 --- a/libkate-0.4.1-0.bee +++ /dev/null @@ -1,83 +0,0 @@ -#!/usr/bin/env beesh - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="https://libkate.googlecode.com/files/libkate-${PKGVERSION}.tar.gz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# PATCHURL+=() - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - -# sourcesubdir_append src - - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## diff --git a/libproxy-0.2.3-0.bee b/libproxy-0.2.3-0.bee deleted file mode 100755 index 00bc66a2b..000000000 --- a/libproxy-0.2.3-0.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://libproxy.googlecode.com/files/libproxy-0.2.3.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/libxml2-2.9.4-0.bee b/libxml2-2.9.4-0.bee deleted file mode 100755 index 0902ab169..000000000 --- a/libxml2-2.9.4-0.bee +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/env beesh - -# Mon Jun 13 2016 -- kreitler - -SRCURL[0]="http://xmlsoft.org/sources/libxml2-${PKGVERSION}.tar.gz" - -BEE_MAKEFLAGS=${BEE_MAKEFLAGS:-' -j12 '} - -[ $UID != 0 ] && PREFIX=/dev/shm/junk - -mee_configure() { - bee_configure --with-python -} - -mee_install() { - [ "x$DEE_BUG" != "x" ] && exit - bee_install -} diff --git a/dbus-python-0.83.2-1.bee b/libxml2.be0 similarity index 90% rename from dbus-python-0.83.2-1.bee rename to libxml2.be0 index ccb1630ef..1b7798eef 100755 --- a/dbus-python-0.83.2-1.bee +++ b/libxml2.be0 @@ -1,5 +1,7 @@ #!/usr/bin/env beesh +# BEE_VERSION libxml2-2.9.4-1 + ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -7,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PKGVERSION}.tar.gz" +SRCURL[0]="http://xmlsoft.org/sources/libxml2-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -22,8 +24,8 @@ SRCURL[0]="http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PKGVER # EXCLUDE+=() ############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source +## Uncomment the next statement, if the software may not be able to be built +## outside the source directory and needs to be built inside the source ## directory. # build_in_sourcedir @@ -51,9 +53,9 @@ SRCURL[0]="http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PKGVER # bee_patch "${@}" #} -#mee_configure() { -# bee_configure -#} +mee_configure() { + bee_configure --without-python +} #mee_build() { # bee_build diff --git a/lxml-2.3.4-0.bee b/lxml-2.3.4-0.bee deleted file mode 100755 index b596c5236..000000000 --- a/lxml-2.3.4-0.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://pypi.python.org/packages/source/l/lxml/lxml-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE=() - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/lxml-3.5.0-0.bee b/lxml-3.5.0-0.bee deleted file mode 100755 index 2c61aa636..000000000 --- a/lxml-3.5.0-0.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="https://pypi.python.org/packages/source/l/lxml/lxml-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE=() - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/matplotlib_python2.6-1.2.0-0.bee b/matplotlib_python2.6-1.2.0-0.bee deleted file mode 100755 index ceb13c2f1..000000000 --- a/matplotlib_python2.6-1.2.0-0.bee +++ /dev/null @@ -1,76 +0,0 @@ -#!/usr/bin/env beesh - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="https://github.com/downloads/matplotlib/matplotlib/matplotlib-${PKGVERSION}.tar.gz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# PATCHURL+=() - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -export PYTHON=${PKGEXTRANAME} - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## diff --git a/mercurial-2.3.2-0.bee b/mercurial-2.3.2-0.bee deleted file mode 100755 index ad80b9906..000000000 --- a/mercurial-2.3.2-0.bee +++ /dev/null @@ -1,74 +0,0 @@ -#!/usr/bin/env beesh - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="http://mercurial.selenic.com/release/mercurial-${PKGVERSION}.tar.gz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# PATCHURL+=() - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## diff --git a/nlopt-2.4.2-0.bee b/nlopt-2.4.2-0.bee deleted file mode 100755 index 307c5cd73..000000000 --- a/nlopt-2.4.2-0.bee +++ /dev/null @@ -1,86 +0,0 @@ -#!/usr/bin/env beesh - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="http://ab-initio.mit.edu/nlopt/nlopt-${PKGVERSION}.tar.gz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# PATCHURL+=() - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -############################################################################### -## bee cannot detect buildtypes specified in subdirectories. -## Sometimes packages "hide" the real sources in a subdirectory named -## 'src' or 'cmake' or .. -## use 'sourcesubdir_append' to specify this directory if known. - -# sourcesubdir_append src - - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -mee_configure() { - bee_configure \ - --enable-shared \ - --enable-maintainer-mode - -} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## diff --git a/numpy-1.10.4-0.bee b/numpy-1.10.4-0.bee deleted file mode 100755 index d95d24de0..000000000 --- a/numpy-1.10.4-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="https://pypi.python.org/packages/source/n/numpy/numpy-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -: ${PYTHON:=python} - -BEE_CONFIGURE=none - -B=${S} - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - ${PYTHON} setup.py build -} - -mee_install() { - ${PYTHON} setup.py install --root=${D} - -} - diff --git a/numpy_python2.6-1.7.0b2-0.bee b/numpy_python2.6-1.7.0b2-0.bee deleted file mode 100755 index c9faf6a5b..000000000 --- a/numpy_python2.6-1.7.0b2-0.bee +++ /dev/null @@ -1,77 +0,0 @@ -#!/usr/bin/env beesh - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="http://downloads.sourceforge.net/project/numpy/NumPy/${PKGVERSION}/numpy-${PKGVERSION}.tar.gz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# PATCHURL+=() - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -# which python to use to build this module is encoded in PKGEXTRANAME -export PYTHON=${PKGEXTRANAME} - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -mee_build() { - bee_build --fcompiler=gnu95 -} - -#mee_install() { -# bee_install -#} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## diff --git a/paramiko-1.16.0-0.bee b/paramiko-1.16.0-0.bee deleted file mode 100755 index 6fd65e84e..000000000 --- a/paramiko-1.16.0-0.bee +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="https://pypi.python.org/packages/source/p/paramiko/paramiko-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -: ${PYTHON:=python} - -BEE_CONFIGURE=none - -B=${S} - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - ${PYTHON} setup.py build -} - -mee_install() { - ${PYTHON} setup.py install --root=${D} - -# mkdir -pv ${D}${INCLUDEDIR}/python2.6 - -# ln -sv ${LIBDIR}/python2.6/site-packages/numpy/numarray/include/numpy ${D}${INCLUDEDIR}/python2.6 -# ln -sv ${LIBDIR}/python2.6/site-packages/numpy/numarray/include/numpy ${D}${INCLUDEDIR}/python2.6/numarray -} - diff --git a/paramiko-1.7.4-0.bee b/paramiko-1.7.4-0.bee deleted file mode 100755 index a67ff640e..000000000 --- a/paramiko-1.7.4-0.bee +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://www.lag.net/paramiko/download/paramiko-1.7.4.tar.gz" - -PATCHURL[0]="" - -: ${PYTHON:=python} - -BEE_CONFIGURE=none - -B=${S} - -# EXCLUDE="" - -mee_patch() { - bee_patch -} - -mee_configure() { - bee_configure -} - -mee_build() { - ${PYTHON} setup.py build -} - -mee_install() { - ${PYTHON} setup.py install --root=${D} - -# mkdir -pv ${D}${INCLUDEDIR}/python2.6 - -# ln -sv ${LIBDIR}/python2.6/site-packages/numpy/numarray/include/numpy ${D}${INCLUDEDIR}/python2.6 -# ln -sv ${LIBDIR}/python2.6/site-packages/numpy/numarray/include/numpy ${D}${INCLUDEDIR}/python2.6/numarray -} - diff --git a/pmw-1.3.2-0.bee b/pmw-1.3.2-0.bee deleted file mode 100755 index 7f777f0dd..000000000 --- a/pmw-1.3.2-0.bee +++ /dev/null @@ -1,34 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://downloads.sourceforge.net/project/pmw/Pmw/Pmw.${PKGVERSION}/Pmw.${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - - - -#mee_extract() { -# bee_extract ${@} -#} - -mee_patch() { - bee_patch ${@} - mv ${S}/src/* ${S} -} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/pycairo-1.8.8-0.bee b/pycairo-1.8.8-0.bee deleted file mode 100755 index af9639289..000000000 --- a/pycairo-1.8.8-0.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://cairographics.org/releases/pycairo-1.8.8.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/pycrypto-2.3-0.bee b/pycrypto-2.3-0.bee deleted file mode 100755 index b0e898b5a..000000000 --- a/pycrypto-2.3-0.bee +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-2.3.tar.gz" - -PATCHURL[0]="" - -: ${PYTHON:=python} - -BEE_CONFIGURE=none - -B=${S} - -# EXCLUDE="" - - - -mee_patch() { - bee_patch -} - -mee_build() { - ${PYTHON} setup.py build -} - -mee_install() { - ${PYTHON} setup.py install --root=${D} -} - diff --git a/pycrypto-2.6.1-0.bee b/pycrypto-2.6.1-0.bee deleted file mode 100755 index 701eb6017..000000000 --- a/pycrypto-2.6.1-0.bee +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.6.1.tar.gz" - -PATCHURL[0]="" - -: ${PYTHON:=python} - -BEE_CONFIGURE=none - -B=${S} - -# EXCLUDE="" - - - -mee_patch() { - bee_patch -} - -mee_build() { - ${PYTHON} setup.py build -} - -mee_install() { - ${PYTHON} setup.py install --root=${D} -} - diff --git a/pygobject-2.21.3-1.bee b/pygobject-2.21.3-1.bee deleted file mode 100755 index 306390ae3..000000000 --- a/pygobject-2.21.3-1.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/pygobject/${PKGVERSION[2]}/pygobject-${PKGVERSION}.tar.bz2" - -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/pygobject-2.26.0-0.bee b/pygobject-2.26.0-0.bee deleted file mode 100755 index a452c5851..000000000 --- a/pygobject-2.26.0-0.bee +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://ftp.gnome.org/pub/gnome/sources/pygobject/2.21/pygobject-2.21.3.tar.bz2" - -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/pygtk-2.24.0-0.bee b/pygtk-2.24.0-0.bee deleted file mode 100755 index 26233b326..000000000 --- a/pygtk-2.24.0-0.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://ftp.gnome.org/pub/GNOME/sources/pygtk/${PKGVERSION[2]}/pygtk-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/pygtk-2.24.0-1.bee b/pygtk-2.24.0-1.bee deleted file mode 100755 index 26233b326..000000000 --- a/pygtk-2.24.0-1.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://ftp.gnome.org/pub/GNOME/sources/pygtk/${PKGVERSION[2]}/pygtk-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/pymol-1.4.1-5.bee b/pymol-1.4.1-5.bee deleted file mode 100755 index 42d7eca20..000000000 --- a/pymol-1.4.1-5.bee +++ /dev/null @@ -1,50 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://downloads.sourceforge.net/project/pymol/pymol/${PKGVERSION}/pymol-v${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -BEE_BUILDTYPE=python-module - -# EXCLUDE="" - -build_in_sourcedir - -#mee_extract() { -# bee_extract ${@} -#} - -mee_patch() { - bee_patch ${@} - cp modules/cealign/src/ce_types.h layer3/ -} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -mee_install() { - bee_install - - mkdir -p ${D}${BINDIR} - - PYTHON=$(which python) - - PYPATH=$(${PYTHON} -c 'import sys; print sys.prefix + "/lib/python" + sys.version[0:3] + "/site-packages"') - - PYTHONPATH=${D}${PYPATH} start_cmd ${PYTHON} setup2.py install --root=${D} "$@" - - mkdir -p ${D}${BINDIR} - cat >${D}${BINDIR}/pymol <<-EOF - #!/bin/bash - ${PYTHON} ${PYPATH}/pymol/__init__.py \$@ - EOF - - chmod 755 ${D}${BINDIR}/pymol -} diff --git a/python2-wrapper.be0 b/python2-wrapper.be0 new file mode 100755 index 000000000..cf910d759 --- /dev/null +++ b/python2-wrapper.be0 @@ -0,0 +1,107 @@ +#!/usr/bin/env beesh + +# BEE_VERSION python2-wrapper-1.0-0 + +## this file was created by bee init and should be executed to build a +## bee-package. (Additional hints are located at the end of this file.) + +############################################################################### +## The source URL(s) define the location of the sources that will be +## downloaded. Version variables may be used to simplify reuse of this bee-file. + +SRCURL[0]="" + +############################################################################### +## Add URLs/pathes to patch files to the PATCHURL array. +## The sources will be patched in the order of the array. + +# PATCHURL+=() + +############################################################################### +## Add filename patterns to the EXCLUDE array of files that should not +## be added to you package but may be present in the image directory. + +# EXCLUDE+=() + +############################################################################### +## Uncomment the next statement, if the software may not be able to be built +## outside the source directory and needs to be built inside the source +## directory. + +# build_in_sourcedir + +############################################################################### +## bee cannot detect buildtypes specified in subdirectories. +## Sometimes packages "hide" the real sources in a subdirectory named +## 'src' or 'cmake' or .. +## use 'sourcesubdir_append' to specify this directory if known. + +# sourcesubdir_append src + + +############################################################################### +## Change the default (auto-detected) steps to +## extract, patch, configure/setup, build and install the software. +## Make sure the mee_install function does install everything to the +## image directory "${D}" + +#mee_extract() { +# bee_extract "${@}" +#} + +#mee_patch() { +# bee_patch "${@}" +#} + +#mee_configure() { +# bee_configure +#} + +mee_build() { + echo -e '#! /bin/bash\nprun python2 $(basename "$0") "$@"' >wrapper + chmod +x wrapper +} + +mee_install() { + mkdir -p "$D$BINDIR" + for cmd in \ + idle \ + pydoc \ + python \ + python-config \ + ipython \ + python2 \ + ipython2 \ + jupyter \ + macs2 \ + htseq-count \ + htseq-qa \ + umi_tools \ + gnome-doc-prepare \ + xml2po \ + gnome-doc-tool \ + pssh \ + iotop + do + ln "$B/wrapper" "$D$BINDIR/$cmd" + done +} +## by default this may be 'make install DESTDIR="${D}"' + +############################################################################### +## +## Additional hints: +## +## The name of this bee-file should follow the following naming convention: +## pkgname-pkgversion-pkgrevision.bee +## +## You may remove all comments as long as SRCURL[0] is set. +## +## Everything in this file will be executed in a bash environment. +## +## Build the package by executing +## './pkg-version-N.bee' or +## 'beesh ./pkg-version-N.bee' +## +## see http://beezinga.org/ +## diff --git a/xcb-proto.be0 b/python2_compat.be0 similarity index 74% rename from xcb-proto.be0 rename to python2_compat.be0 index 77b0eaf56..34eca1c61 100755 --- a/xcb-proto.be0 +++ b/python2_compat.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xcb-proto-1.12-0 +# BEE_VERSION python2_compat-1.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-proto-${PKGVERSION}.tar.bz2" +SRCURL[0]="" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -24,8 +24,8 @@ SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-proto-${PKGVERSION}.tar.bz2" # EXCLUDE+=() ############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source +## Uncomment the next statement, if the software may not be able to be built +## outside the source directory and needs to be built inside the source ## directory. # build_in_sourcedir @@ -54,16 +54,25 @@ SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-proto-${PKGVERSION}.tar.bz2" #} #mee_configure() { -# bee_configure +# bee_configure #} #mee_build() { # bee_build #} -#mee_install() { -# bee_install -#} +mee_install() { + cd ${D} + tar xpf /src/mariux/beeroot/packages/Python2-2.7.11-0.x86_64.bee.tar.bz2 \ + /usr/lib/libpython2.7.so /usr/lib/libpython2.7.so.1.0 + tar xpf /src/mariux/beeroot/packages/Python2-2.6.8-1.x86_64.bee.tar.bz2 \ + /usr/lib/libpython2.6.so /usr/lib/libpython2.6.so.1.0 + tar xpf /src/mariux/beeroot/packages/libproxy-0.2.3-0.x86_64.bee.tar.bz2 \ + /usr/lib/libproxy.so.0 /usr/lib/libproxy.so.0.0.0 + tar xpf /src/mariux/beeroot/packages/libkate-0.4.1-0.x86_64.bee.tar.bz2 \ + /usr/lib/libkate.so.1 /usr/lib/libkate.so.1.3.0 +} + ## by default this may be 'make install DESTDIR="${D}"' ############################################################################### @@ -73,7 +82,7 @@ SRCURL[0]="http://xcb.freedesktop.org/dist/xcb-proto-${PKGVERSION}.tar.bz2" ## The name of this bee-file should follow the following naming convention: ## pkgname-pkgversion-pkgrevision.bee ## -## You may remove all comments as long as SRCURL[0]="" is set. +## You may remove all comments as long as SRCURL[0] is set. ## ## Everything in this file will be executed in a bash environment. ## diff --git a/revelation-0.4.14-1.bee b/revelation-0.4.14-1.bee deleted file mode 100755 index 2f814c924..000000000 --- a/revelation-0.4.14-1.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="https://bitbucket.org/erikg/revelation/downloads/revelation-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE="" - -build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/rpm-4.11.2-1.bee b/rpm-4.11.2-2.bee similarity index 95% rename from rpm-4.11.2-1.bee rename to rpm-4.11.2-2.bee index edd60b5be..e97179d94 100755 --- a/rpm-4.11.2-1.bee +++ b/rpm-4.11.2-2.bee @@ -7,7 +7,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://rpm.org/releases/rpm-${PKGVERSION[2]}.x/rpm-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://ftp.rpm.org/releases/rpm-${PKGVERSION[2]}.x/rpm-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -55,7 +55,6 @@ mee_configure() { bee_configure \ --with-external-db \ --without-lua \ - --enable-python \ CPPFLAGS="$(pkg-config nss --cflags)" } diff --git a/scipy_python2.6-0.11.0-0.bee b/scipy_python2.6-0.11.0-0.bee deleted file mode 100755 index bac838906..000000000 --- a/scipy_python2.6-0.11.0-0.bee +++ /dev/null @@ -1,76 +0,0 @@ -#!/usr/bin/env beesh - -## this file was created by bee init and should be executed to build a -## bee-package. (Additional hints are located at the end of this file.) - -############################################################################### -## The source URL(s) define the location of the sources that will be -## downloaded. Version variables may be used to simplify reuse of this bee-file. - -SRCURL[0]="http://downloads.sourceforge.net/project/scipy/scipy/${PKGVERSION}/scipy-${PKGVERSION}.tar.gz" - -############################################################################### -## Add URLs/pathes to patch files to the PATCHURL array. -## The sources will be patched in the order of the array. - -# PATCHURL+=() - -############################################################################### -## Add filename patterns to the EXCLUDE array of files that should not -## be added to you package but may be present in the image directory. - -# EXCLUDE+=() - -############################################################################### -## Uncomment the next statement, if the software may not be able to be build -## outside the source directory and need to be build inside the source -## directory. - -# build_in_sourcedir - -export PYTHON=${PKGEXTRANAME} - -############################################################################### -## Change the default (auto-detected) steps to -## extract, patch, configure/setup, build and install the software. -## Make sure the mee_install function does install everything to the -## image directory "${D}" - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -mee_build() { - bee_build --fcompiler=gnu95 -} - -#mee_install() { -# bee_install -#} -## by default this may be 'make install DESTDIR="${D}"' - -############################################################################### -## -## Additional hints: -## -## The name of this bee-file should follow the following naming convention: -## pkgname-pkgversion-pkgrevision.bee -## -## You may remove all comments as long as SRCURL[0]="" is set. -## -## Everything in this file will be executed in a bash environment. -## -## Build the package by executing -## './pkg-version-N.bee' or -## 'beesh ./pkg-version-N.bee' -## -## see http://beezinga.org/ -## diff --git a/scripts/convert-python2-to-package.sh b/scripts/convert-python2-to-package.sh new file mode 100755 index 000000000..425ab0cb6 --- /dev/null +++ b/scripts/convert-python2-to-package.sh @@ -0,0 +1,127 @@ +# 2.6 ################################################ + + +# Referenced shared library - provided by python2_compat-1.0-0 + +sudo bee remove Python2-2.6.8-1.x86_64 # libpython2.6.so.1.0 fo a million tools + +# not from a package: + +sudo rm /usr/lib/python2.6/site-packages/libxml2.pyc +sudo rm /usr/lib/python2.6/site-packages/libxml2.pyo + +# Just Python modules: + +sudo bee remove dbus-python-0.83.2-0.x86_64 +sudo bee remove gnome-python-2.28.1-0.x86_64 +sudo bee remove gst-python-0.10.21-0.x86_64 +sudo bee remove matplotlib_python2.6-1.2.0-0.x86_64 +sudo bee remove numpy_python2.6-1.7.0b2-0.x86_64 +sudo bee remove scipy_python2.6-0.11.0-0.x86_64 +sudo bee remove paramiko-1.7.4-0.x86_64 +sudo bee remove pmw-1.3.2-0.x86_64 +sudo bee remove pycairo-1.8.8-0.x86_64 +sudo bee remove pycrypto-2.3-0.x86_64 +sudo bee remove pygobject-2.26.0-0.x86_64 +sudo bee remove pygtk-2.24.0-0.x86_64 +sudo bee remove pymol-1.4.1-5.x86_64 +sudo bee remove sk1-0.9.1pre2_rev1383-0.x86_64 +sudo bee remove uniconvertor-1.1.5-0.x86_64 +sudo bee remove xpyb-1.3-0.x86_64 +sudo bee remove fastimport-0.9.4-0.x86_64 +sudo bee remove lxml-2.3.4-0.x86_64 + +# More than python, but propably obsolete: + +sudo bee remove mercurial-2.3.2-0.x86_64 +sudo bee remove nlopt-2.4.2-0.x86_64 +sudo bee remove farsight2-0.0.26-0.x86_64 +sudo bee remove telepathy-farsight-0.0.16-0.x86_64 +sudo bee remove zim-0.56-0.x86_64 + +# Referenced shared libraries, but dependent packages fixed + +sudo bee remove cracklib-2.9.1-1.x86_64 # libcrack.so.2 for Linux-PAM-1.2.1-4.x86_64 + +# References shared libraries but assumed to be obsolete + +sudo bee remove kde-workspace-4.7.0-0.x86_64 # libweather_ion.so.6 for kdeplasma-addons-4.7.0-0.x86_64 +sudo bee remove kdeplasma-addons-4.7.0-0.x86_64 # dito +sudo bee remove kdenetwork-4.7.0-0.x86_64 # dito + +# Referenced shared libraries - provided by python2_compat-1.0-0 + +sudo bee remove libkate-0.4.1-0.x86_64 # libkate.so.1 for vlc-2.2.6-0.x86_64 +sudo bee remove libproxy-0.2.3-0.x86_64 # libproxy.so.0 for subversion-1.6.16-1.x86_64 + +# Rebuilt without python bindings + +sudo bee update gnome-menus-3.0.0-2.x86_64 # libgnome-menu.so.2 for gnome-shell-3.0.0.2-2.x86_64 + +# 2.7 ################################################ + +# Referenced shared library - provided by python2_compat-1.0-0 + +sudo bee remove Python2-2.7.11-0.x86_64 # libpython2.7.so.1.0 for a million tools + +# Just Python modules: + +sudo bee remove dbus-python-0.83.2-1.x86_64 +sudo bee remove gnome-python-2.28.1-1.x86_64 +sudo bee remove numpy-1.10.4-0.x86_64 +sudo bee remove PyQt-x11-gpl-4.11.4-0.x86_64 +sudo bee remove PyQt5_gpl-5.7-0.x86_64 +sudo bee remove ecdsa-0.13-0.x86_64 + +sudo bee remove lxml-3.5.0-0.x86_64 +sudo bee remove paramiko-1.16.0-0.x86_64 +sudo bee remove py2cairo-1.10.0-0.x86_64 +sudo bee remove pycrypto-2.6.1-0.x86_64 +sudo bee remove pygobject-2.21.3-1.x86_64 +sudo bee remove pygtk-2.24.0-1.x86_64 +sudo bee remove xcb-proto-1.12-0.x86_64 + +# More than python, but propably obsolete: + +sudo bee remove cracklib-2.9.1-2.x86_64 +sudo bee remove revelation-0.4.14-1.x86_64 +sudo bee remove sip-4.18.1-0.x86_64 + +# Referenced shared library - provided by python2_compat-1.0-0 + +#2DO: check if rebuild required: +# +#sudo bee remove rrdtool-1.6.0-0.x86_64 # + +# Added to pkg python: + +sudo bee remove gnome-doc-utils-0.20.10-0.x86_64 # +sudo bee remove iotop-0.6-0.x86_64 # +sudo bee remove pssh-2.3.1-0.x86_64 # + +# NEW ############################################### + +sudo bee install python2-wrapper-1.0-0 +sudo bee install python2_compat-1.0-0 + +# Packages rebuilt to remove dependencies on removed packages above + +#already done by #645 +#sudo bee update Linux-PAM-1.2.1-6 + +## already done by #641 : +##sudo bee remove libxslt-1.1.29-1.x86_64 # libxslt.so.1 for shotwell-0.13.1-1.x86_64 + +# Rebuilt without python bindings + +sudo bee remove vte2-0.28.2-0.x86_64 +sudo bee install vte2-0.28.2-1 # required by gnome-terminal + +sudo bee remove rpm-4.11.2-1.x86_64 # librpmio.so.3 for ntp-4.2.8p8-0.x86_64 +sudo bee install rpm-4.11.2-2.x86_64 + +sudo bee remove gamin-0.1.10-2.x86_64 # libfam.so.0 for kdelibs-4.7.0-1.x86_64 +sudo bee install gamin_compat-1.0 + +sudo bee remove libxml2-2.9.4-0.x86_64 # libxml2.so.2 for a million tools +sudo bee install libxml2-2.9.4-1.x86_64 diff --git a/sip.be0 b/sip.be0 deleted file mode 100755 index f0f111731..000000000 --- a/sip.be0 +++ /dev/null @@ -1,49 +0,0 @@ -#!/usr/bin/env beesh - -# BEE_VERSION sip-4.18.1-0 - -## The source URL(s) array -SRCURL[0]="file:///src/mariux/beeroot/downloads/sip-${PKGVERSION}.tar.gz" - -## Add URLs/pathes to patch files -# PATCHURL+=() - -## files that should not be added from the image directory. -# EXCLUDE+=() - - -## uncomment to change default -build_in_sourcedir - -## specify different source directory -# sourcesubdir_append src - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -mee_configure() { - local PYTHONVER=$( python -V 2>&1 | cut -f 2 -d' ' | cut -f 1-2 -d. ) - local PYTHONLIB=$( python -c 'from distutils.sysconfig import get_python_lib; print get_python_lib()' ) - - python configure.py \ - -b "/usr/bin" \ - -d "$PYTHONLIB" \ - -e "/usr/include/python$PYTHONVER" -} - -#mee_build() { -# bee_build -#} - -## mee_install() should install into "${D}" -## default: 'make install DESTDIR="${D}"' - -mee_install() { - make install DESTDIR="${D}" -} diff --git a/sk1-0.9.1pre2_rev1383-0.bee b/sk1-0.9.1pre2_rev1383-0.bee deleted file mode 100755 index 37ddb58b6..000000000 --- a/sk1-0.9.1pre2_rev1383-0.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://sk1project.org/dc2.php?target=sk1-${PKGVERSION}_rev1383.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE=() - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/telepathy-farsight-0.0.16-0.bee b/telepathy-farsight-0.0.16-0.bee deleted file mode 100755 index 168a50b0e..000000000 --- a/telepathy-farsight-0.0.16-0.bee +++ /dev/null @@ -1,31 +0,0 @@ -#!/bin/env beesh - -SRCURL[0]="http://telepathy.freedesktop.org/releases/telepathy-farsight/telepathy-farsight-0.0.16.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# EXCLUDE="" - - - -mee_extract() { - bee_extract ${@} -} - -mee_patch() { - bee_patch ${@} -} - -mee_configure() { - bee_configure -} - -mee_build() { - bee_build -} - -mee_install() { - bee_install -} diff --git a/uniconvertor-1.1.5-0.bee b/uniconvertor-1.1.5-0.bee deleted file mode 100755 index 353988dab..000000000 --- a/uniconvertor-1.1.5-0.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://sk1project.org/dc.php?target=uniconvertor-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE=() - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/vte2-0.28.2-0.bee b/vte2-0.28.2-1.bee similarity index 100% rename from vte2-0.28.2-0.bee rename to vte2-0.28.2-1.bee diff --git a/xpyb-1.3-0.bee b/xpyb-1.3-0.bee deleted file mode 100755 index f836c93ff..000000000 --- a/xpyb-1.3-0.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://xcb.freedesktop.org/dist/xpyb-${PKGVERSION}.tar.bz2" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -EXCLUDE="/usr/share/doc" - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#} diff --git a/zim-0.56-0.bee b/zim-0.56-0.bee deleted file mode 100755 index fe5927ec1..000000000 --- a/zim-0.56-0.bee +++ /dev/null @@ -1,37 +0,0 @@ -#!/usr/bin/env beesh - -SRCURL[0]="http://zim-wiki.org/downloads/zim-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" - -# BEE_CONFIGURE=compat - -# BEE_BUILDTYPE= - -# EXCLUDE=() - -# build_in_sourcedir - - - - - -#mee_extract() { -# bee_extract "${@}" -#} - -#mee_patch() { -# bee_patch "${@}" -#} - -#mee_configure() { -# bee_configure -#} - -#mee_build() { -# bee_build -#} - -#mee_install() { -# bee_install -#}