]> Pileus Git - ~andy/sunrise/commitdiff
removed net-irc/bip, in portage
authorAli Polatel <hawking@gentoo.org>
Tue, 20 Nov 2007 09:18:34 +0000 (09:18 +0000)
committerAli Polatel <hawking@gentoo.org>
Tue, 20 Nov 2007 09:18:34 +0000 (09:18 +0000)
svn path=/sunrise/; revision=5088

net-irc/bip/ChangeLog [deleted file]
net-irc/bip/Manifest [deleted file]
net-irc/bip/bip-0.6.1.ebuild [deleted file]
net-irc/bip/files/bip.vim [deleted file]
net-irc/bip/metadata.xml [deleted file]

diff --git a/net-irc/bip/ChangeLog b/net-irc/bip/ChangeLog
deleted file mode 100644 (file)
index 75bf30e..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for net-irc/bip
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  30 Aug 2007; Mike Pagano <mpagano@gmail.com> -bip-0.6.0.ebuild,
-  +bip-0.6.1.ebuild:
-  Version bump. Remove old version
-
-  25 Apr 2007; Ali Polatel (hawking) <polatel@gmail.com> bip-0.6.0.ebuild:
-  fixed econf
-
-  25 Apr 2007; Ali Polatel (hawking) <polatel@gmail.com> -bip-0.5.3.ebuild,
-  +bip-0.6.0.ebuild, +files/bip.vim:
-  version bump, added vim-syntax USE flag
-
-  18 Oct 2006; Markus Ullmann <jokey@gentoo.org> ChangeLog:
-  Initial commit for bug #116414 thanks to chris@protonlab.net for providing
-  the ebuild
-
diff --git a/net-irc/bip/Manifest b/net-irc/bip/Manifest
deleted file mode 100644 (file)
index d95311b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX bip.vim 109 RMD160 f4d5920126d87c4b1adda73d45890a22e7a3dfaa SHA1 62ee9f9b20c9aa53ab8806132ab697ee586a6446 SHA256 a3c86edb0b251d308267f4b1fde5439974937083e32175eacbcedb72891cb4dc
-DIST bip-0.6.1.tar.gz 175092 RMD160 13cc5753e276749c8e0d64c3f6f96f6964aa0bdc SHA1 f00481e0ae69e72a164990484b7255ea5bb96f71 SHA256 90ca63e775f7ebfa739c134c35a14161e943a58c59df3ecc39214309abf0ad89
-EBUILD bip-0.6.1.ebuild 1347 RMD160 1dc4ee91f533d1e17d8683f6f2072b98cd932d89 SHA1 05b548890dc56580f5c41bd9b71707130704fca5 SHA256 3ccfe780f7f3753cc0a0e0d146837daf0d691c7ff8ce2ff7e0c302780ab638ed
-MISC ChangeLog 632 RMD160 4a467529cb84f9fd08ea3310a2310c14f5684771 SHA1 449c02be0d31de823324877a7fd4143bf0da84c9 SHA256 79aed445bfe619f29728bd840db38fa98af9f0c8c65cfe22a9bb8febe55d74f5
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-irc/bip/bip-0.6.1.ebuild b/net-irc/bip/bip-0.6.1.ebuild
deleted file mode 100644 (file)
index 1ea40f1..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Multiuser IRC proxy with ssl support"
-HOMEPAGE="http://bip.t1r.net/"
-SRC_URI="http://bip.t1r.net/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="ssl vim-syntax"
-
-DEPEND="ssl? ( dev-libs/openssl )"
-RDEPEND="${DEPEND}
-       vim-syntax? ( || ( app-editors/vim
-       app-editors/gvim ) )"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-
-       # Fix bip.vim
-       if use vim-syntax; then
-               sed -i \
-                       -e 's/^\(no_client_away_msg\)/\t\\ \1/' \
-                       -e 's/always_backlog/backlog_always/' \
-                       -e 's/bl_msg_only/backlog_msg_only/' \
-                       samples/bip.vim || die "sed failed"
-       fi
-}
-
-src_compile() {
-       econf $(use_enable ssl) || die "econf failed"
-       emake CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
-       dobin src/bip src/bipmkpw
-
-       dodoc AUTHORS ChangeLog README README.floodcontrol NEWS TODO
-       newdoc samples/bip.conf bip.conf.sample
-       doman bip.1 bip.conf.1 bipmkpw.1
-
-       if use vim-syntax; then
-               insinto /usr/share/vim/vimfiles/syntax
-               doins samples/bip.vim
-               insinto /usr/share/vim/vimfiles/ftdetect
-               doins "${FILESDIR}"/bip.vim
-       fi
-}
-
-pkg_postinst() {
-       elog 'Default configuration file is "~/.bip/bip.conf"'
-       elog "You can find a sample configuration file in"
-       elog "/usr/share/doc/bip-0.6.1/bip.conf.sample.bz2"
-}
diff --git a/net-irc/bip/files/bip.vim b/net-irc/bip/files/bip.vim
deleted file mode 100644 (file)
index b99ad1b..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-" Vim filetype detection file for bip config files
-"
-" $Id$
-
-au BufNewFile,BufRead bip.conf set filetype=bip
diff --git a/net-irc/bip/metadata.xml b/net-irc/bip/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>