portage.local/app-editors/zile/0040755000000000000000000000000007540420672015512 5ustar rootrootportage.local/app-editors/zile/files/0040755000000000000000000000000007537562473016630 5ustar rootrootportage.local/app-editors/zile/files/digest-zile-1.70100644000000000000000000000010007536670152021253 0ustar rootrootMD5 034bccac977f562feab4110d57098a62 zile-1.7-a6.tar.gz 268977 portage.local/app-editors/zile/files/digest-zile-1.7_alpha60100644000000000000000000000007707537562473022532 0ustar rootrootMD5 034bccac977f562feab4110d57098a62 zile-1.7-a6.tar.gz 268977 portage.local/app-editors/zile/zile-1.7_alpha6.ebuild0100644000000000000000000000174107537642403021405 0ustar rootroot# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Zile is a tiny emacs clone." HOMEPAGE="http://zile.sourceforge.net/" SRC_URI="mirror://sourceforge/zile/${P/_alpha/-a}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86" RDEPEND=">=sys-libs/ncurses-5.2" DEPEND="${RDEPEND}" S="${WORKDIR}/${P/_alpha/-a}" src_compile() { ./configure --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man || die "./configure failed" make || die } src_install() { dodir /usr/share/man keepdir /var/lib/{exrecover,expreserve} make INSTALL=/usr/bin/install \ DESTDIR=${D} \ infodir=${D}/usr/share/info\ MANDIR=/share/man \ TERMLIB=termlib \ PRESERVEDIR=${D}/var/lib/expreserve \ RECOVER="-DEXRECOVER=\\\"/var/lib/exrecover\\\" \ -DEXPRESERVE=\\\"/var/lib/expreserve\\\"" \ install || die dodoc COPYRIGHT CREDITS HISTORY KNOWNBUGS NEWS README* TODO LICENSE } portage.local/app-editors/zile/ChangeLog0100644000000000000000000000041307540420672017257 0ustar rootroot# ChangeLog for app-editors/zile # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header: $ *-<1.7>- (24 Jul 2002) 13 Sep 2002; Stephen Boulet zile-1.7_alpha6.ebuild: Initial submission of ebuild. portage.local/app-editors/zile/ChangeLog~0100644000000000000000000000416407540417536017471 0ustar rootroot# ChangeLog for / # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 # $Header: $ *-- (DD MMM YYYY) DD MMM YYYY; YOUR_NAME changed_file1, changed_file2: Initial import. Ebuild submitted by submitter_name . Note that the "changed_file" listing is optional if you are simply bumping the rev of the ebuild and are only making changes to the .ebuild file itself. Also note that we now have a single unified paragraph rather than having the first line separated from the rest by a newline. Everything should be in one block like this. (note by drobbins, 16 Jul 2002) DD MMM YYYY; YOUR_NAME changed_file1, changed_file2: this is an earlier ChangeLog enty. -- Explanation of ChangeLog format: This changelog is targetted to users. This means that the comments should be well explained and written in clean English. Every new version or revision of the package should be marked by a '*' seperator line as above. Changes since the last revision have to be added to the top of the file, underneath the initial copyright and cvs header comments, in exactly the same format as this comment. This means that you start with header line that has the following format, indented two spaces: DD MMM YYYY; your_name changed_file1, changed_file2: Your explanation should follow. It should be indented and wrapped at a line width of 80 characters. The changed_files can be omitted if they are obvious; for example, if you are only modifying the .ebuild file and committing a new rev of a package. Any details about what exactly changed in the code should be added as a message when the changes are committed to cvs, not in this file. -- A word regarding credit: Please add credit information ("ebuild submitted by ...", "patch submitted by ...") to the ChangeLog. Do not add this information to the ebuilds themselves. And remember: Give credit where credit is due. We're all doing this for free, so the best we can hope (and expect!) to receive is credit.