Sync with portage [Tue Feb 28 18:12:09 MSK 2012].
This commit is contained in:
parent
2881fa911c
commit
3733c502e2
120 changed files with 916 additions and 1284 deletions
|
@ -1,10 +1,11 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.6.76.ebuild,v 1.1 2011/10/02 23:48:17 dirtyepic Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.6.76.ebuild,v 1.3 2012/02/28 11:51:10 patrick Exp $
|
||||
|
||||
EAPI=2
|
||||
SUPPORT_PYTHON_ABIS=1
|
||||
PYTHON_DEPEND="2:2.5"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils eutils fdo-mime python
|
||||
|
||||
|
@ -25,8 +26,6 @@ DEPEND=">=dev-python/wxpython-2.8.9.2:2.8
|
|||
RDEPEND="${DEPEND}
|
||||
spell? ( dev-python/pyenchant )"
|
||||
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
S="${WORKDIR}"/${MY_PN}-${PV}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.6.89.ebuild,v 1.1 2012/02/20 08:07:33 dirtyepic Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-editors/editra/editra-0.6.89.ebuild,v 1.3 2012/02/28 11:51:10 patrick Exp $
|
||||
|
||||
EAPI=2
|
||||
SUPPORT_PYTHON_ABIS=1
|
||||
PYTHON_DEPEND="2:2.5"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils eutils fdo-mime python
|
||||
|
||||
|
@ -25,8 +26,6 @@ DEPEND=">=dev-python/wxpython-2.8.9.2:2.8
|
|||
RDEPEND="${DEPEND}
|
||||
spell? ( dev-python/pyenchant )"
|
||||
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
S="${WORKDIR}"/${MY_PN}-${PV}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild,v 1.14 2012/02/27 21:29:20 dilfridge Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.5.9999.ebuild,v 1.15 2012/02/28 09:30:29 scarabeus Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -495,9 +495,8 @@ pkg_postinst() {
|
|||
|
||||
pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
|
||||
|
||||
if ! use cups ; then
|
||||
ewarn 'You will need net-print/cups to be able to print with libreoffice.'
|
||||
fi
|
||||
use cups || \
|
||||
ewarn 'You will need net-print/cups to be able to print and export to PDF with libreoffice.'
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.28 2012/02/27 21:44:55 scarabeus Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999-r2.ebuild,v 1.29 2012/02/28 09:30:29 scarabeus Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -499,7 +499,7 @@ pkg_postinst() {
|
|||
pax-mark -m "${EPREFIX}"/usr/$(get_libdir)/libreoffice/program/soffice.bin
|
||||
|
||||
use cups || \
|
||||
ewarn 'You will need net-print/cups to be able to print with libreoffice.'
|
||||
ewarn 'You will need net-print/cups to be able to print and export to PDF with libreoffice.'
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
--- openjdk/sun/print/Win32PrintService.java.orig 2012-02-26 17:56:16.751000012 +0100
|
||||
+++ openjdk/sun/print/Win32PrintService.java 2012-02-26 17:56:37.182000012 +0100
|
||||
@@ -119,7 +119,7 @@
|
||||
Chromaticity.class
|
||||
};
|
||||
|
||||
- // conversion from 1/100 Inch (.NET) to µm (Java)
|
||||
+ // conversion from 1/100 Inch (.NET) to m (Java)
|
||||
private static final int INCH100_TO_MYM = 254;
|
||||
private static final int MATCH_DIFF = 500; // 0.5 mm
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.46.0.2.ebuild,v 1.1 2012/01/21 13:49:31 pacho Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ikvm/ikvm-0.46.0.2.ebuild,v 1.2 2012/02/28 08:30:16 pacho Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
|
@ -21,12 +21,15 @@ RDEPEND=">=dev-lang/mono-2
|
|||
DEPEND="${RDEPEND}
|
||||
!dev-dotnet/ikvm-bin
|
||||
>=dev-dotnet/nant-0.85
|
||||
>=virtual/jdk-1.6
|
||||
>=virtual/jdk-1.6:1.6
|
||||
app-arch/unzip
|
||||
dev-util/pkgconfig
|
||||
app-arch/sharutils"
|
||||
|
||||
src_prepare() {
|
||||
# Fix unmappable character for encoding ASCII, bug #399729
|
||||
epatch "${FILESDIR}"/${PN}-0.46.0.2-unmappable-character.patch
|
||||
|
||||
# We cannot rely on Mono Crypto Service Provider as it doesn't work inside
|
||||
# sandbox, we simply hard-code the path to a bundled key like Debian does.
|
||||
epatch "${FILESDIR}"/${PN}-0.46.0.1-key.patch
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit,v 1.3 2012/02/27 22:04:47 mabi Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v53.eblit,v 1.4 2012/02/28 10:59:13 mabi Exp $
|
||||
|
||||
eblit-php-src_configure() {
|
||||
addpredict /usr/share/snmp/mibs/.index
|
||||
|
@ -164,7 +164,7 @@ eblit-php-src_configure() {
|
|||
# Oracle support
|
||||
if use oci8-instant-client ; then
|
||||
my_conf+="
|
||||
$(use_with oci8-instant-client oci8)
|
||||
$(use_with oci8-instant-client oci8)"
|
||||
fi
|
||||
|
||||
# PDO support
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.2 2012/02/27 22:04:47 mabi Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v54.eblit,v 1.3 2012/02/28 11:02:54 olemarkus Exp $
|
||||
|
||||
eblit-php-src_configure() {
|
||||
addpredict /usr/share/snmp/mibs/.index
|
||||
|
@ -162,7 +162,7 @@ eblit-php-src_configure() {
|
|||
# Oracle support
|
||||
if use oci8-instant-client ; then
|
||||
my_conf+="
|
||||
$(use_with oci8-instant-client oci8)
|
||||
$(use_with oci8-instant-client oci8)"
|
||||
fi
|
||||
|
||||
# PDO support
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
DIST apr-1.4.5.tar.bz2 754763 RMD160 d2a966c1b143416cd3655cf849cb5d3cb1ca2c5f SHA1 517de5e3cc1e3be810d9bc95508ab66bb8ebe7cb SHA256 38c61cacb39be649411cdab212979c71ce29495549c249c2e9a1b0d12480c93e
|
||||
DIST apr-1.4.6.tar.bz2 785724 RMD160 ca496323a921f71ed28695ede94ff4fc00df9b0d SHA1 1a72fc9d89a378590ef243399396169426d1f6cf SHA256 9b635e60feb163e6fc6c375721f71f44d7e26d6b9cd52f6b86b04e65d2481cbc
|
||||
|
|
90
dev-libs/apr/apr-1.4.6.ebuild
Normal file
90
dev-libs/apr/apr-1.4.6.ebuild
Normal file
|
@ -0,0 +1,90 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/apr/apr-1.4.6.ebuild,v 1.1 2012/02/28 08:08:16 idl0r Exp $
|
||||
|
||||
EAPI="4"
|
||||
|
||||
inherit autotools eutils libtool multilib
|
||||
|
||||
DESCRIPTION="Apache Portable Runtime Library"
|
||||
HOMEPAGE="http://apr.apache.org/"
|
||||
SRC_URI="mirror://apache/apr/${P}.tar.bz2"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="1"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
|
||||
IUSE="doc elibc_FreeBSD older-kernels-compatibility static-libs +urandom +uuid"
|
||||
|
||||
RDEPEND="uuid? ( !elibc_FreeBSD? ( >=sys-apps/util-linux-2.16 ) )"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( app-doc/doxygen )"
|
||||
|
||||
DOCS=(CHANGES NOTICE README)
|
||||
|
||||
src_prepare() {
|
||||
# Ensure that system libtool is used.
|
||||
sed -e 's:${installbuilddir}/libtool:/usr/bin/libtool:' -i apr-config.in || die "sed failed"
|
||||
sed -e 's:@LIBTOOL@:$(SHELL) /usr/bin/libtool:' -i build/apr_rules.mk.in || die "sed failed"
|
||||
|
||||
AT_M4DIR="build" eautoreconf
|
||||
elibtoolize
|
||||
|
||||
epatch "${FILESDIR}/config.layout.patch"
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
|
||||
if use older-kernels-compatibility; then
|
||||
local apr_cv_accept4 apr_cv_dup3 apr_cv_epoll_create1 apr_cv_sock_cloexec
|
||||
export apr_cv_accept4="no"
|
||||
export apr_cv_dup3="no"
|
||||
export apr_cv_epoll_create1="no"
|
||||
export apr_cv_sock_cloexec="no"
|
||||
fi
|
||||
|
||||
if use urandom; then
|
||||
myconf+=" --with-devrandom=/dev/urandom"
|
||||
else
|
||||
myconf+=" --with-devrandom=/dev/random"
|
||||
fi
|
||||
|
||||
if ! use uuid; then
|
||||
local apr_cv_osuuid
|
||||
export apr_cv_osuuid="no"
|
||||
fi
|
||||
|
||||
CONFIG_SHELL="/bin/bash" econf \
|
||||
--enable-layout=gentoo \
|
||||
--enable-nonportable-atomics \
|
||||
--enable-threads \
|
||||
${myconf}
|
||||
|
||||
rm -f libtool
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
emake
|
||||
|
||||
if use doc; then
|
||||
emake dox
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
find "${ED}" -name "*.la" -exec rm -f {} +
|
||||
|
||||
if use doc; then
|
||||
dohtml -r docs/dox/html/*
|
||||
fi
|
||||
|
||||
if ! use static-libs; then
|
||||
find "${ED}" -name "*.a" -exec rm -f {} +
|
||||
fi
|
||||
|
||||
# This file is only used on AIX systems, which Gentoo is not,
|
||||
# and causes collisions between the SLOTs, so remove it.
|
||||
rm -f "${ED}usr/$(get_libdir)/apr.exp"
|
||||
}
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>apache</herd>
|
||||
<maintainer>
|
||||
<email>apache-bugs@gentoo.org</email>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name='older-kernels-compatibility'>Enable binary compatibility with older kernels</flag>
|
||||
<flag name='urandom'>Use /dev/urandom instead of /dev/random</flag>
|
||||
<flag name='uuid'>Enable UUID support</flag>
|
||||
</use>
|
||||
<herd>apache</herd>
|
||||
<maintainer>
|
||||
<email>apache-bugs@gentoo.org</email>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="older-kernels-compatibility">Enable binary compatibility with older kernels</flag>
|
||||
<flag name="urandom">Use /dev/urandom instead of /dev/random</flag>
|
||||
<flag name="uuid">Enable UUID support</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1-r6.ebuild,v 1.3 2012/02/27 15:17:31 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-libs/expat/expat-2.0.1-r6.ebuild,v 1.4 2012/02/28 10:35:34 ssuominen Exp $
|
||||
|
||||
EAPI=4
|
||||
inherit eutils libtool toolchain-funcs
|
||||
|
@ -35,11 +35,11 @@ src_configure() {
|
|||
|
||||
if use unicode; then
|
||||
pushd "${S}"-buildu >/dev/null
|
||||
CPPFLAGS+=" -DXML_UNICODE" ECONF_SOURCE="${S}" econf ${myconf}
|
||||
CPPFLAGS="${CPPFLAGS} -DXML_UNICODE" ECONF_SOURCE="${S}" econf ${myconf}
|
||||
popd >/dev/null
|
||||
|
||||
pushd "${S}"-buildw >/dev/null
|
||||
CFLAGS+=" -fshort-wchar" CPPFLAGS+=" -DXML_UNICODE_WCHAR_T" ECONF_SOURCE="${S}" econf ${myconf}
|
||||
CFLAGS="${CFLAGS} -fshort-wchar" CPPFLAGS="${CPPFLAGS} -DXML_UNICODE_WCHAR_T" ECONF_SOURCE="${S}" econf ${myconf}
|
||||
popd >/dev/null
|
||||
fi
|
||||
}
|
||||
|
|
1
dev-ruby/bourne/Manifest
Normal file
1
dev-ruby/bourne/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST bourne-1.1.0.gem 17408 RMD160 751ccf35d6d134c7ae3d053abbbaf73c2621fbf8 SHA1 ad1c973caf239c24c02f373bcddb51f1f686b2dd SHA256 999a39c2e31dacd82a5b793354ce39afaab3c0189c9ef2a760c4b25aa9b99a29
|
33
dev-ruby/bourne/bourne-1.1.0.ebuild
Normal file
33
dev-ruby/bourne/bourne-1.1.0.ebuild
Normal file
|
@ -0,0 +1,33 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bourne/bourne-1.1.0.ebuild,v 1.1 2012/02/28 11:04:24 flameeyes Exp $
|
||||
|
||||
EAPI=4
|
||||
USE_RUBY="ruby18 ruby19 ree18 jruby"
|
||||
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md"
|
||||
|
||||
RUBY_FAKEGEM_TASK_TEST="default"
|
||||
|
||||
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Extends mocha to allow detailed tracking and querying of stub and mock invocations."
|
||||
HOMEPAGE="http://github.com/thoughtbot/bourne"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_rdepend "=dev-ruby/mocha-0.10*"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i \
|
||||
-e '/git ls-files/d' \
|
||||
-e '/dependency.*mocha/s:= 0.10.4:~> 0.10.3:' \
|
||||
"${RUBY_FAKEGEM_GEMSPEC}" || die
|
||||
|
||||
sed -i -e '/bundler/d' Rakefile || die
|
||||
}
|
5
dev-ruby/bourne/metadata.xml
Normal file
5
dev-ruby/bourne/metadata.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>ruby</herd>
|
||||
</pkgmetadata>
|
1
dev-ruby/cocaine/Manifest
Normal file
1
dev-ruby/cocaine/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST cocaine-0.2.1.gem 8704 RMD160 f3cf916358cc9e1a1844279cfe578fa1f9e7ff22 SHA1 6a8b62702a6a38dd71ad381d70dcad0f5b003798 SHA256 ceda8dae6dc695f36363a8a38b26895e9ace92cc09d4efb7156e48706d984cdf
|
40
dev-ruby/cocaine/cocaine-0.2.1.ebuild
Normal file
40
dev-ruby/cocaine/cocaine-0.2.1.ebuild
Normal file
|
@ -0,0 +1,40 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cocaine/cocaine-0.2.1.ebuild,v 1.1 2012/02/28 11:09:34 flameeyes Exp $
|
||||
|
||||
EAPI=4
|
||||
USE_RUBY="ruby18 ruby19 ree18 jruby"
|
||||
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md"
|
||||
|
||||
RUBY_FAKEGEM_TASK_TEST="default"
|
||||
|
||||
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="A small library for doing command lines"
|
||||
HOMEPAGE="http://www.thoughtbot.com/projects/cocaine"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_bdepend "
|
||||
test? (
|
||||
dev-ruby/bourne
|
||||
dev-ruby/mocha
|
||||
dev-ruby/rspec
|
||||
)"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i \
|
||||
-e '/git ls-files/d' \
|
||||
-e '/dependency.*mocha/s:= 0.10.4:~> 0.10.3:' \
|
||||
"${RUBY_FAKEGEM_GEMSPEC}" || die
|
||||
|
||||
rm Gemfile* || die
|
||||
|
||||
sed -i -e '/bundler/d' Rakefile || die
|
||||
}
|
5
dev-ruby/cocaine/metadata.xml
Normal file
5
dev-ruby/cocaine/metadata.xml
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<herd>ruby</herd>
|
||||
</pkgmetadata>
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.28 2012/02/28 03:49:41 anarchy Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-3.eclass,v 1.29 2012/02/28 05:04:25 anarchy Exp $
|
||||
#
|
||||
# mozconfig.eclass: the new mozilla.eclass
|
||||
|
||||
|
@ -36,7 +36,7 @@ mozconfig_config() {
|
|||
|
||||
if has bindist ${IUSE}; then
|
||||
mozconfig_use_enable !bindist official-branding
|
||||
if [[ ${PN} == firefox ]] ; then
|
||||
if [[ ${PN} == firefox ]] && use bindist ; then
|
||||
mozconfig_annotate '' --with-branding=browser/branding/aurora
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.7.0.7.ebuild,v 1.1 2011/06/06 10:59:08 hwoarang Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.7.0.7.ebuild,v 1.2 2012/02/28 12:27:28 patrick Exp $
|
||||
|
||||
EAPI="2"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils fdo-mime
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.7.3.7.ebuild,v 1.1 2011/09/30 17:13:45 hwoarang Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.7.3.7.ebuild,v 1.2 2012/02/28 12:27:28 patrick Exp $
|
||||
|
||||
EAPI="2"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils fdo-mime
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.7.8.9.ebuild,v 1.1 2011/11/18 20:21:09 hwoarang Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.7.8.9.ebuild,v 1.2 2012/02/28 12:27:28 patrick Exp $
|
||||
|
||||
EAPI="2"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils fdo-mime
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.8.1.9.ebuild,v 1.1 2011/12/30 09:16:57 hwoarang Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.8.1.9.ebuild,v 1.2 2012/02/28 12:27:28 patrick Exp $
|
||||
|
||||
EAPI="2"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils fdo-mime
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.8.5.2.ebuild,v 1.2 2012/02/14 17:18:15 tove Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.8.5.2.ebuild,v 1.3 2012/02/28 12:27:28 patrick Exp $
|
||||
|
||||
EAPI="2"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.4 3.*"
|
||||
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils fdo-mime
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.8.9.3.ebuild,v 1.1 2012/02/14 21:21:09 hwoarang Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/dispcalgui/dispcalgui-0.8.9.3.ebuild,v 1.2 2012/02/28 12:27:28 patrick Exp $
|
||||
|
||||
EAPI="2"
|
||||
PYTHON_DEPEND="2"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.4 3.*"
|
||||
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils fdo-mime
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontypython/fontypython-0.4.2.3.ebuild,v 1.8 2011/03/04 22:26:57 arfrever Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/fontypython/fontypython-0.4.2.3.ebuild,v 1.9 2012/02/28 12:29:39 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
PYTHON_DEPEND="2:2.5"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython"
|
||||
RESTRICT_PYTHON_ABIS="2.4 3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils multilib python
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/quodlibet/quodlibet-2.3.92-r1.ebuild,v 1.2 2012/02/21 17:59:58 ago Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-sound/quodlibet/quodlibet-2.3.92-r1.ebuild,v 1.3 2012/02/28 13:16:02 patrick Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
PYTHON_DEPEND="2:2.7"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
RESTRICT_PYTHON_ABIS="2.5 2.6 3.* *-jython 2.7-pypy-*"
|
||||
|
||||
inherit distutils eutils
|
||||
|
||||
|
|
2
metadata/cache/dev-dotnet/ikvm-0.46.0.2
vendored
2
metadata/cache/dev-dotnet/ikvm-0.46.0.2
vendored
|
@ -1,4 +1,4 @@
|
|||
>=dev-lang/mono-2 dev-libs/glib !dev-dotnet/ikvm-bin >=dev-dotnet/nant-0.85 >=virtual/jdk-1.6 app-arch/unzip dev-util/pkgconfig app-arch/sharutils >=dev-java/java-config-2.1.9-r1
|
||||
>=dev-lang/mono-2 dev-libs/glib !dev-dotnet/ikvm-bin >=dev-dotnet/nant-0.85 >=virtual/jdk-1.6:1.6 app-arch/unzip dev-util/pkgconfig app-arch/sharutils >=dev-java/java-config-2.1.9-r1
|
||||
>=dev-lang/mono-2 dev-libs/glib >=dev-java/java-config-2.1.9-r1
|
||||
0
|
||||
http://www.frijters.net/openjdk6-b22-stripped.zip http://www.frijters.net/ikvmsrc-0.46.0.2.zip
|
||||
|
|
22
metadata/cache/dev-libs/apr-1.4.6
vendored
Normal file
22
metadata/cache/dev-libs/apr-1.4.6
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
uuid? ( !elibc_FreeBSD? ( >=sys-apps/util-linux-2.16 ) ) doc? ( app-doc/doxygen ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
|
||||
uuid? ( !elibc_FreeBSD? ( >=sys-apps/util-linux-2.16 ) )
|
||||
1
|
||||
mirror://apache/apr/apr-1.4.6.tar.bz2
|
||||
|
||||
http://apr.apache.org/
|
||||
Apache-2.0
|
||||
Apache Portable Runtime Library
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
|
||||
autotools eutils libtool multilib portability toolchain-funcs user
|
||||
doc elibc_FreeBSD older-kernels-compatibility static-libs +urandom +uuid
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-ruby/bourne-1.1.0
vendored
Normal file
22
metadata/cache/dev-ruby/bourne-1.1.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
test? ( ruby_targets_ruby18? ( =dev-ruby/mocha-0.10*[ruby_targets_ruby18] ) ruby_targets_ruby19? ( =dev-ruby/mocha-0.10*[ruby_targets_ruby19] ) ruby_targets_ree18? ( =dev-ruby/mocha-0.10*[ruby_targets_ree18] ) ruby_targets_jruby? ( =dev-ruby/mocha-0.10*[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
|
||||
ruby_targets_ruby18? ( =dev-ruby/mocha-0.10*[ruby_targets_ruby18] ) ruby_targets_ruby19? ( =dev-ruby/mocha-0.10*[ruby_targets_ruby19] ) ruby_targets_ree18? ( =dev-ruby/mocha-0.10*[ruby_targets_ree18] ) ruby_targets_jruby? ( =dev-ruby/mocha-0.10*[ruby_targets_jruby] ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
|
||||
0
|
||||
mirror://rubygems/bourne-1.1.0.gem
|
||||
|
||||
http://github.com/thoughtbot/bourne
|
||||
MIT
|
||||
Extends mocha to allow detailed tracking and querying of stub and mock invocations.
|
||||
~amd64
|
||||
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
||||
test elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc test test
|
||||
|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby )
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare setup test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/dev-ruby/cocaine-0.2.1
vendored
Normal file
22
metadata/cache/dev-ruby/cocaine-0.2.1
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
ruby_targets_ruby18? ( test? ( dev-ruby/bourne[ruby_targets_ruby18] dev-ruby/mocha[ruby_targets_ruby18] dev-ruby/rspec[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/bourne[ruby_targets_ruby19] dev-ruby/mocha[ruby_targets_ruby19] dev-ruby/rspec[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/bourne[ruby_targets_ree18] dev-ruby/mocha[ruby_targets_ree18] dev-ruby/rspec[ruby_targets_ree18] ) ) ruby_targets_jruby? ( test? ( dev-ruby/bourne[ruby_targets_jruby] dev-ruby/mocha[ruby_targets_jruby] dev-ruby/rspec[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( doc? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( doc? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( doc? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_jruby? ( doc? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( test? ( dev-ruby/rake[ruby_targets_ruby18] ) ) ruby_targets_ruby19? ( test? ( dev-ruby/rake[ruby_targets_ruby19] ) ) ruby_targets_ree18? ( test? ( dev-ruby/rake[ruby_targets_ree18] ) ) ruby_targets_jruby? ( test? ( dev-ruby/rake[ruby_targets_jruby] ) ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) test? ( ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] ) )
|
||||
ruby_targets_ruby18? ( dev-lang/ruby:1.8 ) ruby_targets_ruby19? ( dev-lang/ruby:1.9 ) ruby_targets_ree18? ( dev-lang/ruby-enterprise:1.8 ) ruby_targets_jruby? ( dev-java/jruby ) ruby_targets_ruby18? ( virtual/rubygems[ruby_targets_ruby18] ) ruby_targets_ruby19? ( virtual/rubygems[ruby_targets_ruby19] ) ruby_targets_ree18? ( virtual/rubygems[ruby_targets_ree18] ) ruby_targets_jruby? ( virtual/rubygems[ruby_targets_jruby] )
|
||||
0
|
||||
mirror://rubygems/cocaine-0.2.1.gem
|
||||
|
||||
http://www.thoughtbot.com/projects/cocaine
|
||||
MIT
|
||||
A small library for doing command lines
|
||||
~amd64
|
||||
eutils java-utils-2 multilib portability ruby-fakegem ruby-ng toolchain-funcs user versionator
|
||||
elibc_FreeBSD ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby doc test test
|
||||
|| ( ruby_targets_ruby18 ruby_targets_ruby19 ruby_targets_ree18 ruby_targets_jruby )
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare setup test unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/net-analyzer/metasploit-3.3.3
vendored
22
metadata/cache/net-analyzer/metasploit-3.3.3
vendored
|
@ -1,22 +0,0 @@
|
|||
|
||||
dev-lang/ruby dev-ruby/rubygems gtk? ( dev-ruby/ruby-libglade2 ) sqlite? ( dev-ruby/sqlite3-ruby dev-ruby/activerecord ) postgres? ( dev-ruby/ruby-postgres dev-ruby/activerecord )
|
||||
3.3
|
||||
http://www.metasploit.com/releases/framework-3.3.3.tar.bz2
|
||||
|
||||
http://www.metasploit.org/
|
||||
BSD
|
||||
Advanced open-source framework for developing, testing, and using vulnerability exploit code
|
||||
~amd64 ~ppc ~sparc ~x86
|
||||
|
||||
gtk sqlite postgres
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
install postinst
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/net-analyzer/metasploit-3.4.0
vendored
22
metadata/cache/net-analyzer/metasploit-3.4.0
vendored
|
@ -1,22 +0,0 @@
|
|||
|
||||
dev-lang/ruby dev-ruby/rubygems gtk? ( dev-ruby/ruby-libglade2 ) sqlite? ( dev-ruby/sqlite3-ruby dev-ruby/activerecord ) postgres? ( dev-ruby/ruby-postgres dev-ruby/activerecord )
|
||||
3.4
|
||||
http://www.metasploit.com/releases/framework-3.4.0.tar.bz2
|
||||
|
||||
http://www.metasploit.org/
|
||||
BSD
|
||||
Advanced open-source framework for developing, testing, and using vulnerability exploit code
|
||||
~amd64 ~ppc ~sparc ~x86
|
||||
|
||||
gtk sqlite postgres
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
install postinst
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/net-analyzer/metasploit-3.4.1
vendored
22
metadata/cache/net-analyzer/metasploit-3.4.1
vendored
|
@ -1,22 +0,0 @@
|
|||
|
||||
dev-lang/ruby dev-ruby/rubygems gtk? ( dev-ruby/ruby-libglade2 ) sqlite? ( dev-ruby/sqlite3-ruby dev-ruby/activerecord ) postgres? ( dev-ruby/ruby-postgres dev-ruby/activerecord )
|
||||
3.4
|
||||
http://www.metasploit.com/releases/framework-3.4.1.tar.bz2
|
||||
|
||||
http://www.metasploit.org/
|
||||
BSD
|
||||
Advanced open-source framework for developing, testing, and using vulnerability exploit code
|
||||
~amd64 ~ppc ~sparc ~x86
|
||||
|
||||
gtk sqlite postgres
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
install postinst
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/net-analyzer/metasploit-3.5.0
vendored
22
metadata/cache/net-analyzer/metasploit-3.5.0
vendored
|
@ -1,22 +0,0 @@
|
|||
|
||||
dev-lang/ruby dev-ruby/rubygems gtk? ( dev-ruby/ruby-libglade2 ) sqlite? ( dev-ruby/sqlite3-ruby dev-ruby/activerecord ) postgres? ( dev-ruby/ruby-postgres dev-ruby/activerecord )
|
||||
3.5
|
||||
http://www.metasploit.com/releases/framework-3.5.0.tar.bz2
|
||||
|
||||
http://www.metasploit.org/
|
||||
BSD
|
||||
Advanced open-source framework for developing, testing, and using vulnerability exploit code
|
||||
~amd64 ~ppc ~sparc ~x86
|
||||
|
||||
gtk sqlite postgres
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
install postinst
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/net-analyzer/metasploit-3.6.0
vendored
22
metadata/cache/net-analyzer/metasploit-3.6.0
vendored
|
@ -1,22 +0,0 @@
|
|||
|
||||
dev-lang/ruby dev-ruby/rubygems gtk? ( dev-ruby/ruby-libglade2 ) sqlite? ( dev-ruby/sqlite3-ruby dev-ruby/activerecord ) postgres? ( dev-ruby/ruby-postgres dev-ruby/activerecord )
|
||||
3.6
|
||||
http://updates.metasploit.com/data/releases/framework-3.6.0.tar.bz2
|
||||
|
||||
http://www.metasploit.org/
|
||||
BSD
|
||||
Advanced open-source framework for developing, testing, and using vulnerability exploit code
|
||||
~amd64 ~ppc ~sparc ~x86
|
||||
|
||||
gtk sqlite postgres
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
install postinst
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/net-analyzer/metasploit-3.7.0
vendored
22
metadata/cache/net-analyzer/metasploit-3.7.0
vendored
|
@ -1,22 +0,0 @@
|
|||
|
||||
dev-lang/ruby dev-ruby/rubygems gtk? ( dev-ruby/ruby-libglade2 ) sqlite? ( dev-ruby/sqlite3-ruby dev-ruby/activerecord ) postgres? ( dev-ruby/ruby-postgres dev-ruby/activerecord )
|
||||
3.7
|
||||
http://updates.metasploit.com/data/releases/framework-3.7.0.tar.bz2
|
||||
|
||||
http://www.metasploit.org/
|
||||
BSD
|
||||
Advanced open-source framework for developing, testing, and using vulnerability exploit code
|
||||
~amd64 ~ppc ~sparc ~x86
|
||||
|
||||
gtk sqlite postgres
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
install postinst
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
dev-lang/ruby dev-ruby/rubygems gui? ( virtual/jre ) mysql? ( dev-ruby/mysql-ruby dev-ruby/activerecord[mysql] ) postgres? ( dev-ruby/ruby-postgres dev-ruby/activerecord[postgres] )
|
||||
4.1
|
||||
http://downloads.metasploit.com/data/releases/framework-latest.tar.bz2
|
||||
http://updates.metasploit.com/data/releases/framework-4.2.0.tar.bz2
|
||||
|
||||
http://www.metasploit.org/
|
||||
BSD
|
22
metadata/cache/net-firewall/ufw-0.30.1-r3
vendored
22
metadata/cache/net-firewall/ufw-0.30.1-r3
vendored
|
@ -1,22 +0,0 @@
|
|||
>=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
>=net-firewall/iptables-1.4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
0
|
||||
http://launchpad.net/ufw/0.30/0.30.1/+download/ufw-0.30.1.tar.gz
|
||||
test
|
||||
http://launchpad.net/ufw
|
||||
GPL-3
|
||||
A program used to manage a netfilter firewall
|
||||
~amd64 ~x86
|
||||
bash-completion-r1 distutils eutils linux-info multilib portability python toolchain-funcs user versionator
|
||||
examples
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile install postinst postrm prepare setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
>=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
sys-devel/gettext >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
>=net-firewall/iptables-1.4 >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* =dev-lang/python-2.5* )
|
||||
0
|
||||
http://launchpad.net/ufw/0.30/0.30.1/+download/ufw-0.30.1.tar.gz
|
||||
|
@ -12,9 +12,9 @@ examples
|
|||
|
||||
|
||||
|
||||
3
|
||||
4
|
||||
|
||||
compile install postinst postrm prepare setup
|
||||
compile install postinst postrm prepare pretend setup
|
||||
|
||||
|
||||
|
22
metadata/cache/net-mail/automx-0.8_beta1
vendored
Normal file
22
metadata/cache/net-mail/automx-0.8_beta1
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
dev-python/lxml || ( www-apache/mod_wsgi www-servers/uwsgi ) tools? ( net-dns/bind-tools ) tools? ( net-misc/wget ) >=app-admin/eselect-python-20091230 || ( =dev-lang/python-2.7* =dev-lang/python-2.6* )
|
||||
0
|
||||
http://www.automx.org/download/automx-0.8_beta1.tar.gz
|
||||
|
||||
http://www.automx.org
|
||||
GPL-3
|
||||
A mail user agent auto configuration service
|
||||
~amd64 ~x86
|
||||
multilib python toolchain-funcs
|
||||
doc +tools
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
install postinst postrm setup
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/net-misc/ofono-1.0
vendored
Normal file
22
metadata/cache/net-misc/ofono-1.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=sys-apps/dbus-1.2.24 >=dev-libs/glib-2.16 bluetooth? ( >=net-wireless/bluez-4.61 ) caps? ( sys-libs/libcap-ng ) udev? ( >=sys-fs/udev-143 ) examples? ( dev-python/dbus-python ) tools? ( dev-libs/libusb:1 ) dev-util/pkgconfig !<sys-apps/systemd-29-r4 !=sys-apps/systemd-37-r1
|
||||
>=sys-apps/dbus-1.2.24 >=dev-libs/glib-2.16 bluetooth? ( >=net-wireless/bluez-4.61 ) caps? ( sys-libs/libcap-ng ) udev? ( >=sys-fs/udev-143 ) examples? ( dev-python/dbus-python ) tools? ( dev-libs/libusb:1 )
|
||||
0
|
||||
mirror://kernel/linux/network/ofono/ofono-1.0.tar.bz2
|
||||
|
||||
http://ofono.org/
|
||||
GPL-2
|
||||
Open Source mobile telephony (GSM/UMTS) daemon.
|
||||
~arm ~amd64 ~x86
|
||||
multilib systemd toolchain-funcs
|
||||
+atmodem bluetooth +caps +cdmamodem examples +isimodem +phonesim threads tools +udev
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
configure install prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
2
metadata/cache/net-misc/rsync-3.0.9
vendored
2
metadata/cache/net-misc/rsync-3.0.9
vendored
|
@ -6,7 +6,7 @@ http://rsync.samba.org/ftp/rsync/src/rsync-3.0.9.tar.gz
|
|||
http://rsync.samba.org/
|
||||
GPL-3
|
||||
File transfer program to keep remote files into sync
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
|
||||
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd
|
||||
eutils flag-o-matic multilib portability toolchain-funcs user
|
||||
acl iconv ipv6 static xattr
|
||||
|
||||
|
|
22
metadata/cache/net-p2p/ncdc-1.7
vendored
22
metadata/cache/net-p2p/ncdc-1.7
vendored
|
@ -1,22 +0,0 @@
|
|||
app-arch/bzip2 dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libxml2:2 sys-libs/gdbm sys-libs/ncurses:5 dev-util/pkgconfig
|
||||
app-arch/bzip2 dev-db/sqlite:3 dev-libs/glib:2 dev-libs/libxml2:2 sys-libs/gdbm sys-libs/ncurses:5
|
||||
0
|
||||
http://dev.yorhel.nl/download/ncdc-1.7.tar.gz
|
||||
|
||||
http://dev.yorhel.nl/ncdc
|
||||
MIT
|
||||
ncurses directconnect client
|
||||
~amd64 ~ppc ~sparc ~x86
|
||||
base eutils multilib portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install prepare unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
app-arch/bzip2 dev-db/sqlite:3 dev-lang/perl dev-libs/glib:2 dev-libs/libxml2:2 sys-libs/gdbm sys-libs/ncurses:5 dev-util/pkgconfig
|
||||
app-arch/bzip2 dev-db/sqlite:3 dev-lang/perl dev-libs/glib:2 dev-libs/libxml2:2 sys-libs/gdbm sys-libs/ncurses:5
|
||||
app-arch/bzip2 dev-db/sqlite:3 dev-lang/perl dev-libs/glib:2 dev-libs/libxml2:2 net-libs/glib-networking sys-libs/gdbm sys-libs/ncurses:5 dev-util/pkgconfig
|
||||
app-arch/bzip2 dev-db/sqlite:3 dev-lang/perl dev-libs/glib:2 dev-libs/libxml2:2 net-libs/glib-networking sys-libs/gdbm sys-libs/ncurses:5
|
||||
0
|
||||
http://dev.yorhel.nl/download/ncdc-1.8.tar.gz
|
||||
|
4
metadata/cache/net-p2p/ncdc-9999
vendored
4
metadata/cache/net-p2p/ncdc-9999
vendored
|
@ -1,5 +1,5 @@
|
|||
app-arch/bzip2 dev-db/sqlite:3 dev-lang/perl dev-libs/glib:2 dev-libs/libxml2:2 sys-libs/gdbm sys-libs/ncurses:5 dev-util/pkgconfig dev-util/makeheaders || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git
|
||||
app-arch/bzip2 dev-db/sqlite:3 dev-lang/perl dev-libs/glib:2 dev-libs/libxml2:2 sys-libs/gdbm sys-libs/ncurses:5
|
||||
app-arch/bzip2 dev-db/sqlite:3 dev-lang/perl dev-libs/glib:2 dev-libs/libxml2:2 net-libs/glib-networking sys-libs/gdbm sys-libs/ncurses:5 dev-util/pkgconfig dev-util/makeheaders || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool dev-vcs/git
|
||||
app-arch/bzip2 dev-db/sqlite:3 dev-lang/perl dev-libs/glib:2 dev-libs/libxml2:2 net-libs/glib-networking sys-libs/gdbm sys-libs/ncurses:5
|
||||
0
|
||||
|
||||
|
||||
|
|
4
metadata/cache/rox-base/xdg-menu-1.5
vendored
4
metadata/cache/rox-base/xdg-menu-1.5
vendored
|
@ -1,4 +1,4 @@
|
|||
sys-devel/gettext >=app-admin/eselect-python-20091230 =dev-lang/python-2* || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
sys-devel/gettext >=app-admin/eselect-python-20091230 =dev-lang/python-2* || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
|
||||
>=dev-python/pyxdg-0.14 >=dev-python/dbus-python-0.80.2 gnome-base/gnome-menus >=app-admin/eselect-python-20091230 =dev-lang/python-2* >=rox-base/rox-2.1.0 >=rox-base/rox-lib-2.0.0
|
||||
0
|
||||
mirror://sourceforge/xdg-menu/XDG-Menu-1.5.tgz
|
||||
|
@ -6,7 +6,7 @@ mirror://sourceforge/xdg-menu/XDG-Menu-1.5.tgz
|
|||
http://xdg-menu.sourceforge.net/
|
||||
GPL-2
|
||||
XDG-Menu is a ROX Menu Application that is XDG Compliant.
|
||||
~amd64 ~ppc ~sparc ~x86
|
||||
amd64 ~ppc ~sparc ~x86
|
||||
autotools eutils libtool multilib portability python rox toolchain-funcs user
|
||||
|
||||
|
||||
|
|
22
metadata/cache/sci-biology/picard-1.63
vendored
Normal file
22
metadata/cache/sci-biology/picard-1.63
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
>=virtual/jdk-1.6 dev-java/ant-apache-bcel:0 app-arch/zip dev-vcs/subversion net-misc/rsync >=dev-java/java-config-2.1.9-r1 >=dev-java/ant-core-1.7.0 dev-java/ant-apache-bcel >=dev-java/javatoolkit-0.3.0-r2 >=dev-lang/python-2.4
|
||||
>=virtual/jre-1.6 >=dev-java/java-config-2.1.9-r1
|
||||
0
|
||||
|
||||
|
||||
http://picard.sourceforge.net/
|
||||
Apache-2.0
|
||||
Java-based command-line utilities that manipulate SAM files
|
||||
~amd64
|
||||
eutils java-ant-2 java-pkg-2 java-utils-2 multilib portability subversion toolchain-funcs user versionator
|
||||
elibc_FreeBSD elibc_FreeBSD
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile configure install preinst prepare setup unpack
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/sci-biology/prank-081202
vendored
22
metadata/cache/sci-biology/prank-081202
vendored
|
@ -1,22 +0,0 @@
|
|||
|
||||
|
||||
0
|
||||
http://www.ebi.ac.uk/goldman-srv/prank/src/prank.src.081202.tgz
|
||||
|
||||
http://www.ebi.ac.uk/goldman-srv/prank/prank/
|
||||
GPL-2
|
||||
Probabilistic Alignment Kit
|
||||
~amd64 ~x86
|
||||
eutils multilib portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
install prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/sci-biology/prank-091016
vendored
22
metadata/cache/sci-biology/prank-091016
vendored
|
@ -1,22 +0,0 @@
|
|||
|
||||
|
||||
0
|
||||
http://www.ebi.ac.uk/goldman-srv/prank/src/prank/prank.src.091016.tgz
|
||||
|
||||
http://www.ebi.ac.uk/goldman-srv/prank/prank/
|
||||
GPL-2
|
||||
Probabilistic Alignment Kit
|
||||
~amd64 ~x86
|
||||
eutils multilib portability toolchain-funcs user
|
||||
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
install prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/sci-biology/prank-100311
vendored
22
metadata/cache/sci-biology/prank-100311
vendored
|
@ -1,22 +0,0 @@
|
|||
|
||||
|
||||
0
|
||||
http://www.ebi.ac.uk/goldman-srv/prank/src/prank/prank.src.100311.tgz
|
||||
|
||||
http://www.ebi.ac.uk/goldman-srv/prank/prank/
|
||||
GPL-2
|
||||
Probabilistic Alignment Kit
|
||||
~amd64 ~x86
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
2
|
||||
|
||||
install prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/sci-biology/prank-111130
vendored
Normal file
22
metadata/cache/sci-biology/prank-111130
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
|
||||
|
||||
0
|
||||
http://prank-msa.googlecode.com/files/prank.src.111130.tgz
|
||||
|
||||
http://code.google.com/p/prank-msa/ http://www.ebi.ac.uk/goldman-srv/prank/prank/
|
||||
GPL-3
|
||||
Probabilistic Alignment Kit
|
||||
~amd64 ~x86
|
||||
multilib toolchain-funcs
|
||||
|
||||
|
||||
|
||||
|
||||
4
|
||||
|
||||
compile install prepare
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/sci-biology/primer3-1.1.4
vendored
22
metadata/cache/sci-biology/primer3-1.1.4
vendored
|
@ -1,22 +0,0 @@
|
|||
dev-lang/perl
|
||||
|
||||
0
|
||||
mirror://sourceforge/primer3/primer3-1.1.4.tar.gz
|
||||
|
||||
http://primer3.sourceforge.net/
|
||||
whitehead
|
||||
Primer Design for PCR reactions
|
||||
amd64 ~ppc ~ppc64 ~sparc x86
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
compile install test
|
||||
|
||||
|
||||
|
||||
|
||||
|
22
metadata/cache/sci-biology/primer3-2.3.0
vendored
Normal file
22
metadata/cache/sci-biology/primer3-2.3.0
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
dev-lang/perl
|
||||
|
||||
0
|
||||
mirror://sourceforge/primer3/primer3-2.3.0.tar.gz
|
||||
|
||||
http://primer3.sourceforge.net/
|
||||
GPL-2
|
||||
Primer Design for PCR reactions
|
||||
~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris
|
||||
multilib toolchain-funcs
|
||||
|
||||
|
||||
|
||||
|
||||
3
|
||||
|
||||
compile install prepare test
|
||||
|
||||
|
||||
|
||||
|
||||
|
12
metadata/cache/sci-libs/mc-1.5
vendored
12
metadata/cache/sci-libs/mc-1.5
vendored
|
@ -1,5 +1,5 @@
|
|||
virtual/fortran dev-libs/maloc media-libs/sg sci-libs/amd sci-libs/gamer sci-libs/punc sci-libs/superlu sci-libs/umfpack doc? ( media-gfx/graphviz app-doc/doxygen ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
|
||||
virtual/fortran dev-libs/maloc media-libs/sg sci-libs/amd sci-libs/gamer sci-libs/punc sci-libs/superlu sci-libs/umfpack
|
||||
virtual/fortran dev-libs/maloc media-libs/sg sci-libs/amd sci-libs/gamer sci-libs/punc sci-libs/superlu sci-libs/umfpack virtual/blas virtual/lapack doc? ( media-gfx/graphviz app-doc/doxygen ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
|
||||
virtual/fortran dev-libs/maloc media-libs/sg sci-libs/amd sci-libs/gamer sci-libs/punc sci-libs/superlu sci-libs/umfpack virtual/blas virtual/lapack
|
||||
0
|
||||
http://www.fetk.org/codes/download/mc-1.5.tar.gz
|
||||
|
||||
|
@ -7,14 +7,14 @@ http://fetk.org/codes/mc/index.html
|
|||
GPL-2
|
||||
2D/3D AFEM code for nonlinear geometric PDE
|
||||
~amd64 ~x86 ~amd64-linux ~x86-linux
|
||||
autotools eutils fortran-2 libtool multilib portability toolchain-funcs user
|
||||
debug doc
|
||||
autotools autotools-utils eutils fortran-2 libtool multilib portability toolchain-funcs user
|
||||
debug doc static-libs
|
||||
|
||||
|
||||
|
||||
2
|
||||
4
|
||||
|
||||
configure install prepare setup
|
||||
compile configure install prepare setup test
|
||||
|
||||
|
||||
|
||||
|
|
4
metadata/cache/sys-block/megamgr-5.20-r2
vendored
4
metadata/cache/sys-block/megamgr-5.20-r2
vendored
|
@ -2,7 +2,7 @@ app-arch/unzip
|
|||
|
||||
0
|
||||
http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/ut_linux_mgr_5.20.zip
|
||||
mirror
|
||||
mirror fetch
|
||||
http://www.lsi.com
|
||||
LSI
|
||||
LSI Logic MegaRAID Text User Interface management tool
|
||||
|
@ -14,7 +14,7 @@ multilib toolchain-funcs
|
|||
|
||||
3
|
||||
|
||||
install setup
|
||||
install nofetch setup
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Tue, 28 Feb 2012 04:36:46 +0000
|
||||
Tue, 28 Feb 2012 13:36:55 +0000
|
||||
|
|
|
@ -1 +1 @@
|
|||
Tue, 28 Feb 2012 04:36:46 +0000
|
||||
Tue, 28 Feb 2012 13:36:56 +0000
|
||||
|
|
|
@ -1 +1 @@
|
|||
Tue, 28 Feb 2012 04:36:48 +0000
|
||||
Tue, 28 Feb 2012 13:36:57 +0000
|
||||
|
|
|
@ -1 +1 @@
|
|||
Tue Feb 28 04:36:46 UTC 2012
|
||||
Tue Feb 28 13:36:55 UTC 2012
|
||||
|
|
|
@ -1 +1 @@
|
|||
Tue, 28 Feb 2012 05:00:01 +0000
|
||||
Tue, 28 Feb 2012 14:00:01 +0000
|
||||
|
|
|
@ -1 +1 @@
|
|||
1330403701 Tue Feb 28 04:35:01 2012 UTC
|
||||
1330436101 Tue Feb 28 13:35:01 2012 UTC
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
DIST framework-2.7.tar.gz 5800216 RMD160 cfdf2705522c845bb4405413207a7df0f3873b94 SHA1 da5d41dfa13e549aacd4fbf2994877cbe80ceed9 SHA256 516952772aaa8982628460b927c9119850925f870903c5a131a9c9f0390cf77f
|
||||
DIST framework-3.3.3.tar.bz2 23438382 RMD160 7af61daff176cbbe6455abecefe8323acf561238 SHA1 6c6e257f21ad55328e45fbc04020c3c2a9ca9b78 SHA256 a650778f7946a7f113acd716023978fd94f01325e9a4cf6342fb00ba3f6a2c0b
|
||||
DIST framework-3.4.0.tar.bz2 31099089 RMD160 7e5c2a58fd8ac91a80f5113e8e2eb30d9c047d00 SHA1 41cfbd4fa879003cdc69f0aadab188bcc1ac0371 SHA256 da734592a7192747fd66c05459d27daeb3e49aea92dd5dadc3305a6b8ee081e8
|
||||
DIST framework-3.4.1.tar.bz2 32779137 RMD160 30200656cfd0907b1ff60cf115695e02143602af SHA1 21a8acccf282ef48801d4769fa3865437ea4d667 SHA256 65f1e627822f320cf885e20f59a96a85844b1b7780f9299943b4fa671f4dba00
|
||||
DIST framework-3.5.0.tar.bz2 42254784 RMD160 090d557574b8e98e461f9de2bb95f604d74cf645 SHA1 15e72afdfdc374f74a6eb07969174855b6d02361 SHA256 bb1cd6e70547b039672d2087a580fe4a29199098a78030a6e50779687dccbed7
|
||||
DIST framework-3.6.0.tar.bz2 47125266 RMD160 afdbce02626ac994d8351d69846a5033758c2783 SHA1 1c78cd774204d6edd6e795ef1dff36d49836f530 SHA256 a113cf9e1a499377807990e506acad83afee18845a148a02747087132fac39a7
|
||||
DIST framework-3.7.0.tar.bz2 49488660 RMD160 56c76a7d24372f48f5d84da1713acbc7f54590af SHA1 8ca60e75b90da4555274b5fb3a20a152c581aa02 SHA256 1e39a0de7e4b6cc4144b5ea47b3598e6edf27ac00abac5d84e1fec04b7f95dc5
|
||||
DIST framework-4.0.0.tar.bz2 79515768 RMD160 f8eedb9d68f30b245217b4ed40308dcd351d37c5 SHA1 f1768564be92abcea3ea34fde14acb1af4d52f1d SHA256 45c3c379ea82e46d8efef9cbbe0afa8ae8df98e50f2642afcea84a86c83c5a50
|
||||
DIST framework-latest.tar.bz2 77862536 RMD160 33b8e617105552e611356dd337fa29fc84a45362 SHA1 f978b82d0b5d65e2958006aa9a6fca01573b9539 SHA256 f172b46ce6ea19845bfcf919017190bc0b17bc6631259d814c0b639a4a896467
|
||||
DIST framework-4.2.0.tar.bz2 78756418 RMD160 e212010bf44f949e177b193daa336a6461b4fd26 SHA1 f5ddc56a1f6dd4885edc6849428bf33179c66653 SHA256 24095059ea718dc1288f0a6653eb64e057132242531b8fa520ff15b1d121dcec
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/sbin/runscript
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/files/msfrpcd-4.1-initd,v 1.1 2012/01/12 08:14:41 patrick Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/files/msfrpcd-4.2-initd,v 1.1 2012/02/28 08:09:31 patrick Exp $
|
||||
|
||||
VERSION=4.0
|
||||
VERSION=4.2
|
||||
PIDFILE=/var/run/msfrpcd${VERSION}.pid
|
||||
|
||||
start() {
|
|
@ -1,10 +0,0 @@
|
|||
# Config file for /etc/init.d/metasploit
|
||||
|
||||
# Bind to the following IP instead of the loopback address
|
||||
IPADDR=127.0.0.1
|
||||
|
||||
# Bind to the following TCP port instead of default 55555
|
||||
PORT=55555
|
||||
|
||||
# All options
|
||||
MSF_OPTS="-a $IPADDR -p $PORT"
|
|
@ -1,20 +0,0 @@
|
|||
#!/sbin/runscript
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/files/msfweb3.2.initd,v 1.1 2009/07/08 09:09:41 pva Exp $
|
||||
|
||||
PIDFILE=/var/run/msfweb3.2.pid
|
||||
|
||||
start() {
|
||||
ebegin "Starting msfweb3.2"
|
||||
start-stop-daemon --start --quiet --background --startas msfweb3.2 --exec /usr/lib/metasploit3.2/msfweb \
|
||||
--pidfile ${PIDFILE} --make-pidfile -- ${MSF_OPTS}
|
||||
eend $?
|
||||
einfo "Note: msfweb3.2 is started but needs some before it serves clients."
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping msfweb"
|
||||
start-stop-daemon --stop --quiet -s 9 --pidfile ${PIDFILE}
|
||||
eend $?
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
# Config file for /etc/init.d/metasploit
|
||||
|
||||
# Bind to the following IP instead of the loopback address
|
||||
IPADDR=127.0.0.1
|
||||
|
||||
# Bind to the following TCP port instead of default 55555
|
||||
PORT=55555
|
||||
|
||||
# All options
|
||||
MSF_OPTS="-a $IPADDR -p $PORT"
|
|
@ -1,20 +0,0 @@
|
|||
#!/sbin/runscript
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/files/msfweb3.3.initd,v 1.1 2010/03/01 12:52:51 patrick Exp $
|
||||
|
||||
PIDFILE=/var/run/msfweb3.3.pid
|
||||
|
||||
start() {
|
||||
ebegin "Starting msfweb3.3"
|
||||
start-stop-daemon --start --quiet --background --startas msfweb3.3 --exec /usr/lib/metasploit3.3/msfweb \
|
||||
--pidfile ${PIDFILE} --make-pidfile -- ${MSF_OPTS}
|
||||
eend $?
|
||||
einfo "Note: msfweb3.3 is started but needs some before it serves clients."
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping msfweb"
|
||||
start-stop-daemon --stop --quiet -s 9 --pidfile ${PIDFILE}
|
||||
eend $?
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
# Config file for /etc/init.d/metasploit
|
||||
|
||||
# Bind to the following IP instead of the loopback address
|
||||
IPADDR=127.0.0.1
|
||||
|
||||
# Bind to the following TCP port instead of default 55555
|
||||
PORT=55555
|
||||
|
||||
# All options
|
||||
MSF_OPTS="-a $IPADDR -p $PORT"
|
|
@ -1,20 +0,0 @@
|
|||
#!/sbin/runscript
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/files/msfweb3.4.initd,v 1.1 2010/05/19 02:42:03 patrick Exp $
|
||||
|
||||
PIDFILE=/var/run/msfweb3.4.pid
|
||||
|
||||
start() {
|
||||
ebegin "Starting msfweb3.4"
|
||||
start-stop-daemon --start --quiet --background --startas msfweb3.4 --exec /usr/lib/metasploit3.4/msfweb \
|
||||
--pidfile ${PIDFILE} --make-pidfile -- ${MSF_OPTS}
|
||||
eend $?
|
||||
einfo "Note: msfweb3.4 is started but needs some before it serves clients."
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping msfweb"
|
||||
start-stop-daemon --stop --quiet -s 9 --pidfile ${PIDFILE}
|
||||
eend $?
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
# Config file for /etc/init.d/metasploit
|
||||
|
||||
# Bind to the following IP instead of the loopback address
|
||||
IPADDR=127.0.0.1
|
||||
|
||||
# Bind to the following TCP port instead of default 55555
|
||||
PORT=55555
|
||||
|
||||
# All options
|
||||
MSF_OPTS="-a $IPADDR -p $PORT"
|
|
@ -1,19 +0,0 @@
|
|||
#!/sbin/runscript
|
||||
# Copyright 1999-2005 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/files/msfweb3.initd,v 1.1 2007/09/09 11:56:21 cedk Exp $
|
||||
|
||||
PIDFILE=/var/run/msfweb3.pid
|
||||
|
||||
start() {
|
||||
ebegin "Starting msfweb3"
|
||||
start-stop-daemon --start --quiet --background --startas /usr/bin/msfweb3 --exec /usr/bin/ruby \
|
||||
--pidfile ${PIDFILE} --make-pidfile -- ${MSF_OPTS}
|
||||
eend $?
|
||||
}
|
||||
|
||||
stop() {
|
||||
ebegin "Stopping msfweb"
|
||||
start-stop-daemon --stop --quiet -s 9 --pidfile ${PIDFILE}
|
||||
eend $?
|
||||
}
|
|
@ -1,80 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-3.3.3.ebuild,v 1.1 2010/03/01 12:52:52 patrick Exp $
|
||||
|
||||
SRC_URI="http://www.metasploit.com/releases/framework-${PV}.tar.bz2"
|
||||
|
||||
DESCRIPTION="Advanced open-source framework for developing, testing, and using vulnerability exploit code"
|
||||
HOMEPAGE="http://www.metasploit.org/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="3.3"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE="gtk sqlite postgres"
|
||||
|
||||
# Note we use bundled gems (see data/msfweb/vendor/rails/) as upstream voted for
|
||||
# such solution, bug #247787
|
||||
RDEPEND="dev-lang/ruby
|
||||
dev-ruby/rubygems
|
||||
gtk? ( dev-ruby/ruby-libglade2 )
|
||||
sqlite? ( dev-ruby/sqlite3-ruby
|
||||
dev-ruby/activerecord )
|
||||
postgres? ( dev-ruby/ruby-postgres
|
||||
dev-ruby/activerecord )"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}/msf3
|
||||
|
||||
src_install() {
|
||||
if [[ "${SRC_URI}" != "" ]] ; then
|
||||
# svn sources...
|
||||
find "${S}" -type d -name ".svn" -print0 | xargs -0 -n1 rm -R
|
||||
fi
|
||||
|
||||
# should be as simple as copying everything into the target...
|
||||
dodir /usr/lib/${PN}${SLOT}
|
||||
cp -R "${S}"/* "${D}"/usr/lib/${PN}${SLOT} || die "Copy files failed"
|
||||
|
||||
# do not remove LICENSE, bug #238137
|
||||
dodir /usr/share/doc/${PF}
|
||||
cp -R "${S}"/{documentation,README} "${D}"/usr/share/doc/${PF}
|
||||
rm -Rf "${D}"/usr/lib/${PN}${SLOT}/documentation "${D}"/usr/lib/${PN}${SLOT}/README
|
||||
dosym /usr/share/doc/${PF}/documentation /usr/lib/${PN}${SLOT}/documentation
|
||||
|
||||
dodir /usr/bin/
|
||||
use gtk || rm msfgui
|
||||
for file in msf*; do
|
||||
dosym /usr/lib/${PN}${SLOT}/${file} /usr/bin/${file}${SLOT}
|
||||
done
|
||||
|
||||
chown -R root:0 "${D}"
|
||||
|
||||
newinitd "${FILESDIR}"/msfweb${SLOT}.initd msfweb${SLOT} \
|
||||
|| die "newinitd failed"
|
||||
newconfd "${FILESDIR}"/msfweb${SLOT}.confd msfweb${SLOT} \
|
||||
|| die "newconfd failed"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ "${SRC_URI}" == "" ]] ; then
|
||||
elog "If you wish to update ${PN} manually simply run:"
|
||||
elog
|
||||
elog "ESVN_REVISION=<rev> emerge =${PF}"
|
||||
elog
|
||||
elog "where <rev> is either HEAD (in case you wish to get all updates)"
|
||||
elog "or specific revision number. But NOTE, this update will vanish"
|
||||
elog "next time you reemerge ${PN}. To make update permanent either"
|
||||
elog "create ebuild with specific revision number inside your overlay"
|
||||
elog "or report revision bump bug at http://bugs.gentoo.org ."
|
||||
elog
|
||||
elog "In case you use portage it's also possible to create"
|
||||
elog "/etc/portage/env/${CATEGORY}/${PN} file with ESVN_REVISION=<rev>"
|
||||
elog "content. Then each time you run emerge ${PN} you'll have said"
|
||||
elog "<rev> installed. For example, if you run"
|
||||
elog " # mkdir -p /etc/portage/env/${CATEGORY}"
|
||||
elog " # echo ESVN_REVISION=HEAD >> /etc/portage/env/${CATEGORY}/${PN}"
|
||||
elog "each time you reemerge ${PN} it'll be updated to get all possible"
|
||||
elog "updates for framework-${PV%_p*} branch."
|
||||
elog "You can do similar things in paludis using /etc/paludis/bashrc."
|
||||
fi
|
||||
}
|
|
@ -1,80 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-3.4.0.ebuild,v 1.1 2010/05/19 02:42:04 patrick Exp $
|
||||
|
||||
SRC_URI="http://www.metasploit.com/releases/framework-${PV}.tar.bz2"
|
||||
|
||||
DESCRIPTION="Advanced open-source framework for developing, testing, and using vulnerability exploit code"
|
||||
HOMEPAGE="http://www.metasploit.org/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="3.4"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE="gtk sqlite postgres"
|
||||
|
||||
# Note we use bundled gems (see data/msfweb/vendor/rails/) as upstream voted for
|
||||
# such solution, bug #247787
|
||||
RDEPEND="dev-lang/ruby
|
||||
dev-ruby/rubygems
|
||||
gtk? ( dev-ruby/ruby-libglade2 )
|
||||
sqlite? ( dev-ruby/sqlite3-ruby
|
||||
dev-ruby/activerecord )
|
||||
postgres? ( dev-ruby/ruby-postgres
|
||||
dev-ruby/activerecord )"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}/msf3
|
||||
|
||||
src_install() {
|
||||
if [[ "${SRC_URI}" != "" ]] ; then
|
||||
# svn sources...
|
||||
find "${S}" -type d -name ".svn" -print0 | xargs -0 -n1 rm -R
|
||||
fi
|
||||
|
||||
# should be as simple as copying everything into the target...
|
||||
dodir /usr/lib/${PN}${SLOT}
|
||||
cp -R "${S}"/* "${D}"/usr/lib/${PN}${SLOT} || die "Copy files failed"
|
||||
|
||||
# do not remove LICENSE, bug #238137
|
||||
dodir /usr/share/doc/${PF}
|
||||
cp -R "${S}"/{documentation,README} "${D}"/usr/share/doc/${PF}
|
||||
rm -Rf "${D}"/usr/lib/${PN}${SLOT}/documentation "${D}"/usr/lib/${PN}${SLOT}/README
|
||||
dosym /usr/share/doc/${PF}/documentation /usr/lib/${PN}${SLOT}/documentation
|
||||
|
||||
dodir /usr/bin/
|
||||
use gtk || rm msfgui
|
||||
for file in msf*; do
|
||||
dosym /usr/lib/${PN}${SLOT}/${file} /usr/bin/${file}${SLOT}
|
||||
done
|
||||
|
||||
chown -R root:0 "${D}"
|
||||
|
||||
newinitd "${FILESDIR}"/msfweb${SLOT}.initd msfweb${SLOT} \
|
||||
|| die "newinitd failed"
|
||||
newconfd "${FILESDIR}"/msfweb${SLOT}.confd msfweb${SLOT} \
|
||||
|| die "newconfd failed"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ "${SRC_URI}" == "" ]] ; then
|
||||
elog "If you wish to update ${PN} manually simply run:"
|
||||
elog
|
||||
elog "ESVN_REVISION=<rev> emerge =${PF}"
|
||||
elog
|
||||
elog "where <rev> is either HEAD (in case you wish to get all updates)"
|
||||
elog "or specific revision number. But NOTE, this update will vanish"
|
||||
elog "next time you reemerge ${PN}. To make update permanent either"
|
||||
elog "create ebuild with specific revision number inside your overlay"
|
||||
elog "or report revision bump bug at http://bugs.gentoo.org ."
|
||||
elog
|
||||
elog "In case you use portage it's also possible to create"
|
||||
elog "/etc/portage/env/${CATEGORY}/${PN} file with ESVN_REVISION=<rev>"
|
||||
elog "content. Then each time you run emerge ${PN} you'll have said"
|
||||
elog "<rev> installed. For example, if you run"
|
||||
elog " # mkdir -p /etc/portage/env/${CATEGORY}"
|
||||
elog " # echo ESVN_REVISION=HEAD >> /etc/portage/env/${CATEGORY}/${PN}"
|
||||
elog "each time you reemerge ${PN} it'll be updated to get all possible"
|
||||
elog "updates for framework-${PV%_p*} branch."
|
||||
elog "You can do similar things in paludis using /etc/paludis/bashrc."
|
||||
fi
|
||||
}
|
|
@ -1,80 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-3.4.1.ebuild,v 1.1 2010/09/04 18:55:42 patrick Exp $
|
||||
|
||||
SRC_URI="http://www.metasploit.com/releases/framework-${PV}.tar.bz2"
|
||||
|
||||
DESCRIPTION="Advanced open-source framework for developing, testing, and using vulnerability exploit code"
|
||||
HOMEPAGE="http://www.metasploit.org/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="3.4"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE="gtk sqlite postgres"
|
||||
|
||||
# Note we use bundled gems (see data/msfweb/vendor/rails/) as upstream voted for
|
||||
# such solution, bug #247787
|
||||
RDEPEND="dev-lang/ruby
|
||||
dev-ruby/rubygems
|
||||
gtk? ( dev-ruby/ruby-libglade2 )
|
||||
sqlite? ( dev-ruby/sqlite3-ruby
|
||||
dev-ruby/activerecord )
|
||||
postgres? ( dev-ruby/ruby-postgres
|
||||
dev-ruby/activerecord )"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}/msf3
|
||||
|
||||
src_install() {
|
||||
if [[ "${SRC_URI}" != "" ]] ; then
|
||||
# svn sources...
|
||||
find "${S}" -type d -name ".svn" -print0 | xargs -0 -n1 rm -R
|
||||
fi
|
||||
|
||||
# should be as simple as copying everything into the target...
|
||||
dodir /usr/lib/${PN}${SLOT}
|
||||
cp -R "${S}"/* "${D}"/usr/lib/${PN}${SLOT} || die "Copy files failed"
|
||||
|
||||
# do not remove LICENSE, bug #238137
|
||||
dodir /usr/share/doc/${PF}
|
||||
cp -R "${S}"/{documentation,README} "${D}"/usr/share/doc/${PF}
|
||||
rm -Rf "${D}"/usr/lib/${PN}${SLOT}/documentation "${D}"/usr/lib/${PN}${SLOT}/README
|
||||
dosym /usr/share/doc/${PF}/documentation /usr/lib/${PN}${SLOT}/documentation
|
||||
|
||||
dodir /usr/bin/
|
||||
use gtk || rm msfgui
|
||||
for file in msf*; do
|
||||
dosym /usr/lib/${PN}${SLOT}/${file} /usr/bin/${file}${SLOT}
|
||||
done
|
||||
|
||||
chown -R root:0 "${D}"
|
||||
|
||||
newinitd "${FILESDIR}"/msfweb${SLOT}.initd msfweb${SLOT} \
|
||||
|| die "newinitd failed"
|
||||
newconfd "${FILESDIR}"/msfweb${SLOT}.confd msfweb${SLOT} \
|
||||
|| die "newconfd failed"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ "${SRC_URI}" == "" ]] ; then
|
||||
elog "If you wish to update ${PN} manually simply run:"
|
||||
elog
|
||||
elog "ESVN_REVISION=<rev> emerge =${PF}"
|
||||
elog
|
||||
elog "where <rev> is either HEAD (in case you wish to get all updates)"
|
||||
elog "or specific revision number. But NOTE, this update will vanish"
|
||||
elog "next time you reemerge ${PN}. To make update permanent either"
|
||||
elog "create ebuild with specific revision number inside your overlay"
|
||||
elog "or report revision bump bug at http://bugs.gentoo.org ."
|
||||
elog
|
||||
elog "In case you use portage it's also possible to create"
|
||||
elog "/etc/portage/env/${CATEGORY}/${PN} file with ESVN_REVISION=<rev>"
|
||||
elog "content. Then each time you run emerge ${PN} you'll have said"
|
||||
elog "<rev> installed. For example, if you run"
|
||||
elog " # mkdir -p /etc/portage/env/${CATEGORY}"
|
||||
elog " # echo ESVN_REVISION=HEAD >> /etc/portage/env/${CATEGORY}/${PN}"
|
||||
elog "each time you reemerge ${PN} it'll be updated to get all possible"
|
||||
elog "updates for framework-${PV%_p*} branch."
|
||||
elog "You can do similar things in paludis using /etc/paludis/bashrc."
|
||||
fi
|
||||
}
|
|
@ -1,76 +0,0 @@
|
|||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-3.5.0.ebuild,v 1.2 2010/11/14 23:16:38 patrick Exp $
|
||||
|
||||
SRC_URI="http://www.metasploit.com/releases/framework-${PV}.tar.bz2"
|
||||
|
||||
DESCRIPTION="Advanced open-source framework for developing, testing, and using vulnerability exploit code"
|
||||
HOMEPAGE="http://www.metasploit.org/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="3.5"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE="gtk sqlite postgres"
|
||||
|
||||
# Note we use bundled gems (see data/msfweb/vendor/rails/) as upstream voted for
|
||||
# such solution, bug #247787
|
||||
RDEPEND="dev-lang/ruby
|
||||
dev-ruby/rubygems
|
||||
gtk? ( dev-ruby/ruby-libglade2 )
|
||||
sqlite? ( dev-ruby/sqlite3-ruby
|
||||
dev-ruby/activerecord )
|
||||
postgres? ( dev-ruby/ruby-postgres
|
||||
dev-ruby/activerecord )"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}/msf3
|
||||
|
||||
src_install() {
|
||||
if [[ "${SRC_URI}" != "" ]] ; then
|
||||
# svn sources...
|
||||
find "${S}" -type d -name ".svn" -print0 | xargs -0 -n1 rm -R
|
||||
fi
|
||||
|
||||
# should be as simple as copying everything into the target...
|
||||
dodir /usr/lib/${PN}${SLOT}
|
||||
cp -R "${S}"/* "${D}"/usr/lib/${PN}${SLOT} || die "Copy files failed"
|
||||
|
||||
# do not remove LICENSE, bug #238137
|
||||
dodir /usr/share/doc/${PF}
|
||||
cp -R "${S}"/{documentation,README} "${D}"/usr/share/doc/${PF}
|
||||
rm -Rf "${D}"/usr/lib/${PN}${SLOT}/documentation "${D}"/usr/lib/${PN}${SLOT}/README
|
||||
dosym /usr/share/doc/${PF}/documentation /usr/lib/${PN}${SLOT}/documentation
|
||||
|
||||
dodir /usr/bin/
|
||||
use gtk || rm msfgui
|
||||
for file in msf*; do
|
||||
dosym /usr/lib/${PN}${SLOT}/${file} /usr/bin/${file}${SLOT}
|
||||
done
|
||||
|
||||
chown -R root:0 "${D}"
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ "${SRC_URI}" == "" ]] ; then
|
||||
elog "If you wish to update ${PN} manually simply run:"
|
||||
elog
|
||||
elog "ESVN_REVISION=<rev> emerge =${PF}"
|
||||
elog
|
||||
elog "where <rev> is either HEAD (in case you wish to get all updates)"
|
||||
elog "or specific revision number. But NOTE, this update will vanish"
|
||||
elog "next time you reemerge ${PN}. To make update permanent either"
|
||||
elog "create ebuild with specific revision number inside your overlay"
|
||||
elog "or report revision bump bug at http://bugs.gentoo.org ."
|
||||
elog
|
||||
elog "In case you use portage it's also possible to create"
|
||||
elog "/etc/portage/env/${CATEGORY}/${PN} file with ESVN_REVISION=<rev>"
|
||||
elog "content. Then each time you run emerge ${PN} you'll have said"
|
||||
elog "<rev> installed. For example, if you run"
|
||||
elog " # mkdir -p /etc/portage/env/${CATEGORY}"
|
||||
elog " # echo ESVN_REVISION=HEAD >> /etc/portage/env/${CATEGORY}/${PN}"
|
||||
elog "each time you reemerge ${PN} it'll be updated to get all possible"
|
||||
elog "updates for framework-${PV%_p*} branch."
|
||||
elog "You can do similar things in paludis using /etc/paludis/bashrc."
|
||||
fi
|
||||
}
|
|
@ -1,76 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-3.6.0.ebuild,v 1.1 2011/04/18 09:26:10 patrick Exp $
|
||||
|
||||
SRC_URI="http://updates.metasploit.com/data/releases/framework-${PV}.tar.bz2"
|
||||
|
||||
DESCRIPTION="Advanced open-source framework for developing, testing, and using vulnerability exploit code"
|
||||
HOMEPAGE="http://www.metasploit.org/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="3.6"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE="gtk sqlite postgres"
|
||||
|
||||
# Note we use bundled gems (see data/msfweb/vendor/rails/) as upstream voted for
|
||||
# such solution, bug #247787
|
||||
RDEPEND="dev-lang/ruby
|
||||
dev-ruby/rubygems
|
||||
gtk? ( dev-ruby/ruby-libglade2 )
|
||||
sqlite? ( dev-ruby/sqlite3-ruby
|
||||
dev-ruby/activerecord )
|
||||
postgres? ( dev-ruby/ruby-postgres
|
||||
dev-ruby/activerecord )"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}/msf3
|
||||
|
||||
src_install() {
|
||||
if [[ "${SRC_URI}" != "" ]] ; then
|
||||
# svn sources...
|
||||
find "${S}" -type d -name ".svn" -print0 | xargs -0 -n1 rm -R
|
||||
fi
|
||||
|
||||
# should be as simple as copying everything into the target...
|
||||
dodir /usr/lib/${PN}${SLOT}
|
||||
cp -R "${S}"/* "${D}"/usr/lib/${PN}${SLOT} || die "Copy files failed"
|
||||
|
||||
# do not remove LICENSE, bug #238137
|
||||
dodir /usr/share/doc/${PF}
|
||||
cp -R "${S}"/{documentation,README} "${D}"/usr/share/doc/${PF}
|
||||
rm -Rf "${D}"/usr/lib/${PN}${SLOT}/documentation "${D}"/usr/lib/${PN}${SLOT}/README
|
||||
dosym /usr/share/doc/${PF}/documentation /usr/lib/${PN}${SLOT}/documentation
|
||||
|
||||
dodir /usr/bin/
|
||||
use gtk || rm msfgui
|
||||
for file in msf*; do
|
||||
dosym /usr/lib/${PN}${SLOT}/${file} /usr/bin/${file}${SLOT}
|
||||
done
|
||||
|
||||
chown -R root:0 "${D}"
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ "${SRC_URI}" == "" ]] ; then
|
||||
elog "If you wish to update ${PN} manually simply run:"
|
||||
elog
|
||||
elog "ESVN_REVISION=<rev> emerge =${PF}"
|
||||
elog
|
||||
elog "where <rev> is either HEAD (in case you wish to get all updates)"
|
||||
elog "or specific revision number. But NOTE, this update will vanish"
|
||||
elog "next time you reemerge ${PN}. To make update permanent either"
|
||||
elog "create ebuild with specific revision number inside your overlay"
|
||||
elog "or report revision bump bug at http://bugs.gentoo.org ."
|
||||
elog
|
||||
elog "In case you use portage it's also possible to create"
|
||||
elog "/etc/portage/env/${CATEGORY}/${PN} file with ESVN_REVISION=<rev>"
|
||||
elog "content. Then each time you run emerge ${PN} you'll have said"
|
||||
elog "<rev> installed. For example, if you run"
|
||||
elog " # mkdir -p /etc/portage/env/${CATEGORY}"
|
||||
elog " # echo ESVN_REVISION=HEAD >> /etc/portage/env/${CATEGORY}/${PN}"
|
||||
elog "each time you reemerge ${PN} it'll be updated to get all possible"
|
||||
elog "updates for framework-${PV%_p*} branch."
|
||||
elog "You can do similar things in paludis using /etc/paludis/bashrc."
|
||||
fi
|
||||
}
|
|
@ -1,76 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-3.7.0.ebuild,v 1.1 2011/05/07 17:01:11 patrick Exp $
|
||||
|
||||
SRC_URI="http://updates.metasploit.com/data/releases/framework-${PV}.tar.bz2"
|
||||
|
||||
DESCRIPTION="Advanced open-source framework for developing, testing, and using vulnerability exploit code"
|
||||
HOMEPAGE="http://www.metasploit.org/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="3.7"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE="gtk sqlite postgres"
|
||||
|
||||
# Note we use bundled gems (see data/msfweb/vendor/rails/) as upstream voted for
|
||||
# such solution, bug #247787
|
||||
RDEPEND="dev-lang/ruby
|
||||
dev-ruby/rubygems
|
||||
gtk? ( dev-ruby/ruby-libglade2 )
|
||||
sqlite? ( dev-ruby/sqlite3-ruby
|
||||
dev-ruby/activerecord )
|
||||
postgres? ( dev-ruby/ruby-postgres
|
||||
dev-ruby/activerecord )"
|
||||
DEPEND=""
|
||||
|
||||
S=${WORKDIR}/msf3
|
||||
|
||||
src_install() {
|
||||
if [[ "${SRC_URI}" != "" ]] ; then
|
||||
# svn sources...
|
||||
find "${S}" -type d -name ".svn" -print0 | xargs -0 -n1 rm -R
|
||||
fi
|
||||
|
||||
# should be as simple as copying everything into the target...
|
||||
dodir /usr/lib/${PN}${SLOT}
|
||||
cp -R "${S}"/* "${D}"/usr/lib/${PN}${SLOT} || die "Copy files failed"
|
||||
|
||||
# do not remove LICENSE, bug #238137
|
||||
dodir /usr/share/doc/${PF}
|
||||
cp -R "${S}"/{documentation,README} "${D}"/usr/share/doc/${PF}
|
||||
rm -Rf "${D}"/usr/lib/${PN}${SLOT}/documentation "${D}"/usr/lib/${PN}${SLOT}/README
|
||||
dosym /usr/share/doc/${PF}/documentation /usr/lib/${PN}${SLOT}/documentation
|
||||
|
||||
dodir /usr/bin/
|
||||
use gtk || rm msfgui
|
||||
for file in msf*; do
|
||||
dosym /usr/lib/${PN}${SLOT}/${file} /usr/bin/${file}${SLOT}
|
||||
done
|
||||
|
||||
chown -R root:0 "${D}"
|
||||
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
if [[ "${SRC_URI}" == "" ]] ; then
|
||||
elog "If you wish to update ${PN} manually simply run:"
|
||||
elog
|
||||
elog "ESVN_REVISION=<rev> emerge =${PF}"
|
||||
elog
|
||||
elog "where <rev> is either HEAD (in case you wish to get all updates)"
|
||||
elog "or specific revision number. But NOTE, this update will vanish"
|
||||
elog "next time you reemerge ${PN}. To make update permanent either"
|
||||
elog "create ebuild with specific revision number inside your overlay"
|
||||
elog "or report revision bump bug at http://bugs.gentoo.org ."
|
||||
elog
|
||||
elog "In case you use portage it's also possible to create"
|
||||
elog "/etc/portage/env/${CATEGORY}/${PN} file with ESVN_REVISION=<rev>"
|
||||
elog "content. Then each time you run emerge ${PN} you'll have said"
|
||||
elog "<rev> installed. For example, if you run"
|
||||
elog " # mkdir -p /etc/portage/env/${CATEGORY}"
|
||||
elog " # echo ESVN_REVISION=HEAD >> /etc/portage/env/${CATEGORY}/${PN}"
|
||||
elog "each time you reemerge ${PN} it'll be updated to get all possible"
|
||||
elog "updates for framework-${PV%_p*} branch."
|
||||
elog "You can do similar things in paludis using /etc/paludis/bashrc."
|
||||
fi
|
||||
}
|
|
@ -1,13 +1,11 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.1.4.ebuild,v 1.1 2012/01/12 08:14:41 patrick Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-4.2.0.ebuild,v 1.1 2012/02/28 08:09:31 patrick Exp $
|
||||
|
||||
EAPI="3"
|
||||
inherit eutils
|
||||
|
||||
#SRC_URI="http://updates.metasploit.com/data/releases/framework-${PV}.tar.bz2"
|
||||
# Naughty upstream ... no versioning at the moment
|
||||
SRC_URI="http://downloads.metasploit.com/data/releases/framework-latest.tar.bz2"
|
||||
SRC_URI="http://updates.metasploit.com/data/releases/framework-${PV}.tar.bz2"
|
||||
|
||||
DESCRIPTION="Advanced open-source framework for developing, testing, and using vulnerability exploit code"
|
||||
HOMEPAGE="http://www.metasploit.org/"
|
||||
|
@ -78,7 +76,7 @@ src_install() {
|
|||
# Avoid useless revdep-rebuild trigger #377617
|
||||
dodir /etc/revdep-rebuild/
|
||||
echo "SEARCH_DIRS_MASK=\"/usr/lib*/${PN}${SLOT}/data/john\"" > \
|
||||
${D}/etc/revdep-rebuild/70-${PN}-${SLOT}
|
||||
"${D}"/etc/revdep-rebuild/70-${PN}-${SLOT}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
15
net-firewall/ufw/files/ufw-0.30.1-encoding.patch
Normal file
15
net-firewall/ufw/files/ufw-0.30.1-encoding.patch
Normal file
|
@ -0,0 +1,15 @@
|
|||
Fixes usage with ufw-frontends.
|
||||
upstream bug report: https://bugs.launchpad.net/ufw/+bug/921758
|
||||
--- src/util.py
|
||||
+++ src/util.py
|
||||
@@ -205,8 +205,9 @@
|
||||
|
||||
def open_file_read(f):
|
||||
'''Opens the specified file read-only'''
|
||||
+ import codecs
|
||||
try:
|
||||
- orig = open(f, 'r')
|
||||
+ orig = codecs.open(f, 'r', "UTF-8")
|
||||
except Exception:
|
||||
raise
|
||||
|
21
net-firewall/ufw/files/ufw-0.30.1-python-abis.patch
Normal file
21
net-firewall/ufw/files/ufw-0.30.1-python-abis.patch
Normal file
|
@ -0,0 +1,21 @@
|
|||
This patch fixes strings substitution in common.py during package
|
||||
build with ebuild supporting installation for multiple Python versions.
|
||||
|
||||
With support for multiple Python versions in the ebuild, seems the
|
||||
file isn't copied from staging/ to build-*/lib/ufw/ after being
|
||||
modified. That's why the copy needs to be done "manually" here.
|
||||
The issue occurs with "setup.py build -b build-XXX" followed by
|
||||
"setup.py build -b build-XXX install".
|
||||
|
||||
probably related: https://bugs.launchpad.net/ufw/+bug/819600
|
||||
--- setup.py
|
||||
+++ setup.py
|
||||
@@ -89,6 +89,8 @@
|
||||
"-i",
|
||||
"s%#SHARE_DIR#%" + real_sharedir + "%g",
|
||||
os.path.join('staging', file)])
|
||||
+ self.copy_file(os.path.join('staging', file),
|
||||
+ os.path.join(self.build_base, "lib", "ufw"))
|
||||
|
||||
# Now byte-compile everything
|
||||
super(Install, self).run()
|
|
@ -1,78 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.30.1-r2.ebuild,v 1.3 2011/09/13 06:35:49 pva Exp $
|
||||
|
||||
EAPI=3
|
||||
PYTHON_DEPEND="2:2.5"
|
||||
|
||||
inherit versionator bash-completion-r1 eutils linux-info distutils
|
||||
|
||||
MY_PV_12=$(get_version_component_range 1-2)
|
||||
DESCRIPTION="A program used to manage a netfilter firewall"
|
||||
HOMEPAGE="http://launchpad.net/ufw"
|
||||
SRC_URI="http://launchpad.net/ufw/${MY_PV_12}/${PV}/+download/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="examples"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND=">=net-firewall/iptables-1.4"
|
||||
|
||||
# tests fail; upstream bug: https://bugs.launchpad.net/ufw/+bug/815982
|
||||
RESTRICT="test"
|
||||
|
||||
pkg_setup() {
|
||||
local CONFIG_CHECK="~PROC_FS ~NETFILTER_XT_MATCH_COMMENT ~IP6_NF_MATCH_HL \
|
||||
~NETFILTER_XT_MATCH_LIMIT ~NETFILTER_XT_MATCH_MULTIPORT \
|
||||
~NETFILTER_XT_MATCH_RECENT ~NETFILTER_XT_MATCH_STATE"
|
||||
|
||||
if kernel_is -ge 2 6 39; then
|
||||
CONFIG_CHECK+=" ~NETFILTER_XT_MATCH_ADDRTYPE"
|
||||
else
|
||||
CONFIG_CHECK+=" ~IP_NF_MATCH_ADDRTYPE"
|
||||
fi
|
||||
|
||||
check_extra_config
|
||||
python_set_active_version 2
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
# Allow to remove unnecessary build time dependency
|
||||
# on net-firewall/iptables.
|
||||
epatch "${FILESDIR}"/${PN}-dont-check-iptables.patch
|
||||
# Move files away from /lib/ufw.
|
||||
epatch "${FILESDIR}"/${PN}-move-path.patch
|
||||
# Set as enabled by default. User can enable or disable
|
||||
# the service by adding or removing it to/from a runlevel.
|
||||
sed -i 's/^ENABLED=no/ENABLED=yes/' conf/ufw.conf \
|
||||
|| die "sed failed (ufw.conf)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newconfd "${FILESDIR}"/ufw.confd ufw || die "inserting a file to conf.d failed"
|
||||
newinitd "${FILESDIR}"/ufw-2.initd ufw || die "inserting a file to init.d failed"
|
||||
if use examples; then
|
||||
dodoc doc/rsyslog.example || die "inserting example rsyslog configuration failed"
|
||||
insinto /usr/share/doc/${PF}/examples
|
||||
doins examples/* || die "inserting example files failed"
|
||||
fi
|
||||
distutils_src_install
|
||||
newbashcomp shell-completion/bash ${PN} || die "newbashcomp failed"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
distutils_pkg_postinst
|
||||
if path_exists -o "${EROOT}"lib/ufw/user{,6}.rules; then
|
||||
ewarn "Attention!"
|
||||
ewarn "User configuration from /lib/ufw is now placed in /etc/ufw/user."
|
||||
ewarn "Please stop ufw, copy .rules files from ${EROOT}lib/ufw"
|
||||
ewarn "to ${EROOT}etc/ufw/user/ and start ufw again."
|
||||
fi
|
||||
echo
|
||||
elog "Remember to enable ufw add it to your boot sequence:"
|
||||
elog "-- # ufw enable"
|
||||
elog "-- # rc-update add ufw boot"
|
||||
}
|
|
@ -1,9 +1,11 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.30.1-r3.ebuild,v 1.2 2011/09/13 06:35:49 pva Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-firewall/ufw/ufw-0.30.1-r4.ebuild,v 1.1 2012/02/28 11:42:22 scarabeus Exp $
|
||||
|
||||
EAPI=3
|
||||
EAPI=4
|
||||
PYTHON_DEPEND="2:2.5"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
RESTRICT_PYTHON_ABIS="3.*"
|
||||
|
||||
inherit versionator bash-completion-r1 eutils linux-info distutils
|
||||
|
||||
|
@ -17,13 +19,13 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="examples"
|
||||
|
||||
DEPEND=""
|
||||
DEPEND="sys-devel/gettext"
|
||||
RDEPEND=">=net-firewall/iptables-1.4"
|
||||
|
||||
# tests fail; upstream bug: https://bugs.launchpad.net/ufw/+bug/815982
|
||||
RESTRICT="test"
|
||||
|
||||
pkg_setup() {
|
||||
pkg_pretend() {
|
||||
local CONFIG_CHECK="~PROC_FS ~NETFILTER_XT_MATCH_COMMENT ~IP6_NF_MATCH_HL \
|
||||
~NETFILTER_XT_MATCH_LIMIT ~NETFILTER_XT_MATCH_MULTIPORT \
|
||||
~NETFILTER_XT_MATCH_RECENT ~NETFILTER_XT_MATCH_STATE"
|
||||
|
@ -35,7 +37,9 @@ pkg_setup() {
|
|||
fi
|
||||
|
||||
check_extra_config
|
||||
python_set_active_version 2
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
python_pkg_setup
|
||||
}
|
||||
|
||||
|
@ -45,6 +49,10 @@ src_prepare() {
|
|||
epatch "${FILESDIR}"/${PN}-dont-check-iptables.patch
|
||||
# Move files away from /lib/ufw.
|
||||
epatch "${FILESDIR}"/${PN}-move-path.patch
|
||||
# Allows correct build with SUPPORT_PYTHON_ABIS="1" (see comment in the file).
|
||||
epatch "${FILESDIR}"/${P}-python-abis.patch
|
||||
# Fixes usage with ufw-frontends (bug ref. inside the patch).
|
||||
epatch "${FILESDIR}"/${P}-encoding.patch
|
||||
# Set as enabled by default. User can enable or disable
|
||||
# the service by adding or removing it to/from a runlevel.
|
||||
sed -i 's/^ENABLED=no/ENABLED=yes/' conf/ufw.conf \
|
||||
|
@ -52,23 +60,25 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_install() {
|
||||
newconfd "${FILESDIR}"/ufw.confd ufw || die "inserting a file to conf.d failed"
|
||||
newinitd "${FILESDIR}"/ufw-2.initd ufw || die "inserting a file to init.d failed"
|
||||
newconfd "${FILESDIR}"/ufw.confd ufw
|
||||
newinitd "${FILESDIR}"/ufw-2.initd ufw
|
||||
|
||||
# users normally would want it
|
||||
insinto /usr/share/doc/${PF}/logging
|
||||
doins -r "${FILESDIR}"/syslog-ng || die "inserting syslog-ng configuration failed"
|
||||
doins -r "${FILESDIR}"/syslog-ng
|
||||
|
||||
insinto /usr/share/doc/${PF}/logging/rsyslog
|
||||
doins "${FILESDIR}"/rsyslog/* || die "inserting rsyslog configuration failed"
|
||||
doins doc/rsyslog.example || die "inserting rsyslog.example failed"
|
||||
doins "${FILESDIR}"/rsyslog/*
|
||||
doins doc/rsyslog.example
|
||||
|
||||
if use examples; then
|
||||
insinto /usr/share/doc/${PF}/examples
|
||||
doins examples/* || die "inserting example files failed"
|
||||
doins examples/*
|
||||
fi
|
||||
distutils_src_install
|
||||
newbashcomp shell-completion/bash ${PN} || die "newbashcomp failed"
|
||||
domo locales/mo/*.mo
|
||||
rm -r "${ED}"usr/share/${PN}/messages || die
|
||||
newbashcomp shell-completion/bash ${PN}
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
1
net-mail/automx/Manifest
Normal file
1
net-mail/automx/Manifest
Normal file
|
@ -0,0 +1 @@
|
|||
DIST automx-0.8_beta1.tar.gz 75001 RMD160 8845f2878c885d855c7346c318c43f989a8cebf1 SHA1 1874fffd87f6e804bd109b43e7f393d1cbd8778d SHA256 0910e0eb129e18537d118f972ca25a7be7fec0459a8a0eb6a6315da00bebc442
|
65
net-mail/automx/automx-0.8_beta1.ebuild
Normal file
65
net-mail/automx/automx-0.8_beta1.ebuild
Normal file
|
@ -0,0 +1,65 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/automx-0.8_beta1.ebuild,v 1.1 2012/02/28 13:14:40 mschiff Exp $
|
||||
|
||||
EAPI=4
|
||||
PYTHON_DEPEND="2:2.6:2.7"
|
||||
SUPPORT_PYTHON_ABIS="1"
|
||||
inherit python
|
||||
|
||||
DESCRIPTION="A mail user agent auto configuration service"
|
||||
HOMEPAGE="http://www.automx.org"
|
||||
SRC_URI="${HOMEPAGE}/download/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc +tools"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="
|
||||
dev-python/lxml
|
||||
|| ( www-apache/mod_wsgi www-servers/uwsgi )
|
||||
tools? ( net-dns/bind-tools )
|
||||
tools? ( net-misc/wget )
|
||||
"
|
||||
|
||||
RESTRICT_PYTHON_ABIS="2.[45]"
|
||||
|
||||
#src_prepare() {
|
||||
# python_copy_sources
|
||||
# python_src_prepare
|
||||
#}
|
||||
|
||||
src_install() {
|
||||
if use doc; then
|
||||
dodoc INSTALL CREDITS
|
||||
dohtml -r doc/html/*
|
||||
|
||||
docinto examples
|
||||
dodoc doc/examples/*
|
||||
fi
|
||||
|
||||
doman doc/man/man5/*
|
||||
|
||||
if use tools; then
|
||||
exeinto /usr/bin
|
||||
doexe src/automx-test
|
||||
doman doc/man/man1/automx-test.1
|
||||
fi
|
||||
|
||||
installation() {
|
||||
insinto $(python_get_sitedir)/${PN}
|
||||
doins src/automx/*
|
||||
}
|
||||
python_execute_function installation
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
python_mod_optimize $PN
|
||||
use doc && einfo "See /usr/share/doc/${PF}/INSTALL.bz2 for setup instructions"
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
python_mod_cleanup $PN
|
||||
}
|
11
net-mail/automx/metadata.xml
Normal file
11
net-mail/automx/metadata.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer>
|
||||
<email>mschiff@gentoo.org</email>
|
||||
<name>Marc Schiffbauer</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="tools">Install additional tool: automx-test</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
|
@ -1,2 +1,3 @@
|
|||
DIST ofono-0.50.tar.bz2 815007 RMD160 115ecce37fa6594bb89aa4b729aad2221c85410a SHA1 12dbc746feb3be77d04995ffadc41f2d991ecad4 SHA256 f8f8dd917847a007e4d441b949efc4d28dc3644526d5293016844c2536c65ff9
|
||||
DIST ofono-0.51.tar.bz2 819103 RMD160 c7e269af76e851ed3d5d33105586a1fde80b2198 SHA1 cc09943ffd301ff9e906af3bbfa404b8721fb9ea SHA256 309c484728fb0d9f9570331b0818c2335bf713aef118b1c679e3e397f2b606ac
|
||||
DIST ofono-1.0.tar.bz2 834592 RMD160 3578c43c7dc04d9a25b122a48e1044e046d27ba1 SHA1 15f8c365089728e28ccc46871497c38b2785c909 SHA256 7733e1628fac6ef4d8aa3e536a5c284c3ba8e76277fc7e28b7e146c3c5ddebfa
|
||||
|
|
66
net-misc/ofono/ofono-1.0.ebuild
Normal file
66
net-misc/ofono/ofono-1.0.ebuild
Normal file
|
@ -0,0 +1,66 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-misc/ofono/ofono-1.0.ebuild,v 1.1 2012/02/28 11:27:56 nirbheek Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit multilib systemd
|
||||
|
||||
DESCRIPTION="Open Source mobile telephony (GSM/UMTS) daemon."
|
||||
HOMEPAGE="http://ofono.org/"
|
||||
SRC_URI="mirror://kernel/linux/network/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~arm ~amd64 ~x86"
|
||||
IUSE="+atmodem bluetooth +caps +cdmamodem examples +isimodem +phonesim threads tools +udev"
|
||||
|
||||
RDEPEND=">=sys-apps/dbus-1.2.24
|
||||
>=dev-libs/glib-2.16
|
||||
bluetooth? ( >=net-wireless/bluez-4.61 )
|
||||
caps? ( sys-libs/libcap-ng )
|
||||
udev? ( >=sys-fs/udev-143 )
|
||||
examples? ( dev-python/dbus-python )
|
||||
tools? ( dev-libs/libusb:1 )"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# Fix build with newer glib due to G_DISABLE_SINGLE_INCLUDES
|
||||
grep -lre '<glib/gtypes.h>' "${S}" | while read i; do
|
||||
sed -ie 's:glib/gtypes.h:glib.h:' "${i}" || die "Unable to sed \"$i\""
|
||||
done
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf \
|
||||
$(use_enable caps capng) \
|
||||
$(use_enable threads) \
|
||||
$(use_enable udev) \
|
||||
$(use_enable isimodem) \
|
||||
$(use_enable atmodem) \
|
||||
$(use_enable cdmamodem) \
|
||||
$(use_enable bluetooth) \
|
||||
$(use_enable phonesim) \
|
||||
$(use_enable tools) \
|
||||
--enable-test \
|
||||
--localstatedir=/var \
|
||||
--with-systemdunitdir="$(systemd_get_unitdir)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
|
||||
if ! use examples ; then
|
||||
rm -rf "${D}/usr/$(get_libdir)/ofono/test"
|
||||
fi
|
||||
|
||||
if use tools ; then
|
||||
dobin tools/{auto-enable,huawei-audio} || die
|
||||
fi
|
||||
|
||||
newinitd "${FILESDIR}"/${PN}.initd ${PN} || die
|
||||
dodoc ChangeLog AUTHORS doc/*.txt
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.9.ebuild,v 1.1 2011/10/30 23:18:05 vapier Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-misc/rsync/rsync-3.0.9.ebuild,v 1.2 2012/02/28 07:09:05 jdhore Exp $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
|
@ -12,7 +12,7 @@ SRC_URI="http://rsync.samba.org/ftp/rsync/src/${P/_/}.tar.gz"
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
|
||||
IUSE="acl iconv ipv6 static xattr"
|
||||
|
||||
DEPEND=">=dev-libs/popt-1.5
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
DIST ncdc-1.7.tar.gz 309915 RMD160 ba988863a74581f91c4fc53f88bee34a640f9c2c SHA1 d31d9b48351aa322afb57c6db44fbc4c66f4df4b SHA256 5198a88d797bcd246e9d33080b9e07ce747fd14e5146902175055676b6d8145f
|
||||
DIST ncdc-1.8.tar.gz 313804 RMD160 67dfb6ef61d3ea6f308c7619ec413c0ac27f9d6e SHA1 7163b3097df33552598faf6f9aea675104f3d8b1 SHA256 361c0e0c20a81ecaa66a68bf82fc792395219d2d03ed18f75db3ca2133549def
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.7.ebuild,v 1.1 2011/12/30 23:59:20 xmw Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
inherit base
|
||||
|
||||
DESCRIPTION="ncurses directconnect client"
|
||||
HOMEPAGE="http://dev.yorhel.nl/ncdc"
|
||||
SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="app-arch/bzip2
|
||||
dev-db/sqlite:3
|
||||
dev-libs/glib:2
|
||||
dev-libs/libxml2:2
|
||||
sys-libs/gdbm
|
||||
sys-libs/ncurses:5"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-util/pkgconfig"
|
||||
|
||||
DOCS=( ChangeLog README )
|
||||
|
||||
src_install() {
|
||||
base_src_install
|
||||
dobin util/ncdc-gen-cert
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.8.ebuild,v 1.1 2012/02/13 23:20:06 xmw Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-1.8-r1.ebuild,v 1.1 2012/02/28 13:02:36 xmw Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -18,6 +18,7 @@ RDEPEND="app-arch/bzip2
|
|||
dev-lang/perl
|
||||
dev-libs/glib:2
|
||||
dev-libs/libxml2:2
|
||||
net-libs/glib-networking
|
||||
sys-libs/gdbm
|
||||
sys-libs/ncurses:5"
|
||||
DEPEND="${RDEPEND}
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.3 2012/02/13 23:20:06 xmw Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/net-p2p/ncdc/ncdc-9999.ebuild,v 1.4 2012/02/28 13:06:38 xmw Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
|
@ -22,6 +22,7 @@ RDEPEND="app-arch/bzip2
|
|||
dev-lang/perl
|
||||
dev-libs/glib:2
|
||||
dev-libs/libxml2:2
|
||||
net-libs/glib-networking
|
||||
sys-libs/gdbm
|
||||
sys-libs/ncurses:5"
|
||||
DEPEND="${RDEPEND}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.30 2012/02/04 10:42:17 jlec Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/amd64/use.mask,v 1.31 2012/02/28 10:55:16 ssuominen Exp $
|
||||
|
||||
# Unmask the flag which corresponds to ARCH.
|
||||
-amd64
|
||||
|
@ -125,10 +125,9 @@ gamess
|
|||
alsa_cards_cs5535audio
|
||||
|
||||
# 2006/06/07 - Danny van Dyk <kugelfang@gentoo.org>
|
||||
# Profile cleanup: No info about these
|
||||
asm
|
||||
# FIXME. Unknown mask reason. Has effect on qpopper
|
||||
# and tpop3d.
|
||||
drac
|
||||
vidix
|
||||
|
||||
# 2006/02/05 - Donnie Berkholz <dberkholz@gentoo.org>
|
||||
# Modular X: mask for architectures on which they aren't available
|
||||
|
|
|
@ -1,11 +1,15 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation.
|
||||
# Distributed under the terms of the GNU General Public License, v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.29 2012/02/04 10:42:17 jlec Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/profiles/arch/x86/use.mask,v 1.30 2012/02/28 10:58:18 ssuominen Exp $
|
||||
|
||||
# Unmask the flag which corresponds to ARCH.
|
||||
-x86
|
||||
|
||||
# Justin Lecher <jlec@gentoo.org> (04. Feb 2012)
|
||||
# Samuli Suominen <ssuominen@gentoo.org> (28 Feb 2012)
|
||||
# Unmasking vidix for x86 which is masked in base/use.mask for others
|
||||
-vidix
|
||||
|
||||
# Justin Lecher <jlec@gentoo.org> (04 Feb 2012)
|
||||
# Unmask because deps are keyworded
|
||||
-zeitgeist
|
||||
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.135 2012/02/24 17:37:34 phajdan.jr Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/profiles/base/use.mask,v 1.136 2012/02/28 10:52:58 ssuominen Exp $
|
||||
|
||||
# masking here, and unmasking in arch/x86/use.mask
|
||||
vidix
|
||||
|
||||
# Not ready "yet", bug #405593. (phajdan.jr@)
|
||||
tcb
|
||||
|
|
|
@ -3919,6 +3919,7 @@ net-libs/xulrunner:ipc - Use inter-process communication between tabs and plugin
|
|||
net-libs/xulrunner:system-sqlite - Use the system-wide dev-db/sqlite installation with secure-delete enabled
|
||||
net-libs/xulrunner:webm - Use system libvpx media-libs/libvpx
|
||||
net-libs/zeromq:pgm - 0MQ is build with 'Pragmatic General Multicast' (RFC 3208) support using the excellent OpenPGM implementation.
|
||||
net-mail/automx:tools - Install additional tool: automx-test
|
||||
net-mail/courier-imap:trashquota - include deleted messages, and the Trash folder, in the estimated quota usage for maildirs
|
||||
net-mail/cyrus-imapd:replication - Enable replication support in the cyrus imap server
|
||||
net-mail/cyrus-imapd:sieve - Enable sieve support
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/rox-base/xdg-menu/xdg-menu-1.5.ebuild,v 1.1 2011/10/22 02:29:39 ssuominen Exp $
|
||||
# $Header: /var/cvsroot/gentoo-x86/rox-base/xdg-menu/xdg-menu-1.5.ebuild,v 1.2 2012/02/28 08:39:19 chainsaw Exp $
|
||||
|
||||
ROX_LIB_VER=2.0.0
|
||||
|
||||
|
@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_PN}-${PV}.tgz"
|
|||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
|
||||
KEYWORDS="amd64 ~ppc ~sparc ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-python/pyxdg-0.14
|
||||
|
|
38
sci-biology/picard/picard-1.63.ebuild
Normal file
38
sci-biology/picard/picard-1.63.ebuild
Normal file
|
@ -0,0 +1,38 @@
|
|||
# Copyright 1999-2012 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/sci-biology/picard/picard-1.63.ebuild,v 1.1 2012/02/28 05:27:53 weaver Exp $
|
||||
|
||||
EAPI=4
|
||||
|
||||
#ESVN_REPO_URI="https://picard.svn.sourceforge.net/svnroot/picard/trunk"
|
||||
ESVN_REPO_URI="https://picard.svn.sourceforge.net/svnroot/picard/tags/${PV}"
|
||||
|
||||
EANT_BUILD_TARGET="all"
|
||||
JAVA_ANT_REWRITE_CLASSPATH="true"
|
||||
EANT_NEEDS_TOOLS="true"
|
||||
WANT_ANT_TASKS="ant-apache-bcel"
|
||||
|
||||
inherit subversion java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="Java-based command-line utilities that manipulate SAM files"
|
||||
HOMEPAGE="http://picard.sourceforge.net/"
|
||||
SRC_URI=""
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
COMMON_DEPS=""
|
||||
DEPEND=">=virtual/jdk-1.6
|
||||
dev-java/ant-apache-bcel:0
|
||||
app-arch/zip
|
||||
${COMMON_DEPS}"
|
||||
RDEPEND=">=virtual/jre-1.6
|
||||
${COMMON_DEPS}"
|
||||
|
||||
src_install() {
|
||||
cd dist
|
||||
for i in *-${PV}.jar; do java-pkg_newjar $i ${i/-${PV}/}; rm $i; done
|
||||
java-pkg_dojar *.jar
|
||||
for i in *.jar; do java-pkg_dolauncher ${i/.jar/} --jar $i; done
|
||||
}
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue