Portage is a package management system used by Gentoo Linux
# ChangeLog for app-text/expander
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-text/expander/ChangeLog,v 1.8 2008/04/21 17:03:33 phreak Exp $
21 Apr 2008; Christian Heim
Fix up metadata.xml. If there's no maintainer for the package, the metadata
also needs to contain m-needed@g.o.
25 Jan 2008; Fabian Groffen
Dropped ppc-macos keyword, see you in prefix
11 May 2007; Thilo Bangert
add metadata.xml
28 Jan 2007; Marius Mauch
Replacing einfo with elog
12 Oct 2005; Fabian Groffen
Marked ~ppc-macos (bug #108631)
*expander-2.0.5 (30 Oct 2003)
30 Oct 2003; Brandy Westcott brandy@gentoo.org expander-2.0.5.ebuild:
Initial import. Expander is a utility that acts as a filter for text editors.
Closes bug #30604.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
AUX expander-2.0.5-gentoo.patch 2067 RMD160 496b6e09328304e9d4ebce4bc12085656badd93a SHA1 479ed4faf294060320653805cf13b0772a607393 SHA256 5b545254559df274c43feefeeb74f1990430e4a64af643a0879acd27e461b2c6
DIST nedit_expander_kit_2.05.tar.gz 92571 RMD160 be9e3bdafceeda6fbc76f55a5a2bc1bf948e3b8b SHA1 43501d1a0d0a8d500b40944f6236c22757280f84 SHA256 6d2ebebfc50b277b375eba6325d8d9ef381a9a12d8e581c0b65ce28e1f0eff15
EBUILD expander-2.0.5.ebuild 1194 RMD160 214387df62c09029ec6fb97f2db3efbce5606af9 SHA1 2c7b9d63b70753546c3cf15ae5d7ee7bccec37c8 SHA256 a50790626716136bf245ce0b7ec62962a0d888c19a4b4ee06a4df6c5d031404d
MISC ChangeLog 1009 RMD160 087d897976ebca3e824aa0fcad607bd49790d8d2 SHA1 77cd24aea04de630dfbe0278224ebab8a51557df SHA256 6f360e634f0c3c00b40e89674a0c179d9f0be898b96ce0594cdc63b190683b59
MISC metadata.xml 290 RMD160 b9b86283c09349c8827faef7d3ef5f724a248e77 SHA1 ae1c8e62d75c94ff50b8a5391afb6008460963aa SHA256 380e26e9262298b9cb31e863a9ab641f6fbdc8c50bda2cf2e47fd399f9cb5e85
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFIDMjqyuNVb5qfaOYRAvpHAJ989GR/ynOV7LripHmwC73AeMYSBQCfTI3n
2iq1jIFl4tpM7ZZGp45iRzg=
=2V39
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/expander/expander-2.0.5.ebuild,v 1.8 2008/01/25 19:36:19 grobian Exp $
inherit eutils
DESCRIPTION="Expander is a utility that acts as a filter for text editors."
HOMEPAGE="http://www.nedit.org"
SRC_URI="ftp://ftp.nedit.org/pub/contrib/misc/nedit_expander_kit_2.05.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
S=${WORKDIR}/${PN}
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${P}-gentoo.patch
}
src_compile() {
cd src
make || die "make failed"
}
src_install() {
cd src
dobin expander boxcomment align_columns align_comments where_is
dosym /usr/bin/boxcomment /usr/bin/unboxcomment
insinto /usr/share/${P}
doins ${S}/service
for x in defs macros misc templates ; do
insinto /usr/share/${P}/${x}
doins ${S}/${x}/*
done
cd ${S}/docs
doman *.1
cd ${S}
dodoc ChangeLog INSTALL README USAGE
}
pkg_postinst() {
elog
elog "Instructions for using expander with NEdit are in /usr/share/doc/${P}/INSTALL"
elog "Macro, definition and template files can be found in /usr/share/${P}"
elog
}