Sync with portage [Fri Feb 17 15:40:40 MSK 2012].

mhiretskiy
root 12 years ago
parent ddc7d1986a
commit 313145fb6f

@ -1,12 +1,12 @@
# Copyright 1999-2010 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/gtkdiskfree/gtkdiskfree-1.9.3-r1.ebuild,v 1.12 2010/08/20 17:39:46 ssuominen Exp $
# $Header: /var/cvsroot/gentoo-x86/app-admin/gtkdiskfree/gtkdiskfree-1.9.3-r1.ebuild,v 1.13 2012/02/17 08:26:29 pacho Exp $
EAPI=2
EAPI="4"
inherit eutils
DESCRIPTION="Graphical tool to show free disk space"
HOMEPAGE="http://gtkdiskfree.tuxfamily.org/"
HOMEPAGE="http://gentoo.org/"
SRC_URI="http://gtkdiskfree.tuxfamily.org/src_tgz/${P}.tar.gz"
LICENSE="GPL-2"
@ -23,6 +23,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-tempfile.patch #104565
epatch "${FILESDIR}"/${PV}-makefile-DESTDIR.patch
epatch "${FILESDIR}"/${P}-make-382.patch
echo "Categories=GTK;System;Filesystem;" >> gtkdiskfree.desktop || die
}
src_configure() {
@ -31,6 +32,7 @@ src_configure() {
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog NEWS README THANKS TODO
default
doicon gtkdiskfree.png
domenu gtkdiskfree.desktop
}

@ -1,2 +1 @@
DIST mac-robber-1.00.tar.gz 11483 RMD160 702e33935dddc92e3f0d5c970bb05bd9d32397a1 SHA1 4d506e1a4f7c96ca9048432e376f8410140b9f8f SHA256 e84637457580cf0b823868138e9adde9f5f5f5d516595cdf8f9f95cbbe939869
DIST mac-robber-1.02.tar.gz 11708 RMD160 bee47857e0a86e0215dc0967c897d74c42b08a8f SHA1 c50c823ac14ac8e78e79e0965134b028757e4519 SHA256 5895d332ec8d87e15f21441c61545b7f68830a2ee2c967d381773bd08504806d

@ -1,28 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/mac-robber/mac-robber-1.00.ebuild,v 1.5 2009/09/13 22:34:40 patrick Exp $
inherit toolchain-funcs
DESCRIPTION="mac-robber is a digital forensics and incident response tool that collects data"
HOMEPAGE="http://www.sleuthkit.org/mac-robber/index.php"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
src_compile() {
emake CC="$(tc-getCC)" GCC_OPT="${CFLAGS}" \
|| die "make failed"
}
src_test() {
./mac-robber -V || die "test failed"
}
src_install() {
dobin mac-robber
dodoc README
}

@ -1,4 +1 @@
DIST magicrescue-1.1.4.tar.gz 89965 RMD160 ef8185ad19d4fb1bc277403b82eea3aa21f0e758 SHA1 b4be78fb6eba668c79aac6bf6a01123911049008 SHA256 a43a39b0cbaba7338350d19132d60ffa596b13bfcaf681d609fbcb22509f6345
DIST magicrescue-1.1.6.tar.gz 90823 RMD160 b10f2769e39e60ebbbd901006ce9f4b99c0f6f91 SHA1 aecfc9fc88b743ec6b478c4a1430c8c636044961 SHA256 e170fe40bdf95e23e7e4522cf435831cb951c8085687dd04612012b18c60b116
DIST magicrescue-1.1.8.tar.gz 91652 RMD160 282bbec9dbe027ad9854f858444f68abc074aba1 SHA1 7ac909c0373795973c6520e93b6307a60323c4bd SHA256 ace2b03e06b74f8c357e80d86f968d258fde6b37199126884095e22b89c5f763
DIST magicrescue-1.1.9.tar.gz 92621 RMD160 9c0661514d110a3bec157ba808f629d8f3d76549 SHA1 d428f7cce8bc00ea4ae3212da5d074fb5bcc1dfe SHA256 a920b174efd664afe9760a43700588c9c5e6182cb13d7421e07ab613bceeb3c7

@ -1,25 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/magicrescue/magicrescue-1.1.4-r1.ebuild,v 1.6 2011/05/29 00:26:12 radhermit Exp $
inherit eutils toolchain-funcs
DESCRIPTION="Find deleted files in block devices"
HOMEPAGE="http://www.itu.dk/people/jobr/magicrescue/"
SRC_URI="http://www.itu.dk/people/jobr/magicrescue/release/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
src_compile() {
CC="$(tc-getCC)" ./configure --prefix=/usr || die "configure script failed"
emake || die "emake failed"
}
src_install() {
dodir /usr
make PREFIX="${D}/usr" install || die "make install failed"
mv "${D}/usr/man" "${D}/usr/share"
}

@ -1,28 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/magicrescue/magicrescue-1.1.6.ebuild,v 1.3 2011/05/29 00:26:12 radhermit Exp $
inherit eutils toolchain-funcs
DESCRIPTION="Find deleted files in block devices"
HOMEPAGE="http://www.itu.dk/people/jobr/magicrescue/"
SRC_URI="http://www.itu.dk/people/jobr/magicrescue/release/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
src_compile() {
CC="$(tc-getCC)" ./configure --prefix=/usr || die "configure script failed"
emake || die "emake failed"
}
src_install() {
dodir /usr
make PREFIX="${D}/usr" install || die "make install failed"
mv "${D}/usr/man" "${D}/usr/share"
}

@ -1,28 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-forensics/magicrescue/magicrescue-1.1.8.ebuild,v 1.3 2011/05/29 00:26:12 radhermit Exp $
inherit eutils toolchain-funcs
DESCRIPTION="Find deleted files in block devices"
HOMEPAGE="http://www.itu.dk/people/jobr/magicrescue/"
SRC_URI="http://www.itu.dk/people/jobr/magicrescue/release/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND=""
RDEPEND=""
src_compile() {
CC="$(tc-getCC)" ./configure --prefix=/usr || die "configure script failed"
emake || die "emake failed"
}
src_install() {
dodir /usr
make PREFIX="${D}/usr" install || die "make install failed"
mv "${D}/usr/man" "${D}/usr/share"
}

@ -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-forensics/magicrescue/magicrescue-1.1.9.ebuild,v 1.3 2012/02/16 17:37:24 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/app-forensics/magicrescue/magicrescue-1.1.9.ebuild,v 1.4 2012/02/17 07:52:04 radhermit Exp $
EAPI=4
@ -15,9 +15,6 @@ SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND=""
RDEPEND=""
src_prepare() {
epatch "${FILESDIR}"/${P}-makefile.patch
tc-export CC

@ -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/app-misc/datovka/datovka-1.7.ebuild,v 1.1 2011/12/05 14:02:03 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/app-misc/datovka/datovka-1.7.ebuild,v 1.2 2012/02/17 09:21:15 scarabeus Exp $
EAPI=4
@ -14,7 +14,7 @@ SRC_URI="http://labs.nic.cz/files/labs/datove_schranky/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="

@ -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/dev-cpp/libcmis/libcmis-0.1.0.ebuild,v 1.5 2011/12/18 20:51:04 halcy0n Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libcmis/libcmis-0.1.0.ebuild,v 1.6 2012/02/17 09:25:33 scarabeus Exp $
EAPI=4
@ -15,7 +15,7 @@ HOMEPAGE="https://sourceforge.net/projects/libcmis/"
LICENSE="|| ( GPL-2 LGPL-2 MPL-1.1 )"
SLOT="0"
[[ ${PV} == 9999 ]] || KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
[[ ${PV} == 9999 ]] || KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
IUSE="static-libs test"
RDEPEND="

@ -1,10 +0,0 @@
[Desktop Entry]
Comment=A database administration tool for Firebird DBMS.
NoDisplay=false
Name=FlameRobin
Encoding=UTF-8
Exec=/usr/bin/flamerobin
Terminal=false
Type=Application
Icon=/usr/share/pixmaps/fricon.xpm

@ -0,0 +1,503 @@
Index: src/databasehandler.cpp
===================================================================
--- src/databasehandler.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/databasehandler.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2009 The FlameRobin Development Team
+ Copyright (c) 2004-2011 The FlameRobin Development Team
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -46,6 +46,7 @@
class DatabaseInfoHandler: public URIHandler
{
public:
+ DatabaseInfoHandler() {};
bool handleURI(URI& uri);
private:
// singleton; registers itself on creation.
Index: src/gui/RestoreFrame.cpp
===================================================================
--- src/gui/RestoreFrame.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/RestoreFrame.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -258,7 +258,7 @@
sizerFilename->Add(styleguide().getBrowseButtonMargin(), 0);
sizerFilename->Add(button_browse, 0, wxALIGN_CENTER_VERTICAL);
- wxGridSizer* sizerChecks = new wxGridSizer(2, 2,
+ wxGridSizer* sizerChecks = new wxGridSizer(3, 2,
styleguide().getCheckboxSpacing(),
styleguide().getUnrelatedControlMargin(wxHORIZONTAL));
sizerChecks->Add(checkbox_replace, 0, wxEXPAND);
Index: src/gui/ReorderFieldsDialog.cpp
===================================================================
--- src/gui/ReorderFieldsDialog.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/ReorderFieldsDialog.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2009 The FlameRobin Development Team
+ Copyright (c) 2004-2011 The FlameRobin Development Team
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -215,6 +215,7 @@
class ReorderFieldsHandler: public URIHandler
{
public:
+ ReorderFieldsHandler() {};
bool handleURI(URI& uri);
private:
// singleton; registers itself on creation.
Index: src/gui/FieldPropertiesDialog.cpp
===================================================================
--- src/gui/FieldPropertiesDialog.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/FieldPropertiesDialog.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2009 The FlameRobin Development Team
+ Copyright (c) 2004-2011 The FlameRobin Development Team
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -690,7 +690,7 @@
+ wxT(" IF (NEW.") + fNameSql + wxT(" IS NULL) THEN\n")
+ wxT(" NEW.") + fNameSql + wxT(" = GEN_ID(")
+ generator.getQuoted() + wxT(", 1);\n")
- + wxT(" ELSE\n BEGIN\n tmp = GEN_ID(") +
+ + wxT(" ELSE\n BEGIN\n tmp = GEN_ID(")
+ generator.getQuoted() + wxT(", 0);\n if (tmp < new.")
+ fNameSql + wxT(") then\n tmp = GEN_ID(")
+ generator.getQuoted() + wxT(", new.") + fNameSql
@@ -816,6 +816,7 @@
class ColumnPropertiesHandler: public URIHandler
{
public:
+ ColumnPropertiesHandler() {};
bool handleURI(URI& uri);
private:
// singleton; registers itself on creation.
Index: src/gui/controls/DBHTreeControl.cpp
===================================================================
--- src/gui/controls/DBHTreeControl.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/controls/DBHTreeControl.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2009 The FlameRobin Development Team
+ Copyright (c) 2004-2011 The FlameRobin Development Team
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -261,6 +261,8 @@
id = ART_View; break;
case ntViews:
id = ART_Views; break;
+ default:
+ break;
}
return getImageIndex(id);
}
Index: src/gui/controls/TextControl.cpp
===================================================================
--- src/gui/controls/TextControl.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/controls/TextControl.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -40,8 +40,8 @@
#include "gui/controls/TextControl.h"
//-----------------------------------------------------------------------------
-TextControl::TextControl(wxWindow *parent, wxWindowID id, long style)
- : wxStyledTextCtrl(parent, id, wxDefaultPosition, wxDefaultSize, style)
+TextControl::TextControl(wxWindow *parent, wxWindowID id)
+ : wxStyledTextCtrl(parent, id)
{
SetWrapMode(wxSTC_WRAP_WORD);
// wxStyledTextCtrl uses black on white initially -> use system defaults
Index: src/gui/controls/LogTextControl.cpp
===================================================================
--- src/gui/controls/LogTextControl.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/controls/LogTextControl.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -40,8 +40,8 @@
#include "gui/controls/LogTextControl.h"
//-----------------------------------------------------------------------------
-LogTextControl::LogTextControl(wxWindow *parent, wxWindowID id, long style)
- : TextControl(parent, id, style)
+LogTextControl::LogTextControl(wxWindow *parent, wxWindowID id)
+ : TextControl(parent, id)
{
setDefaultStyles();
}
Index: src/gui/controls/TextControl.h
===================================================================
--- src/gui/controls/TextControl.h (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/controls/TextControl.h (.../rel_0_9_2-1/src) (révision 2085)
@@ -61,8 +61,7 @@
DECLARE_EVENT_TABLE()
public:
- TextControl(wxWindow *parent, wxWindowID id = wxID_ANY,
- long style = wxSUNKEN_BORDER);
+ TextControl(wxWindow *parent, wxWindowID id = wxID_ANY);
};
//-----------------------------------------------------------------------------
#endif
Index: src/gui/controls/LogTextControl.h
===================================================================
--- src/gui/controls/LogTextControl.h (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/controls/LogTextControl.h (.../rel_0_9_2-1/src) (révision 2085)
@@ -38,8 +38,7 @@
enum LogStyle { logStyleDefault, logStyleImportant, logStyleError };
void addStyledText(const wxString& message, LogStyle style);
public:
- LogTextControl(wxWindow *parent, wxWindowID id = wxID_ANY,
- long style = wxSUNKEN_BORDER);
+ LogTextControl(wxWindow *parent, wxWindowID id = wxID_ANY);
void logErrorMsg(const wxString& message);
void logImportantMsg(const wxString& message);
Index: src/gui/UserDialog.cpp
===================================================================
--- src/gui/UserDialog.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/UserDialog.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2009 The FlameRobin Development Team
+ Copyright (c) 2004-2011 The FlameRobin Development Team
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -222,6 +222,7 @@
class UserPropertiesHandler: public URIHandler
{
public:
+ UserPropertiesHandler() {};
bool handleURI(URI& uri);
private:
// singleton; registers itself on creation.
@@ -300,6 +301,7 @@
class DropUserHandler: public URIHandler
{
public:
+ DropUserHandler() {};
bool handleURI(URI& uri);
private:
// singleton; registers itself on creation.
Index: src/gui/CreateIndexDialog.cpp
===================================================================
--- src/gui/CreateIndexDialog.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/CreateIndexDialog.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2009 The FlameRobin Development Team
+ Copyright (c) 2004-2011 The FlameRobin Development Team
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -209,6 +209,7 @@
class TableIndicesHandler: public URIHandler
{
public:
+ TableIndicesHandler() {};
bool handleURI(URI& uri);
private:
// singleton; registers itself on creation.
Index: src/gui/BackupFrame.cpp
===================================================================
--- src/gui/BackupFrame.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/BackupFrame.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -241,7 +241,7 @@
sizerFilename->Add(styleguide().getBrowseButtonMargin(), 0);
sizerFilename->Add(button_browse, 0, wxALIGN_CENTER_VERTICAL);
- wxGridSizer* sizerChecks = new wxGridSizer(2, 2,
+ wxGridSizer* sizerChecks = new wxGridSizer(3, 2,
styleguide().getCheckboxSpacing(),
styleguide().getUnrelatedControlMargin(wxHORIZONTAL));
sizerChecks->Add(checkbox_checksum, 0, wxEXPAND);
Index: src/gui/PrivilegesDialog.cpp
===================================================================
--- src/gui/PrivilegesDialog.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/PrivilegesDialog.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2009 The FlameRobin Development Team
+ Copyright (c) 2004-2011 The FlameRobin Development Team
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -583,6 +583,7 @@
class ManagePrivilegesHandler: public URIHandler
{
public:
+ ManagePrivilegesHandler() {};
bool handleURI(URI& uri);
private:
// singleton; registers itself on creation.
Index: src/gui/MainFrame.cpp
===================================================================
--- src/gui/MainFrame.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/MainFrame.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -380,6 +380,7 @@
EVT_MENU(Cmds::Menu_Reconnect, MainFrame::OnMenuReconnect)
EVT_UPDATE_UI(Cmds::Menu_Reconnect, MainFrame::OnMenuUpdateIfDatabaseConnected)
EVT_MENU(Cmds::Menu_RecreateDatabase, MainFrame::OnMenuRecreateDatabase)
+ EVT_UPDATE_UI(Cmds::Menu_RecreateDatabase, MainFrame::OnMenuUpdateIfDatabaseConnected)
EVT_MENU(Cmds::Menu_DropDatabase, MainFrame::OnMenuDropDatabase)
EVT_UPDATE_UI(Cmds::Menu_DropDatabase, MainFrame::OnMenuUpdateIfDatabaseConnected)
EVT_MENU(Cmds::Menu_Query, MainFrame::OnMenuQuery)
@@ -540,8 +541,10 @@
}
//-----------------------------------------------------------------------------
//! handle double-click on item (or press Enter)
-void MainFrame::OnTreeItemActivate(wxTreeEvent& WXUNUSED(event))
+void MainFrame::OnTreeItemActivate(wxTreeEvent& event)
{
+ event.Skip();
+
wxTreeItemId item = treeMainM->GetSelection();
if (!item.IsOk())
return;
Index: src/gui/TriggerWizardDialog.cpp
===================================================================
--- src/gui/TriggerWizardDialog.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/TriggerWizardDialog.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2009 The FlameRobin Development Team
+ Copyright (c) 2004-2011 The FlameRobin Development Team
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -178,6 +178,7 @@
class CreateTriggerHandler: public URIHandler
{
public:
+ CreateTriggerHandler() {};
bool handleURI(URI& uri);
private:
static const CreateTriggerHandler handlerInstance;
Index: src/gui/EventWatcherFrame.cpp
===================================================================
--- src/gui/EventWatcherFrame.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/EventWatcherFrame.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -55,15 +55,13 @@
class EventLogControl: public LogTextControl
{
public:
- EventLogControl(wxWindow* parent, wxWindowID id = wxID_ANY,
- long style = wxSUNKEN_BORDER);
+ EventLogControl(wxWindow* parent, wxWindowID id = wxID_ANY);
void logAction(const wxString& action);
void logEvent(const wxString& name, int count);
};
//-----------------------------------------------------------------------------
-EventLogControl::EventLogControl(wxWindow* parent, wxWindowID id,
- long style)
- : LogTextControl(parent, id, style)
+EventLogControl::EventLogControl(wxWindow* parent, wxWindowID id)
+ : LogTextControl(parent, id)
{
}
//-----------------------------------------------------------------------------
Index: src/gui/MetadataItemPropertiesFrame.cpp
===================================================================
--- src/gui/MetadataItemPropertiesFrame.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/MetadataItemPropertiesFrame.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2009 The FlameRobin Development Team
+ Copyright (c) 2004-2011 The FlameRobin Development Team
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -360,6 +360,8 @@
case ntDatabase:
case ntRole:
pages.push_back(wxT("DDL"));
+ default:
+ break;
};
wxString page = loadEntireFile(config().getHtmlTemplatesPath()
+ wxT("header.html"));
@@ -1290,6 +1292,7 @@
class PageHandler: public URIHandler
{
public:
+ PageHandler() {};
bool handleURI(URI& uri);
private:
static const PageHandler handlerInstance; // singleton; registers itself on creation.
@@ -1327,6 +1330,7 @@
class PropertiesHandler: public URIHandler
{
public:
+ PropertiesHandler() {};
bool handleURI(URI& uri);
private:
static const PropertiesHandler handlerInstance; // singleton; registers itself on creation.
Index: src/gui/ExecuteSqlFrame.cpp
===================================================================
--- src/gui/ExecuteSqlFrame.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/gui/ExecuteSqlFrame.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2009 The FlameRobin Development Team
+ Copyright (c) 2004-2011 The FlameRobin Development Team
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -2749,6 +2749,7 @@
class DropColumnHandler: public URIHandler
{
public:
+ DropColumnHandler() {};
bool handleURI(URI& uri);
private:
static const DropColumnHandler handlerInstance;
@@ -2806,6 +2807,7 @@
class DropColumnsHandler: public URIHandler
{
public:
+ DropColumnsHandler() {};
bool handleURI(URI& uri);
private:
static const DropColumnsHandler handlerInstance;
@@ -2842,6 +2844,7 @@
class DropObjectHandler: public URIHandler
{
public:
+ DropObjectHandler() {};
bool handleURI(URI& uri);
private:
static const DropObjectHandler handlerInstance;
@@ -2878,6 +2881,7 @@
class EditDDLHandler: public URIHandler
{
public:
+ EditDDLHandler() {};
bool handleURI(URI& uri);
private:
static const EditDDLHandler handlerInstance;
@@ -2919,6 +2923,7 @@
class EditProcedureHandler: public URIHandler
{
public:
+ EditProcedureHandler() {};
bool handleURI(URI& uri);
private:
// singleton; registers itself on creation.
@@ -2947,6 +2952,7 @@
class AlterViewHandler: public URIHandler
{
public:
+ AlterViewHandler() {};
bool handleURI(URI& uri);
private:
// singleton; registers itself on creation.
@@ -2973,6 +2979,7 @@
class EditTriggerHandler: public URIHandler
{
public:
+ EditTriggerHandler() {};
bool handleURI(URI& uri);
private:
// singleton; registers itself on creation.
@@ -2999,6 +3006,7 @@
class EditGeneratorValueHandler: public URIHandler
{
public:
+ EditGeneratorValueHandler() {};
bool handleURI(URI& uri);
private:
// singleton; registers itself on creation.
@@ -3041,6 +3049,7 @@
class EditExceptionHandler: public URIHandler
{
public:
+ EditExceptionHandler() {};
bool handleURI(URI& uri);
private:
// singleton; registers itself on creation.
@@ -3067,6 +3076,7 @@
class IndexActionHandler: public URIHandler
{
public:
+ IndexActionHandler() {};
bool handleURI(URI& uri);
private:
// singleton; registers itself on creation.
@@ -3113,6 +3123,7 @@
class ActivateTriggersHandler: public URIHandler
{
public:
+ ActivateTriggersHandler() {};
bool handleURI(URI& uri);
private:
static const ActivateTriggersHandler handlerInstance;
@@ -3160,6 +3171,7 @@
class ActivateTriggerHandler: public URIHandler
{
public:
+ ActivateTriggerHandler() {};
bool handleURI(URI& uri);
private:
static const ActivateTriggerHandler handlerInstance;
Index: src/images.cpp
===================================================================
--- src/images.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/images.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2009 The FlameRobin Development Team
+ Copyright (c) 2004-2011 The FlameRobin Development Team
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -68,6 +68,8 @@
return wxArtProvider::GetIcon(ART_Trigger, wxART_OTHER, sz);
case ntView:
return wxArtProvider::GetIcon(ART_View, wxART_OTHER, sz);
+ default:
+ break;
}
return wxArtProvider::GetIcon(ART_FlameRobin, wxART_OTHER, sz);
}
Index: src/objectdescriptionhandler.cpp
===================================================================
--- src/objectdescriptionhandler.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/objectdescriptionhandler.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2009 The FlameRobin Development Team
+ Copyright (c) 2004-2011 The FlameRobin Development Team
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -46,6 +46,7 @@
class ObjectDescriptionHandler: public URIHandler
{
public:
+ ObjectDescriptionHandler() {};
bool handleURI(URI& uri);
private:
// singleton; registers itself on creation.
Index: src/addconstrainthandler.cpp
===================================================================
--- src/addconstrainthandler.cpp (.../rel_0_9_2/src) (révision 2085)
+++ src/addconstrainthandler.cpp (.../rel_0_9_2-1/src) (révision 2085)
@@ -1,5 +1,5 @@
/*
- Copyright (c) 2004-2009 The FlameRobin Development Team
+ Copyright (c) 2004-2011 The FlameRobin Development Team
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
@@ -51,6 +51,8 @@
class AddConstraintHandler: public URIHandler
{
public:
+ AddConstraintHandler() {};
+
bool handleURI(URI& uri);
private:
static const AddConstraintHandler handlerInstance; // singleton; registers itself on creation.

@ -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-db/flamerobin/flamerobin-0.9.2.ebuild,v 1.2 2012/02/16 09:51:10 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-db/flamerobin/flamerobin-0.9.2.ebuild,v 1.3 2012/02/17 08:32:32 pacho Exp $
EAPI="4"
@ -26,6 +26,11 @@ pkg_setup() {
export WX_GTK_VER="2.8"
need-wxwidgets gtk2
}
src_prepare() {
epatch "${FILESDIR}/${P}-gcc46.patch"
}
src_configure() {
# temp hack since configure is not executable
chmod +x configure

@ -1,2 +1 @@
DIST icdprog-0.3.tar.gz 8714 RMD160 5643ffd9687602ace01007f0514aeb5b372ca48e SHA1 4e8a8aac8845c531971b7a371d6dc5a9d460dbea SHA256 80e59dbce83501df77901dc63295048e9fb82f485997784651fa4264ad0ca922
DIST icdprog-0.5.tar.gz 47195 RMD160 ad16e1b28d1ad84ab9845258abd5ccd4fc96bb5d SHA1 cb64d4b0e96e2f519614b874be1f8ad0cada6805 SHA256 e863fcf2bd3351be80106b8aa7b4a1a59785de10ad404d34bd0b19f3e445b489

@ -1,40 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/icdprog/icdprog-0.3.ebuild,v 1.8 2011/05/28 00:40:02 radhermit Exp $
DESCRIPTION="Microchip PIC Programmer using ICD hardware"
HOMEPAGE="http://icdprog.sf.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND="sys-devel/gcc
>=sys-apps/sed-4"
RDEPEND=""
src_unpack() {
unpack ${A}
for f in "${S}"/src/Makefile "${S}"/src/icddump/Makefile; do
sed -e 's|^CFLAGS.*|CFLAGS += -Wall|' -i ${f}
done
}
src_compile() {
cd "${S}"/src
emake
cd "${S}"/src/icddump
emake
}
src_install() {
dobin src/icdprog
dobin src/icddump/icddump
dodoc README src/README.coders
}
pkg_postinst() {
elog "Please read the README if the ICD seems to be very slow."
}

@ -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-embedded/icdprog/icdprog-0.5.ebuild,v 1.2 2012/02/16 17:56:02 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/icdprog/icdprog-0.5.ebuild,v 1.3 2012/02/17 07:49:16 radhermit Exp $
EAPI=4
@ -15,9 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
DEPEND=""
RDEPEND=""
src_compile() {
tc-export CC

@ -1,2 +1 @@
DIST picasm112c.tar.bz2 33967 RMD160 445d261048a43d07e64079ea15244a6c963da33e SHA1 48d01f9caab26fbf31cdc2283d8d4c19fefc6a0d SHA256 2cb77363043644d08fa5e3122a7ccd97a2eb9ae858800862f9f7b0671093d922
DIST picasm114.tar.bz2 35429 RMD160 b4ed44b64b256b973814848fd7201d01f1beed72 SHA1 137689c08ebc8e8842aa62521c47f7c88f70d239 SHA256 6ff69880256953f4c55aa29e48714e81ebd9fd6ce1e81090fae1fb929902dfb8

@ -1,35 +0,0 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/picasm/picasm-1.12c.ebuild,v 1.1 2005/05/20 23:48:59 dragonheart Exp $
inherit toolchain-funcs
MY_PV="${PV//.}"
MY_P="${PN}${MY_PV}"
DESCRIPTION="An assembler and disassembler for 12 and 14-bit PIC chips"
HOMEPAGE="http://www.iki.fi/trossi/pic/"
SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
#SRC_URI="http://www.iki.fi/trossi/pic/${MY_P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND="sys-devel/gcc
dev-lang/perl"
RDEPEND=""
S=${WORKDIR}/${MY_P}
src_compile() {
emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" || die
}
src_install() {
dobin picasm || die
dodoc picasm.txt devices.txt HISTORY TODO
dohtml picasm.html
docinto examples
dodoc examples/*
}

@ -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-embedded/picasm/picasm-1.14.ebuild,v 1.2 2012/02/16 17:56:26 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/picasm/picasm-1.14.ebuild,v 1.4 2012/02/17 07:46:52 radhermit Exp $
EAPI=4
@ -17,12 +17,10 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
DEPEND=""
S=${WORKDIR}/${MY_P}
src_prepare() {
sed -i -e 's:$(CC):\0 $(LDFLAGS):' Makefile
sed -i -e 's:$(CC):\0 $(LDFLAGS):' Makefile || die
}
src_compile() {

@ -1,2 +1 @@
DIST picp-0.6.4.tar.gz 66488 RMD160 cb3bb323f0fcc395079a9e4642d05c6bc2ad630f SHA1 e0811e39bbd3fc38691a9f3dcd6f62d198da5ade SHA256 802ea3b26f23b841da9a03abf71bbd22ced8f8a5bcd0e2ede33f577c5a2e5efe
DIST picp-0.6.8.tar.gz 125303 RMD160 d29dba5e8542822fcf1f21d7b9599d1f8097b483 SHA1 52f5a6dc0bcd2a8c4da18eeef7b11bdbdb343816 SHA256 869c680ff8137257d635e8ab8fdaacef21175bf98b930cc6aaaa2f935b06c5b6

@ -1,26 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/picp/picp-0.6.4.ebuild,v 1.3 2009/09/23 16:40:32 patrick Exp $
inherit toolchain-funcs
DESCRIPTION="A commandline interface to Microchip's PICSTART+ programmer."
HOMEPAGE="http://home.pacbell.net/theposts/picmicro/"
SRC_URI="http://home.pacbell.net/theposts/picmicro/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE=""
DEPEND=""
src_compile() {
emake CC=$(tc-getCC) OPTIONS="${CFLAGS} -x c++" || die "emake failed"
}
src_install() {
dodoc README HISTORY LICENSE.TXT NOTES PSCOMMANDS.TXT
dohtml PICPmanual.html
dobin picp
}

@ -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-embedded/picp/picp-0.6.8.ebuild,v 1.2 2012/02/16 17:56:52 phajdan.jr Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-embedded/picp/picp-0.6.8.ebuild,v 1.3 2012/02/17 07:43:54 radhermit Exp $
EAPI=4
@ -15,8 +15,6 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
DEPEND=""
src_prepare() {
sed -i -e '/strip/d' \
-e 's:$(CC):\0 $(LDFLAGS):' \

@ -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/php-5.4.0_rc8.ebuild,v 1.1 2012/02/16 19:22:11 olemarkus Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.4.0_rc8.ebuild,v 1.2 2012/02/17 08:18:37 olemarkus Exp $
EAPI=4
@ -118,7 +118,6 @@ IUSE="${IUSE} bcmath berkdb bzip2 calendar cdb cjk
DEPEND="!dev-lang/php:5
>=app-admin/eselect-php-0.6.2
>=dev-libs/libpcre-8.12[unicode]
<dev-libs/libpcre-8.30
apache2? ( www-servers/apache[threads=] )
berkdb? ( =sys-libs/db-4* )
bzip2? ( app-arch/bzip2 )

@ -1,2 +1,3 @@
DIST mock-0.7.1.tar.gz 1083629 RMD160 9f5bf6ed8523d4094a14a76c7fc358e8f48ab393 SHA1 d3716bbc7f4795400d6b2302b06081a682a2dfc1 SHA256 990d46cd6bd7a1a79fb73cc78c9be981547bf85b3cba52be503d2eecf6e3b772
DIST mock-0.7.2.tar.gz 896135 RMD160 c169758779577a7f0c5cccd8ad0c876796fde54f SHA1 6d5118bf59c4a120c48923c3caaa4049206add1e SHA256 ec0d59c3f8ba6fa850cde44a63d592bb35b9b5b893e77227cf118e7ee14039f2
DIST mock-0.8.0.tar.gz 749663 RMD160 1ce268be84b8182331d4fba29b40dfd7d1b60c34 SHA1 28cbecea9abcc2c88e3e0cd47c793c6d112eddfc SHA256 96fa4def4e80200be827c3f51147dd7b3fa8873b9207e3325d47ba45bf29a5c1

@ -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/dev-python/mock/mock-0.8.0.ebuild,v 1.1 2012/02/17 08:32:10 djc Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
DESCRIPTION="A Python Mocking and Patching Library for Testing"
HOMEPAGE="http://www.voidspace.org.uk/python/mock/ http://pypi.python.org/pypi/mock"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-macos"
IUSE="doc test"
# dev-python/unittest2 is not required with Python >=3.2.
DEPEND="dev-python/setuptools
test? ( dev-python/unittest2 )"
RDEPEND=""
DOCS="docs/*.txt"
PYTHON_MODNAME="mock.py"
src_install() {
distutils_src_install
if use doc; then
pushd html > /dev/null
rm -f objects.inv output.txt
insinto /usr/share/doc/${PF}/html
doins -r [a-z]* _static || die "Installation of documentation failed"
popd > /dev/null
fi
}

@ -1 +1,2 @@
DIST pip-1.0.2.tar.gz 105820 RMD160 2a398d35c63f62194528aa16ce989ce532f6b895 SHA1 bb137ac723389651e6cf56c0c95af0a6547443b6 SHA256 a6ed9b36aac2f121c01a2c9e0307a9e4d9438d100a407db701ac65479a3335d2
DIST pip-1.1.tar.gz 95197 RMD160 0ac4333d3c250056c06cadbe08cb02231dd322a6 SHA1 3b002db66890880ee776bbe199c3d326d8fe3d6f SHA256 993804bb947d18508acee02141281c77d27677f8c14eaa64d6287a1c53ef01c8

@ -0,0 +1,46 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pip/pip-1.1.ebuild,v 1.1 2012/02/17 06:52:03 radhermit Exp $
EAPI="4"
PYTHON_DEPEND="*"
SUPPORT_PYTHON_ABIS="1"
inherit bash-completion-r1 distutils eutils
DESCRIPTION="Installs python packages -- replacement for easy_install"
HOMEPAGE="http://www.pip-installer.org/ http://pypi.python.org/pypi/pip/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="zsh-completion"
RDEPEND="dev-python/setuptools"
DEPEND="${RDEPEND}"
# Tests require a couple libraries not yet in the tree, aren't bundled with
# the default tarball from pypi, and have a couple failures anyway
RESTRICT="test"
DOCS="AUTHORS.txt docs/*.txt"
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.0.1-unversioned.patch
distutils_src_prepare
}
src_install() {
distutils_src_install
COMPLETION="${T}/completion.tmp"
"$(PYTHON -f)" pip/runner.py completion --bash > "${COMPLETION}" || die
newbashcomp "${COMPLETION}" ${PN}
if use zsh-completion ; then
"$(PYTHON -f)" pip/runner.py completion --zsh > "${COMPLETION}" || die
insinto /usr/share/zsh/site-functions
newins "${COMPLETION}" _pip
fi
}

@ -1,3 +1,3 @@
DIST virtualenv-1.6.1.tar.gz 1779120 RMD160 1a5b11bad5c8ec50129724db99632755c637a9d7 SHA1 f875868d680b83bdfa86a23536d19bb00b28b40d SHA256 d066d7e5d4924766950d1d78c851cd442dfed9ca966694f614f2cc8c5cb48a26
DIST virtualenv-1.6.4.tar.gz 1889033 RMD160 4574406ec1db8d911950e0e0bf865aa7c64183a2 SHA1 eeaae3a84d9076577996a02951afc78b8e947067 SHA256 a68efb4b35a4fef2a57de1981e00d9cf60be5b17d8f677baa0c5848582aaae85
DIST virtualenv-1.7.1.1.tar.gz 2137863 RMD160 c4a2e6cd5e3d2f8e9447bcf48653f06e6b0bf525 SHA1 cd2ac68687ee4e2efe0299b72699aa08d8bc0f27 SHA256 edf6891ba6b24278b3b17faaa7d8a753fc3121e845340e0e8fcc55e783b81e8d
DIST virtualenv-1.7.tar.gz 2125413 RMD160 5d5f9a7b82bd4ec659d853a1bbaacaac32961116 SHA1 3c99e759a06470a1838c98b750d5b72972ac82d6 SHA256 e32b851eec3beae048c41dedcbebdae8484752b4426436ba8d7d1d69458ef6fc

@ -1,9 +1,10 @@
# 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/dev-python/virtualenv/virtualenv-1.6.1.ebuild,v 1.5 2011/07/20 22:46:22 halcy0n Exp $
# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/virtualenv-1.7.1.1.ebuild,v 1.1 2012/02/17 08:38:50 djc Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
DISTUTILS_SRC_TEST="nosetests"
inherit distutils
@ -12,7 +13,7 @@ HOMEPAGE="http://pypi.python.org/pypi/virtualenv"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="amd64 ppc ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
SLOT="0"
IUSE=""

@ -1,2 +1,3 @@
DIST intltool-0.41.1.tar.gz 139287 RMD160 8c9cc498c4b70e0d78e04fc14c99f7c8832295db SHA1 20b2bf222395cf1711fee1f1b7b7650b9e0f2fc2 SHA256 06d02133a85b9d6f29cd763050dc9267a6d73ef3008993f5b917cafc7ece96c0
DIST intltool-0.50.0.tar.gz 142837 RMD160 5f5f881ac5945853df4a0d447d20ec5cd5bcc252 SHA1 b842d3b5f4de74371049cc366dee19083061c51a SHA256 dccfb0b7dd35a170130e8934bfd30c29da6ae73bcd3ca4ba71317c977b2893d6
DIST intltool-0.50.1.tar.gz 188621 RMD160 a037318b8f563b03dabc561378aea7a49610dd8e SHA1 3964df4057a16c82f711e778df058e6c11fe093a SHA256 443e09f3bcba7e78d6fed02dec8e4f1360a64a58a6762e460d257d6940a93f04

@ -0,0 +1,21 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/intltool/intltool-0.50.1.ebuild,v 1.1 2012/02/17 09:17:06 ssuominen Exp $
EAPI=4
DESCRIPTION="Internationalization Tool Collection"
HOMEPAGE="http://edge.launchpad.net/intltool/"
SRC_URI="http://edge.launchpad.net/intltool/trunk/${PV}/+download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=dev-lang/perl-5.8.1
dev-perl/XML-Parser"
RDEPEND="${DEPEND}
sys-devel/gettext"
DOCS=( AUTHORS ChangeLog NEWS README TODO doc/I18N-HOWTO )

@ -1 +1,2 @@
DIST mana-0.5.3.tar.gz 2473239 RMD160 e296a0c961805a7b764736cc37e9602a292740b9 SHA1 cdf51109efd0bed72c87596f4b11e63a22540371 SHA256 3b9781cc2aa89fb0723d76df7407f4b89d1305e42166b2f4c850f3acd61022d5
DIST mana-0.6.0.tar.gz 4621532 RMD160 3a3ba1497751bf6e15b6cebdd8a2caf0b7a1abe1 SHA1 00dab9ab6fd61a6e2347fd03e2764676a0c2fc5e SHA256 d83d6c3ee7f527175a5db3ed25c95b8417006c3fef273c68d13352ec57d93474

@ -0,0 +1,31 @@
--- CMakeLists.txt.old 2011-08-02 08:28:51.211645468 +0200
+++ CMakeLists.txt 2011-08-02 08:29:26.912641230 +0200
@@ -41,9 +41,9 @@
IF (NOT OSX)
OPTION(USE_X11 "Use X11 Clipboard functionality" ON)
ENDIF ()
- SET(PKG_DATADIR ${CMAKE_INSTALL_PREFIX}/share/mana)
+ SET(PKG_DATADIR @GENTOO_DATADIR@)
SET(LOCALEDIR ${CMAKE_INSTALL_PREFIX}/share/locale)
- SET(PKG_BINDIR ${CMAKE_INSTALL_PREFIX}/bin)
+ SET(PKG_BINDIR @GENTOO_BINDIR@)
ENDIF (WIN32)
ADD_SUBDIRECTORY(data)
--- mana.desktop.old 2011-08-02 11:31:56.049341650 +0200
+++ mana.desktop 2011-08-02 11:32:05.312340549 +0200
@@ -13,4 +13,4 @@
Terminal=false
Type=Application
Icon=mana
-Categories=Application;Game;
+Categories=Game;
--- data/CMakeLists.txt.old 2011-08-02 12:15:38.520030381 +0200
+++ data/CMakeLists.txt 2011-08-02 12:15:44.971029615 +0200
@@ -1,6 +1,5 @@
SET(DATA_DIR ${PKG_DATADIR}/data)
-ADD_SUBDIRECTORY(fonts)
ADD_SUBDIRECTORY(graphics)
ADD_SUBDIRECTORY(help)
ADD_SUBDIRECTORY(icons)

@ -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/games-rpg/mana/mana-0.6.0.ebuild,v 1.1 2012/02/17 06:26:14 mr_bones_ Exp $
EAPI=2
inherit eutils cmake-utils games
DESCRIPTION="A fully free and open source MMORPG game client"
HOMEPAGE="http://manasource.org/"
SRC_URI="http://manasource.org/files/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="nls opengl"
RDEPEND="!=games-rpg/tmw-0.5.2
>=dev-games/physfs-1.0.0
dev-libs/libxml2
media-libs/sdl-mixer[vorbis]
media-libs/sdl-image[png]
media-libs/sdl-net
media-libs/sdl-ttf
net-misc/curl
sys-libs/zlib
media-libs/libpng
media-fonts/dejavu
>=dev-games/guichan-0.8.1[sdl]
media-libs/libsdl[X,opengl?,video]
media-libs/sdl-gfx
x11-libs/libX11
nls? ( virtual/libintl )
opengl? ( virtual/opengl )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
nls? ( sys-devel/gettext )"
DOCS=( AUTHORS ChangeLog NEWS README )
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
src_prepare() {
base_src_prepare
sed -i \
-e "s:@GENTOO_BINDIR@:${GAMES_BINDIR}:" \
-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
CMakeLists.txt \
|| die "sed failed"
}
src_configure() {
mycmakeargs=(
$(cmake-utils_use_with opengl)
$(cmake-utils_use_enable nls)
)
cmake-utils_src_configure
}
src_install() {
cmake-utils_src_install
dosym /usr/share/fonts/dejavu/DejaVuSans-Bold.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusans-bold.ttf
dosym /usr/share/fonts/dejavu/DejaVuSans.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusans.ttf
dosym /usr/share/fonts/dejavu/DejaVuSansMono.ttf "${GAMES_DATADIR}"/${PN}/data/fonts/dejavusans-mono.ttf
insinto "${GAMES_DATADIR}"/${PN}/data
prepgamesdirs
}

@ -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/gnome-extra/zeitgeist-extensions/zeitgeist-extensions-0.0.13-r1.ebuild,v 1.1 2012/02/16 19:50:03 jlec Exp $
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/zeitgeist-extensions/zeitgeist-extensions-0.0.13-r1.ebuild,v 1.2 2012/02/17 10:12:22 jlec Exp $
EAPI=4
@ -20,6 +20,7 @@ IUSE="fts geolocation memprofile sqldebug tracker"
RDEPEND="
fts? (
!gnome-extra/zeitgeist[fts]
dev-libs/xapian-bindings[python]
dev-python/dbus-python
dev-python/pygobject

@ -0,0 +1,23 @@
diff -r 1c3dbe83fabb -r b8f3904f93dc contrib/perl/lib/Text/Gr2.xs
--- a/contrib/perl/lib/Text/Gr2.xs
+++ b/contrib/perl/lib/Text/Gr2.xs
@@ -6,7 +6,7 @@
#include <graphite2/Font.h>
#include <graphite2/Segment.h>
-#include <graphite2/XmlLog.h>
+#include <graphite2/Log.h>
typedef gr_face Text_Graphite2_Face;
typedef gr_font Text_Graphite2_Font;
diff -r 1c3dbe83fabb -r b8f3904f93dc src/CMakeLists.txt
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -54,6 +54,7 @@
../include/graphite2/Font.h
../include/graphite2/Segment.h
../include/graphite2/Types.h
+ ../include/graphite2/Log.h
)
file(GLOB PRIVATE_HEADERS inc/*.h)

@ -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/media-gfx/graphite2/graphite2-1.1.0.ebuild,v 1.1 2012/02/15 12:09:02 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.1.0.ebuild,v 1.3 2012/02/17 10:02:45 scarabeus Exp $
EAPI=4
@ -32,6 +32,7 @@ PATCHES=(
"${FILESDIR}/${PN}-fix_wrong_linker_opts.patch"
"${FILESDIR}/${PN}-1.0.2-no_harfbuzz_tests.patch"
"${FILESDIR}/${PN}-1.0.3-no-test-binaries.patch"
"${FILESDIR}/${P}-fix-perl-includes.patch"
)
pkg_setup() {

@ -2,6 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
<email>idl0r@gentoo.org</email>
<name>Christian Ruppert</name>
</maintainer>
</pkgmetadata>

@ -3,7 +3,7 @@ x11-libs/gtk+:2
0
http://gtkdiskfree.tuxfamily.org/src_tgz/gtkdiskfree-1.9.3.tar.gz
http://gtkdiskfree.tuxfamily.org/
http://gentoo.org/
GPL-2
Graphical tool to show free disk space
amd64 ia64 ppc ppc64 sparc x86
@ -12,7 +12,7 @@ nls
2
4
configure install prepare

@ -1,22 +0,0 @@
0
mirror://sourceforge/mac-robber/mac-robber-1.00.tar.gz
http://www.sleuthkit.org/mac-robber/index.php
GPL-2
mac-robber is a digital forensics and incident response tool that collects data
~amd64 ~ppc x86
multilib toolchain-funcs
compile install test

@ -1,22 +0,0 @@
0
http://www.itu.dk/people/jobr/magicrescue/release/magicrescue-1.1.4.tar.gz
http://www.itu.dk/people/jobr/magicrescue/
GPL-2
Find deleted files in block devices
amd64 ~ppc x86
eutils multilib portability toolchain-funcs user
compile install

@ -1,22 +0,0 @@
0
http://www.itu.dk/people/jobr/magicrescue/release/magicrescue-1.1.6.tar.gz
http://www.itu.dk/people/jobr/magicrescue/
GPL-2
Find deleted files in block devices
~amd64 ~ppc ~x86
eutils multilib portability toolchain-funcs user
compile install

@ -1,22 +0,0 @@
0
http://www.itu.dk/people/jobr/magicrescue/release/magicrescue-1.1.8.tar.gz
http://www.itu.dk/people/jobr/magicrescue/
GPL-2
Find deleted files in block devices
~amd64 ~ppc ~x86
eutils multilib portability toolchain-funcs user
compile install

@ -6,7 +6,7 @@ http://labs.nic.cz/files/labs/datove_schranky/datovka-1.7.tar.gz
http://labs.nic.cz/page/969/datovka/
GPL-2
GUI to access Czech eGov "Datove schranky"
~amd64 ~x86
amd64 x86
distutils multilib python toolchain-funcs

@ -1,4 +1,4 @@
dev-libs/boost dev-libs/libxml2 net-misc/curl test? ( dev-util/cppunit ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
dev-libs/boost dev-libs/libxml2 net-misc/curl test? ( dev-util/cppunit ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
dev-libs/boost dev-libs/libxml2 net-misc/curl
0
mirror://sourceforge/libcmis/libcmis-0.1.0.tar.gz
@ -6,7 +6,7 @@ test
https://sourceforge.net/projects/libcmis/
|| ( GPL-2 LGPL-2 MPL-1.1 )
C++ client library for the CMIS interface
~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux
amd64 ~ppc x86 ~amd64-linux ~x86-linux
autotools eutils libtool multilib portability toolchain-funcs user
static-libs test

@ -14,7 +14,7 @@ doc
4
configure install setup
configure install prepare setup

@ -1,22 +0,0 @@
sys-devel/gcc >=sys-apps/sed-4
0
mirror://sourceforge/icdprog/icdprog-0.3.tar.gz
http://icdprog.sf.net/
GPL-2
Microchip PIC Programmer using ICD hardware
x86
compile install postinst unpack

@ -1,22 +0,0 @@
sys-devel/gcc dev-lang/perl
0
mirror://gentoo/picasm112c.tar.bz2
http://www.iki.fi/trossi/pic/
as-is
An assembler and disassembler for 12 and 14-bit PIC chips
x86
multilib toolchain-funcs
compile install

@ -1,22 +0,0 @@
0
http://home.pacbell.net/theposts/picmicro/picp-0.6.4.tar.gz
http://home.pacbell.net/theposts/picmicro/
GPL-2
A commandline interface to Microchip's PICSTART+ programmer.
x86
multilib toolchain-funcs
compile install

@ -1,4 +1,4 @@
!dev-lang/php:5 >=app-admin/eselect-php-0.6.2 >=dev-libs/libpcre-8.12[unicode] <dev-libs/libpcre-8.30 apache2? ( www-servers/apache[threads=] ) berkdb? ( =sys-libs/db-4* ) bzip2? ( app-arch/bzip2 ) cdb? ( || ( dev-db/cdb dev-db/tinycdb ) ) cjk? ( !gd? ( virtual/jpeg media-libs/libpng sys-libs/zlib ) ) crypt? ( >=dev-libs/libmcrypt-2.4 ) curl? ( >=net-misc/curl-7.10.5 ) enchant? ( app-text/enchant ) exif? ( !gd? ( virtual/jpeg media-libs/libpng sys-libs/zlib ) ) firebird? ( dev-db/firebird ) gd? ( virtual/jpeg media-libs/libpng sys-libs/zlib ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) gmp? ( >=dev-libs/gmp-4.1.2 ) iconv? ( virtual/libiconv ) imap? ( virtual/imap-c-client[ssl=] ) intl? ( dev-libs/icu ) iodbc? ( dev-db/libiodbc ) kerberos? ( virtual/krb5 ) kolab? ( >=net-libs/c-client-2004g-r1 ) ldap? ( >=net-nds/openldap-1.2.11 ) ldap-sasl? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 ) libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) ) mssql? ( dev-db/freetds[mssql] ) !mysqlnd? ( mysql? ( virtual/mysql ) mysqli? ( >=virtual/mysql-4.1 ) ) nls? ( sys-devel/gettext ) oci8-instant-client? ( dev-db/oracle-instantclient-basic ) odbc? ( >=dev-db/unixODBC-1.8.13 ) postgres? ( dev-db/postgresql-base ) qdbm? ( dev-db/qdbm ) readline? ( sys-libs/readline ) recode? ( app-text/recode ) sharedmem? ( dev-libs/mm ) simplexml? ( >=dev-libs/libxml2-2.6.8 ) snmp? ( >=net-analyzer/net-snmp-5.2 ) soap? ( >=dev-libs/libxml2-2.6.8 ) spell? ( >=app-text/aspell-0.50 ) sqlite3? ( >=dev-db/sqlite-3.7.6.3 ) ssl? ( >=dev-libs/openssl-0.9.7 ) sybase-ct? ( dev-db/freetds ) tidy? ( app-text/htmltidy ) truetype? ( =media-libs/freetype-2* >=media-libs/t1lib-5.0.0 !gd? ( virtual/jpeg media-libs/libpng sys-libs/zlib ) ) unicode? ( dev-libs/oniguruma ) wddx? ( >=dev-libs/libxml2-2.6.8 ) xml? ( >=dev-libs/libxml2-2.6.8 ) xmlrpc? ( >=dev-libs/libxml2-2.6.8 virtual/libiconv ) xmlreader? ( >=dev-libs/libxml2-2.6.8 ) xmlwriter? ( >=dev-libs/libxml2-2.6.8 ) xpm? ( x11-libs/libXpm virtual/jpeg media-libs/libpng sys-libs/zlib ) xsl? ( dev-libs/libxslt >=dev-libs/libxml2-2.6.8 ) zip? ( sys-libs/zlib ) zlib? ( sys-libs/zlib ) virtual/mta enchant? ( !dev-php/pecl-enchant ) fileinfo? ( !<dev-php/pecl-fileinfo-1.0.4-r2 ) filter? ( !dev-php/pecl-filter ) json? ( !dev-php/pecl-json ) phar? ( !dev-php/pecl-phar ) zip? ( !dev-php/pecl-zip ) sys-devel/flex >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 apache2? ( =www-servers/apache-2* ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
!dev-lang/php:5 >=app-admin/eselect-php-0.6.2 >=dev-libs/libpcre-8.12[unicode] apache2? ( www-servers/apache[threads=] ) berkdb? ( =sys-libs/db-4* ) bzip2? ( app-arch/bzip2 ) cdb? ( || ( dev-db/cdb dev-db/tinycdb ) ) cjk? ( !gd? ( virtual/jpeg media-libs/libpng sys-libs/zlib ) ) crypt? ( >=dev-libs/libmcrypt-2.4 ) curl? ( >=net-misc/curl-7.10.5 ) enchant? ( app-text/enchant ) exif? ( !gd? ( virtual/jpeg media-libs/libpng sys-libs/zlib ) ) firebird? ( dev-db/firebird ) gd? ( virtual/jpeg media-libs/libpng sys-libs/zlib ) gdbm? ( >=sys-libs/gdbm-1.8.0 ) gmp? ( >=dev-libs/gmp-4.1.2 ) iconv? ( virtual/libiconv ) imap? ( virtual/imap-c-client[ssl=] ) intl? ( dev-libs/icu ) iodbc? ( dev-db/libiodbc ) kerberos? ( virtual/krb5 ) kolab? ( >=net-libs/c-client-2004g-r1 ) ldap? ( >=net-nds/openldap-1.2.11 ) ldap-sasl? ( dev-libs/cyrus-sasl >=net-nds/openldap-1.2.11 ) libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) ) mssql? ( dev-db/freetds[mssql] ) !mysqlnd? ( mysql? ( virtual/mysql ) mysqli? ( >=virtual/mysql-4.1 ) ) nls? ( sys-devel/gettext ) oci8-instant-client? ( dev-db/oracle-instantclient-basic ) odbc? ( >=dev-db/unixODBC-1.8.13 ) postgres? ( dev-db/postgresql-base ) qdbm? ( dev-db/qdbm ) readline? ( sys-libs/readline ) recode? ( app-text/recode ) sharedmem? ( dev-libs/mm ) simplexml? ( >=dev-libs/libxml2-2.6.8 ) snmp? ( >=net-analyzer/net-snmp-5.2 ) soap? ( >=dev-libs/libxml2-2.6.8 ) spell? ( >=app-text/aspell-0.50 ) sqlite3? ( >=dev-db/sqlite-3.7.6.3 ) ssl? ( >=dev-libs/openssl-0.9.7 ) sybase-ct? ( dev-db/freetds ) tidy? ( app-text/htmltidy ) truetype? ( =media-libs/freetype-2* >=media-libs/t1lib-5.0.0 !gd? ( virtual/jpeg media-libs/libpng sys-libs/zlib ) ) unicode? ( dev-libs/oniguruma ) wddx? ( >=dev-libs/libxml2-2.6.8 ) xml? ( >=dev-libs/libxml2-2.6.8 ) xmlrpc? ( >=dev-libs/libxml2-2.6.8 virtual/libiconv ) xmlreader? ( >=dev-libs/libxml2-2.6.8 ) xmlwriter? ( >=dev-libs/libxml2-2.6.8 ) xpm? ( x11-libs/libXpm virtual/jpeg media-libs/libpng sys-libs/zlib ) xsl? ( dev-libs/libxslt >=dev-libs/libxml2-2.6.8 ) zip? ( sys-libs/zlib ) zlib? ( sys-libs/zlib ) virtual/mta enchant? ( !dev-php/pecl-enchant ) fileinfo? ( !<dev-php/pecl-fileinfo-1.0.4-r2 ) filter? ( !dev-php/pecl-filter ) json? ( !dev-php/pecl-json ) phar? ( !dev-php/pecl-phar ) zip? ( !dev-php/pecl-zip ) sys-devel/flex >=sys-devel/m4-1.4.3 >=sys-devel/libtool-1.5.18 apache2? ( =www-servers/apache-2* ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
apache2? ( =www-servers/apache-2* )
5.4
http://downloads.php.net/stas/php-5.4.0RC8.tar.bz2 http://olemarkus.org/~olemarkus/gentoo/php-patchset-5.4-1.tar.bz2

@ -0,0 +1,22 @@
dev-python/setuptools test? ( dev-python/unittest2 ) >=app-admin/eselect-python-20091230 dev-lang/python test? ( dev-python/nose )
>=app-admin/eselect-python-20091230 dev-lang/python
0
mirror://pypi/m/mock/mock-0.8.0.tar.gz
http://www.voidspace.org.uk/python/mock/ http://pypi.python.org/pypi/mock
BSD
A Python Mocking and Patching Library for Testing
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-macos
distutils multilib python toolchain-funcs
doc test test
3
compile install postinst postrm prepare test

@ -0,0 +1,22 @@
dev-python/setuptools >=app-admin/eselect-python-20091230 dev-lang/python
dev-python/setuptools >=app-admin/eselect-python-20091230 dev-lang/python
0
mirror://pypi/p/pip/pip-1.1.tar.gz
test
http://www.pip-installer.org/ http://pypi.python.org/pypi/pip/
MIT
Installs python packages -- replacement for easy_install
~amd64 ~x86
bash-completion-r1 distutils eutils multilib portability python toolchain-funcs user
zsh-completion
4
compile install postinst postrm prepare setup

@ -1,20 +1,20 @@
dev-python/setuptools >=app-admin/eselect-python-20091230 dev-lang/python
dev-python/setuptools >=app-admin/eselect-python-20091230 dev-lang/python test? ( dev-python/nose )
dev-python/setuptools >=app-admin/eselect-python-20091230 dev-lang/python
0
mirror://pypi/v/virtualenv/virtualenv-1.6.1.tar.gz
mirror://pypi/v/virtualenv/virtualenv-1.7.1.1.tar.gz
http://pypi.python.org/pypi/virtualenv
MIT
Virtual Python Environment builder
amd64 ppc ppc64 x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris
~amd64 ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris
distutils multilib python toolchain-funcs
test
3
compile install postinst postrm prepare
compile install postinst postrm prepare test

@ -0,0 +1,22 @@
>=dev-lang/perl-5.8.1 dev-perl/XML-Parser
>=dev-lang/perl-5.8.1 dev-perl/XML-Parser sys-devel/gettext
0
http://edge.launchpad.net/intltool/trunk/0.50.1/+download/intltool-0.50.1.tar.gz
http://edge.launchpad.net/intltool/
GPL-2
Internationalization Tool Collection
~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris
4
-

@ -0,0 +1,22 @@
!=games-rpg/tmw-0.5.2 >=dev-games/physfs-1.0.0 dev-libs/libxml2 media-libs/sdl-mixer[vorbis] media-libs/sdl-image[png] media-libs/sdl-net media-libs/sdl-ttf net-misc/curl sys-libs/zlib media-libs/libpng media-fonts/dejavu >=dev-games/guichan-0.8.1[sdl] media-libs/libsdl[X,opengl?,video] media-libs/sdl-gfx x11-libs/libX11 nls? ( virtual/libintl ) opengl? ( virtual/opengl ) dev-util/pkgconfig nls? ( sys-devel/gettext ) >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
!=games-rpg/tmw-0.5.2 >=dev-games/physfs-1.0.0 dev-libs/libxml2 media-libs/sdl-mixer[vorbis] media-libs/sdl-image[png] media-libs/sdl-net media-libs/sdl-ttf net-misc/curl sys-libs/zlib media-libs/libpng media-fonts/dejavu >=dev-games/guichan-0.8.1[sdl] media-libs/libsdl[X,opengl?,video] media-libs/sdl-gfx x11-libs/libX11 nls? ( virtual/libintl ) opengl? ( virtual/opengl )
0
http://manasource.org/files/mana-0.6.0.tar.gz
http://manasource.org/
GPL-2
A fully free and open source MMORPG game client
~amd64 ~ppc ~x86
base cmake-utils eutils flag-o-matic games multilib portability toolchain-funcs user
nls opengl
2
compile configure install postinst preinst prepare setup test unpack

@ -1,5 +1,5 @@
>=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[sqlite]
fts? ( dev-libs/xapian-bindings[python] dev-python/dbus-python dev-python/pygobject dev-python/pyxdg ) geolocation? ( dev-python/dbus-python dev-python/python-geoclue ) memprofile? ( dev-python/dbus-python dev-python/pympler ) sqldebug? ( dev-python/python-sqlparse ) tracker? ( app-misc/tracker dev-python/pygobject dev-python/dbus-python ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[sqlite]
fts? ( !gnome-extra/zeitgeist[fts] dev-libs/xapian-bindings[python] dev-python/dbus-python dev-python/pygobject dev-python/pyxdg ) geolocation? ( dev-python/dbus-python dev-python/python-geoclue ) memprofile? ( dev-python/dbus-python dev-python/pympler ) sqldebug? ( dev-python/python-sqlparse ) tracker? ( app-misc/tracker dev-python/pygobject dev-python/dbus-python ) >=app-admin/eselect-python-20091230 =dev-lang/python-2* =dev-lang/python-2*[sqlite]
0
http://launchpad.net/zeitgeist-extensions/trunk/fts-0.0.13/+download/zeitgeist-extensions-0.0.13.tar.gz

@ -6,7 +6,7 @@ http://labs.nic.cz/files/labs/datove_schranky/dslib-1.7.tar.gz
http://labs.nic.cz/page/969/datovka/
GPL-2
Library to access Czech eGov system "Datove schranky"
~amd64 ~x86
amd64 x86
distutils multilib python toolchain-funcs

@ -1,5 +1,5 @@
>=dev-libs/glib-2.10:2 >=net-libs/gnutls-1.4 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 gtk3? ( >=x11-libs/gtk+-2.91.3:3 ) introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) python? ( >=dev-python/pygtk-2:2 ) sasl? ( dev-libs/cyrus-sasl ) >=dev-lang/perl-5 dev-util/pkgconfig sys-devel/gettext >=dev-util/intltool-0.40 >=app-admin/eselect-python-20091230
>=dev-libs/glib-2.10:2 >=net-libs/gnutls-1.4 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 gtk3? ( >=x11-libs/gtk+-2.91.3:3 ) introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) python? ( >=dev-python/pygtk-2:2 ) sasl? ( dev-libs/cyrus-sasl ) >=app-admin/eselect-python-20091230
>=dev-libs/glib-2.10:2 >=dev-libs/libgcrypt-1.4.2 dev-libs/libgpg-error >=net-libs/gnutls-1.4 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 gtk3? ( >=x11-libs/gtk+-2.91.3:3 ) introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) python? ( >=dev-python/pygtk-2:2 ) sasl? ( dev-libs/cyrus-sasl ) >=dev-lang/perl-5 dev-util/pkgconfig sys-devel/gettext >=dev-util/intltool-0.40 >=app-admin/eselect-python-20091230
>=dev-libs/glib-2.10:2 >=dev-libs/libgcrypt-1.4.2 dev-libs/libgpg-error >=net-libs/gnutls-1.4 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 gtk3? ( >=x11-libs/gtk+-2.91.3:3 ) introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) python? ( >=dev-python/pygtk-2:2 ) sasl? ( dev-libs/cyrus-sasl ) >=app-admin/eselect-python-20091230
0
mirror://gnome/sources/gtk-vnc/0.4/gtk-vnc-0.4.3.tar.bz2

@ -1,5 +1,5 @@
>=dev-libs/glib-2.10:2 >=net-libs/gnutls-1.4 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 gtk3? ( >=x11-libs/gtk+-2.91.3:3 ) introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) python? ( >=dev-python/pygtk-2:2 ) sasl? ( dev-libs/cyrus-sasl ) >=dev-lang/perl-5 dev-util/pkgconfig sys-devel/gettext >=dev-util/intltool-0.40 vala? ( dev-lang/vala:0.14[vapigen] >=dev-libs/gobject-introspection-0.9.4 ) app-arch/xz-utils >=app-admin/eselect-python-20091230
>=dev-libs/glib-2.10:2 >=net-libs/gnutls-1.4 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 gtk3? ( >=x11-libs/gtk+-2.91.3:3 ) introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) python? ( >=dev-python/pygtk-2:2 ) sasl? ( dev-libs/cyrus-sasl ) >=app-admin/eselect-python-20091230
>=dev-libs/glib-2.10:2 >=dev-libs/libgcrypt-1.4.2 dev-libs/libgpg-error >=net-libs/gnutls-1.4 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 gtk3? ( >=x11-libs/gtk+-2.91.3:3 ) introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) python? ( >=dev-python/pygtk-2:2 ) sasl? ( dev-libs/cyrus-sasl ) >=dev-lang/perl-5 dev-util/pkgconfig sys-devel/gettext >=dev-util/intltool-0.40 vala? ( dev-lang/vala:0.14[vapigen] >=dev-libs/gobject-introspection-0.9.4 ) app-arch/xz-utils >=app-admin/eselect-python-20091230
>=dev-libs/glib-2.10:2 >=dev-libs/libgcrypt-1.4.2 dev-libs/libgpg-error >=net-libs/gnutls-1.4 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 gtk3? ( >=x11-libs/gtk+-2.91.3:3 ) introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) python? ( >=dev-python/pygtk-2:2 ) sasl? ( dev-libs/cyrus-sasl ) >=app-admin/eselect-python-20091230
0
mirror://gnome/sources/gtk-vnc/0.4/gtk-vnc-0.4.4.tar.xz

@ -1,5 +1,5 @@
>=dev-libs/glib-2.30.1:2 dev-libs/libgcrypt dev-libs/libgpg-error media-sound/pulseaudio >=net-libs/gnutls-1.4 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 gtk3? ( >=x11-libs/gtk+-2.91.3:3 ) introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) python? ( >=dev-python/pygtk-2:2 ) sasl? ( dev-libs/cyrus-sasl ) >=dev-lang/perl-5 dev-util/pkgconfig sys-devel/gettext >=dev-util/intltool-0.40 vala? ( dev-lang/vala:0.14[vapigen] >=dev-libs/gobject-introspection-0.9.4 ) app-arch/xz-utils >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* )
>=dev-libs/glib-2.30.1:2 dev-libs/libgcrypt dev-libs/libgpg-error media-sound/pulseaudio >=net-libs/gnutls-1.4 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 gtk3? ( >=x11-libs/gtk+-2.91.3:3 ) introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) python? ( >=dev-python/pygtk-2:2 ) sasl? ( dev-libs/cyrus-sasl ) >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* )
>=dev-libs/glib-2.30.1:2 >=dev-libs/libgcrypt-1.4.2 dev-libs/libgpg-error media-sound/pulseaudio >=net-libs/gnutls-1.4 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 gtk3? ( >=x11-libs/gtk+-2.91.3:3 ) introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) python? ( >=dev-python/pygtk-2:2 ) sasl? ( dev-libs/cyrus-sasl ) >=dev-lang/perl-5 dev-util/pkgconfig sys-devel/gettext >=dev-util/intltool-0.40 vala? ( dev-lang/vala:0.14[vapigen] >=dev-libs/gobject-introspection-0.9.4 ) app-arch/xz-utils >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* )
>=dev-libs/glib-2.30.1:2 >=dev-libs/libgcrypt-1.4.2 dev-libs/libgpg-error media-sound/pulseaudio >=net-libs/gnutls-1.4 >=x11-libs/cairo-1.2 >=x11-libs/gtk+-2.18:2 x11-libs/libX11 gtk3? ( >=x11-libs/gtk+-2.91.3:3 ) introspection? ( >=dev-libs/gobject-introspection-0.9.4 ) python? ( >=dev-python/pygtk-2:2 ) sasl? ( dev-libs/cyrus-sasl ) >=app-admin/eselect-python-20091230 python? ( =dev-lang/python-2* )
0
mirror://gnome/sources/gtk-vnc/0.5/gtk-vnc-0.5.0.tar.xz

@ -1,22 +0,0 @@
dev-lang/perl
dev-lang/perl dev-perl/Digest-HMAC dev-perl/IO-Socket-SSL dev-perl/Mail-IMAPClient dev-perl/TermReadKey virtual/perl-Digest-MD5 virtual/perl-MIME-Base64
0
https://fedorahosted.org/released/imapsync/imapsync-1.456.tgz
test
http://ks.lamiral.info/imapsync/
WTFPL-2
A tool allowing incremental and recursive imap transfer from one mailbox to another
amd64 ppc x86
4
compile prepare

@ -1,22 +0,0 @@
dev-lang/perl dev-perl/Locale-gettext virtual/perl-Getopt-Long
0
http://www.escape.de/~tolot/mutt/t-prot/downloads/t-prot-2.100.tar.gz
http://www.escape.de/~tolot/mutt/
as-is
TOFU protection - display filter for RFC822 messages
amd64 ~ppc x86
eutils multilib portability toolchain-funcs user
2
install prepare

@ -1,22 +0,0 @@
dev-lang/perl dev-perl/Locale-gettext dev-perl/Getopt-Mixed
0
http://www.escape.de/~tolot/mutt/t-prot/downloads/t-prot-2.15.tar.gz
http://www.escape.de/~tolot/mutt/
as-is
TOFU protection - display filter for RFC822 messages
~amd64 ~ppc ~x86
eutils multilib portability toolchain-funcs user
2
install prepare

@ -1,22 +0,0 @@
dev-lang/perl dev-perl/Locale-gettext dev-perl/Getopt-Mixed
0
http://www.escape.de/users/tolot/mutt/t-prot/downloads/t-prot-2.5.tar.gz
http://www.escape.de/users/tolot/mutt/
as-is
TOFU protection - display filter for RFC822 messages
amd64 ~ppc x86
eutils multilib portability toolchain-funcs user
install unpack

@ -1,22 +0,0 @@
>=dev-libs/lzo-1.07 kernel_linux? ( iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( sys-apps/net-tools ) ) !minimal? ( pam? ( virtual/pam ) ) selinux? ( sec-policy/selinux-openvpn ) ssl? ( >=dev-libs/openssl-0.9.6 ) pkcs11? ( >=dev-libs/pkcs11-helper-1.05 ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.61 sys-devel/libtool
>=dev-libs/lzo-1.07 kernel_linux? ( iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( sys-apps/net-tools ) ) !minimal? ( pam? ( virtual/pam ) ) selinux? ( sec-policy/selinux-openvpn ) ssl? ( >=dev-libs/openssl-0.9.6 ) pkcs11? ( >=dev-libs/pkcs11-helper-1.05 )
0
http://swupdate.openvpn.net/community/releases/openvpn-2.2.0.tar.gz ipv6? ( http://www.greenie.net/ipv6/openvpn-2.2RC2-ipv6-20110424-2.patch.gz )
http://openvpn.net/
GPL-2
OpenVPN is a robust and highly flexible tunneling application compatible with many OSes.
~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd
autotools eutils flag-o-matic libtool multilib portability toolchain-funcs user
examples iproute2 ipv6 minimal pam passwordsave selinux ssl static pkcs11 userland_BSD
4
compile configure install postinst prepare

@ -1,4 +1,4 @@
>=dev-libs/lzo-1.07 kernel_linux? ( iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( sys-apps/net-tools ) ) !minimal? ( pam? ( virtual/pam ) ) selinux? ( sec-policy/selinux-openvpn ) ssl? ( >=dev-libs/openssl-0.9.6 ) pkcs11? ( >=dev-libs/pkcs11-helper-1.05 ) || ( =sys-devel/automake-1.11* ) >=sys-devel/autoconf-2.68 sys-devel/libtool
>=dev-libs/lzo-1.07 kernel_linux? ( iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( sys-apps/net-tools ) ) !minimal? ( pam? ( virtual/pam ) ) selinux? ( sec-policy/selinux-openvpn ) ssl? ( >=dev-libs/openssl-0.9.6 ) pkcs11? ( >=dev-libs/pkcs11-helper-1.05 )
>=dev-libs/lzo-1.07 kernel_linux? ( iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( sys-apps/net-tools ) ) !minimal? ( pam? ( virtual/pam ) ) selinux? ( sec-policy/selinux-openvpn ) ssl? ( >=dev-libs/openssl-0.9.6 ) pkcs11? ( >=dev-libs/pkcs11-helper-1.05 )
0
http://swupdate.openvpn.net/community/releases/openvpn-2.2.2.tar.gz
@ -7,7 +7,7 @@ http://openvpn.net/
GPL-2
OpenVPN is a robust and highly flexible tunneling application compatible with many OSes.
~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux
autotools eutils flag-o-matic libtool multilib portability toolchain-funcs user
eutils flag-o-matic multilib portability toolchain-funcs user
examples iproute2 minimal pam passwordsave selinux +ssl static pkcs11 userland_BSD

@ -1,5 +1,5 @@
virtual/libintl gtk? ( x11-libs/gtk+:2 ) javascript? ( dev-lang/spidermonkey ) ssl? ( dev-libs/openssl ) >=sys-apps/sed-4 sys-devel/gettext
virtual/libintl gtk? ( x11-libs/gtk+:2 ) javascript? ( dev-lang/spidermonkey ) ssl? ( dev-libs/openssl )
virtual/libintl gtk? ( x11-libs/gtk+:2 ) ssl? ( dev-libs/openssl ) >=sys-apps/sed-4 sys-devel/gettext
virtual/libintl gtk? ( x11-libs/gtk+:2 ) ssl? ( dev-libs/openssl )
0
http://dev.gentoo.org/~pacho/maintainer-needed/pavuk-0.9.36_pre20120215.tar.xz
@ -8,7 +8,7 @@ GPL-2
Web spider and website mirroring tool
~amd64 ~ppc ~sparc ~x86
autotools autotools-utils eutils libtool multilib portability toolchain-funcs user
debug gtk javascript hammer ipv6 nls profile ssl
debug gtk hammer ipv6 nls profile ssl

@ -1,5 +1,5 @@
x11-libs/gtk+:3 x11-libs/libxkbfile gnome-base/libgnome-keyring ayatana? ( dev-libs/libappindicator ) avahi? ( net-dns/avahi ) crypt? ( dev-libs/libgcrypt ) freerdp? ( >=net-misc/freerdp-1.0 ) ssh? ( net-libs/libssh[sftp] ) telepathy? ( net-libs/telepathy-glib ) !net-misc/remmina-plugins vte? ( x11-libs/vte ) dev-util/intltool dev-util/pkgconfig nls? ( sys-devel/gettext ) >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
x11-libs/gtk+:3 x11-libs/libxkbfile gnome-base/libgnome-keyring ayatana? ( dev-libs/libappindicator ) avahi? ( net-dns/avahi ) crypt? ( dev-libs/libgcrypt ) freerdp? ( >=net-misc/freerdp-1.0 ) ssh? ( net-libs/libssh[sftp] ) telepathy? ( net-libs/telepathy-glib ) !net-misc/remmina-plugins vte? ( x11-libs/vte )
x11-libs/gtk+:3 x11-libs/libxkbfile gnome-base/libgnome-keyring ayatana? ( dev-libs/libappindicator ) avahi? ( net-dns/avahi[gtk3] ) crypt? ( dev-libs/libgcrypt ) freerdp? ( >=net-misc/freerdp-1.0 ) ssh? ( net-libs/libssh[sftp] ) telepathy? ( net-libs/telepathy-glib ) !net-misc/remmina-plugins vte? ( x11-libs/vte:2.90 ) dev-util/intltool dev-util/pkgconfig nls? ( sys-devel/gettext ) >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
x11-libs/gtk+:3 x11-libs/libxkbfile gnome-base/libgnome-keyring ayatana? ( dev-libs/libappindicator ) avahi? ( net-dns/avahi[gtk3] ) crypt? ( dev-libs/libgcrypt ) freerdp? ( >=net-misc/freerdp-1.0 ) ssh? ( net-libs/libssh[sftp] ) telepathy? ( net-libs/telepathy-glib ) !net-misc/remmina-plugins vte? ( x11-libs/vte:2.90 )
0
https://github.com/downloads/FreeRDP/Remmina/Remmina-1.0.0.tar.gz

@ -1,5 +1,5 @@
x11-libs/gtk+:3 net-libs/libvncserver x11-libs/libxkbfile gnome-base/libgnome-keyring ayatana? ( dev-libs/libappindicator ) avahi? ( net-dns/avahi ) crypt? ( dev-libs/libgcrypt ) freerdp? ( >=net-misc/freerdp-1.0 ) ssh? ( net-libs/libssh[sftp] ) telepathy? ( net-libs/telepathy-glib ) !net-misc/remmina-plugins vte? ( x11-libs/vte ) dev-util/intltool dev-util/pkgconfig nls? ( sys-devel/gettext ) >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-vcs/git
x11-libs/gtk+:3 net-libs/libvncserver x11-libs/libxkbfile gnome-base/libgnome-keyring ayatana? ( dev-libs/libappindicator ) avahi? ( net-dns/avahi ) crypt? ( dev-libs/libgcrypt ) freerdp? ( >=net-misc/freerdp-1.0 ) ssh? ( net-libs/libssh[sftp] ) telepathy? ( net-libs/telepathy-glib ) !net-misc/remmina-plugins vte? ( x11-libs/vte )
x11-libs/gtk+:3 net-libs/libvncserver x11-libs/libxkbfile gnome-keyring? ( gnome-base/libgnome-keyring ) ayatana? ( dev-libs/libappindicator ) avahi? ( net-dns/avahi[gtk3] ) crypt? ( dev-libs/libgcrypt ) freerdp? ( >=net-misc/freerdp-1.0 ) ssh? ( net-libs/libssh[sftp] ) telepathy? ( net-libs/telepathy-glib ) !net-misc/remmina-plugins vte? ( x11-libs/vte:2.90 ) dev-util/intltool dev-util/pkgconfig nls? ( sys-devel/gettext ) >=sys-apps/sed-4 >=dev-util/cmake-2.8.4 userland_GNU? ( >=sys-apps/findutils-4.4.0 ) dev-vcs/git
x11-libs/gtk+:3 net-libs/libvncserver x11-libs/libxkbfile gnome-keyring? ( gnome-base/libgnome-keyring ) ayatana? ( dev-libs/libappindicator ) avahi? ( net-dns/avahi[gtk3] ) crypt? ( dev-libs/libgcrypt ) freerdp? ( >=net-misc/freerdp-1.0 ) ssh? ( net-libs/libssh[sftp] ) telepathy? ( net-libs/telepathy-glib ) !net-misc/remmina-plugins vte? ( x11-libs/vte:2.90 )
0
@ -8,7 +8,7 @@ GPL-2
A GTK+ RDP, VNC, XDMCP and SSH client
base cmake-utils eutils flag-o-matic git-2 gnome2-utils multilib portability toolchain-funcs user
ayatana avahi crypt debug freerdp nls ssh telepathy unique vte
ayatana avahi crypt debug freerdp gnome-keyring nls ssh telepathy unique vte

@ -0,0 +1,22 @@
net-wireless/wireless-tools kernel_linux? ( sys-libs/libcap >=dev-libs/libnl-1.1 ) net-libs/libpcap pcre? ( dev-libs/libpcre ) suid? ( sys-libs/libcap ) ncurses? ( sys-libs/ncurses ) !arm? ( speech? ( app-accessibility/flite ) ) ruby? ( dev-lang/ruby ) plugin-btscan? ( net-wireless/bluez !=net-wireless/bluez-4.98-r1 ) plugin-dot15d4? ( <dev-libs/libusb-1 ) plugin-spectools? ( net-wireless/spectools ) dev-util/pkgconfig
net-wireless/wireless-tools kernel_linux? ( sys-libs/libcap >=dev-libs/libnl-1.1 ) net-libs/libpcap pcre? ( dev-libs/libpcre ) suid? ( sys-libs/libcap ) ncurses? ( sys-libs/ncurses ) !arm? ( speech? ( app-accessibility/flite ) ) ruby? ( dev-lang/ruby ) plugin-btscan? ( net-wireless/bluez !=net-wireless/bluez-4.98-r1 ) plugin-dot15d4? ( <dev-libs/libusb-1 ) plugin-spectools? ( net-wireless/spectools )
0
http://www.kismetwireless.net/code/kismet-2011-03-R2.tar.gz
http://www.kismetwireless.net/
GPL-2
IEEE 802.11 wireless LAN sniffer
~amd64 ~arm ~ppc ~x86
eutils linux-info multilib portability toolchain-funcs user versionator
+ncurses +pcre speech +plugin-autowep +plugin-btscan +plugin-dot15d4 +plugin-ptw +plugin-spectools +ruby +suid
4
compile configure install preinst prepare setup

@ -1,5 +1,5 @@
media-libs/mesa[motif] media-libs/libpng:0 media-libs/tiff:0 sys-libs/zlib virtual/jpeg x11-libs/libXpm >=x11-libs/openmotif-2.3:0 x11-apps/xdpyinfo
media-libs/mesa[motif] media-libs/libpng:0 media-libs/tiff:0 sys-libs/zlib virtual/jpeg x11-libs/libXpm >=x11-libs/openmotif-2.3:0 x11-apps/xdpyinfo
|| ( media-libs/mesa[motif] ( media-libs/mesa x11-libs/libGLw ) ) media-libs/libpng:0 media-libs/tiff:0 sys-libs/zlib virtual/jpeg x11-libs/libXpm >=x11-libs/openmotif-2.3:0 x11-apps/xdpyinfo
|| ( media-libs/mesa[motif] ( media-libs/mesa x11-libs/libGLw ) ) media-libs/libpng:0 media-libs/tiff:0 sys-libs/zlib virtual/jpeg x11-libs/libXpm >=x11-libs/openmotif-2.3:0 x11-apps/xdpyinfo
0
ftp://ftp.mol.biol.ethz.ch/software/MOLMOL/unix-gzip/molmol-2k.2.0-src.tar.gz ftp://ftp.mol.biol.ethz.ch/software/MOLMOL/unix-gzip/molmol-2k.2.0-doc.tar.gz

@ -6,7 +6,7 @@ mirror://kernel/linux/utils/boot/syslinux/4.xx/syslinux-4.05.tar.bz2
http://syslinux.zytor.com/
GPL-2
SYSLINUX, PXELINUX, ISOLINUX, EXTLINUX and MEMDISK bootloaders
-* amd64 ~x86
-* amd64 x86
eutils multilib portability toolchain-funcs user
custom-cflags

@ -0,0 +1,22 @@
>=dev-libs/dietlibc-0.33_pre20110403 dev-libs/beecrypt net-firewall/iptables net-misc/vconfig sys-apps/iproute2 || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp )
dev-libs/beecrypt net-firewall/iptables net-misc/vconfig sys-apps/iproute2 || ( >=sys-apps/coreutils-6.10-r1 sys-apps/mktemp )
0
http://people.linux-vserver.org/~dhozac/t/uv-testing/util-vserver-0.30.216-pre3011.tar.bz2
http://www.nongnu.org/util-vserver/
GPL-2
Linux-VServer admin utilities
~alpha ~amd64 ~sparc ~x86
bash-completion-r1 eutils multilib portability toolchain-funcs user
4
compile configure install postinst setup test

@ -1,22 +0,0 @@
0
mirror://sourceforge/fuse/fuse-2.8.5.tar.gz
http://fuse.sourceforge.net
GPL-2
An interface for filesystems implemented in userspace.
alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-linux
eutils libtool linux-info multilib portability toolchain-funcs user versionator
kernel_linux kernel_FreeBSD
kernel_FreeBSD? ( sys-fs/fuse4bsd )
3
configure install prepare setup

@ -0,0 +1,22 @@
app-text/iso-codes >=dev-libs/glib-2.16 dev-libs/libxml2 x11-apps/xkbcomp x11-libs/libX11 >=x11-libs/libXi-1.1.3 x11-libs/libxkbfile >=x11-misc/xkeyboard-config-2.4.1-r3 introspection? ( >=dev-libs/gobject-introspection-1.30 ) dev-util/pkgconfig sys-devel/gettext doc? ( >=dev-util/gtk-doc-1.4 ) app-arch/xz-utils
app-text/iso-codes >=dev-libs/glib-2.16 dev-libs/libxml2 x11-apps/xkbcomp x11-libs/libX11 >=x11-libs/libXi-1.1.3 x11-libs/libxkbfile >=x11-misc/xkeyboard-config-2.4.1-r3 introspection? ( >=dev-libs/gobject-introspection-1.30 )
0
mirror://gnome/sources/libxklavier/5.2/libxklavier-5.2.1.tar.xz
http://www.freedesktop.org/wiki/Software/LibXklavier
LGPL-2
A library for the X Keyboard Extension (high-level API)
~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris
eutils gnome.org libtool multilib portability toolchain-funcs user versionator
doc +introspection
4
configure install prepare

@ -1 +1 @@
Fri, 17 Feb 2012 04:36:48 +0000
Fri, 17 Feb 2012 10:36:48 +0000

@ -1 +1 @@
Fri, 17 Feb 2012 04:36:48 +0000
Fri, 17 Feb 2012 10:36:48 +0000

@ -1 +1 @@
Fri, 17 Feb 2012 04:36:49 +0000
Fri, 17 Feb 2012 10:36:50 +0000

@ -1 +1 @@
Fri Feb 17 04:36:47 UTC 2012
Fri Feb 17 10:36:48 UTC 2012

@ -1 +1 @@
Fri, 17 Feb 2012 05:00:01 +0000
Fri, 17 Feb 2012 11:00:01 +0000

@ -1 +1 @@
1329453301 Fri Feb 17 04:35:01 2012 UTC
1329474901 Fri Feb 17 10:35:01 2012 UTC

@ -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-libs/dslib/dslib-1.7-r2.ebuild,v 1.1 2011/12/12 14:19:55 scarabeus Exp $
# $Header: /var/cvsroot/gentoo-x86/net-libs/dslib/dslib-1.7-r2.ebuild,v 1.2 2012/02/17 09:17:13 scarabeus Exp $
EAPI=4
@ -14,7 +14,7 @@ SRC_URI="http://labs.nic.cz/files/labs/datove_schranky/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
KEYWORDS="amd64 x86"
IUSE=""
# BUNDLED!: dev-python/suds

@ -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-libs/gtk-vnc/gtk-vnc-0.4.3-r1.ebuild,v 1.8 2011/11/07 06:10:16 nirbheek Exp $
# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.4.3-r1.ebuild,v 1.9 2012/02/17 04:50:11 tetromino Exp $
EAPI="3"
@ -18,6 +18,8 @@ IUSE="examples gtk3 +introspection python sasl"
# TODO: review nsplugin when it will be considered less experimental
COMMON_DEPEND=">=dev-libs/glib-2.10:2
>=dev-libs/libgcrypt-1.4.2
dev-libs/libgpg-error
>=net-libs/gnutls-1.4
>=x11-libs/cairo-1.2
>=x11-libs/gtk+-2.18:2

@ -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-libs/gtk-vnc/gtk-vnc-0.4.4.ebuild,v 1.3 2012/01/14 17:38:12 maekke Exp $
# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.4.4.ebuild,v 1.4 2012/02/17 04:50:11 tetromino Exp $
EAPI="3"
GNOME_TARBALL_SUFFIX="xz"
@ -19,6 +19,8 @@ IUSE="examples gtk3 +introspection python sasl vala"
# TODO: review nsplugin when it will be considered less experimental
COMMON_DEPEND=">=dev-libs/glib-2.10:2
>=dev-libs/libgcrypt-1.4.2
dev-libs/libgpg-error
>=net-libs/gnutls-1.4
>=x11-libs/cairo-1.2
>=x11-libs/gtk+-2.18:2

@ -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-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild,v 1.2 2012/01/20 03:06:06 tetromino Exp $
# $Header: /var/cvsroot/gentoo-x86/net-libs/gtk-vnc/gtk-vnc-0.5.0.ebuild,v 1.3 2012/02/17 04:50:11 tetromino Exp $
EAPI="4"
@ -21,7 +21,7 @@ IUSE="examples gtk3 +introspection python sasl vala"
# TODO: review nsplugin when it will be considered less experimental
# XXX: automagic pulseaudio. Is it worth patching?
COMMON_DEPEND=">=dev-libs/glib-2.30.1:2
dev-libs/libgcrypt
>=dev-libs/libgcrypt-1.4.2
dev-libs/libgpg-error
media-sound/pulseaudio
>=net-libs/gnutls-1.4

@ -1,4 +1,3 @@
DIST imapsync-1.456.tgz 1097713 RMD160 c38d3671766c07b3f6b81b52265f7aeae4a31bd2 SHA1 3c22fcef8d9b30306d8719c4dfda0662ab496b03 SHA256 001308e082ae5f504b9f60509881c20c1dcf1f916f3b20ac53622c6bdb6af58d
DIST imapsync-1.476.tgz 1107767 RMD160 412865985b835c226b420043fa2e6a9ce077419b SHA1 9f443219cb0802503dc468158e75185b83e5163b SHA256 218ae76a54dc945bfb042b48d656f1ca0a7f54eabce64c64e711c22d1e00e302
DIST imapsync-1.480.tgz 1113324 RMD160 a2809c3c9efaadfbd7efb1cc11770d06835d002f SHA1 070b095e47f2b45d8c26368f7ebc685d268d3383 SHA256 947f04f5c3c9c8c7920a5869b3b8ab27e19f3fd5adedc264a6fa054f84e18533
DIST imapsync-1.484.tgz 1100258 RMD160 5bed90e5c7e8f8b4b7d78dfc9c350f1f0be8940c SHA1 f63d99363998a3414576af831e6fcf475355eec0 SHA256 f86758672e2bab38f23e292b5e584a57e633ef1d7b97b2c037be024ee6fc3bfb

@ -1,32 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/imapsync/imapsync-1.456.ebuild,v 1.4 2012/02/06 17:29:26 ranger Exp $
EAPI=4
DESCRIPTION="A tool allowing incremental and recursive imap transfer from one mailbox to another"
HOMEPAGE="http://ks.lamiral.info/imapsync/"
SRC_URI="https://fedorahosted.org/released/${PN}/${P}.tgz"
LICENSE="WTFPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="dev-lang/perl"
RDEPEND="${DEPEND}
dev-perl/Digest-HMAC
dev-perl/IO-Socket-SSL
dev-perl/Mail-IMAPClient
dev-perl/TermReadKey
virtual/perl-Digest-MD5
virtual/perl-MIME-Base64"
RESTRICT="test"
src_prepare() {
sed -i -e "s/^install: testp/install:/" \
-e "/^DO_IT/,/^$/d" "${S}"/Makefile || die
}
src_compile() { : ; }

@ -1,4 +1 @@
DIST t-prot-2.100.tar.gz 47028 RMD160 ec13435e8da06aa329ec18a3d3bcf0d29f96df20 SHA1 22b92a31c2da8805051ce05c073ad2df167fda4c SHA256 412193b56c725b3499f5dcd1418a8e2c0c92d58ae206562e204b742cf6656181
DIST t-prot-2.101.tar.gz 47176 RMD160 6d444e897e436b2a5d159d7eae9d89ba7954e5bb SHA1 e33c326f6b133bbe0e2025f78605827b634008df SHA256 c6431531f586abbffd4a10f0cae9187e7f75e13af3ff698e37b77dac8a934755
DIST t-prot-2.15.tar.gz 46612 RMD160 288a1bf6c6e7b282941da36f6ac7acde9f1ad231 SHA1 46b675b92bbfd75546de93fd5a783625acd3ea85 SHA256 faaa593320f513d0a91a34a0aebd265205f7f4e7893018031ecf740d953b2807
DIST t-prot-2.5.tar.gz 41136 RMD160 8568da171a75510af309a0375a626bbfc910c9a9 SHA1 c0987d1bbcb0c8ca1156204510ae68765f5e7588 SHA256 7047b8f6175796708624c7a1d88ef5d2126bcd782c8b7cac13b235c42518f234

@ -1,33 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/t-prot-2.100.ebuild,v 1.4 2011/02/12 18:05:22 armin76 Exp $
EAPI=2
inherit eutils
DESCRIPTION="TOFU protection - display filter for RFC822 messages"
HOMEPAGE="http://www.escape.de/~tolot/mutt/"
SRC_URI="http://www.escape.de/~tolot/mutt/t-prot/downloads/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="dev-lang/perl
dev-perl/Locale-gettext
virtual/perl-Getopt-Long"
src_prepare() {
epatch "${S}"/contrib/t-prot-r1.*-mutt*.diff
}
src_install() {
dobin t-prot || die "dobin failed"
doman t-prot.1 || die "doman failed"
dodoc ChangeLog README TODO || die "dodoc failed"
docinto contrib
dodoc contrib/{README.examples,{muttrc,mailcap,nailrc}.t-prot*,t-prot.sl*,filter_innd.pl} \
|| die "dodoc contrib failed"
}

@ -1,33 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/t-prot/t-prot-2.15.ebuild,v 1.2 2011/02/12 18:05:22 armin76 Exp $
EAPI=2
inherit eutils
DESCRIPTION="TOFU protection - display filter for RFC822 messages"
HOMEPAGE="http://www.escape.de/~tolot/mutt/"
SRC_URI="http://www.escape.de/~tolot/mutt/t-prot/downloads/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND="dev-lang/perl
dev-perl/Locale-gettext
dev-perl/Getopt-Mixed"
src_prepare() {
epatch "${S}"/contrib/t-prot-r1.*-mutt*.diff
}
src_install() {
dobin t-prot || die "dobin failed"
doman t-prot.1 || die "doman failed"
dodoc ChangeLog README TODO || die "dodoc failed"
docinto contrib
dodoc contrib/{README.examples,muttrc.t-prot,t-prot.sl*,filter_innd.pl} \
|| die "dodoc contrib failed"
}

@ -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-mail/t-prot/t-prot-2.5.ebuild,v 1.4 2011/02/12 18:05:22 armin76 Exp $
inherit eutils
DESCRIPTION="TOFU protection - display filter for RFC822 messages"
HOMEPAGE="http://www.escape.de/users/tolot/mutt/"
SRC_URI="http://www.escape.de/users/tolot/mutt/t-prot/downloads/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"
IUSE=""
RDEPEND="dev-lang/perl
dev-perl/Locale-gettext
dev-perl/Getopt-Mixed"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${S}"/contrib/t-prot-r1.*-mutt*.diff
}
src_install() {
dobin t-prot || die "dobin failed"
doman t-prot.1 || die "doman failed"
dodoc ChangeLog README TODO || die "dodoc failed"
docinto contrib
dodoc contrib/{README.examples,muttrc.t-prot,t-prot.sl*,filter_innd.pl} \
|| die "dodoc contrib failed"
}

@ -1,179 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.2.0.ebuild,v 1.2 2011/04/30 21:13:19 djc Exp $
EAPI=4
inherit eutils multilib toolchain-funcs autotools flag-o-matic
IPV6_VERSION="2.2RC2-ipv6-20110424-2"
DESCRIPTION="OpenVPN is a robust and highly flexible tunneling application compatible with many OSes."
SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz
ipv6? (
http://www.greenie.net/ipv6/openvpn-${IPV6_VERSION}.patch.gz
)"
HOMEPAGE="http://openvpn.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="examples iproute2 ipv6 minimal pam passwordsave selinux ssl static pkcs11 userland_BSD"
DEPEND=">=dev-libs/lzo-1.07
kernel_linux? (
iproute2? ( sys-apps/iproute2[-minimal] ) !iproute2? ( sys-apps/net-tools )
)
!minimal? ( pam? ( virtual/pam ) )
selinux? ( sec-policy/selinux-openvpn )
ssl? ( >=dev-libs/openssl-0.9.6 )
pkcs11? ( >=dev-libs/pkcs11-helper-1.05 )"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}/${PN}-2.1_rc20-pkcs11.patch"
use ipv6 && epatch "${WORKDIR}/${PN}-${IPV6_VERSION}.patch"
sed -i \
-e "s/gcc \${CC_FLAGS}/\${CC} \${CFLAGS} -Wall/" \
-e "s/-shared/-shared \${LDFLAGS}/" \
plugin/*/Makefile || die "sed failed"
if use ipv6; then
eautoreconf
fi
}
src_configure() {
# basic.h defines a type 'bool' that conflicts with the altivec
# keyword bool which has to be fixed upstream, see bugs #293840
# and #297854.
# For now, filter out -maltivec on ppc and append -mno-altivec, as
# -maltivec is enabled implicitly by -mcpu and similar flags.
(use ppc || use ppc64) && filter-flags -maltivec && append-flags -mno-altivec
local myconf=""
if use minimal ; then
myconf="${myconf} --disable-plugins"
myconf="${myconf} --disable-pkcs11"
else
myconf="$(use_enable pkcs11)"
fi
econf ${myconf} \
$(use_enable passwordsave password-save) \
$(use_enable ssl) \
$(use_enable ssl crypto) \
$(use_enable iproute2)
}
src_compile() {
if use static ; then
sed -i -e '/^LIBS/s/LIBS = /LIBS = -static /' Makefile || die "sed failed"
fi
emake || die "make failed"
if ! use minimal ; then
cd plugin
for i in *; do
[[ ${i} == "README" || ${i} == "examples" || ${i} == "defer" ]] && continue
[[ ${i} == "auth-pam" ]] && ! use pam && continue
einfo "Building ${i} plugin"
emake -C "${i}" CC=$(tc-getCC) || die "make failed"
done
cd ..
fi
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
# install documentation
dodoc AUTHORS ChangeLog PORTS README
use eurephia && dodoc README.eurephia
# remove empty dir
rmdir "${D}/usr/share/doc/openvpn" || die "rmdir failed"
keepdir /etc/openvpn
# Install some helper scripts
exeinto /etc/openvpn
doexe "${FILESDIR}/up.sh" || die "doexe failed"
doexe "${FILESDIR}/down.sh" || die "doexe failed"
# Install the init script and config file
newinitd "${FILESDIR}/${PN}-2.1.init" openvpn || die "newinitd failed"
newconfd "${FILESDIR}/${PN}-2.1.conf" openvpn || die "newconfd failed"
# install examples, controlled by the respective useflag
if use examples ; then
# dodoc does not supportly support directory traversal, #15193
insinto /usr/share/doc/${PF}/examples
doins -r sample-{config-files,keys,scripts} contrib
fi
# Install plugins and easy-rsa
doenvd "${FILESDIR}/65openvpn" # config-protect easy-rsa
if ! use minimal ; then
cd easy-rsa/2.0
make install "DESTDIR=${D}/usr/share/${PN}/easy-rsa"
cd ../..
exeinto "/usr/$(get_libdir)/${PN}"
doexe plugin/*/*.so
fi
}
pkg_postinst() {
# Add openvpn user so openvpn servers can drop privs
# Clients should run as root so they can change ip addresses,
# dns information and other such things.
enewgroup openvpn
enewuser openvpn "" "" "" openvpn
if [ path_exists -o "${ROOT}/etc/openvpn/*/local.conf" ] ; then
ewarn "WARNING: The openvpn init script has changed"
ewarn ""
fi
elog "The openvpn init script expects to find the configuration file"
elog "openvpn.conf in /etc/openvpn along with any extra files it may need."
elog ""
elog "To create more VPNs, simply create a new .conf file for it and"
elog "then create a symlink to the openvpn init script from a link called"
elog "openvpn.newconfname - like so"
elog " cd /etc/openvpn"
elog " ${EDITOR##*/} foo.conf"
elog " cd /etc/init.d"
elog " ln -s openvpn openvpn.foo"
elog ""
elog "You can then treat openvpn.foo as any other service, so you can"
elog "stop one vpn and start another if you need to."
if grep -Eq "^[ \t]*(up|down)[ \t].*" "${ROOT}/etc/openvpn"/*.conf 2>/dev/null ; then
ewarn ""
ewarn "WARNING: If you use the remote keyword then you are deemed to be"
ewarn "a client by our init script and as such we force up,down scripts."
ewarn "These scripts call /etc/openvpn/\$SVCNAME-{up,down}.sh where you"
ewarn "can move your scripts to."
fi
if ! use minimal ; then
einfo ""
einfo "plugins have been installed into /usr/$(get_libdir)/${PN}"
fi
if use ipv6 ; then
einfo ""
einfo "This build contains IPv6-Patch from JuanJo Ciarlante."
einfo "For more information please visit:"
einfo "http://github.com/jjo/openvpn-ipv6"
fi
if use eurephia ; then
einfo ""
einfo "This build contains eurephia patch."
einfo "For more information please visit:"
einfo "http://www.eurephia.net/"
fi
}

@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.2.2.ebuild,v 1.2 2012/02/16 13:50:26 djc Exp $
# $Header: /var/cvsroot/gentoo-x86/net-misc/openvpn/openvpn-2.2.2.ebuild,v 1.3 2012/02/17 09:39:54 djc Exp $
EAPI=4
inherit eutils multilib toolchain-funcs autotools flag-o-matic
inherit eutils multilib toolchain-funcs flag-o-matic
DESCRIPTION="OpenVPN is a robust and highly flexible tunneling application compatible with many OSes."
SRC_URI="http://swupdate.openvpn.net/community/releases/${P}.tar.gz"
@ -31,9 +31,6 @@ src_prepare() {
-e "s/gcc \${CC_FLAGS}/\${CC} \${CFLAGS} -Wall/" \
-e "s/-shared/-shared \${LDFLAGS}/" \
plugin/*/Makefile || die "sed failed"
if use ipv6; then
eautoreconf
fi
}
src_configure() {

@ -2,7 +2,12 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>maintainer-needed@gentoo.org</email>
<email>pyxlcy@gmail.com</email>
<description>Please assign bugs</description>
</maintainer>
<maintainer>
<email>pacho@gentoo.org</email>
<description>proxy-maintainer, please CC on bugs</description>
</maintainer>
<use>
<flag name="hammer">Turn on chunky/hammer mode (DoS) in pavuk: when

@ -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-misc/pavuk/pavuk-0.9.36_pre20120215.ebuild,v 1.1 2012/02/16 09:24:02 pacho Exp $
# $Header: /var/cvsroot/gentoo-x86/net-misc/pavuk/pavuk-0.9.36_pre20120215.ebuild,v 1.2 2012/02/17 08:13:23 pacho Exp $
EAPI=4
@ -15,11 +15,10 @@ SRC_URI="http://dev.gentoo.org/~pacho/maintainer-needed/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="debug gtk javascript hammer ipv6 nls profile ssl"
IUSE="debug gtk hammer ipv6 nls profile ssl"
RDEPEND="virtual/libintl
gtk? ( x11-libs/gtk+:2 )
javascript? ( dev-lang/spidermonkey )
ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}
@ -33,8 +32,15 @@ DOCS=( README CREDITS NEWS AUTHORS BUGS TODO MAILINGLIST wget-pavuk.HOWTO
ChangeLog wget-pavuk.HOWTO pavuk_authinfo.sample pavukrc.sample
)
src_prepare() {
# Fixes a bug in Makefile.am that causes aclocal to fail
sed -i 's/^\(ACLOCAL_AMFLAGS[[:space:]]*=[[:space:]]*-I[[:space:]]*\)\$(top_srcdir)\//\1/' "${S}/Makefile.am" || die
# Fixes a bug in configure.in that breaks non-debug builds
sed -i 's/\([[:space:]]C\(PP\)*FLAGS=`\)/true; # \1/' "${S}/configure.in" || die
# Fix for building with ~dev-lang/spidermonkey-1.8.5
# sed -i 's/mozjs/mozjs185/g' "${S}/configure.in" || die
autotools-utils_src_prepare
}
@ -43,6 +49,7 @@ src_configure() {
--enable-threads
--enable-socks
--enable-utf-8
--disable-js
$(use_enable gtk)
$(use_enable gtk gtk2)
$(use_enable gtk gnome)
@ -53,24 +60,39 @@ src_configure() {
$(use_enable ssl)
$(use_enable nls)
$(use_enable ipv6)
$(use_enable javascript js)
# $(use_enable javascript js)
$(use_enable profile profiling)
)
# PCRE support is broken!
# PCRE support: Broken!
# =====================
# if use pcre; then
# myeconfargs=($myeconfargs --with-regex=pcre)
# else
myeconfargs+=( "--with-regex=auto" )
# fi
# JavaScript bindings: Broken!
# ============================
# Currently could pass configure phase with ~dev-lang/spidermonkey-1.8.5
# yet apparently incompatible with recent versions of spidermonkey
# if use javascript; then
# local jspkg='mozjs185'
# local jsinclude=$(pkg-config --cflags "$jspkg")
# local jslibs='/dev/null '$(pkg-config --libs-only-l "$jspkg")
# myeconfargs+=(
# "--with-js-include=${jsinclude}"
# "--with-js-libraries=${jslibs}"
# )
# fi
autotools-utils_src_configure
}
src_install() {
if use gtk; then
insinto /usr/share/applications
doins "${S}/pavuk.desktop"
fi
use gtk && domenu "${S}/pavuk.desktop"
doman "${S}/doc/pavuk.1"
autotools-utils_src_install

@ -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-misc/remmina/remmina-1.0.0.ebuild,v 1.1 2012/02/15 01:14:29 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/net-misc/remmina/remmina-1.0.0.ebuild,v 1.2 2012/02/17 05:23:50 floppym Exp $
EAPI="4"
@ -20,13 +20,13 @@ RDEPEND="x11-libs/gtk+:3
x11-libs/libxkbfile
gnome-base/libgnome-keyring
ayatana? ( dev-libs/libappindicator )
avahi? ( net-dns/avahi )
avahi? ( net-dns/avahi[gtk3] )
crypt? ( dev-libs/libgcrypt )
freerdp? ( >=net-misc/freerdp-1.0 )
ssh? ( net-libs/libssh[sftp] )
telepathy? ( net-libs/telepathy-glib )
!net-misc/remmina-plugins
vte? ( x11-libs/vte )"
vte? ( x11-libs/vte:2.90 )"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig

@ -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-misc/remmina/remmina-9999.ebuild,v 1.9 2012/02/15 01:02:10 floppym Exp $
# $Header: /var/cvsroot/gentoo-x86/net-misc/remmina/remmina-9999.ebuild,v 1.11 2012/02/17 05:57:06 floppym Exp $
EAPI="4"
EGIT_REPO_URI="git://github.com/FreeRDP/Remmina.git"
@ -13,20 +13,20 @@ HOMEPAGE="http://remmina.sourceforge.net/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE="ayatana avahi crypt debug freerdp nls ssh telepathy unique vte"
IUSE="ayatana avahi crypt debug freerdp gnome-keyring nls ssh telepathy unique vte"
RDEPEND="x11-libs/gtk+:3
net-libs/libvncserver
x11-libs/libxkbfile
gnome-base/libgnome-keyring
gnome-keyring? ( gnome-base/libgnome-keyring )
ayatana? ( dev-libs/libappindicator )
avahi? ( net-dns/avahi )
avahi? ( net-dns/avahi[gtk3] )
crypt? ( dev-libs/libgcrypt )
freerdp? ( >=net-misc/freerdp-1.0 )
ssh? ( net-libs/libssh[sftp] )
telepathy? ( net-libs/telepathy-glib )
!net-misc/remmina-plugins
vte? ( x11-libs/vte )"
vte? ( x11-libs/vte:2.90 )"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig
@ -44,6 +44,7 @@ src_configure() {
$(cmake-utils_use_with avahi AVAHI)
$(cmake-utils_use_with crypt GCRYPT)
$(cmake-utils_use_with freerdp FREERDP)
$(cmake-utils_use_with gnome-keyring GNOMEKEYRING)
$(cmake-utils_use_with ssh LIBSSH)
$(cmake-utils_use_with telepathy TELEPATHY)
$(cmake-utils_use_with vte VTE)

@ -1,3 +1,4 @@
DIST kismet-2007-10-R1.tar.gz 646452 RMD160 7cb62a3fd964c9ee7e4ec6bef050558c806ab495 SHA1 a1c682797ad6842b53f9e0f038254aa8326e0fb4 SHA256 023e7f47039c1ad8615052e464f76a3cd496a423449b931036d127c56d58b2b9
DIST kismet-2008-05-R1.tar.gz 655362 RMD160 5613207b45f85fa72d146009434df984f721ccdc SHA1 8355aeb0374a39549dfdc0c73160125eadd7c6e2 SHA256 a298d44f8a6ec977021cd492a720987ded81b5c4baf5f68b36f1282a23c9f7d3
DIST kismet-2010-01-R1.tar.gz 887325 RMD160 fb77368ccf702971bb877d83d5c7e819daeecbb3 SHA1 4ac00edd8607196dffc450535487104edef76c1d SHA256 9d1d1eae686d546e2fb8d6b4b3dcc106b7de5bd2bf4cf36d123b74625a8ed880
DIST kismet-2011-03-R2.tar.gz 924988 RMD160 58fcc5e8e438fa9d94959ea0c5b2c914ebf44081 SHA1 c01706b0441a3ea412386930bcbaf56187c66d27 SHA256 71a099fb724951cdd55c28e492432ca21657534c91a536c206f3e0a8686d2a64

@ -0,0 +1,15 @@
Index: packetsourcetracker.cc
===================================================================
--- packetsourcetracker.cc (revision 3183)
+++ packetsourcetracker.cc (working copy)
@@ -151,7 +151,10 @@
break;
case SOURCE_channel:
- osstr << psrc->channel;
+ if (psrc->strong_source != NULL)
+ osstr << psrc->strong_source->FetchChannel();
+ else
+ osstr << psrc->channel;
cache->Cache(fnum, osstr.str());
break;

@ -0,0 +1,12 @@
diff -Naur kismet-2011-03-R2-orig/kis_panel_windows.cc kismet-2011-03-R2/kis_panel_windows.cc
--- kismet-2011-03-R2-orig/kis_panel_windows.cc 2011-03-02 17:04:05.000000000 -0500
+++ kismet-2011-03-R2/kis_panel_windows.cc 2012-02-07 11:53:39.634360668 -0500
@@ -1936,7 +1936,7 @@
// Import the existing console
constext->SetFollowTail(1);
- constext->SetMaxText(50);
+ constext->SetMaxText(250);
if (kpinterface->FetchServerFramework() == NULL) {
constext->SetText("Kismet server not started (or not started via this client)");
textcb = -1;

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save