emacs: removed orphaned port
This commit is contained in:
parent
a0ba71d496
commit
dc7bb7bbce
2392
emacs/.footprint
2392
emacs/.footprint
File diff suppressed because it is too large
Load Diff
@ -1,2 +0,0 @@
|
||||
1902844c010a9ab11112b6387f98979c emacs-24.1-etc-blacklist
|
||||
97b78dece2b4fd617dfab26b7db2d4bc emacs-24.1.tar.gz
|
@ -1,39 +0,0 @@
|
||||
# Description: an extensible, customizable, self-documenting real-time display editor
|
||||
# URL: http://www.gnu.org/software/emacs/
|
||||
# Maintainer: Antti Nykanen, aon at iki dot fi
|
||||
# Depends on: xorg, libtiff, libungif, ctags, libpng
|
||||
|
||||
name=emacs
|
||||
version=24.1
|
||||
release=2
|
||||
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz
|
||||
$name-$version-etc-blacklist)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib \
|
||||
--mandir=/usr/man \
|
||||
--localstatedir=/usr/lib/emacs/$version \
|
||||
--with-x \
|
||||
--without-makeinfo
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -rf $PKG/usr/share/info
|
||||
find $PKG/usr/share/emacs -name "*.el.gz" | while read file; do
|
||||
[ -f ${file%.gz}c ] && rm -f $file
|
||||
done
|
||||
|
||||
rm $PKG/usr/bin/emacs-$version
|
||||
rm $PKG/usr/{bin/{c,e}tags,man/man1/{c,e}tags.1.gz}
|
||||
|
||||
for i in $(< $SRC/$name-$version-etc-blacklist); do
|
||||
rm -r $PKG/usr/share/emacs/$version/etc/$i
|
||||
done
|
||||
|
||||
chown -R root:root $PKG
|
||||
}
|
@ -1,63 +0,0 @@
|
||||
AUTHORS
|
||||
CENSORSHIP
|
||||
CONTRIBUTE
|
||||
COOKIES
|
||||
COPYING
|
||||
DEVEL.HUMOR
|
||||
DEBUG
|
||||
DISTRIB
|
||||
DOC-24.1.1
|
||||
ERC-NEWS
|
||||
ETAGS.EBNF
|
||||
ETAGS.README
|
||||
FTP
|
||||
GNU
|
||||
GNUS-NEWS
|
||||
HELLO
|
||||
INTERVIEW
|
||||
JOKES
|
||||
LINUX-GNU
|
||||
MACHINES
|
||||
MAILINGLISTS
|
||||
MH-E-NEWS
|
||||
MOTIVATION
|
||||
MORE.STUFF
|
||||
NEWS
|
||||
NEWS.1-17
|
||||
NEWS.18
|
||||
NEWS.19
|
||||
NEWS.20
|
||||
NEWS.21
|
||||
NEWS.22
|
||||
NEWS.23
|
||||
NEXTSTEP
|
||||
NXML-NEWS
|
||||
ORDERS
|
||||
ORG-NEWS
|
||||
PROBLEMS
|
||||
THE-GNU-PROJECT
|
||||
TODO
|
||||
README
|
||||
SERVICE
|
||||
TERMS
|
||||
WHY-FREE
|
||||
celibacy.1
|
||||
condom.1
|
||||
copying.paper
|
||||
e
|
||||
echo.msg
|
||||
emacs-buffer.gdb
|
||||
emacs.icon
|
||||
enriched.doc
|
||||
future-bug
|
||||
grep.txt
|
||||
refcards
|
||||
rgb.txt
|
||||
ses-example.ses
|
||||
charsets/README
|
||||
images/README
|
||||
nxml/README
|
||||
schema/README
|
||||
images/*/README
|
||||
images/smilies/*/README
|
||||
images/tree-widget/*/README
|
Loading…
x
Reference in New Issue
Block a user