Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=7a28bcec4853eba6f62134340e304b6310584c45

commit 7a28bcec4853eba6f62134340e304b6310584c45
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Wed Aug 31 09:56:23 2011 +0200

bye emaulgen, replaced by fw32

diff --git a/Makefile b/Makefile
index 72c7369..1e75323 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ FINCDIR = $(shell [ -e /usr/lib/frugalware/fwmakepkg ] && 
source /usr/lib/frugal
DOCS = $(wildcard *.txt) $(wildcard syncpkgd/*.txt) $(wildcard mkiso/*.txt)
MANS = $(subst .txt,.1,$(DOCS))

-PROGRAMS = bumppkg chkdep chkworld emulgen fblint fpmdiff fwcpan fwmirror \
+PROGRAMS = bumppkg chkdep chkworld fblint fpmdiff fwcpan fwmirror \
genchangelog mkisorelease mkpkghtml pear-makefb pootle-update \
portpkg repoman revdep-rebuild rpm2fpm syncemul wipcheck

diff --git a/emulgen b/emulgen
deleted file mode 100755
index 5dae5d9..0000000
--- a/emulgen
+++ /dev/null
@@ -1,47 +0,0 @@
-#!/bin/sh
-
-. /usr/lib/frugalware/fwmakepkg
-. /etc/makepkg.conf
-
-unset LANG LC_ALL
-
-if [ "$1" == "-h" -o "$1" == "--help" ]; then
-       man emulgen
-       exit $?
-fi
-
-if [ "$1" == "-v" -o "$1" == "--version" ]; then
-       pacman-g2 -Q pacman-tools
-       exit $?
-fi
-
-pkgname=$1
-
-if ! pacman-g2 -Q $1 &>/dev/null; then
-       echo "package '$1' is not installed, you should create the FrugalBuild"
-       echo "manually :-/"
-       exit 1
-fi
-
-pkgver=`pacman -Qi $1|grep ^Version|sed 's/.* : //'`
-pkgdesc=`pacman -Qi $1|grep ^Desc|sed 's/.* : //'`
-url=`pacman -Qi $1|grep ^URL|sed 's/.* : //'`
-rodepends="`pacman -Qi $1|grep ^Depends|sed \"s/ $//;s/[<>]\?=[^ ]\+//g;s/.* : 
//;s/ /-emul' '/g\"`-emul"
-
-cat >FrugalBuild <<EOF
-# Compiling Time: 0.01 SBU
-# Maintainer: Christian Hamar alias krix <kr...@linuxforum.hu>
-
-pkgname=$pkgname-emul
-pkgver=${pkgver//-/_}
-pkgrel=1
-pkgdesc="$pkgdesc for emulation of i686 on x86_64"
-url="$url"
-EOF
-if [ -n "$rodepends" ]; then
-       echo "rodepends=('$rodepends')" >> FrugalBuild
-fi
-echo "Finclude emul" >> FrugalBuild
-. ./FrugalBuild
-$FTPAGENT $source
-echo "sha1sums=('`sha1sum $(echo "$source" | sed 's|^.*://.*/||g')|sed 's/  
.*//'`')" >> FrugalBuild
diff --git a/emulgen.txt b/emulgen.txt
deleted file mode 100644
index 3e2149b..0000000
--- a/emulgen.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-= emulgen(1)
-
-== NAME
-
-emulgen - generate a FrugalBuild for emulation of i686 on x86_64
-
-== SYNOPSIS
-
-emulgen <pkgname>
-
-== OPTIONS
-
---help::
-       Display this manpage.
-
---version::
-       Display the package version.
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to