diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 12:10:52 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 12:10:52 +0000 |
commit | 497ed619f71c4cc15f7690f399d3498a30bd4bfb (patch) | |
tree | bae4a5ed342cdf44c99327565394681469e73ab8 /sys-libs/ncurses | |
parent | Cleanup (diff) | |
download | historical-497ed619f71c4cc15f7690f399d3498a30bd4bfb.tar.gz historical-497ed619f71c4cc15f7690f399d3498a30bd4bfb.tar.bz2 historical-497ed619f71c4cc15f7690f399d3498a30bd4bfb.zip |
Cleanup
Diffstat (limited to 'sys-libs/ncurses')
-rw-r--r-- | sys-libs/ncurses/files/digest-ncurses-5.2 | 1 | ||||
-rw-r--r-- | sys-libs/ncurses/files/digest-ncurses-5.2-r1 | 1 | ||||
-rw-r--r-- | sys-libs/ncurses/files/digest-ncurses-5.2-r2 | 1 | ||||
-rw-r--r-- | sys-libs/ncurses/ncurses-5.2-r1.ebuild | 50 | ||||
-rw-r--r-- | sys-libs/ncurses/ncurses-5.2-r2.ebuild | 61 |
5 files changed, 0 insertions, 114 deletions
diff --git a/sys-libs/ncurses/files/digest-ncurses-5.2 b/sys-libs/ncurses/files/digest-ncurses-5.2 deleted file mode 100644 index c4e94d20cd91..000000000000 --- a/sys-libs/ncurses/files/digest-ncurses-5.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 464d6a49010cf2a6eb9ce59a264d4d47 ncurses-5.2.tar.gz diff --git a/sys-libs/ncurses/files/digest-ncurses-5.2-r1 b/sys-libs/ncurses/files/digest-ncurses-5.2-r1 deleted file mode 100644 index c4e94d20cd91..000000000000 --- a/sys-libs/ncurses/files/digest-ncurses-5.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 464d6a49010cf2a6eb9ce59a264d4d47 ncurses-5.2.tar.gz diff --git a/sys-libs/ncurses/files/digest-ncurses-5.2-r2 b/sys-libs/ncurses/files/digest-ncurses-5.2-r2 deleted file mode 100644 index c4e94d20cd91..000000000000 --- a/sys-libs/ncurses/files/digest-ncurses-5.2-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 464d6a49010cf2a6eb9ce59a264d4d47 ncurses-5.2.tar.gz diff --git a/sys-libs/ncurses/ncurses-5.2-r1.ebuild b/sys-libs/ncurses/ncurses-5.2-r1.ebuild deleted file mode 100644 index 1d3667ca14ae..000000000000 --- a/sys-libs/ncurses/ncurses-5.2-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.2-r1.ebuild,v 1.5 2001/02/03 20:10:31 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Linux console display libarary" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/ncurses/${A} - ftp://ftp.gnu.org/pub/gnu/ncurses/${A}" -HOMEPAGE="http://www.gnu.org/software/ncurses/ncurses.html" -DEPEND="virtual/glibc" - -src_compile() { - try ./configure --prefix=/usr --libdir=/lib \ - --enable-symlinks --disable-termcap \ - --with-shared \ - --without-debug --with-rcs-ids \ - --host=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - dodir /usr/lib - try make DESTDIR=${D} install - cd ${D}/lib - ln -s libncurses.a libcurses.a - chmod 755 ${D}/lib/*.5.0.2 - cd ${S} - dodoc ANNOUNCE MANIFEST NEWS README* TO-DO - dodoc doc/*.doc - docinto html - dodoc doc/html/*.html - docinto html/ada - dodoc doc/html/ada/*.htm - docinto html/ada/files - dodoc doc/html/ada/files/*.htm - docinto html/ada/funcs - dodoc doc/html/ada/funcs/*.htm - docinto html/man - dodoc doc/html/man/*.html - - #with this fix, the default xterm has color as it should - cd ${D}/usr/share/terminfo/x - mv xterm xterm.orig - ln -s xterm-color xterm -} - - - diff --git a/sys-libs/ncurses/ncurses-5.2-r2.ebuild b/sys-libs/ncurses/ncurses-5.2-r2.ebuild deleted file mode 100644 index f07cad77a0ee..000000000000 --- a/sys-libs/ncurses/ncurses-5.2-r2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-libs/ncurses/ncurses-5.2-r2.ebuild,v 1.1 2001/02/07 16:10:52 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Linux console display libarary" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/ncurses/${A} - ftp://ftp.gnu.org/pub/gnu/ncurses/${A}" -HOMEPAGE="http://www.gnu.org/software/ncurses/ncurses.html" -DEPEND="virtual/glibc" - -src_compile() { - - try ./configure --prefix=/usr --libdir=/lib --mandir=/usr/share/man \ - --enable-symlinks --disable-termcap \ - --with-shared \ - --without-debug --with-rcs-ids \ - --host=${CHOST} - - try make ${MAKEOPTS} - -} - -src_install() { - - dodir /usr/lib - try make DESTDIR=${D} install - - cd ${D}/lib - ln -s libncurses.a libcurses.a - chmod 755 ${D}/lib/*.${PV} - dodir /usr/lib - mv libform* libmenu* libpanel* ../usr/lib - mv *.a ../usr/lib - - cd ${S} - - dodoc ANNOUNCE MANIFEST NEWS README* TO-DO - dodoc doc/*.doc - docinto html - dodoc doc/html/*.html - docinto html/ada - dodoc doc/html/ada/*.htm - docinto html/ada/files - dodoc doc/html/ada/files/*.htm - docinto html/ada/funcs - dodoc doc/html/ada/funcs/*.htm - docinto html/man - dodoc doc/html/man/*.html - - #with this fix, the default xterm has color as it should - cd ${D}/usr/share/terminfo/x - mv xterm xterm.orig - ln -s xterm-color xterm - -} - - - |