Portage is a package management system used by Gentoo Linux
# ChangeLog for app-shells/pdmenu
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/pdmenu/ChangeLog,v 1.12 2008/08/30 20:18:20 jokey Exp $
*pdmenu-1.2.95 (30 Aug 2008)
30 Aug 2008; Markus Ullmann
Version bump
*pdmenu-1.2.93 (04 Mar 2008)
04 Mar 2008; Markus Ullmann
Version bump for bug #208457
09 Feb 2008; Samuli Suominen
Keyword ~amd64 and verify it works with slang 2.1.3.
07 Oct 2007; Markus Ullmann
Added warning for bug #191295
03 Jun 2007; Markus Ullmann
pdmenu-1.2.89.ebuild:
Take over maintainership from eroyf
08 Jan 2007; Alexander H. Færøy
Stable on IA64.
04 Dec 2006; Alexander H. Færøy
Added to ~ia64.
04 Dec 2006; Alexander H. Færøy
Stable on Alpha.
05 Nov 2006; Alexander H. Færøy
marked ~alpha
05 Nov 2006; Alexander H. Færøy
Added RESTRICT="test", since the test does not work.
25 Sep 2006; Bryan Østergaard
Update metadata.xml.
*pdmenu-1.2.89 (20 Aug 2006)
20 Aug 2006; Bryan Østergaard
+pdmenu-1.2.89.ebuild:
Initial commit. Ebuild by Alexander H. Færøy
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST pdmenu_1.2.89.tar.gz 150140 RMD160 f83adf9a1322304725d46f368c1d987991879de4 SHA1 669f917a66be66b9e0595ce9309cce1978ca38e3 SHA256 8a0a6c35546920dbd368957fc4f63ecd1f3886de270d044cb2a574b6f07ee7a9
DIST pdmenu_1.2.93.tar.gz 152256 RMD160 92aad6e948d9536b0b6bd2fe5fda92c9844f8993 SHA1 3bbcc17bd4cc4e74ba38cd2735a1f3c03f5dec9b SHA256 cac07ce100dbfec48e882ffb607f798d0163a1f7d80063940742a72d53e1db52
DIST pdmenu_1.2.95.tar.gz 154480 RMD160 573c0c9573fb3b23cab9733b9653e28a7d3d69f9 SHA1 8a1ef0aaf5bda08cd8f398438acec316ac3615c0 SHA256 bb1f1229e0e809050d4d4bf682e353cf0ad17b9be787468aaaf2b9feceda683d
EBUILD pdmenu-1.2.89.ebuild 1242 RMD160 8937a12b8244c9ca68e4883ccfce23d0faab2514 SHA1 1b09ecfd79fbfb8870aa9ae6a5e8981d53f960b2 SHA256 cebdfc9aaf7ccc9b05c8e1e90059707978ce1c71cdc8bde4fbb33fac54d49b7b
EBUILD pdmenu-1.2.93.ebuild 1246 RMD160 f7963160c7027565df43f5a3e2c355539bfe5051 SHA1 91eedf019731bce17f1e76d8770ccc26864ea699 SHA256 9ac086467271565c85e6f5afa68f930e5c08b0b057fd11b5f614fabd1797e15f
EBUILD pdmenu-1.2.95.ebuild 1246 RMD160 0c7eddadc75f67f0916313efa9e2a4597690d7a6 SHA1 6fdd0f8c46814465a4bc7954a5c3246aa8377b2d SHA256 ac45ade00191b1c5dbf31cbd1ebd3d0d891460977c882128031c753141e6a9d9
MISC ChangeLog 1613 RMD160 6a6e37663af8c7832157ad49e3388b43e7b5ebe6 SHA1 7626e1dda72a506a1912a92e2eb37a17878a0dad SHA256 3c6d444f1816bed43536fd465ef86868d61525c6075bee4ef504aa4ff5259b78
MISC metadata.xml 247 RMD160 5ba37d3578e559ed7c966f6b005cb479c9e7042e SHA1 0c721b6a0cb048ebd3f94770e1e96dcadc90fc55 SHA256 48ed89bfe8d4994647b830ecd474892fff8f40fabce239cf6765e4e7cf49bc89
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAki5qwsACgkQz974XjDVpblZLwCfctBeREAB1r7+qtO/AD8wCXpT
Lm4AoKmazBI9eGk/1t/2VAiy/n566jKc
=wK1q
-----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-shells/pdmenu/pdmenu-1.2.89.ebuild,v 1.11 2008/02/09 11:37:14 drac Exp $
DESCRIPTION="A simple console menu program"
HOMEPAGE="http://www.kitenet.net/programs/pdmenu/"
SRC_URI="mirror://debian/pool/main/p/pdmenu/pdmenu_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha ~amd64 ia64 mips x86"
IUSE="nls gpm examples"
DEPEND="sys-libs/slang
gpm? ( sys-libs/gpm )
nls? ( sys-devel/gettext )"
S=${WORKDIR}/${PN}
RESTRICT="test"
src_compile() {
econf \
$(use_with gpm) \
$(use_enable nls) \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
dodoc doc/ANNOUNCE doc/BUGS doc/TODO
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
mv doc/pdmenu.man doc/pdmenu.1
mv doc/pdmenurc.man doc/pdmenurc.5
doman doc/pdmenu.1 doc/pdmenurc.5
dobin pdmenu
}
pkg_postinst() {
ewarn "Note this part from man page: Security warning! Any exec command"
ewarn "that uses the 'edit' flag will be a security hole. The user need"
ewarn "only to enter text with a ';' in it, and they can run an"
ewarn "arbitrary command after the semicolon!"
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/pdmenu/pdmenu-1.2.93.ebuild,v 1.1 2008/03/04 20:18:41 jokey Exp $
DESCRIPTION="A simple console menu program"
HOMEPAGE="http://www.kitenet.net/programs/pdmenu/"
SRC_URI="mirror://debian/pool/main/p/pdmenu/pdmenu_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~x86"
IUSE="nls gpm examples"
DEPEND="sys-libs/slang
gpm? ( sys-libs/gpm )
nls? ( sys-devel/gettext )"
S=${WORKDIR}/${PN}
RESTRICT="test"
src_compile() {
econf \
$(use_with gpm) \
$(use_enable nls) \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
dodoc doc/ANNOUNCE doc/BUGS doc/TODO
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
mv doc/pdmenu.man doc/pdmenu.1
mv doc/pdmenurc.man doc/pdmenurc.5
doman doc/pdmenu.1 doc/pdmenurc.5
dobin pdmenu
}
pkg_postinst() {
ewarn "Note this part from man page: Security warning! Any exec command"
ewarn "that uses the 'edit' flag will be a security hole. The user need"
ewarn "only to enter text with a ';' in it, and they can run an"
ewarn "arbitrary command after the semicolon!"
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-shells/pdmenu/pdmenu-1.2.95.ebuild,v 1.1 2008/08/30 20:18:20 jokey Exp $
DESCRIPTION="A simple console menu program"
HOMEPAGE="http://www.kitenet.net/programs/pdmenu/"
SRC_URI="mirror://debian/pool/main/p/pdmenu/pdmenu_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~x86"
IUSE="nls gpm examples"
DEPEND="sys-libs/slang
gpm? ( sys-libs/gpm )
nls? ( sys-devel/gettext )"
S=${WORKDIR}/${PN}
RESTRICT="test"
src_compile() {
econf \
$(use_with gpm) \
$(use_enable nls) \
|| die "econf failed"
emake || die "emake failed"
}
src_install() {
dodoc doc/ANNOUNCE doc/BUGS doc/TODO
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
mv doc/pdmenu.man doc/pdmenu.1
mv doc/pdmenurc.man doc/pdmenurc.5
doman doc/pdmenu.1 doc/pdmenurc.5
dobin pdmenu
}
pkg_postinst() {
ewarn "Note this part from man page: Security warning! Any exec command"
ewarn "that uses the 'edit' flag will be a security hole. The user need"
ewarn "only to enter text with a ';' in it, and they can run an"
ewarn "arbitrary command after the semicolon!"
}