diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-02-10 16:40:15 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-02-10 16:40:15 +0000 |
commit | 9360127686cc668c7702c666e889250523fe2993 (patch) | |
tree | 6853b8843eedf9166cd52e31ab07b68e4cc78afe /app-shells | |
parent | Fix --as-needed bug #247448 (diff) | |
download | gentoo-2-9360127686cc668c7702c666e889250523fe2993.tar.gz gentoo-2-9360127686cc668c7702c666e889250523fe2993.tar.bz2 gentoo-2-9360127686cc668c7702c666e889250523fe2993.zip |
clean up
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 i686)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/fish/ChangeLog | 7 | ||||
-rw-r--r-- | app-shells/fish/fish-1.21.12.ebuild | 45 | ||||
-rw-r--r-- | app-shells/fish/fish-1.21.8.ebuild | 42 | ||||
-rw-r--r-- | app-shells/fish/fish-1.22.1.ebuild | 45 | ||||
-rw-r--r-- | app-shells/fish/fish-1.22.2.ebuild | 48 | ||||
-rw-r--r-- | app-shells/fish/fish-1.22.3.ebuild | 45 |
6 files changed, 6 insertions, 226 deletions
diff --git a/app-shells/fish/ChangeLog b/app-shells/fish/ChangeLog index 7f410cff66da..1787762672a0 100644 --- a/app-shells/fish/ChangeLog +++ b/app-shells/fish/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-shells/fish # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.37 2009/02/09 22:18:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/ChangeLog,v 1.38 2009/02/10 16:40:15 fauli Exp $ + + 10 Feb 2009; Christian Faulhammer <fauli@gentoo.org> -fish-1.21.8.ebuild, + -fish-1.21.12.ebuild, -fish-1.22.1.ebuild, -fish-1.22.2.ebuild, + -fish-1.22.3.ebuild: + clean up 09 Feb 2009; Markus Meier <maekke@gentoo.org> fish-1.23.0.ebuild: amd64/x86 stable, bug #258260 diff --git a/app-shells/fish/fish-1.21.12.ebuild b/app-shells/fish/fish-1.21.12.ebuild deleted file mode 100644 index 0052731936d8..000000000000 --- a/app-shells/fish/fish-1.21.12.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.12.ebuild,v 1.3 2007/01/24 03:52:45 genone Exp $ - -DESCRIPTION="fish is the Friendly Interactive SHell" -HOMEPAGE="http://fishshell.org/" -SRC_URI="http://fishshell.org/files/${PV}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="doc X" -RDEPEND="sys-libs/ncurses - sys-devel/bc - www-client/htmlview - X? ( x11-misc/xsel )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -src_compile() { - econf \ - docdir=/usr/share/doc/${PF} \ - --without-xsel \ - || die "econf failed" - emake || die "emake failed" - if use doc; then - emake doc || die "emake doc failed" - fi -} - -src_install() { - make DESTDIR="${D}" install -} - -pkg_postinst() { - elog - elog "If you want to use fish as your default shell, you need to add it" - elog "to /etc/shells. This is not recommended because fish doesn't install" - elog "to /bin." - elog - ewarn "Many files moved to ${ROOT}usr/share/fish/completions from /etc/fish.d/." - ewarn "Delete everything in ${ROOT}etc/fish.d/ except fish_interactive.fish." - ewarn "Otherwise, fish won't notice updates to the installed files," - ewarn "because the ones in /etc will override the new ones in /usr." - echo -} diff --git a/app-shells/fish/fish-1.21.8.ebuild b/app-shells/fish/fish-1.21.8.ebuild deleted file mode 100644 index 17d52ce18876..000000000000 --- a/app-shells/fish/fish-1.21.8.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.21.8.ebuild,v 1.4 2007/01/24 03:52:45 genone Exp $ - -DESCRIPTION="fish is the Friendly Interactive SHell" -HOMEPAGE="http://fishshell.org/" -SRC_URI="http://fishshell.org/files/${PV}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="X" -RDEPEND="sys-libs/ncurses - sys-devel/bc - www-client/htmlview - X? ( x11-misc/xsel )" -DEPEND="${RDEPEND} - app-doc/doxygen" - -src_compile() { - econf \ - docdir=/usr/share/doc/${PF} \ - --without-xsel \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install -} - -pkg_postinst() { - elog - elog "If you want to use fish as your default shell, you need to add it" - elog "to /etc/shells. This is not recommended because fish doesn't install" - elog "to /bin." - elog - ewarn "Many files moved to ${ROOT}usr/share/fish/completions from /etc/fish.d/." - ewarn "Delete everything in ${ROOT}etc/fish.d/ except fish_interactive.fish." - ewarn "Otherwise, fish won't notice updates to the installed files," - ewarn "because the ones in /etc will override the new ones in /usr." - echo -} diff --git a/app-shells/fish/fish-1.22.1.ebuild b/app-shells/fish/fish-1.22.1.ebuild deleted file mode 100644 index c8ff88bb62e0..000000000000 --- a/app-shells/fish/fish-1.22.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.22.1.ebuild,v 1.5 2007/02/04 18:49:31 beandog Exp $ - -DESCRIPTION="fish is the Friendly Interactive SHell" -HOMEPAGE="http://fishshell.org/" -SRC_URI="http://fishshell.org/files/${PV}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="doc X" -RDEPEND="sys-libs/ncurses - sys-devel/bc - www-client/htmlview - X? ( x11-misc/xsel )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -src_compile() { - econf \ - docdir=/usr/share/doc/${PF} \ - --without-xsel \ - || die "econf failed" - emake || die "emake failed" - if use doc; then - emake doc || die "emake doc failed" - fi -} - -src_install() { - make DESTDIR="${D}" install -} - -pkg_postinst() { - elog - elog "If you want to use fish as your default shell, you need to add it" - elog "to /etc/shells. This is not recommended because fish doesn't install" - elog "to /bin." - elog - ewarn "Many files moved to ${ROOT}usr/share/fish/completions from /etc/fish.d/." - ewarn "Delete everything in ${ROOT}etc/fish.d/ except fish_interactive.fish." - ewarn "Otherwise, fish won't notice updates to the installed files," - ewarn "because the ones in /etc will override the new ones in /usr." - echo -} diff --git a/app-shells/fish/fish-1.22.2.ebuild b/app-shells/fish/fish-1.22.2.ebuild deleted file mode 100644 index c076c38f55b3..000000000000 --- a/app-shells/fish/fish-1.22.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.22.2.ebuild,v 1.3 2007/01/24 03:52:45 genone Exp $ - -DESCRIPTION="fish is the Friendly Interactive SHell" -HOMEPAGE="http://fishshell.org/" -SRC_URI="http://fishshell.org/files/${PV}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc ~x86" -IUSE="doc X" -RDEPEND="sys-libs/ncurses - sys-devel/bc - www-client/htmlview - X? ( x11-misc/xsel )" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen )" - -src_compile() { - # Set things up for fish to be a default shell. - # It has to be in /bin in case /usr is unavailable. - # Also, all of its utilities have to be in /bin. - econf \ - docdir=/usr/share/doc/${PF} \ - --without-xsel \ - --bindir=/bin \ - || die "econf failed" - emake || die "emake failed" - if use doc; then - emake doc || die "emake doc failed" - fi -} - -src_install() { - emake DESTDIR="${D}" install -} - -pkg_postinst() { - elog - elog "To use ${PN} as your default shell, you need to add /bin/${PN}" - elog "to /etc/shells." - elog - ewarn "Many files moved to ${ROOT}usr/share/fish/completions from /etc/fish.d/." - ewarn "Delete everything in ${ROOT}etc/fish.d/ except fish_interactive.fish." - ewarn "Otherwise, fish won't notice updates to the installed files," - ewarn "because the ones in /etc will override the new ones in /usr." - echo -} diff --git a/app-shells/fish/fish-1.22.3.ebuild b/app-shells/fish/fish-1.22.3.ebuild deleted file mode 100644 index eef559dc5a0d..000000000000 --- a/app-shells/fish/fish-1.22.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/fish/fish-1.22.3.ebuild,v 1.2 2007/06/25 02:16:03 dberkholz Exp $ - -DESCRIPTION="fish is the Friendly Interactive SHell" -HOMEPAGE="http://fishshell.org/" -SRC_URI="http://fishshell.org/files/${PV}/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="X" -RDEPEND="sys-libs/ncurses - sys-devel/bc - www-client/htmlview - X? ( x11-misc/xsel )" -DEPEND="${RDEPEND} - app-doc/doxygen" - -src_compile() { - # Set things up for fish to be a default shell. - # It has to be in /bin in case /usr is unavailable. - # Also, all of its utilities have to be in /bin. - econf \ - docdir=/usr/share/doc/${PF} \ - --without-xsel \ - --bindir=/bin \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install -} - -pkg_postinst() { - elog - elog "To use ${PN} as your default shell, you need to add /bin/${PN}" - elog "to /etc/shells." - elog - ewarn "Many files moved to ${ROOT}usr/share/fish/completions from /etc/fish.d/." - ewarn "Delete everything in ${ROOT}etc/fish.d/ except fish_interactive.fish." - ewarn "Otherwise, fish won't notice updates to the installed files," - ewarn "because the ones in /etc will override the new ones in /usr." - echo -} |