diff options
author | 2004-08-25 17:59:23 +0000 | |
---|---|---|
committer | 2004-08-25 17:59:23 +0000 | |
commit | 125b48a278043dffff7bd5669f400de2bd81a7be (patch) | |
tree | 897ddc89eacdd0bbeeab83b1d5311bd3f98df522 | |
parent | cosmetic facelift (diff) | |
download | historical-125b48a278043dffff7bd5669f400de2bd81a7be.tar.gz historical-125b48a278043dffff7bd5669f400de2bd81a7be.tar.bz2 historical-125b48a278043dffff7bd5669f400de2bd81a7be.zip |
cleanups
-rw-r--r-- | net-p2p/gift-openft/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/gift-openft/files/digest-gift-openft-0.2.1.2 | 1 | ||||
-rw-r--r-- | net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild | 43 | ||||
-rw-r--r-- | net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild | 4 |
4 files changed, 7 insertions, 47 deletions
diff --git a/net-p2p/gift-openft/ChangeLog b/net-p2p/gift-openft/ChangeLog index 46ead3dde9ce..e043be2cb23c 100644 --- a/net-p2p/gift-openft/ChangeLog +++ b/net-p2p/gift-openft/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/gift-openft # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/ChangeLog,v 1.19 2004/08/21 17:35:51 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/ChangeLog,v 1.20 2004/08/25 17:59:23 squinky86 Exp $ + + 25 Aug 2004; Jon Hood <squinky86@gentoo.org> -gift-openft-0.2.1.2.ebuild, + gift-openft-0.2.1.4.ebuild: + Remove old versions; cleanup ebuilds. 21 Aug 2004; Jason Wever <weeve@gentoo.org> gift-openft-0.2.1.3.ebuild: Stable on sparc. diff --git a/net-p2p/gift-openft/files/digest-gift-openft-0.2.1.2 b/net-p2p/gift-openft/files/digest-gift-openft-0.2.1.2 deleted file mode 100644 index 5f4f384d7ce0..000000000000 --- a/net-p2p/gift-openft/files/digest-gift-openft-0.2.1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 18f9f084dd9f866b16c7ebded269989d gift-openft-0.2.1.2.tar.bz2 316233 diff --git a/net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild b/net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild deleted file mode 100644 index faddfcab8871..000000000000 --- a/net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.2.ebuild,v 1.11 2004/07/18 17:26:11 squinky86 Exp $ - -IUSE="" - -DESCRIPTION="The giFT OpenFT plugin" -HOMEPAGE="http://gift.sf.net/" -SRC_URI="mirror://sourceforge/gift/${P}.tar.bz2" -RESTRICT="nomirror" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc ~ppc amd64" - -DEPEND="virtual/libc - >=net-p2p/gift-0.11.5 - >=sys-apps/sed-4 - >=sys-libs/zlib-1.1.4" - -src_compile() { - econf || die "failed to configure" - emake || die "failed to build" -} - -src_install() { - einstall giftconfdir=${D}/etc/giFT \ - plugindir=${D}/usr/lib/giFT \ - datadir=${D}/usr/share/giFT \ - giftperldir=${D}/usr/bin \ - libgiftincdir=${D}/usr/include/libgift || die "Install failed" -} - -pkg_postinst() { - einfo "Before you can use the new plugin," - einfo "you should counfigure it with gift-setup command." - echo - einfo "To run giFT with OpenFT support, run:" - einfo "giFT -p /usr/lib/giFT/libOpenFT.so" - echo - einfo "Alternatively you can add the following line to" - einfo "your ~/.giFT/giftd.conf configuration file:" - einfo "plugins = OpenFT" -} diff --git a/net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild b/net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild index 997466ed338f..b16900643799 100644 --- a/net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild +++ b/net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild,v 1.2 2004/08/11 17:38:29 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gift-openft/gift-openft-0.2.1.4.ebuild,v 1.3 2004/08/25 17:59:23 squinky86 Exp $ IUSE="" @@ -37,7 +37,7 @@ pkg_postinst() { einfo "you should counfigure it with gift-setup command." echo einfo "To run giFT with OpenFT support, run:" - einfo "giFT -p /usr/lib/giFT/libOpenFT.so" + einfo "\tgiFT -p /usr/lib/giFT/libOpenFT.so" echo einfo "Alternatively you can add the following line to" einfo "your ~/.giFT/giftd.conf configuration file:" |