delete old package
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@2186 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
d111845391
commit
be20cedaf3
@ -1,40 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<catmetadata>
|
||||
<longdescription lang="en">
|
||||
The net-www category contains various WWW clients that have not yet
|
||||
moved into www- categories.
|
||||
</longdescription>
|
||||
<longdescription lang="de">
|
||||
Die Kategorie net-www enthält verschieden Programme die noch nicht auf
|
||||
die anderen www-Kategorien verteilt wurden.
|
||||
</longdescription>
|
||||
<longdescription lang="es">
|
||||
La categoría net-www contiene varios clientes WWW que no han sido
|
||||
movidos (aún) a categorías www-.
|
||||
</longdescription>
|
||||
<longdescription lang="ja">
|
||||
net-wwwカテゴリーにはwww-カテゴリーに未だ移動していない
|
||||
様々なワールド・ワイド・ウェブのクライアントが含まれています。
|
||||
</longdescription>
|
||||
<longdescription lang="nl">
|
||||
De net-www categorie bevat verschillende WWW-clients die nog niet in andere
|
||||
www- categorieen ingedeeld zijn.
|
||||
</longdescription>
|
||||
<longdescription lang="vi">
|
||||
Nhóm net-www chứa các client WWW chưa được chuyển vào các nhóm www-.
|
||||
</longdescription>
|
||||
<longdescription lang="it">
|
||||
La categoria net-www contiene cari client WWW che non sono ancora stati
|
||||
spostati in altre categorie www-.
|
||||
</longdescription>
|
||||
<longdescription lang="pt">
|
||||
A categoria net-www contém vários clientes de WWW que ainda não
|
||||
foram movidos para categorias www-.
|
||||
</longdescription>
|
||||
<longdescription lang="pl">
|
||||
Kategoria net-www zawiera przeglądarki WWW, których jeszcze nie
|
||||
przeniesiono do kategorii www-.
|
||||
</longdescription>
|
||||
</catmetadata>
|
||||
|
@ -1,7 +0,0 @@
|
||||
# ChangeLog for net-www/mnogosearch
|
||||
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
19 Feb 2007; Mario Fetka <mario-fetka@gmx.at> +mnogosearch-3.2.34.ebuild:
|
||||
Initial Ebuild
|
||||
|
@ -1,3 +0,0 @@
|
||||
DIST mnogosearch-3.2.34.tar.gz 3418441 RMD160 e6495596a8f6a1b857ef7cf93d0c752797e4b0dd SHA1 b339d3130ddf85f8b3a44bec4fd526e8314fb5aa SHA256 f3ff790c68f1811ea7f18735e7fda645c0b83e7dc8184b3eb45e97461b819a19
|
||||
EBUILD mnogosearch-3.2.34.ebuild 869 RMD160 bb5c66adf8e0a8b1285e961972007363a304eece SHA1 89fa6faf0a5e28f81d58f862e647a63306c2f0c5 SHA256 b52fec948f579d5daaebd2a6cae1e16e110fe5754f36034d7fdb5bf80b430488
|
||||
MISC ChangeLog 214 RMD160 db6aa3cbe149c02a003608bc03d8200de278419a SHA1 eb86bb1a01ad13105ce7845709e1d225e8678199 SHA256 4d4d3843a42edab28cf0790480b59888378e4ccdf93442a318b3073caf3738f2
|
@ -1,47 +0,0 @@
|
||||
# Copyright 1999-2007 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
inherit flag-o-matic eutils
|
||||
|
||||
IUSE="mysql ssl"
|
||||
|
||||
MY_P=${P/_/}
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
DESCRIPTION="Full-featured web search engine"
|
||||
SRC_URI="http://freshmeat.net/redir/udmsearch/6509/url_tgz/${MY_P}.tar.gz"
|
||||
HOMEPAGE="http://www.mnogosearch.org/"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="x86 sparc hppa alpha ppc ~mips amd64"
|
||||
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd ${S}
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
local modules myconf
|
||||
|
||||
econf \
|
||||
--prefix=/usr/local/mnogosearch
|
||||
|
||||
${myconf} || die "bad ./configure"
|
||||
|
||||
emake || die "compile problem"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
||||
make DESTDIR=${D} install || die
|
||||
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
einfo
|
||||
einfo 'You package files in /usr/local/mnogosearch'
|
||||
einfo
|
||||
}
|
Loading…
Reference in New Issue
Block a user