Глобальная чистка старых неподдерживаемых ебилдов в оверлее.

atratsevskiy
Alexander Tratsevskiy 11 years ago
parent 71818c65e2
commit 03502193fb

@ -1,2 +0,0 @@
DIST speech-dispatcher-0.8.tar.gz 1229312 SHA256 0a6ce544cfbac8592a8ea08e3ab24c389153904ea51c6fd68756cea52de9efa2 SHA512 57452dd7a436714fbfc75d2d78b65179213cd1032173181865f82a4bb4b33f9dc9b39bc5e39422589447613593dfb1baf058fd67350e116c28955c9627120441 WHIRLPOOL 0a40ee6d8c9e3b7a192d76bd6e968ea9293c0bf2d233dc7d6ef5a95b5491b3a3d503872663c6bba0eb97fb15abb47fec741eb5278b1d5bbdc0bfc125253abb48
EBUILD speech-dispatcher-0.8-r3.ebuild 2734 SHA256 b35d725c103ef23f15bcb08a8861ff864e5184230cf120ffe5ea52244f53eab3 SHA512 64eabafbe8ddefec8c0057d069858e8efe114129c09c9d228d3a28e708bca33eb0ae1aeb3c8349d5e2cb6f8466f972f7f99a0dfbcac7d5af2265cbf2ec8b5ed9 WHIRLPOOL dd252cea367d7a4ca4895feec0712a6cf405c66ac75d720bf80af0f828faae57759e5b035a173ffa06afb9f5449a5b98e6f48797c3e29cf757fdce98bd7cec89

@ -1,108 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild,v 1.11 2013/08/18 13:26:07 ago Exp $
EAPI=5
PYTHON_COMPAT=( python3_2 python3_3 )
inherit eutils python-r1
DESCRIPTION="Speech synthesis interface"
HOMEPAGE="http://www.freebsoft.org/speechd"
SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 arm ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
COMMON_DEPEND="python? ( ${PYTHON_DEPS} )
>=dev-libs/dotconf-1.3
>=dev-libs/glib-2.28:2
>=media-libs/libsndfile-1.0.2
alsa? ( media-libs/alsa-lib )
ao? ( media-libs/libao )
espeak? ( app-accessibility/espeak )
flite? ( app-accessibility/flite )
nas? ( media-libs/nas )
pulseaudio? ( media-sound/pulseaudio )"
DEPEND="${COMMON_DEPEND}
>=dev-util/intltool-0.40.0
virtual/pkgconfig"
RDEPEND="${COMMON_DEPEND}"
src_configure() {
local myeconfargs=(
--disable-python
$(use_enable static-libs static)
$(use_with alsa)
$(use_with ao libao)
$(use_with espeak)
$(use_with flite)
$(use_with pulseaudio pulse)
$(use_with nas)
)
econf ${myeconfargs[@]}
}
src_compile() {
use python && python_copy_sources
emake
if use python; then
building() {
cd src/api/python || die
emake \
pyexecdir="$(python_get_sitedir)" \
pythondir="$(python_get_sitedir)"
}
python_foreach_impl run_in_build_dir building
fi
}
src_install() {
emake DESTDIR="${D}" install
dodoc ANNOUNCE AUTHORS BUGS ChangeLog FAQ NEWS README*
prune_libtool_files --all
if use python; then
installation() {
cd src/api/python || die
emake \
DESTDIR="${D}" \
pyexecdir="$(python_get_sitedir)" \
pythondir="$(python_get_sitedir)" \
install
}
python_foreach_impl run_in_build_dir installation
python_replicate_script "${ED}"/usr/bin/spd-conf
fi
}
pkg_postinst() {
local editconfig="n"
if ! use espeak; then
ewarn "You have disabled espeak, which is speech-dispatcher's"
ewarn "default speech synthesizer."
ewarn
editconfig="y"
fi
if ! use pulseaudio; then
ewarn "You have disabled pulseaudio support."
ewarn "pulseaudio is speech-dispatcher's default audio subsystem."
ewarn
editconfig="y"
fi
if [[ "${editconfig}" == "y" ]]; then
ewarn "You must edit ${EROOT}etc/speech-dispatcher/speechd.conf"
ewarn "and make sure the settings there match your system."
ewarn
fi
elog "For festival support, you need to"
elog "install app-accessibility/festival-freebsoft-utils."
}

@ -1,3 +0,0 @@
DIST conkyforecast_2.15.tar.gz 11016353 RMD160 69b6770c8f575a3fcf462e997bff5b3fd1b6ca36 SHA1 9efc8004abcdbb6e149b91eb07a6dfa98fe28276 SHA256 b393dc6c7ec830a03ae9975a631067e9e632394c24fd512af4a2a5aab688b69b
EBUILD conkyforecast-2.15.ebuild 1146 RMD160 66d5c46ab6bd888514180e7cbbbe7607e278a964 SHA1 1846174867738b56da8ade4f19ecd61b7faae121 SHA256 860c06b823c4c527eff7085b53e02fb8ee3f329c1d1355720f60af5338056062
MISC metadata.xml 261 RMD160 fd6c87fa63054c379e842b826f994dce900bb013 SHA1 471683d4ccc2d0934e4f154b51de1be0435f508b SHA256 c4a2402d01197b6c1a7476c5b2b1ec7552b4acbc7dd51c7d775c4100c6324c8d

@ -1,41 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/conkyforecast/conkyforecast-2.15.ebuild,v 1.1 2010/12/22 15:08:22 xmw Exp $
EAPI=3
PYTHON_DEPEND="2"
inherit distutils python
DESCRIPTION="Conky weather forecast script with support for language files"
HOMEPAGE="https://launchpad.net/~conkyhardcore"
SRC_URI="https://launchpad.net/~conkyhardcore/+archive/ppa/+files/${PN}_${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/conky"
S=${WORKDIR}/src
pkg_config() {
python_set_active_version 2
python_pkg_setup
}
src_prepare() {
sed -i -e "s:/usr/bin/python:$(PYTHON -a):" conkyForecast || die "sed'ing in src_prepare die"
distutils_src_prepare
}
pkg_postinst() {
elog "You have to define a partner id and registration code for "
elog "the weather.com xoap. You need to copy the template from"
elog "/usr/share/conkyforecast/conkyForecast.config into you account"
elog "as ~/.conkyForecast.config and edit the respective fields."
elog
elog "More details can be found in the README file."
}

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>daks12@gmail.com</email>
<name>Dmitry 'daks' Fomenko</name>
</maintainer>
</pkgmetadata>

@ -1,7 +0,0 @@
AUX xarchiver-0.5.2-add-to_escaped_path.patch 834 SHA256 8ce446cb7de71cb59de3d25e809abae4c28a7970dab3e096cb687011c2071cf6 SHA512 54d705aadbecae22083dd31c55831d9059d2ce3c5f98755c7708d858b31aaa3b17f2444e853b3f7b20ba6c0f253ad700e29f0a367ec56b9048ce135884701a7f WHIRLPOOL a10c8aeaffd9a9f8d06fe8e7c47bb648f447e18df5d0fc7d8ab9299857efe6312aac809ca344b46e1bc90a651d5f979c0f18c1a113a73ad140da1f5c21bfb9be
AUX xarchiver-0.5.2-add_xz_support.patch 14741 SHA256 ee5c761073b0065fa62e11302e5f7c81a90d5c896b8bcdadbc0753531fd15a02 SHA512 4047c107956a24a68cd53312a989a9d953c06f8eff4db44367ad4c682c3fd157e481eec5f0ed9027df0a54fe729a4bbbaedc47b00bdea0436334c433af54d6d4 WHIRLPOOL 3e1855b18275f88d5ef156ae02b2dfade901567379c8ff635596093163dd5d6052d6b631fd466fed3229b27cd0082b985b3110075901bb7845450cfa38d32527
AUX xarchiver-0.5.2-drag-n-drop_escaped_path.patch 795 SHA256 7aa83e3eceae9cf5947d2b1f9fa91bc78b62465d8a743eb0b0b2c1538fa72332 SHA512 3410de95f2650f83f65db06658327e46daa67d4ae1c694e46b2d3623a8b9255c6bedf4ed3a57ea0ef45bcf345fc66fd941d56e15e935bf91d7bd38bb02f054b0 WHIRLPOOL 27bab71b86e21ea3a6a6fdbba849da303d96ef6e6b88d846709c0f0bad4f7ed24d1eb0f79387e1636d76c8c3f95f67fa05febb1bea6eebe0c09810451782644e
AUX xarchiver-0.5.2-stack-smash.patch 581 SHA256 2032d3a7cdafc23b2577a6798af5ca93a913ff2a10ac4cf5adaf176433e9e424 SHA512 dc60b4c8425435eb94e0f6e683ed307ab4068afac7ad62fcdf28ef1b7f0396eeea556db22614d46667db02c261648f7b34f99e2514fc37fe3f66aa59d70689b0 WHIRLPOOL 694db7c0e69d5017811703f3d8df371bfe793d6a64671062474049ab0fd03d5cf18f7dfd81a0aa0a185e27a5a575ce18e3886241227a825a13443e4e100a67f2
DIST xarchiver-0.5.2.tar.bz2 755418 SHA256 cea932ff9d505969201fd502470bbebbc5726ab3d6765e142fc8295aa677ad2a SHA512 05235f364cfb8f5acc1d3dbb5c581c0d55f72dbc08fd4bc166649740d78e7c76c87b61e64ce5651011a3c1cace369ffd24cd3b1759620be629f9abb6dc29bc5f WHIRLPOOL 97967e6c5d4c19a2b65fd08cdeb15cf649cace15bcf91d49c9e3c1e0cbbfe622851141410f198fd2708d2fc391443cd705f30239f4bb2dfd208f67093624a4b2
EBUILD xarchiver-0.5.2-r4.ebuild 1461 SHA256 7c4326d64237c286f67cfab7945ab4ecf101e3464e7b2e8679daaef7d1432507 SHA512 7594eb79b01f7269438ad0df89dea2452c6e33011ab62479a550d6fe5e9621cfee350baec02e3eec55838257b4745b35ed8b83ffb84e4f43e98300387b36a339 WHIRLPOOL 08a09723dd27b357dd49ea56526a588f992ebb32eb86e39792a0a4e237cc5c97fe279e9e004d3b3b334c9da922c9694f4e930efb72174155fe663dce8c41dd81
MISC metadata.xml 282 SHA256 e4c094365dccc476d8033116d416b8c037c870c34df1b13260dca4552b0826eb SHA512 dfd9387fafdec97766a9914a13091b9af56db9134ac0be59302e84703aa21f4344029dc205e4567305a49eb031784d58fa36c8d51ee3666d5e86f62bed67ccf0 WHIRLPOOL 14109a702dc1d738ca84022a51042622d0966748069c9203a60c74eac7e7b8e01ec7c2763b4c30d308557ffde90b93b6a91315b10a25779fd882aaf4deeaf35a

@ -1,20 +0,0 @@
diff --git a/src/main.c b/src/main.c
index 6e835cb..47bdc7b 100644
--- a/src/main.c
+++ b/src/main.c
@@ -193,13 +193,13 @@ int main (int argc, char **argv)
g_free(_current_dir);
GSList *files = NULL;
_current_dir = g_path_get_basename(add_files);
- files = g_slist_append(files,xa_escape_filename(_current_dir,"$'`\"\\!?* ()[]&|:;<>#"));
+ files = g_slist_append(files,xa_escape_filename(_current_dir,"$|;<>#"));
g_free(_current_dir);
g_free(add_files);
for (x = 1; x< argc; x++)
{
_current_dir = g_path_get_basename(argv[x]);
- files = g_slist_append(files,xa_escape_filename(_current_dir,"$'`\"\\!?* ()[]&|:;<>#"));
+ files = g_slist_append(files,xa_escape_filename(_current_dir,"$|;<>#"));
g_free (_current_dir);
}
xa_execute_add_commands(archive,files,NULL);

@ -1,314 +0,0 @@
Patch from: http://slackbuilds.org/repository/13.1/system/xarchiver/
Not submitted upstream because the upstream author rewrote the code. So, this
patch may be dropped when/if upstream releases a new version
diff -Nur xarchiver-0.5.2.orig/src/add_dialog.c xarchiver-0.5.2/src/add_dialog.c
--- xarchiver-0.5.2.orig/src/add_dialog.c 2008-11-10 04:41:31.000000000 -0600
+++ xarchiver-0.5.2/src/add_dialog.c 2009-11-30 13:17:54.983349491 -0600
@@ -209,7 +209,7 @@
else
gtk_widget_set_size_request (add_dialog->dialog1,530,420);
- if (archive->type == XARCHIVETYPE_BZIP2 || archive->type == XARCHIVETYPE_GZIP || archive->type == XARCHIVETYPE_LZMA || archive->type == XARCHIVETYPE_LZOP)
+ if (archive->type == XARCHIVETYPE_BZIP2 || archive->type == XARCHIVETYPE_GZIP || archive->type == XARCHIVETYPE_LZMA || archive->type == XARCHIVETYPE_XZ || archive->type == XARCHIVETYPE_LZOP)
gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(add_dialog->filechooserwidget1),FALSE);
else
gtk_file_chooser_set_select_multiple(GTK_FILE_CHOOSER(add_dialog->filechooserwidget1),TRUE);
@@ -222,7 +222,7 @@
else
gtk_widget_set_sensitive(add_dialog->store_path,TRUE);
/* 7z doesn't appear to let the user chooses if storing full paths */
- if (archive->type == XARCHIVETYPE_7ZIP || archive->type == XARCHIVETYPE_LZOP || archive->type == XARCHIVETYPE_BZIP2 || archive->type == XARCHIVETYPE_GZIP || archive->type == XARCHIVETYPE_LZMA)
+ if (archive->type == XARCHIVETYPE_7ZIP || archive->type == XARCHIVETYPE_LZOP || archive->type == XARCHIVETYPE_BZIP2 || archive->type == XARCHIVETYPE_GZIP || archive->type == XARCHIVETYPE_LZMA || archive->type == XARCHIVETYPE_XZ )
{
flag = FALSE;
}
@@ -244,7 +244,7 @@
flag = TRUE;
gtk_widget_set_sensitive(add_dialog->solid_archive,flag);
- if (archive->type != XARCHIVETYPE_TAR && archive->type != XARCHIVETYPE_TAR_GZ && archive->type != XARCHIVETYPE_TAR_LZMA && archive->type != XARCHIVETYPE_TAR_BZ2 && archive->type != XARCHIVETYPE_TAR_LZOP)
+ if (archive->type != XARCHIVETYPE_TAR && archive->type != XARCHIVETYPE_TAR_GZ && archive->type != XARCHIVETYPE_TAR_LZMA && archive->type != XARCHIVETYPE_TAR_XZ && archive->type != XARCHIVETYPE_TAR_BZ2 && archive->type != XARCHIVETYPE_TAR_LZOP)
{
flag = TRUE;
if (archive->type == XARCHIVETYPE_7ZIP)
@@ -306,7 +306,7 @@
g_signal_connect (G_OBJECT (add_dialog->compression_value),"value-changed",G_CALLBACK (fix_adjustment_value), NULL);
gtk_tooltips_set_tip (add_dialog->option_tooltip,add_dialog->compression_scale, compression_msg, NULL );
- if (archive->type == XARCHIVETYPE_TAR || archive->type == XARCHIVETYPE_TAR_GZ || archive->type == XARCHIVETYPE_TAR_LZMA || archive->type == XARCHIVETYPE_TAR_BZ2 || archive->type == XARCHIVETYPE_TAR_LZOP)
+ if (archive->type == XARCHIVETYPE_TAR || archive->type == XARCHIVETYPE_TAR_GZ || archive->type == XARCHIVETYPE_TAR_LZMA || archive->type == XARCHIVETYPE_TAR_XZ || archive->type == XARCHIVETYPE_TAR_BZ2 || archive->type == XARCHIVETYPE_TAR_LZOP)
flag = FALSE;
else
flag = TRUE;
diff -Nur xarchiver-0.5.2.orig/src/archive.h xarchiver-0.5.2/src/archive.h
--- xarchiver-0.5.2.orig/src/archive.h 2008-11-07 02:49:41.000000000 -0600
+++ xarchiver-0.5.2/src/archive.h 2009-11-30 13:17:54.984326164 -0600
@@ -30,6 +30,7 @@
XARCHIVETYPE_BZIP2,
XARCHIVETYPE_GZIP,
XARCHIVETYPE_LZMA,
+ XARCHIVETYPE_XZ,
XARCHIVETYPE_LZOP,
XARCHIVETYPE_RAR,
XARCHIVETYPE_RPM,
@@ -37,6 +38,7 @@
XARCHIVETYPE_TAR_BZ2,
XARCHIVETYPE_TAR_GZ,
XARCHIVETYPE_TAR_LZMA,
+ XARCHIVETYPE_TAR_XZ,
XARCHIVETYPE_TAR_LZOP,
XARCHIVETYPE_ZIP,
XARCHIVETYPE_LHA,
diff -Nur xarchiver-0.5.2.orig/src/bzip2.c xarchiver-0.5.2/src/bzip2.c
--- xarchiver-0.5.2.orig/src/bzip2.c 2008-11-10 05:17:48.000000000 -0600
+++ xarchiver-0.5.2/src/bzip2.c 2009-11-30 13:17:54.984326164 -0600
@@ -54,6 +54,15 @@
archive->extract = extract[archive->type];
xa_open_tar_compressed_file(archive);
}
+ else if (g_str_has_suffix(archive->escaped_path,".tar.xz") || g_str_has_suffix (archive->escaped_path,".txz"))
+ {
+ archive->type = XARCHIVETYPE_TAR_XZ;
+ archive->format = "TAR.XZ";
+ archive->delete = delete[archive->type];
+ archive->add = add[archive->type];
+ archive->extract = extract[archive->type];
+ xa_open_tar_compressed_file(archive);
+ }
else if (g_str_has_suffix(archive->escaped_path,".tar.lzop") ||
g_str_has_suffix (archive->escaped_path,".tzo") ||
g_str_has_suffix(archive->escaped_path,".tar.lzo"))
@@ -85,6 +94,12 @@
executable = "lzma ";
len = 5;
}
+ else if (archive->type == XARCHIVETYPE_XZ)
+ {
+ archive->format = "XZ";
+ executable = "xz ";
+ len = 5;
+ }
else if (archive->type == XARCHIVETYPE_LZOP)
{
archive->format = "LZOP";
@@ -163,6 +178,8 @@
command = g_strconcat(tar," tfjv ",archive->escaped_path,NULL);
else if (archive->type == XARCHIVETYPE_TAR_LZMA)
command = g_strconcat(tar," tv --use-compress-program=lzma -f ",archive->escaped_path,NULL);
+ else if (archive->type == XARCHIVETYPE_TAR_XZ)
+ command = g_strconcat(tar," tv --use-compress-program=xz -f ",archive->escaped_path,NULL);
else if (archive->type == XARCHIVETYPE_TAR_LZOP)
command = g_strconcat(tar," tv --use-compress-program=lzop -f ",archive->escaped_path,NULL);
/* else fail? */
@@ -205,6 +222,11 @@
executable = "lzma ";
len = 5;
}
+ else if (archive->type == XARCHIVETYPE_XZ)
+ {
+ executable = "xz ";
+ len = 5;
+ }
else if (archive->type == XARCHIVETYPE_LZOP)
{
executable = "lzop ";
diff -Nur xarchiver-0.5.2.orig/src/extract_dialog.c xarchiver-0.5.2/src/extract_dialog.c
--- xarchiver-0.5.2.orig/src/extract_dialog.c 2008-11-10 04:28:11.000000000 -0600
+++ xarchiver-0.5.2/src/extract_dialog.c 2009-11-30 13:17:54.985326653 -0600
@@ -815,6 +815,11 @@
archive->type = XARCHIVETYPE_TAR_LZMA;
archive->extract = extract[XARCHIVETYPE_TAR_LZMA];
}
+ else if (g_str_has_suffix(archive->escaped_path,".tar.xz")|| g_str_has_suffix (archive->escaped_path,".txz"))
+ {
+ archive->type = XARCHIVETYPE_TAR_XZ;
+ archive->extract = extract[XARCHIVETYPE_TAR_XZ];
+ }
else if (g_str_has_suffix(archive->escaped_path,".tar.lzop") ||
g_str_has_suffix (archive->escaped_path,".tzo") ||
g_str_has_suffix(archive->escaped_path,".tar.lzo"))
diff -Nur xarchiver-0.5.2.orig/src/main.c xarchiver-0.5.2/src/main.c
--- xarchiver-0.5.2.orig/src/main.c 2008-11-10 05:21:43.000000000 -0600
+++ xarchiver-0.5.2/src/main.c 2009-11-30 13:17:54.986351656 -0600
@@ -296,9 +296,10 @@
open_archive[XARCHIVETYPE_BZIP2] = &xa_open_bzip2_lzma;
open_archive[XARCHIVETYPE_GZIP] = &xa_open_gzip;
open_archive[XARCHIVETYPE_LZMA] = &xa_open_bzip2_lzma;
+ open_archive[XARCHIVETYPE_XZ] = &xa_open_bzip2_lzma;
open_archive[XARCHIVETYPE_RAR] = &xa_open_rar;
open_archive[XARCHIVETYPE_RPM] = &xa_open_rpm;
- open_archive[XARCHIVETYPE_TAR] = open_archive[XARCHIVETYPE_TAR_BZ2] = open_archive[XARCHIVETYPE_TAR_GZ] = open_archive[XARCHIVETYPE_TAR_LZMA] = open_archive[XARCHIVETYPE_TAR_LZOP] = &xa_open_tar;
+ open_archive[XARCHIVETYPE_TAR] = open_archive[XARCHIVETYPE_TAR_BZ2] = open_archive[XARCHIVETYPE_TAR_GZ] = open_archive[XARCHIVETYPE_TAR_LZMA] = open_archive[XARCHIVETYPE_TAR_XZ] = open_archive[XARCHIVETYPE_TAR_LZOP] = &xa_open_tar;
open_archive[XARCHIVETYPE_ZIP] = &xa_open_zip;
open_archive[XARCHIVETYPE_LHA] = &xa_open_lha;
open_archive[XARCHIVETYPE_LZOP] = &xa_open_bzip2_lzma;
@@ -310,6 +311,7 @@
delete[XARCHIVETYPE_BZIP2] = 0;
delete[XARCHIVETYPE_GZIP] = 0;
delete[XARCHIVETYPE_LZMA] = 0;
+ delete[XARCHIVETYPE_XZ] = 0;
delete[XARCHIVETYPE_RAR] = &xa_rar_delete;
delete[XARCHIVETYPE_RPM] = 0;
delete[XARCHIVETYPE_TAR] = delete[XARCHIVETYPE_TAR_BZ2] = delete[XARCHIVETYPE_TAR_GZ] = delete[XARCHIVETYPE_TAR_LZMA] = delete[XARCHIVETYPE_TAR_LZOP] = &xa_tar_delete;
@@ -325,7 +327,7 @@
add[XARCHIVETYPE_BZIP2] = add[XARCHIVETYPE_GZIP] = add[XARCHIVETYPE_LZMA] = &xa_tar_add;
add[XARCHIVETYPE_RAR] = &xa_rar_add;
add[XARCHIVETYPE_RPM] = 0;
- add[XARCHIVETYPE_TAR] = add[XARCHIVETYPE_TAR_BZ2] = add[XARCHIVETYPE_TAR_GZ] = add[XARCHIVETYPE_TAR_LZMA] = add[XARCHIVETYPE_TAR_LZOP] = &xa_tar_add;
+ add[XARCHIVETYPE_TAR] = add[XARCHIVETYPE_TAR_BZ2] = add[XARCHIVETYPE_TAR_GZ] = add[XARCHIVETYPE_TAR_LZMA] = add[XARCHIVETYPE_TAR_XZ] = add[XARCHIVETYPE_TAR_LZOP] = &xa_tar_add;
add[XARCHIVETYPE_ZIP] = &xa_zip_add;
add[XARCHIVETYPE_LHA] = &xa_lha_add;
add[XARCHIVETYPE_LZOP] = &xa_tar_add;
@@ -337,7 +339,7 @@
extract[XARCHIVETYPE_BZIP2] = extract[XARCHIVETYPE_GZIP] = extract[XARCHIVETYPE_LZMA] = &xa_tar_extract;
extract[XARCHIVETYPE_RAR] = &xa_rar_extract;
extract[XARCHIVETYPE_RPM] = &xa_rpm_extract;
- extract[XARCHIVETYPE_TAR] = extract[XARCHIVETYPE_TAR_BZ2] = extract[XARCHIVETYPE_TAR_GZ] = extract[XARCHIVETYPE_TAR_LZMA] = extract[XARCHIVETYPE_TAR_LZOP] = &xa_tar_extract;
+ extract[XARCHIVETYPE_TAR] = extract[XARCHIVETYPE_TAR_BZ2] = extract[XARCHIVETYPE_TAR_GZ] = extract[XARCHIVETYPE_TAR_LZMA] = extract[XARCHIVETYPE_TAR_XZ] = extract[XARCHIVETYPE_TAR_LZOP] = &xa_tar_extract;
extract[XARCHIVETYPE_ZIP] = &xa_zip_extract;
extract[XARCHIVETYPE_LHA] = &xa_lha_extract;
extract[XARCHIVETYPE_LZOP] = &xa_tar_extract;
@@ -348,7 +350,7 @@
test[XARCHIVETYPE_DEB] = test[XARCHIVETYPE_BZIP2] = test[XARCHIVETYPE_GZIP] = test[XARCHIVETYPE_LZMA] = 0;
test[XARCHIVETYPE_RAR] = &xa_rar_test;
test[XARCHIVETYPE_RPM] = 0;
- test[XARCHIVETYPE_TAR] = test[XARCHIVETYPE_TAR_BZ2] = test[XARCHIVETYPE_TAR_GZ] = test[XARCHIVETYPE_TAR_LZMA] = test[XARCHIVETYPE_TAR_LZOP] = 0;
+ test[XARCHIVETYPE_TAR] = test[XARCHIVETYPE_TAR_BZ2] = test[XARCHIVETYPE_TAR_GZ] = test[XARCHIVETYPE_TAR_LZMA] = test[XARCHIVETYPE_TAR_XZ] = test[XARCHIVETYPE_TAR_LZOP] = 0;
test[XARCHIVETYPE_ZIP] = &xa_zip_test;
test[XARCHIVETYPE_LHA] = &xa_lha_test;
test[XARCHIVETYPE_LZOP] = 0;
@@ -392,6 +394,14 @@
g_free (absolute_path);
}
+ absolute_path = g_find_program_in_path("xz");
+ if ( absolute_path )
+ {
+ ArchiveType = g_list_append(ArchiveType, "xz");
+ ArchiveSuffix = g_list_append(ArchiveSuffix, "*.xz");
+ g_free (absolute_path);
+ }
+
absolute_path = g_find_program_in_path("lzop");
if ( absolute_path )
{
@@ -460,6 +470,11 @@
ArchiveType = g_list_append(ArchiveType, "tar.lzma");
ArchiveSuffix = g_list_append(ArchiveSuffix, "*.tlz");
}
+ if ( g_list_find ( ArchiveType , "xz") )
+ {
+ ArchiveType = g_list_append(ArchiveType, "tar.xz");
+ ArchiveSuffix = g_list_append(ArchiveSuffix, "*.txz");
+ }
if ( g_list_find ( ArchiveType , "lzo") )
{
ArchiveType = g_list_append(ArchiveType, "tar.lzo");
@@ -528,6 +543,8 @@
archive->type = XARCHIVETYPE_TAR_GZ;
else if ( g_str_has_suffix ( archive->escaped_path , ".tar.lzma") || g_str_has_suffix ( archive->escaped_path , ".tlz") )
archive->type = XARCHIVETYPE_TAR_LZMA;
+ else if ( g_str_has_suffix ( archive->escaped_path , ".tar.xz") || g_str_has_suffix ( archive->escaped_path , ".txz") )
+ archive->type = XARCHIVETYPE_TAR_XZ;
else if ( g_str_has_suffix ( archive->escaped_path , ".tar.lzo") ||
g_str_has_suffix ( archive->escaped_path , ".tzo") ||
g_str_has_suffix ( archive->escaped_path , ".tar.lzop"))
diff -Nur xarchiver-0.5.2.orig/src/new_dialog.c xarchiver-0.5.2/src/new_dialog.c
--- xarchiver-0.5.2.orig/src/new_dialog.c 2008-11-11 02:28:46.000000000 -0600
+++ xarchiver-0.5.2/src/new_dialog.c 2009-11-30 13:17:54.987349701 -0600
@@ -202,6 +202,8 @@
type = XARCHIVETYPE_GZIP;
else if (strcmp ( ComboArchiveType,"lzma") == 0)
type = XARCHIVETYPE_LZMA;
+ else if (strcmp ( ComboArchiveType,"xz") == 0)
+ type = XARCHIVETYPE_XZ;
else if (strcmp ( ComboArchiveType,"lzo") == 0)
type = XARCHIVETYPE_LZOP;
else if (strcmp ( ComboArchiveType,"rar") == 0)
@@ -214,6 +216,8 @@
type = XARCHIVETYPE_TAR_GZ;
else if (strcmp ( ComboArchiveType,"tar.lzma") == 0)
type = XARCHIVETYPE_TAR_LZMA;
+ else if (strcmp ( ComboArchiveType,"tar.xz") == 0)
+ type = XARCHIVETYPE_TAR_XZ;
else if (strcmp ( ComboArchiveType,"tar.lzo") == 0)
type = XARCHIVETYPE_TAR_LZOP;
else if (strcmp ( ComboArchiveType,"jar") == 0 || strcmp ( ComboArchiveType,"zip") == 0 )
diff -Nur xarchiver-0.5.2.orig/src/tar.c xarchiver-0.5.2/src/tar.c
--- xarchiver-0.5.2.orig/src/tar.c 2008-11-10 04:28:34.000000000 -0600
+++ xarchiver-0.5.2/src/tar.c 2009-11-30 13:19:34.037344951 -0600
@@ -242,6 +242,17 @@
files->str , NULL );
break;
+ case XARCHIVETYPE_TAR_XZ:
+ if ( g_file_test ( archive->escaped_path , G_FILE_TEST_EXISTS ) )
+ xa_add_delete_bzip2_gzip_lzma_compressed_tar (files,archive,1);
+ else
+ command = g_strconcat (tar, " ",
+ archive->add_recurse ? "" : "--no-recursion ",
+ archive->remove_files ? "--remove-files " : "",
+ "--use-compress-program=xz -cvvf ",archive->escaped_path,
+ files->str , NULL );
+ break;
+
case XARCHIVETYPE_TAR_LZOP:
if ( g_file_test ( archive->escaped_path , G_FILE_TEST_EXISTS ) )
xa_add_delete_bzip2_gzip_lzma_compressed_tar (files,archive,1);
@@ -449,6 +460,10 @@
executable = "lzma -f ";
filename = "dummy.lzma";
break;
+ case XARCHIVETYPE_TAR_XZ:
+ executable = "xz -f ";
+ filename = "dummy.xz";
+ break;
case XARCHIVETYPE_TAR_LZOP:
executable = "lzop -f ";
filename = "dummy.lzo";
diff -Nur xarchiver-0.5.2.orig/src/window.c xarchiver-0.5.2/src/window.c
--- xarchiver-0.5.2.orig/src/window.c 2008-11-11 02:31:45.000000000 -0600
+++ xarchiver-0.5.2/src/window.c 2009-11-30 13:17:54.990326583 -0600
@@ -1125,6 +1125,8 @@
xx = XARCHIVETYPE_GZIP;
else if (memcmp ( magic,"\x5d\x00\x00\x80",4) == 0)
xx = XARCHIVETYPE_LZMA;
+ else if (memcmp ( magic,"\xFD7zXZ\x00\0x00",3) || memcmp ( magic, "\xFD7zXZ\x00\0x10",3) == 0)
+ xx = XARCHIVETYPE_XZ;
else if (memcmp ( magic,"\211LZO",4) == 0)
xx = XARCHIVETYPE_LZOP;
else if (memcmp ( magic,"\xed\xab\xee\xdb",4) == 0)
@@ -1462,6 +1464,7 @@
case XARCHIVETYPE_GZIP:
case XARCHIVETYPE_BZIP2:
case XARCHIVETYPE_LZMA:
+ case XARCHIVETYPE_XZ:
case XARCHIVETYPE_LZOP:
case XARCHIVETYPE_RPM:
pos = 3;
@@ -1481,6 +1484,7 @@
case XARCHIVETYPE_TAR_GZ:
case XARCHIVETYPE_TAR_BZ2:
case XARCHIVETYPE_TAR_LZMA:
+ case XARCHIVETYPE_TAR_XZ:
case XARCHIVETYPE_TAR_LZOP:
case XARCHIVETYPE_TAR:
case XARCHIVETYPE_ZIP:
@@ -1525,6 +1529,7 @@
case XARCHIVETYPE_GZIP:
case XARCHIVETYPE_BZIP2:
case XARCHIVETYPE_LZMA:
+ case XARCHIVETYPE_XZ:
case XARCHIVETYPE_LZOP:
case XARCHIVETYPE_RPM:
pos = 3;
@@ -1544,6 +1549,7 @@
case XARCHIVETYPE_TAR_GZ:
case XARCHIVETYPE_TAR_BZ2:
case XARCHIVETYPE_TAR_LZMA:
+ case XARCHIVETYPE_TAR_XZ:
case XARCHIVETYPE_TAR_LZOP:
case XARCHIVETYPE_TAR:
case XARCHIVETYPE_ZIP:

@ -1,15 +0,0 @@
http://bugzilla.xfce.org/show_bug.cgi?id=5187
http://bugs.gentoo.org/show_bug.cgi?id=262519
--- src/window.c
+++ src/window.c
@@ -1724,6 +1724,9 @@
gtk_tree_selection_selected_foreach (selection,(GtkTreeSelectionForeachFunc) xa_concat_selected_filenames,&names);
archive->full_path = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON (extract_window->extract_full));
archive->overwrite = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON (extract_window->overwrite_check));
+ gchar *unescaped_extraction_path = archive->extraction_path;
+ archive->extraction_path = xa_escape_filename(unescaped_extraction_path, "$'`\"\\!?* ()[]&|:;<>#");
+ g_free(unescaped_extraction_path);
(*archive->extract) (archive,names);
g_list_foreach (row_list,(GFunc) gtk_tree_path_free,NULL);

@ -1,20 +0,0 @@
--- xarchiver-0.5.2-old/src/window.c 2008-11-11 09:31:45.000000000 +0100
+++ xarchiver-0.5.2/src/window.c 2009-01-25 16:26:07.000000000 +0100
@@ -1447,7 +1447,7 @@
GtkTreeIter iter;
gint n_elem = 0,pos = 0,dirs = 0;
unsigned long int total_size = 0;
- unsigned long int size = 0;
+ guint64 size = 0;
XEntry *entry = NULL;
path = gtk_tree_path_new_first();
@@ -1517,7 +1517,7 @@
GtkTreeModel *model;
gint selected = 0,pos = 0,dirs = 0;
unsigned long int total_size = 0;
- unsigned long int size = 0;
+ guint64 size = 0;
XEntry *entry;
switch (archive->type)

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>xfce</herd>
<longdescription>Archive manager for 7zip, arj, bzip2, gzip, iso, rar, lha, deb, rpm, tar and zip formats.</longdescription>
</pkgmetadata>

@ -1,56 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/xarchiver/xarchiver-0.5.2-r3.ebuild,v 1.6 2012/05/03 01:58:53 jdhore Exp $
EAPI=5
inherit xfconf
DESCRIPTION="a GTK+ based and advanced archive manager that can be used with Thunar"
HOMEPAGE="http://xarchiver.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.16
>=x11-libs/gtk+-2.10:2"
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
pkg_setup() {
PATCHES=(
"${FILESDIR}"/${P}-stack-smash.patch
"${FILESDIR}"/${P}-add_xz_support.patch
"${FILESDIR}"/${P}-drag-n-drop_escaped_path.patch
"${FILESDIR}"/${P}-add-to_escaped_path.patch
)
XFCONF=(
$(xfconf_use_debug)
)
DOCS=( AUTHORS ChangeLog NEWS README TODO )
}
src_prepare() {
sed -i -e '/COPYING/d' doc/Makefile.in || die
xfconf_src_prepare
}
src_install() {
xfconf_src_install DOCDIR="${ED}/usr/share/doc/${PF}"
}
pkg_postinst() {
xfconf_pkg_postinst
elog "You need external programs for some formats, including"
elog "7zip - app-arch/p7zip"
elog "arj - app-arch/unarj app-arch/arj"
elog "lha - app-arch/lha"
elog "lzop - app-arch/lzop"
elog "rar - app-arch/unrar app-arch/rar"
elog "zip - app-arch/unzip app-arch/zip"
}

@ -1,9 +0,0 @@
# ChangeLog for app-benchmarks/ioping
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v3
# $Header: $
*ioping-0.4 (07 Jun 2011)
06 Jun 2011; Dmitry 'daks' Fomenko <daks12@gmail.com>
+ioping-0.4.ebuild:
Initial ebuild

@ -1,4 +0,0 @@
DIST ioping-0.4.tar.gz 5803 SHA256 87100c34d50a27fafb44fd72634bf11947ae0afa8971e0a9919028f1a0749718
EBUILD ioping-0.4.ebuild 597 SHA256 0986eafe574f1f42f4eab13bbe4eabfb7fa79bed777e3cfc3a9079e8e7d00ea3 SHA512 91a4525d52e2f28a7b1600fac97e65f825b03bcb3962e1c28ad61c09d4630f68ab88a86242aad546a2f5137d7e0468aac3af5567bb1dda51e9e22b52b0cb7f32 WHIRLPOOL befe2cbaaacfb737d7bde477a66246a62b9bea3e5d088c6172cef63c5d0836a5182846179b1bd9b2ae304883fe4ba87fd49be301e1a2bc890461dff35d19a7c0
MISC ChangeLog 244 SHA256 a1a652e7fc9279a49e21a5e7fb5a8a2f5fa8b36af64f820d76f07bf11a3a4cd4 SHA512 7543ad1d51aed98e2c379339811d34308d4e5a2920ea89a17e80a17ca27d6743a6cf57adeb1754992d1a9fd9f09f5fa68feb972015e6f6d5be1909a749cae9d6 WHIRLPOOL ab58781b59012f668e600f5b555cc9739ab736b4e19f4710a8b15445efff4613d95185576cbd284226d839cea252e738dead787d029f3b61e765f86a90e2e22d
MISC metadata.xml 261 SHA256 c4a2402d01197b6c1a7476c5b2b1ec7552b4acbc7dd51c7d775c4100c6324c8d SHA512 8faf1b8a224dfff5fb6877b201be94676085384e1956f5b7a59f736355c5a977265977607834db708ff1134db7d84e05310b534d87e234a4aceb91cc6ea6dc9c WHIRLPOOL 6b9ef570281ca1f8a3286f5a2f525e0a87938b7eab2b45264a0e92ad55e4543aed919d8234df0231a35052e1dcb4ea2f0bd3d194585eaa7e96bf835e54c7634f

@ -1,28 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
DESCRIPTION="ioping is a simple disk I/O latency monitoring tool"
HOMEPAGE="http://kir.sacred.ru/ioping/ http://code.google.com/p/ioping/"
SRC_URI="http://ioping.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_compile() {
mv Makefile Makefile.orig
sed -e "s/PREFIX=\/usr\/local/PREFIX=\/usr/" Makefile.orig > Makefile
emake || die
}
src_install() {
dobin ${PN}
doman ${PN}.1
}

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>daks12@gmail.com</email>
<name>Dmitry 'daks' Fomenko</name>
</maintainer>
</pkgmetadata>

@ -1,14 +0,0 @@
# ChangeLog for app-forensics/skdet
# Copyright 2011-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
* skdet-1.0-r1 (13 Jun 2012)
13 Jul 2011; Dmitry 'daks' Fomenko <daks12@gmail.com>;
+skdet-1.0-r1.ebuild:
Add patch http://dvgevers.home.xs4all.nl/skdet/skdet-fix-includes.diff,
cleanup ebuild.
* skdet-1.0 (07 Jul 2011)
07 Jul 2011; Dmitry 'daks' Fomenko <daks12@gmail.com>;
Initial ebuild.

@ -1,7 +0,0 @@
DIST skdet-1.0.1 1146 RMD160 713a1bbfdf3762b3aec8ee3f4d55a8c7641bb00f SHA1 17a28ce06d647ca1b9a4b38028d0ca6b2167165c SHA256 8c41f4262f0caf83ce694c8324e0ef88f7fd0311b7277ee645a35d6c391adb76
DIST skdet-1.0.tar.bz2 9315 RMD160 456758c04127027e5564696dd4fedc16a5465ccd SHA1 b61e02853a7b94ffce17c563250230e03f76a598 SHA256 a5842d3e56c8586c52879700453f740744c374a1f2c648eef337cae7e244e7b6
DIST skdet-fix-includes.diff 677 RMD160 dec8ea8f1bc9f1542ade584bfcff04bb5b8ad90e SHA1 59bfb29bc1f7601027629453a39dc81508dd9df5 SHA256 1ee83c1122dfe74c8aec7800fe0026affda6ea37c7643491fd8df62f08ed2fbc
EBUILD skdet-1.0-r1.ebuild 814 RMD160 9f473531052a61219ffecf100b62fc2d03b2e178 SHA1 1ebe6903c77415e7462218533d567a8ef0f1f540 SHA256 c3d42770eb8a0eaef694e18a6229e0a6e86ba2de401ac13659b677f10c67d9e9
EBUILD skdet-1.0.ebuild 570 RMD160 58f49b77342d44376501e3ca9891da32e72e0e89 SHA1 0d49802a8dd88f70ff49d958aa5f816e9cda6909 SHA256 0c23ee6c5927ad239517db6aca0401f4238182f06beca485dc9585e6cfd595fb
MISC ChangeLog 425 RMD160 48b7d2183a0ff8661d5e7ea39526533beadf6662 SHA1 4b0811b08354330325939a5e0bfea190a0d48944 SHA256 86d6e6bb3d604a661fcf0710dca4f324c711b38d5c99448cc7ccaffc6b733210
MISC metadata.xml 239 RMD160 69ef66c10d13ce09eb50805a19fbf4a7a10bb024 SHA1 a71fd233f4b2c2301a2544f9aad504f596a0ea28 SHA256 46132d153ef5ee1075082ff571718736b90a2a48f85d29c7e38e07ba81322e42

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>daks12@gmail.com</email>
<name>Dmitry 'daks' Fomenko</name>
</maintainer>
</pkgmetadata>

@ -1,35 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit eutils
DESCRIPTION="Skdet is a simple program that will detect the rootkits"
HOMEPAGE="http://www.xs4all.nl/~dvgevers/skdet/"
SRC_URI="http://dvgevers.home.xs4all.nl/skdet/skdet-1.0.tar.bz2
http://dvgevers.home.xs4all.nl/skdet/skdet-1.0.1
http://dvgevers.home.xs4all.nl/skdet/skdet-fix-includes.diff"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
PATCHES=( "${DISTDIR}"/"${PN}"-fix-includes.diff )
src_prepare() {
base_src_prepare
rm "${PN}"
sed -e '/STRIP/d' -i "${S}"/Makefile || die "sed failed"
}
src_install() {
dodoc AUTHORS ChangeLog CONTRIBUTIONS CREDITS README tests/*
dosbin "${PN}"
doman "${DISTDIR}"/"${P}".1
}

@ -1,29 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
DESCRIPTION="Skdet is a simple program that will detect the rootkits"
HOMEPAGE="http://www.xs4all.nl/~dvgevers/skdet/"
SRC_URI="http://www.xs4all.nl/~dvgevers/skdet/skdet-1.0.tar.bz2"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="mirror"
DEPEND=""
RDEPEND="${DEPEND}"
src_compile() {
rm "${PN}"
emake ||die
}
src_install() {
dosbin "${PN}"
dodoc AUTHORS ChangeLog CONTRIBUTIONS
doman "${FILESDIR}"/"${PN}".1
}

@ -1,13 +0,0 @@
# ChangeLog for app-forensics/unhide
# Copyright 2011-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
* unhide-20110113 (07 Jul 2011)
07 Jul 2011; Dmitry 'daks' Fomenko <daks@gentoo.org>;
+unhide-20110113.ebuild, -unhide-20100819.ebuild:
Version bump, remove obsolete ebuild.
* unhide-20100819 (07 Jul 2011)
07 Jul 2011; Dmitry 'daks' Fomenko <daks12@gmail.com>;
Initial ebuild.

@ -1,4 +0,0 @@
DIST unhide-20110113.tgz 34207 RMD160 89628c7837fcf96a1dda4279e79c9d97e1e12a6b SHA1 c34662387c4832266ab89e47b912e43f913070a8 SHA256 21ef6128232d02bba981acdf20f92b92258189f0660c4dac9a8d2dfdcc83e6ab
EBUILD unhide-20110113.ebuild 956 RMD160 100a152532327f69d34b0c30cbc0fc789c60253e SHA1 47ca3cb24099a33083b1e5a3a653db7edfc2689a SHA256 5542a336660e5a2f4fef038e9a185abf4ff614cf926f3b50f0b460f2d764eec7
MISC ChangeLog 410 RMD160 3262216d2c06052281346427645c65e9aea82661 SHA1 1b269b5af08d9d4bc4b431d6e7a24b002da020a3 SHA256 1efbf42cf9c18a17a503c18f6310edfb952d6a9ae1eca74f529ca4a0eb0bbfe2
MISC metadata.xml 239 RMD160 69ef66c10d13ce09eb50805a19fbf4a7a10bb024 SHA1 a71fd233f4b2c2301a2544f9aad504f596a0ea28 SHA256 46132d153ef5ee1075082ff571718736b90a2a48f85d29c7e38e07ba81322e42

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>daks12@gmail.com</email>
<name>Dmitry 'daks' Fomenko</name>
</maintainer>
</pkgmetadata>

@ -1,40 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
inherit toolchain-funcs flag-o-matic
DESCRIPTION="Unhide is a forensic tool to find hidden processes and TCP/UDP ports by rootkits/LKMs"
HOMEPAGE="http://security-projects.com/?Unhide"
SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}.tgz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
src_configure() {
append-cflags -lpthread
}
src_compile() {
$(tc-getCC) -DVERSION=${PV} ${CFLAGS} ${LDFLAGS} \
${PN}.c -o ${PN} || die "Failed to compile ${PN}"
$(tc-getCC) -DVERSION=${PV} ${CFLAGS} ${LDFLAGS} \
${PN}-linux26.c -o ${PN}-linux26 || die "Failed to compile ${PN}-linux26"
$(tc-getCC) -DVERSION=${PV} ${CFLAGS} ${LDFLAGS} \
${PN}-tcp.c -o ${PN}-tcp || die "Failed to compile ${PN}-tcp"
}
src_install() {
dosbin ${PN} ${PN}-linux26 ${PN}-tcp
dodoc README.txt
doman man/*
}

@ -1,17 +0,0 @@
# ChangeLog for app-text/cherrytree
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*cherrytree-0.30.5 (02 Dec 2013)
02 Dec 2013; Блохин Юрий <jb@calculate.ru>
+cherrytree-0.30.5.ebuild:
Добавлена новая версия app-text/cherrytree
* cherrytree-0.29.4.ebuild (02 Apr 2013)
* cherrytree-0.28.5.ebuild (02 Apr 2013)
02 Apr 2013; Dmitry 'daks' Fomenko <daks12@gmail.com>;
+cherrytree-0.29.4.ebuild, cherrytree-0.28.5.ebuild,
+metadata.xml, +Changelog:
Initial import, from bug #396543.

@ -1,9 +0,0 @@
DIST cherrytree-0.28.5.tar.xz 622684 SHA256 0d15626fe877d3f02114ce98f13f41fa16a8520525dc0fa37edef9144d89f391 SHA512 4ad9c5b43296b86cfe7fc66dd2cd8ae5ab7f914e3908e89082ecee9dcdb24aed61b37a148e50a4a4fbe2b64e0fa3137ce44f6bedcbf11a98b9110ba01ffece13 WHIRLPOOL ec482602d067874908ae5581e90e367cbee7348ac43078cec1aab37d6914b6324e429d1bd077ca3c5827d277c2ca5855f7232eb50766d76428258db62728ac13
DIST cherrytree-0.29.4.tar.xz 706560 SHA256 464ed343bf210930724f40feec88d370789d048ed90ad8a76b8eee397aaca0eb SHA512 3c93f1c3046131f3e7c6736b16e95e2c54df33efe36f6a2d18d29898020c8ad93af8b6e1381d93aca3989baa1c6db1fbfbbeeba3f78656f1985edc55a84efd98 WHIRLPOOL ed91b630eefe2f9032fbcfbe61cdd57c4b290d23bd54b2fe9cd62eb94281d0602f98e50c5ac884eed46bbb64bdb8887857ff6bffeeaa4d6aa124efcbcd34cadb
DIST cherrytree-0.30.5.tar.xz 5552396 SHA256 7af69e4cf6d88eb4b7d4703e03a782930741e4d49d5297fc970cf011fc743330 SHA512 99a1ad809b952c908ba0a852360d086a8a2a075f1816c887f82588a26292fedc7b1f3719300ddb6c7b0713769051c8a77251538eb8b9282ee9a79e49852c0236 WHIRLPOOL 1fffacc38fad132d9bd971c22a690d66a222915d84cf0141eecd3ad8d0328e416597a4f41045e2b4059ae7849299c68fe9c4a70363b5213fed81f5e3206db271
EBUILD cherrytree-0.28.5.ebuild 952 SHA256 91628f945d1f0b2158658b4bc65f2f5fd912d69e5b98923a16fa99e99bad59f9 SHA512 7aa87785931c5a3ae7621d606a807f49df6336657665349cbea1649114a4242e6f25c56d787b1de35a0a558ef15013f4b427e01dee750c782882aa50a591ba7d WHIRLPOOL 6df21314d4b6fb3dddb60e4d458db908a8b43b94bbe08105340076f9e5cd577462e551f8476e377e8cd324ba64c8b53dbeaf14c55aab8dc36bda4e895fc35486
EBUILD cherrytree-0.29.4-r1.ebuild 970 SHA256 a4bd0af0b7b6e03d244e05946808aa5b53e8647e9142e92b497f2b52214f8fb8 SHA512 789e7dfc48d80bfee84b7548197270cfa5d4618e62985e8ddd5ad97d77c6aad68d5d11e7144d25648aa2f4a23a36fe76d1b966fc39a1f85e2baaba76a0cd1bde WHIRLPOOL 7dffb2b9ac07a7643e08e69e2bf3c53b54f058b4e5ea42b382459a0aec9769f9ffdf203035623fcce9b20295a9a95f855afda14cf5f2d51b53255af44ea06a31
EBUILD cherrytree-0.29.4.ebuild 952 SHA256 91628f945d1f0b2158658b4bc65f2f5fd912d69e5b98923a16fa99e99bad59f9 SHA512 7aa87785931c5a3ae7621d606a807f49df6336657665349cbea1649114a4242e6f25c56d787b1de35a0a558ef15013f4b427e01dee750c782882aa50a591ba7d WHIRLPOOL 6df21314d4b6fb3dddb60e4d458db908a8b43b94bbe08105340076f9e5cd577462e551f8476e377e8cd324ba64c8b53dbeaf14c55aab8dc36bda4e895fc35486
EBUILD cherrytree-0.30.5.ebuild 1014 SHA256 8acd7fad2b1a3fef8e13ee1f79d37ecc9a192299c12311e56ad405ca429a1c5a SHA512 9e625fa448ec626c59c58d0eacdff7e7df70a91c91e39bcb1d8c1bb5c26f68139870f069f708f04f7f559715715760f71688a9d09d3432e893d1d38221371995 WHIRLPOOL 0c76471a974292bfe490d54e51d8870d047c2b124e468974d1a664bff691f8acf0794bec9ed71d488e6878dfbf5ff4c0e3d4e0d10df0613f2f3160de7e766ba5
MISC ChangeLog 564 SHA256 1aac84ffd9c82938a0e671663c6adb2d39199fa9f9b9a03bae735cd5f4fbf8bf SHA512 fce62ad545694e7236358c5c23a03e118cf722fce0d7a54203d2c76e324edbbd9b7c8d8e3a08b09f0afe973b9964bfc15dddb87fc4e156e379c968701d563e77 WHIRLPOOL 398f95f6e9338654bfaf6e097fdd5acb8a62fda1ff566602df3db73f5d9eb1ab6fbb3d534d63bd62aafdc85ac5c017aa869aff6acfe1ad1c9f964d0bdde046e3
MISC metadata.xml 239 SHA256 46132d153ef5ee1075082ff571718736b90a2a48f85d29c7e38e07ba81322e42 SHA512 6355a32d108ed321ca77474192a5e83a05e173299dd34c95fe79b4bf464bb3d92b788ae4a03ee6a5235b17b22cffda0f1d557058a011c6d0b5eaf6ad54b7bbb5 WHIRLPOOL 07155d7fadf9c83395761153866d53dac1133efbb0e99057070bb83d612b5b385739bd39a5b0db363f28238f349fd8702f3b53db330ab588e846b47c52567f83

@ -1,42 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
PYTHON_DEPEND="2:2.6"
PYTHON_USE_WITH="sqlite"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython"
inherit distutils eutils fdo-mime
DESCRIPTION="A hierarchical note taking application"
HOMEPAGE="http://www.giuspen.com/cherrytree/"
SRC_URI="http://www.giuspen.com/software/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="x11-libs/libX11
>=dev-python/pygtk-2.12:2
dev-python/pygtksourceview"
DEPEND="${RDEPEND}
sys-devel/gettext
"
src_prepare() {
# Avoid sandbox violation
sed -e "s:subprocess.call(\"update-desktop-database\"):#subprocess.call(\"update-desktop-database\"):g" \
-i setup.py || die "sed failed to patch install.py"
distutils_src_prepare
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}

@ -1,43 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
PYTHON_DEPEND="2:2.6"
PYTHON_USE_WITH="sqlite"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython"
inherit distutils eutils fdo-mime
DESCRIPTION="A hierarchical note taking application"
HOMEPAGE="http://www.giuspen.com/cherrytree/"
SRC_URI="http://www.giuspen.com/software/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="x11-libs/libX11
>=dev-python/pygtk-2.16:2
dev-python/pygtksourceview:2
app-arch/p7zip"
DEPEND="${RDEPEND}
sys-devel/gettext
"
src_prepare() {
# Avoid sandbox violation
sed -e "s:subprocess.call(\"update-desktop-database\"):#subprocess.call(\"update-desktop-database\"):g" \
-i setup.py || die "sed failed to patch install.py"
distutils_src_prepare
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}

@ -1,42 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=3
PYTHON_DEPEND="2:2.6"
PYTHON_USE_WITH="sqlite"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython"
inherit distutils eutils fdo-mime
DESCRIPTION="A hierarchical note taking application"
HOMEPAGE="http://www.giuspen.com/cherrytree/"
SRC_URI="http://www.giuspen.com/software/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="x11-libs/libX11
>=dev-python/pygtk-2.12:2
dev-python/pygtksourceview"
DEPEND="${RDEPEND}
sys-devel/gettext
"
src_prepare() {
# Avoid sandbox violation
sed -e "s:subprocess.call(\"update-desktop-database\"):#subprocess.call(\"update-desktop-database\"):g" \
-i setup.py || die "sed failed to patch install.py"
distutils_src_prepare
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}

@ -1,44 +0,0 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Original ebuild from the calculate overlay
EAPI=5
PYTHON_DEPEND="2:2.6"
PYTHON_USE_WITH="sqlite"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.[45] 3.* *-jython"
inherit distutils eutils fdo-mime
DESCRIPTION="A hierarchical note taking application"
HOMEPAGE="http://www.giuspen.com/cherrytree/"
SRC_URI="http://www.giuspen.com/software/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE=""
RDEPEND="x11-libs/libX11
>=dev-python/pygtk-2.16:2
dev-python/pygtksourceview:2
app-arch/p7zip"
DEPEND="${RDEPEND}
sys-devel/gettext
"
src_prepare() {
# Avoid sandbox violation
sed -e "s:subprocess.call(\"update-desktop-database\"):#subprocess.call(\"update-desktop-database\"):g" \
-i setup.py || die "sed failed to patch install.py"
distutils_src_prepare
}
pkg_postinst() {
fdo-mime_desktop_database_update
fdo-mime_mime_database_update
}

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>daks12@gmail.com</email>
<name>Dmitry 'daks' Fomenko</name>
</maintainer>
</pkgmetadata>

@ -1,2 +0,0 @@
DIST htmldoccyr-0.1.tar.bz2 2824521 RMD160 ec4b10bab6f6fb16733470ad3b67664899fe2d09 SHA1 b2c4de35b5b0832a24a74df18473a4cc718ee969 SHA256 bd79a713b41aee0139406d2731723ade6953839967e284de67b3aba6815fdf37
EBUILD htmldoccyr-0.1.ebuild 706 RMD160 a32e7f352b6cb4073a7775fda092ffba8f92e735 SHA1 7e5ef99e26303c73a49b72635ced46d049670e39 SHA256 ec699acc17e68c4ba42ef83c2ae596f12b231cbec91155d6eb52ed8b01ff9dd0

@ -1,32 +0,0 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils flag-o-matic multilib toolchain-funcs versionator
MY_PV="${PV/_rc/RC}"
DESCRIPTION="Cyrillic fonts for htmldoc"
HOMEPAGE="http://www.calculate-linux.org/htmldoccyr"
SRC_URI="ftp://ftp.local.calculate.ru/pub/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=app-text/htmldoc-1.8.26"
RDEPEND="${DEPEND}"
src_compile() {
echo "Nothing compile"
}
src_install() {
emake install DESTDIR="${D}"
}
pkg_postinst() {
elog "Execute the following command to replace fonts htmldoc to cyrillic:"
elog
elog "/usr/bin/htmldoccyr"
elog
}

@ -1,10 +0,0 @@
# ChangeLog for app-text/wgetpaste
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*wgetpaste-2.18-r1 (15 Aug 2011)
15 Aug 2011; Mike Hiretsky (mhiretskiy) <mh@calculate.ru>
+wgetpaste-2.18-r1.ebuild, +metadata.xml:
Update revision for auto-rebuild

@ -1,4 +0,0 @@
DIST wgetpaste-2.18.tar.bz2 9147 RMD160 0d1b3049782fd3b17ef598659b93ab8e8e75b249 SHA1 55ea730dd84ba35984c5ab1b2973934ec437131e SHA256 95ee46eac37ca74ce960c1726afc19f4a1dde4d1875ac860fdc5e45d3cb05d3e
EBUILD wgetpaste-2.18-r1.ebuild 895 RMD160 6caff6823f294f054720bd1d85fd3fdd59849832 SHA1 b24b6df74f15af80e7ec84ad3f6b31ca54ef03e3 SHA256 10a79d88af70454bf698b27b2f0642fcc8994923e9caf7976a1aab1abf5d256c
MISC ChangeLog 293 RMD160 2fec0f642a09b94e90934704cccd4ced95682051 SHA1 9d9cc9b367d74c98fefa04bb159fa15fe7881e99 SHA256 eca43d60ec2968e65fadfc297ba4596eba50ba17eb706ff20969025d0a7f7521
MISC metadata.xml 343 RMD160 dd5629ac9b7e730b389d6eed820238fac3058449 SHA1 9462f6fcea793193c2384aba58073c83b5973083 SHA256 061d41b175b4ea9a9cc34e6cc530d86bd0af4e549acf8364e80265286f5e2fad

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>spatz@gentoo.org</email>
<name>Dror Levin</name>
</maintainer>
<maintainer>
<email>wired@gentoo.org</email>
<name>Alex Alexander</name>
</maintainer>
</pkgmetadata>

@ -1,24 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/wgetpaste/wgetpaste-2.18.ebuild,v 1.7 2011/06/08 12:51:05 xarthisius Exp $
DESCRIPTION="Command-line interface to various pastebins"
HOMEPAGE="http://wgetpaste.zlin.dk/"
SRC_URI="http://wgetpaste.zlin.dk/${P}.tar.bz2"
LICENSE="public-domain"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="zsh-completion"
DEPEND=""
RDEPEND="net-misc/wget
zsh-completion? ( app-shells/zsh )"
src_install() {
dobin ${PN} || die "Failed to install wgetpaste"
if use zsh-completion ; then
insinto /usr/share/zsh/site-functions
doins _wgetpaste || die "Failed to install zsh-completions"
fi
}

@ -1,3 +0,0 @@
DIST Net-FreeDB-0.08.tar.gz 19210 RMD160 ccd8fc82f9ba9180e8e06a76f9f6138f283808ce SHA1 89eaca559f8c12d1492be6bb36767dd9b4c9d54c SHA256 f9774b85cd8edae72d3f90dcb2efb78d4fa759b0008e0c90e1c0254bec5c86b6
EBUILD Net-FreeDB-0.08.ebuild 456 RMD160 1500e502935e382dcb0e28b1c6fa73a1f3cdf90e SHA1 9bc1ea246f3d97a437de5263dd6be90d4db661e9 SHA256 1a855d9b4c8624b1df3715aeb4beb48f6112f2fce4eea7df2a68916697a051aa
MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f

@ -1,19 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit perl-module
DESCRIPTION="OOP interface to the FreeDB database"
HOMEPAGE="http://search.cpan.org/~roam/"
SRC_URI="mirror://cpan/authors/id/R/RO/ROAM/${P}.tar.gz"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=">=dev-perl/CDDB-File-1.01
dev-lang/perl
virtual/perl-libnet"
RDEPEND="${DEPEND}"

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
</pkgmetadata>

@ -1,598 +0,0 @@
# ChangeLog for dev-python/PyQt4
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.144 2011/01/16 10:06:11 phajdan.jr Exp $
16 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> PyQt4-4.8.1.ebuild:
x86 stable wrt bug #349607
07 Jan 2011; Brent Baude <ranger@gentoo.org> PyQt4-4.8.1.ebuild:
Marking PyQt4-4.8.1 ppc stable for bug 349607
04 Jan 2011; Markos Chandras <hwoarang@gentoo.org> PyQt4-4.8.1.ebuild:
Stable on amd64 wrt bug #349607
30 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
PyQt4-4.8.1.ebuild, PyQt4-4.8.1-r1.ebuild, PyQt4-4.8.2.ebuild:
Require x11-libs/qt-opengl[-egl] until bug #344513 is fixed.
*PyQt4-4.8.1-r1 (30 Dec 2010)
30 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
PyQt4-4.8.1.ebuild, +PyQt4-4.8.1-r1.ebuild:
Copy 4.8.1 to 4.8.1-r1. Delete "declarative" USE flag in 4.8.1.
25 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
PyQt4-4.8.2.ebuild:
Fix dependencies (bug #349672).
*PyQt4-4.8.2 (24 Dec 2010)
24 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+PyQt4-4.8.2.ebuild:
Version bump.
19 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
PyQt4-4.7.3.ebuild, PyQt4-4.7.7-r1.ebuild, PyQt4-4.8.1.ebuild:
Restrict Jython ABIs.
19 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-files/PyQt4-4.5.4-qgraphicslinearlayout-fix.patch,
-files/configure-4.6.1.py.patch, -PyQt4-4.6.2.ebuild, -PyQt4-4.8.ebuild,
-files/configure.py.patch:
Delete.
06 Dec 2010; Alex Alexander <wired@gentoo.org> -PyQt4-4.5.4-r4.ebuild:
old, depends on qt 4.5
06 Nov 2010; Jeroen Roovers <jer@gentoo.org> PyQt4-4.5.4-r4.ebuild,
PyQt4-4.6.2.ebuild, PyQt4-4.7.3.ebuild, PyQt4-4.7.7-r1.ebuild,
PyQt4-4.8.ebuild, PyQt4-4.8.1.ebuild:
Remove HPPA keywording (bug #239441).
*PyQt4-4.8.1 (30 Oct 2010)
30 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+PyQt4-4.8.1.ebuild:
Version bump.
23 Oct 2010; Raúl Porcel <armin76@gentoo.org> PyQt4-4.7.3.ebuild:
ia64/sparc stable wrt #315775
*PyQt4-4.8 (23 Oct 2010)
23 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-PyQt4-4.7.ebuild, -PyQt4-4.7.5.ebuild, -PyQt4-4.7.7.ebuild,
+PyQt4-4.8.ebuild, metadata.xml:
Version bump.
*PyQt4-4.7.7-r1 (06 Oct 2010)
06 Oct 2010; Theo Chatzimichos <tampakrap@gentoo.org>
+PyQt4-4.7.7-r1.ebuild, +files/PyQt4-4.7.7-fix-scpk-and-flag-issue.diff:
Revision bump, add patch that fixes compilation with PyKDE 4.5.2
*PyQt4-4.7.7 (21 Sep 2010)
21 Sep 2010; Markos Chandras <hwoarang@gentoo.org> -PyQt4-4.7.6.ebuild,
+PyQt4-4.7.7.ebuild:
Version bump. Remove old bogus version
13 Sep 2010; Tobias Klausmann <klausman@gentoo.org> PyQt4-4.7.3.ebuild:
Stable on alpha, bug #315775
13 Sep 2010; Joseph Jezak <josejx@gentoo.org> PyQt4-4.7.3.ebuild:
Marked ppc stable for bug #315775.
10 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
PyQt4-4.7.6.ebuild:
Update EAPI. Fix dependencies.
*PyQt4-4.7.6 (08 Sep 2010)
08 Sep 2010; Markos Chandras <hwoarang@gentoo.org> -PyQt4-4.7.2.ebuild,
+PyQt4-4.7.6.ebuild:
Version bump. Remove old ebuild
01 Sep 2010; Markos Chandras <hwoarang@gentoo.org> -PyQt4-4.7.4.ebuild,
PyQt4-4.7.5.ebuild:
Drop old bogus ebuild. Drop RESTRICT_PYTHON_ABIS from latest ebuild
*PyQt4-4.7.5 (01 Sep 2010)
01 Sep 2010; Markos Chandras <hwoarang@gentoo.org> PyQt4-4.7.4.ebuild,
+PyQt4-4.7.5.ebuild:
Version bump
18 Aug 2010; Jeroen Roovers <jer@gentoo.org> PyQt4-4.7.3.ebuild:
Stable for HPPA (bug #315775).
15 Jul 2010; Markos Chandras <hwoarang@gentoo.org> PyQt4-4.7.4.ebuild:
Bump sip dependency to 4.10.3. Fix arm epatch command
*PyQt4-4.7.4 (13 Jul 2010)
13 Jul 2010; Markos Chandras <hwoarang@gentoo.org> +PyQt4-4.7.4.ebuild:
Version bump
05 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> PyQt4-4.7.3.ebuild:
ppc64 stable wrt #315775
16 Jun 2010; Tomas Touceda <chiiph@gentoo.org> PyQt4-4.7.3.ebuild,
+files/PyQt4-4.7.3-qreal_float_support.patch:
Add patch for qreal/float support in ARM wrt bug 322349
03 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> PyQt4-4.7.3.ebuild:
x86 stable wrt bug 315775
25 May 2010; Markos Chandras <hwoarang@gentoo.org> PyQt4-4.7.3.ebuild:
Stable on amd64 wrt bug 315775
23 Apr 2010; Theo Chatzimichos <tampakrap@gentoo.org> PyQt4-4.7.ebuild,
PyQt4-4.7.2.ebuild, PyQt4-4.7.3.ebuild:
Fix sip dep in PyQt4 ebuilds
*PyQt4-4.7.3 (17 Apr 2010)
17 Apr 2010; Markos Chandras <hwoarang@gentoo.org> +PyQt4-4.7.3.ebuild:
Version bump
11 Apr 2010; <nixnut@gentoo.org> PyQt4-4.7.ebuild:
ppc stable #301105
*PyQt4-4.7.2 (18 Mar 2010)
18 Mar 2010; Ben de Groot <yngwin@gentoo.org> +PyQt4-4.7.2.ebuild,
+files/PyQt4-4.7.2-configure.py.patch:
Version bump. ChangeLog is no longer shipped. Update patch.
03 Mar 2010; Christian Faulhammer <fauli@gentoo.org> PyQt4-4.7.ebuild:
stable x86, bug 301105
02 Mar 2010; Samuli Suominen <ssuominen@gentoo.org> PyQt4-4.7.ebuild:
amd64 stable wrt #301105
16 Feb 2010; Jonathan Callen <abcd@gentoo.org>
-files/PyQt4-4.4.4-qgraphicsproxywidget-avoid-event-callback-loop.patch,
-files/fix_license_check.patch:
Drop old patches
10 Feb 2010; Jeroen Roovers <jer@gentoo.org> PyQt4-4.6.2.ebuild:
Stable for HPPA (bug #300713).
08 Feb 2010; Christian Faulhammer <fauli@gentoo.org> PyQt4-4.6.2.ebuild:
stable x86, bug 300713
02 Feb 2010; Alex Alexander <wired@gentoo.org> PyQt4-4.5.4-r4.ebuild,
PyQt4-4.6.2.ebuild:
updated SRC_URI to use gentoo mirrors, upstream doesn't provide these
versions anymore
31 Jan 2010; <hwoarang@gentoo.org> PyQt4-4.6.2.ebuild:
Stable on amd64 wrt bug #300713
20 Jan 2010; Jonathan Callen <abcd@gentoo.org> PyQt4-4.7.ebuild:
Add prefix keywords, support
*PyQt4-4.7 (15 Jan 2010)
15 Jan 2010; Ben de Groot <yngwin@gentoo.org> +PyQt4-4.7.ebuild:
Version bump
11 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
PyQt4-4.5.4-r4.ebuild, PyQt4-4.6.2.ebuild:
Don't call python_need_rebuild().
06 Jan 2010; <hwoarang@gentoo.org> PyQt4-4.6.2.ebuild:
Migrate to qt4-r2 eclass
02 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
PyQt4-4.5.4-r4.ebuild, PyQt4-4.6.2.ebuild:
Only restrict Python 3.2.
02 Jan 2010; Ben de Groot <yngwin@gentoo.org> PyQt4-4.5.4-r4.ebuild,
PyQt4-4.6.2.ebuild:
Adding RESTRICT_PYTHON_ABIS for python3. Current PyQt4 versions only work
with python2. Fixes bug 292419.
13 Dec 2009; Ben de Groot <yngwin@gentoo.org> -PyQt4-4.4.4-r2.ebuild,
-PyQt4-4.4.4-r5.ebuild, -PyQt4-4.5.2.ebuild, -PyQt4-4.5.4-r3.ebuild,
PyQt4-4.5.4-r4.ebuild, -PyQt4-4.6.1.ebuild, -PyQt4-4.6.1-r1.ebuild,
PyQt4-4.6.2.ebuild, metadata.xml:
Remove obsolete versions. Pin 4.5.4 on correct sip and Qt versions. Remove
qt3support useflag description from metadata, as it is no longer in use.
30 Nov 2009; Joseph Jezak <josejx@gentoo.org> PyQt4-4.5.4-r4.ebuild:
Marked ppc64 stable.
*PyQt4-4.6.2 (20 Nov 2009)
20 Nov 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+PyQt4-4.6.2.ebuild:
Version bump.
*PyQt4-4.6.1-r1 (05 Nov 2009)
05 Nov 2009; Alex Alexander <wired@gentoo.org> +PyQt4-4.6.1-r1.ebuild,
+files/PyQt4-4.6.1-configure-multilib.patch:
added multilib patch wrt bug #283936
*PyQt4-4.6.1 (28 Oct 2009)
28 Oct 2009; Markos Chandras <hwoarang@gentoo.org> +PyQt4-4.6.1.ebuild,
+files/configure-4.6.1.py.patch:
Version bump. Add new configuration patch
18 Oct 2009; Raúl Porcel <armin76@gentoo.org> PyQt4-4.5.4-r4.ebuild:
alpha/ia64/sparc stable wrt #284707
27 Sep 2009; nixnut <nixnut@gentoo.org> PyQt4-4.5.4-r4.ebuild:
ppc stable #284707
22 Sep 2009; Markus Meier <maekke@gentoo.org> PyQt4-4.5.4-r4.ebuild:
add ~arm
22 Sep 2009; Jeroen Roovers <jer@gentoo.org> PyQt4-4.5.4-r4.ebuild:
Stable for HPPA (bug #284707).
22 Sep 2009; Markus Meier <maekke@gentoo.org> PyQt4-4.5.4-r4.ebuild:
amd64 stable, bug #284707
16 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
PyQt4-4.5.4-r4.ebuild:
stable x86, bug 284707
06 Sep 2009; Christian Ruppert <idl0r@gentoo.org>
-files/PyQt4-4.4_compile.patch:
Remove unused patch.
16 Aug 2009; Markos Chandras <hwoarang@gentoo.org> -PyQt4-4.5.4.ebuild,
-PyQt4-4.5.4-r2.ebuild:
Remove old ebuilds
16 Aug 2009; Thomas Anderson <gentoofan23@gentoo.org>
PyQt4-4.4.4-r5.ebuild:
stable amd64, bug 276852
16 Aug 2009; Raúl Porcel <armin76@gentoo.org> PyQt4-4.4.4-r5.ebuild:
ia64 stable wrt #276852
*PyQt4-4.5.4-r4 (15 Aug 2009)
15 Aug 2009; Markos Chandras <hwoarang@gentoo.org> +PyQt4-4.5.4-r4.ebuild:
Build QtScriptTools bindings. Fixes bug 279945. Thanks to Davide Pesavento
<davidepesa@gmail.com> for the patch
*PyQt4-4.5.4-r3 (12 Aug 2009)
12 Aug 2009; Markos Chandras <hwoarang@gentoo.org> -PyQt4-4.5.4-r1.ebuild,
+PyQt4-4.5.4-r3.ebuild,
+files/PyQt4-4.5.4-qgraphicslinearlayout-fix.patch:
Added patch for removing items from QGraphicsLinearLayout. Fixes bug
280634 .
THanks to Fabio Erculiani <lxnay@sabayonlinux.org> for the patch
*PyQt4-4.5.4-r2 (11 Aug 2009)
11 Aug 2009; Markos Chandras <hwoarang@gentoo.org> +PyQt4-4.5.4-r2.ebuild:
Respect LINK, add missing inherit. Thanks to Davide Pesavento
*PyQt4-4.5.4-r1 (05 Aug 2009)
05 Aug 2009; Markos Chandras <hwoarang@gentoo.org> +PyQt4-4.5.4-r1.ebuild:
New revision including various QA fixes due to eqmake4 usage
04 Aug 2009; Markos Chandras <hwoarang@gentoo.org> PyQt4-4.5.4.ebuild:
Fix bug #280055 for real this time
02 Aug 2009; Markos Chandras <hwoarang@gentoo.org> PyQt4-4.5.4.ebuild:
Fix QtCore rpath without checking X use flag. Install all html
documentation (
bug #280055 )
02 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
PyQt4-4.5.4.ebuild:
Set SUPPORT_PYTHON_ABIS.
*PyQt4-4.5.4 (31 Jul 2009)
31 Jul 2009; Alex Alexander <wired@gentoo.org> +PyQt4-4.5.4.ebuild:
version bump
27 Jul 2009; nixnut <nixnut@gentoo.org> PyQt4-4.4.4-r5.ebuild:
ppc stable #276852
21 Jul 2009; Tobias Klausmann <klausman@gentoo.org> PyQt4-4.4.4-r5.ebuild:
Stable on alpha, bug #276852
17 Jul 2009; Markos Chandras <hwoarang@gentoo.org> -PyQt4-4.4.4-r4.ebuild,
-PyQt4-4.5.1.ebuild:
Remove old ebuilds
*PyQt4-4.5.2 (14 Jul 2009)
14 Jul 2009; Markos Chandras <hwoarang@gentoo.org> +PyQt4-4.5.2.ebuild:
Version bump
09 Jul 2009; Ferris McCormick <fmccor@gentoo.org> PyQt4-4.4.4-r5.ebuild:
Sparc stable, Bug #276852.
08 Jul 2009; Christian Faulhammer <fauli@gentoo.org>
PyQt4-4.4.4-r5.ebuild:
stable x86, bug 276852
08 Jul 2009; Jeroen Roovers <jer@gentoo.org> PyQt4-4.4.4-r5.ebuild:
Stable for HPPA (bug #276852).
28 Jun 2009; Markos Chandras <hwoarang@gentoo.org> -PyQt4-4.5.ebuild:
Remove old ebuild
20 Jun 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
PyQt4-4.5.1.ebuild:
Don't install modules specific for other versions of Python (bug #274499).
16 Jun 2009; Markos Chandras <hwoarang@gentoo.org> PyQt4-4.5.1.ebuild:
Raise sip dependency to 4.8.1
*PyQt4-4.5.1 (16 Jun 2009)
16 Jun 2009; Markos Chandras <hwoarang@gentoo.org> PyQt4-4.4.4-r5.ebuild,
PyQt4-4.5.ebuild, +PyQt4-4.5.1.ebuild:
Drop qt3support use flag. Version bump. Bug-fix release
09 Jun 2009; Markos Chandras <hwoarang@gentoo.org> PyQt4-4.4.4-r2.ebuild,
PyQt4-4.4.4-r4.ebuild, PyQt4-4.4.4-r5.ebuild:
Add correct sip dependencies, fixes bug 273430
*PyQt4-4.5 (09 Jun 2009)
09 Jun 2009; Markos Chandras <hwoarang@gentoo.org> +PyQt4-4.5.ebuild:
Version bump
05 Jun 2009; Ben de Groot <yngwin@gentoo.org> PyQt4-4.4.4-r5.ebuild:
Specify !kde for qt-phonon dep
03 Jun 2009; Ben de Groot <yngwin@gentoo.org> PyQt4-4.4.4-r5.ebuild,
metadata.xml:
Add kde useflag, for selecting media-sound/phonon, bug 270188
02 Jun 2009; Ben de Groot <yngwin@gentoo.org> PyQt4-4.4.4-r5.ebuild:
QtDesigner is triggered by USE=X, so hide sed behind X useflag. Thanks
to Davide Pesavento for alerting.
01 Jun 2009; Markos Chandras <hwoarang@gentoo.org>
+files/fix_license_check.patch:
Add missing patch. Fixes bug 272126
*PyQt4-4.4.4-r5 (01 Jun 2009)
01 Jun 2009; Markos Chandras <hwoarang@gentoo.org> +PyQt4-4.4.4-r5.ebuild,
files/configure.py.patch, metadata.xml:
Fixed automagic dependency issue. ( bug 236341 ). Fixed rpath issues ( bug
235819 , bug 271870 ). Thanks to Davide Pesavento <davidepesa@gmail.com>
for the ebuilds and the rpath patch.
20 May 2009; Ben de Groot <yngwin@gentoo.org> -PyQt4-4.4-r1.ebuild,
-PyQt4-4.4.4-r1.ebuild, -PyQt4-4.4.4-r3.ebuild, PyQt4-4.4.4-r4.ebuild:
Turn on default useflags for all Qt modules. Remove old. Move src_unpack
content to src_prepare, where it belongs.
15 May 2009; Alexis Ballier <aballier@gentoo.org> PyQt4-4.4.4-r4.ebuild:
keyword ~x86-fbsd, bug #269880
*PyQt4-4.4.4-r4 (26 Apr 2009)
26 Apr 2009; Markos Chandras <hwoarang@gentoo.org>
+files/PyQt4-4.4.4-qgraphicsproxywidget-avoid-event-callback-loop.patch,
+PyQt4-4.4.4-r4.ebuild:
Adding qt-xmlpatterns as dependency. Add patch for QGraphicsProxyWidget (
thanks to Fabio Erculiani <lxnay@sabayonlinux.org> for providing the patch
). Fixes bug #267012
*PyQt4-4.4.4-r3 (07 Apr 2009)
07 Apr 2009; Markos Chandras <hwoarang@gentoo.org>
+files/configure.py.patch, +PyQt4-4.4.4-r3.ebuild:
Fixed bug #204877 ( thanks to Davide Pesavento <davidepesa@gmail.com> )
27 Mar 2009; Jeroen Roovers <jer@gentoo.org> PyQt4-4.4.4-r2.ebuild:
Stable for HPPA (bug #261652).
24 Mar 2009; Brent Baude <ranger@gentoo.org> PyQt4-4.4.4-r2.ebuild:
stable ppc64, bug 261652
22 Mar 2009; Markus Meier <maekke@gentoo.org> PyQt4-4.4.4-r2.ebuild:
amd64 stable, bug #261652
20 Mar 2009; Raúl Porcel <armin76@gentoo.org> PyQt4-4.4.4-r2.ebuild:
alpha/ia64/sparc/x86 stable wrt #261652
20 Mar 2009; Brent Baude <ranger@gentoo.org> PyQt4-4.4.4-r2.ebuild:
stable ppc, bug 261652
20 Mar 2009; Markos Chandras <hwoarang@gentoo.org> -PyQt4-4.3.1.ebuild,
-PyQt4-4.3.3.ebuild:
Dropping old packages due to qt-4.3 removal
18 Feb 2009; Jeroen Roovers <jer@gentoo.org> PyQt4-4.4.4-r1.ebuild:
Stable for HPPA (bug #248083).
06 Feb 2009; Raúl Porcel <armin76@gentoo.org> PyQt4-4.4.4-r1.ebuild:
ia64/sparc stable wrt #248038
04 Feb 2009; Brent Baude <ranger@gentoo.org> PyQt4-4.4.4-r1.ebuild:
Marking PyQt4-4.4.4-r1 ppc64 stable for bug 248038
31 Jan 2009; Tobias Klausmann <klausman@gentoo.org> PyQt4-4.4.4-r1.ebuild:
Stable on alpha, bug #248038
*PyQt4-4.4.4-r2 (25 Jan 2009)
25 Jan 2009; Ben de Groot <yngwin@gentoo.org> +PyQt4-4.4.4-r2.ebuild:
Add dbus-python dep, thanks to Maciej Mrozowski. Remove no longer needed
zlib useflag check.
18 Jan 2009; Markus Meier <maekke@gentoo.org> PyQt4-4.4.4-r1.ebuild:
amd64/x86 stable, bug #248038
17 Jan 2009; nixnut <nixnut@gentoo.org> PyQt4-4.4.4-r1.ebuild:
ppc stable #248038
09 Jan 2009; Patrick Lauer <patrick@gentoo.org> -PyQt4-4.4.3.ebuild,
-PyQt4-4.4.4.ebuild:
Removing old
*PyQt4-4.4.4-r1 (23 Nov 2008)
23 Nov 2008; Patrick Lauer <patrick@gentoo.org> +PyQt4-4.4.4-r1.ebuild:
Adding webkit useflag. Fixes pykde failing to build because of ordering
issues.
*PyQt4-4.4.4 (21 Nov 2008)
21 Nov 2008; Ben de Groot <yngwin@gentoo.org> -PyQt4-4.4.2.ebuild,
PyQt4-4.4.3.ebuild, +PyQt4-4.4.4.ebuild:
Drop ~x86-fbsd, as qt-core isn't keyworded for that arch yet.
Version bump, with updated deps. Remove hardmasked 4.4.2 version.
07 Oct 2008; Jeroen Roovers <jer@gentoo.org> PyQt4-4.3.3.ebuild:
Stable for HPPA too.
*PyQt4-4.4.3 (06 Sep 2008)
06 Sep 2008; Ben de Groot <yngwin@gentoo.org> +PyQt4-4.4.3.ebuild:
Version bump. Fixes bug 234559.
06 Aug 2008; Jesus Rivero <neurogeek@gentoo.org> metadata.xml:
add GLEP 56 USE flag desc from use.local.desc
*PyQt4-4.4-r1 (31 Jul 2008)
31 Jul 2008; Jesus Rivero <neurogeek@gentoo.org>
+files/PyQt4-4.4_compile.patch, -PyQt4-4.4.ebuild, +PyQt4-4.4-r1.ebuild:
Fixes bugs #233369 and #222435, thanks to Remy Bosch for the patch.
Removed old version
25 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> PyQt4-4.4.2.ebuild:
dev-python/PyQt4-4.4.2 needs Qt-4.4.0, fix dependencies, mask package.
*PyQt4-4.4.2 (24 May 2008)
24 May 2008; Ben de Groot <yngwin@gentoo.org> +PyQt4-4.4.2.ebuild:
Version bump. Updated homepage URL. Added split qt deps from bug 222709.
*PyQt4-4.4 (14 May 2008)
14 May 2008; Ali Polatel <hawking@gentoo.org> PyQt4-4.3.1.ebuild,
PyQt4-4.3.3.ebuild, +PyQt4-4.4.ebuild:
Version bump. Change SRC_URI of old ebuilds to mirror://gentoo because
upstream doesn't have it anymore.
13 May 2008; Ali Polatel <hawking@gentoo.org> PyQt4-4.3.1.ebuild,
PyQt4-4.3.3.ebuild:
Changed HOMEPAGE. Thanks to Elias Probst, #220653
12 May 2008; Markus Rothe <corsair@gentoo.org> PyQt4-4.3.3.ebuild:
Stable on ppc64
07 Apr 2008; Alexis Ballier <aballier@gentoo.org> PyQt4-4.3.3.ebuild:
keyword ~x86-fbsd
02 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> PyQt4-4.3.1.ebuild:
Marked stable on amd64 as per bug 201474.
21 Feb 2008; Raúl Porcel <armin76@gentoo.org> PyQt4-4.3.3.ebuild:
alpha/ia64/sparc stable
15 Feb 2008; nixnut <nixnut@gentoo.org> PyQt4-4.3.1.ebuild:
Stable on ppc wrt bug 201474
09 Feb 2008; Markus Ullmann <jokey@gentoo.org> PyQt4-4.3.3.ebuild:
Stable on x86
28 Dec 2007; Caleb Tennis <caleb@gentoo.org> PyQt4-4.3.1.ebuild,
PyQt4-4.3.3.ebuild:
Explicitly depend on Qt 4.3 for these versions
*PyQt4-4.3.3 (26 Dec 2007)
26 Dec 2007; Caleb Tennis <caleb@gentoo.org> +PyQt4-4.3.3.ebuild:
version bump
28 Nov 2007; Caleb Tennis <caleb@gentoo.org> -PyQt4-4.2.ebuild,
-PyQt4-4.3.ebuild:
Remove old versions
09 Nov 2007; Jeroen Roovers <jer@gentoo.org> PyQt4-4.3.1.ebuild:
Marked ~hppa (bug #198456). Fixed quoting issues.
07 Nov 2007; Raúl Porcel <armin76@gentoo.org> PyQt4-4.3.1.ebuild:
Add ~alpha/~ia64/~sparc
20 Oct 2007; Markus Rothe <corsair@gentoo.org> PyQt4-4.3.1.ebuild:
Added ~ppc64; bug #196474
*PyQt4-4.3.1 (02 Oct 2007)
02 Oct 2007; Caleb Tennis <caleb@gentoo.org> +PyQt4-4.3.1.ebuild:
version bump
22 Aug 2007; Robert Buchholz <rbu@gentoo.org> PyQt4-4.3.ebuild:
Added ~ppc (bug #188998)
21 Aug 2007; Caleb Tennis <caleb@gentoo.org> PyQt4-4.3.ebuild:
add a check for zlib, per bug #188389
*PyQt4-4.3 (09 Aug 2007)
09 Aug 2007; Caleb Tennis <caleb@gentoo.org> +PyQt4-4.3.ebuild:
Version bump
24 Jun 2007; Tiziano Müller <dev-zero@gentoo.org> PyQt4-4.2.ebuild:
Fixed $ROOT abuse (bug #167271) and some cleanup
30 May 2007; Caleb Tennis <caleb@gentoo.org> -PyQt4-4.0.ebuild,
-PyQt4-4.1.1.ebuild:
remove old versions
30 May 2007; Caleb Tennis <caleb@gentoo.org> PyQt4-4.2.ebuild:
Fix doc install per bug #160675
10 May 2007; Caleb Tennis <caleb@gentoo.org> PyQt4-4.2.ebuild:
fix from bug #177973
*PyQt4-4.2 (10 May 2007)
10 May 2007; Caleb Tennis <caleb@gentoo.org> +PyQt4-4.2.ebuild:
version bump
*PyQt4-4.1.1 (20 Dec 2006)
20 Dec 2006; Markus Ullmann <jokey@gentoo.org> -PyQt4-4.1.ebuild,
+PyQt4-4.1.1.ebuild:
Version bump
15 Nov 2006; Caleb Tennis <caleb@gentoo.org> -PyQt4-4.0_beta1.ebuild:
remove old version
*PyQt4-4.1 (14 Nov 2006)
14 Nov 2006; Caleb Tennis <caleb@gentoo.org> +PyQt4-4.1.ebuild:
version bump
22 Oct 2006; Thomas Cort <tcort@gentoo.org> PyQt4-4.0.ebuild:
Added ~amd64 keyword wrt Bug #137948.
11 Jul 2006; Caleb Tennis <caleb@gentoo.org> PyQt4-4.0.ebuild:
Fix a few minor issues with ebuild
*PyQt4-4.0 (26 Jun 2006)
26 Jun 2006; Caleb Tennis <caleb@gentoo.org> +PyQt4-4.0.ebuild:
adding the release version
*PyQt4-4.0_beta1 (05 May 2006)
05 May 2006; Caleb Tennis <caleb@gentoo.org> +metadata.xml,
+PyQt4-4.0_beta1.ebuild:
initial import, from bug #121554

@ -1,9 +0,0 @@
AUX PyQt4-4.6.1-configure-multilib.patch 883 RMD160 4ce96cdf4d53773c245544737c894c2494e9de29 SHA1 d0c9b214172b47537873e3fc1bd5fb34e815220c SHA256 6b33666a0b773122330d33a1b88ddd3b18d2d3b2c265e3fd4edc253f1bdfab1a
AUX PyQt4-4.7.2-configure.py.patch 933 RMD160 1c9525855d47bcdbf0c88618294be44274ce653b SHA1 4b27ab9173692a9d74598dc7c7fc88c3531e09b5 SHA256 1a87c58ccb14441f77c7c764b6e6c40d1bdd64c5b35581f3deda54019a3461be
AUX PyQt4-4.7.3-qreal_float_support.patch 6460 RMD160 f022dc75ccde5b923c689f82d169d02e8b066a19 SHA1 2e000133b482f5bb36a5795e375bfa3f60dd5c55 SHA256 8183d7a12c094d02eb4f1ac2b983690c39ee54182a0d28adba52348f705e9c16
AUX PyQt4-4.7.7-fix-scpk-and-flag-issue.diff 1490 RMD160 0bfb92059ebf3518980ce5af432747ee01bf8540 SHA1 8e70a0a45757274ce92444054bd387abcb453022 SHA256 2f0b26dd0f725240378bd350303a97717f1a7c7bf37753ac5cc1d0717c013085
AUX PyQt4-4.8.2-fix-wrong-class.patch 633 RMD160 85634b61bde33f18dcf645531163e4648bdce298 SHA1 357c799723b510008977c9795ed81c415d474c2b SHA256 93b3c19f2d9a3641a36ea7467660841180ce5614bbe7ab79360e03e4fc1c78fd
DIST PyQt-x11-gpl-4.8.2.tar.gz 9605005 RMD160 ba9948dcd05964c6f27d24b0f2d224a3d6109258 SHA1 fd26aed89a6032c85a553bfd5228280ac982b85c SHA256 ea9f4643d090a4416daa745ecf527c04429b89614d4fde8143a2155f64300fe4
EBUILD PyQt4-4.8.2-r9.ebuild 4968 RMD160 53c9821d9b3b37116dd18c54779da31af6587068 SHA1 9c1b74fd4631e0ec7ea1a0b5e9831e892b13e18c SHA256 dfb8a8fe067ceadcd94d920cd999eeebfd3b989ad06c04c52dde4074b016bf54
MISC ChangeLog 19970 RMD160 92b422296c512809c880de000a6135e2f03ce607 SHA1 79f043ab5bf984ebc25da468c676623731e3773f SHA256 5e119f8ff050f5b9b4bf6a7352fe397bac45d205d09ffcab4a82885905320e9f
MISC metadata.xml 878 RMD160 cdc42fae8ad9f67bbe0dcc949f7822cc72d0acf9 SHA1 f1907739ab33d27cd8276c57b4d062a3b44ae402 SHA256 89c99beeac252dc158fb953793675d0133b2daa91b22f4c5a016262348323afe

@ -1,175 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.2.ebuild,v 1.3 2010/12/30 18:08:19 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="*"
PYTHON_EXPORT_PHASE_FUNCTIONS="1"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="*-jython"
inherit python qt4-r2 toolchain-funcs
MY_P="PyQt-x11-gpl-${PV/_pre/-snapshot-}"
# Minimal supported version of Qt.
QT_VER="4.6.2"
DESCRIPTION="Python bindings for the Qt toolkit"
HOMEPAGE="http://www.riverbankcomputing.co.uk/software/pyqt/intro/ http://pypi.python.org/pypi/PyQt"
SRC_URI="http://www.riverbankcomputing.com/static/Downloads/${PN}/${MY_P}.tar.gz"
LICENSE="|| ( GPL-2 GPL-3 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="X assistant +dbus debug declarative doc examples kde multimedia opengl phonon sql svg webkit xmlpatterns"
DEPEND=">=dev-python/sip-4.12
>=x11-libs/qt-core-${QT_VER}:4
>=x11-libs/qt-script-${QT_VER}:4
>=x11-libs/qt-test-${QT_VER}:4
X? ( >=x11-libs/qt-gui-${QT_VER}:4[dbus?] )
assistant? ( >=x11-libs/qt-assistant-${QT_VER}:4 )
dbus? (
>=dev-python/dbus-python-0.80
>=x11-libs/qt-dbus-${QT_VER}:4
)
declarative? ( >=x11-libs/qt-declarative-${QT_VER}:4 )
multimedia? ( >=x11-libs/qt-multimedia-${QT_VER}:4 )
opengl? ( >=x11-libs/qt-opengl-${QT_VER}:4 || ( >=x11-libs/qt-opengl-4.7.0:4[-egl] <x11-libs/qt-opengl-4.7.0:4 ) )
phonon? (
!kde? ( || ( >=x11-libs/qt-phonon-${QT_VER}:4 media-sound/phonon ) )
kde? ( media-sound/phonon )
)
sql? ( >=x11-libs/qt-sql-${QT_VER}:4 )
svg? ( >=x11-libs/qt-svg-${QT_VER}:4 )
webkit? ( >=x11-libs/qt-webkit-${QT_VER}:4 )
xmlpatterns? ( >=x11-libs/qt-xmlpatterns-${QT_VER}:4 )"
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
PATCHES=(
"${FILESDIR}/${PN}-4.6.1-configure-multilib.patch"
"${FILESDIR}/${PN}-4.7.2-configure.py.patch"
"${FILESDIR}/${PN}-4.8.2-fix-wrong-class.patch"
)
src_prepare() {
if ! use dbus; then
sed -e "s/^\([[:blank:]]\+\)check_dbus()/\1pass/" -i configure.py || die "sed configure.py failed"
fi
# Support qreal for arm architecture (bug #322349).
use arm && epatch "${FILESDIR}/${PN}-4.7.3-qreal_float_support.patch"
qt4-r2_src_prepare
# Use proper include directory.
sed -e "s:/usr/include:${EPREFIX}/usr/include:g" -i configure.py || die "sed configure.py failed"
python_copy_sources
preparation() {
if [[ "$(python_get_version --major)" == "3" ]]; then
rm -fr pyuic/uic/port_v2
else
rm -fr pyuic/uic/port_v3
fi
}
python_execute_function -s preparation
}
pyqt4_use_enable() {
use $1 && echo "--enable=${2:-$1}"
}
src_configure() {
configuration() {
local myconf=("$(PYTHON)"
configure.py
--confirm-license
--bindir="${EPREFIX}/usr/bin"
--destdir="${EPREFIX}$(python_get_sitedir)"
--sipdir="${EPREFIX}/usr/share/sip"
--qsci-api
$(use debug && echo --debug)
--enable=QtCore
--enable=QtNetwork
--enable=QtScript
--enable=QtTest
--enable=QtXml
$(pyqt4_use_enable X QtGui)
$(pyqt4_use_enable X QtDesigner)
$(pyqt4_use_enable X QtScriptTools)
# QtAssistant module is not available with Qt >=4.7.0.
$(pyqt4_use_enable assistant QtAssistant)
$(pyqt4_use_enable assistant QtHelp)
$(pyqt4_use_enable declarative QtDeclarative)
$(pyqt4_use_enable multimedia QtMultimedia)
$(pyqt4_use_enable opengl QtOpenGL)
$(pyqt4_use_enable phonon)
$(pyqt4_use_enable sql QtSql)
$(pyqt4_use_enable svg QtSvg)
$(pyqt4_use_enable webkit QtWebKit)
$(pyqt4_use_enable xmlpatterns QtXmlPatterns)
CC="$(tc-getCC)"
CXX="$(tc-getCXX)"
LINK="$(tc-getCXX)"
LINK_SHLIB="$(tc-getCXX)"
CFLAGS="${CFLAGS}"
CXXFLAGS="${CXXFLAGS}"
LFLAGS="${LDFLAGS}")
echo "${myconf[@]}"
"${myconf[@]}" || return 1
local mod
for mod in QtCore $(use X && echo QtDesigner QtGui); do
# Run eqmake4 inside the qpy subdirectories to avoid stripping and many other QA issues.
pushd qpy/${mod} > /dev/null || return 1
eqmake4 $(ls w_qpy*.pro)
popd > /dev/null || return 1
# Fix insecure runpaths.
sed -e "/^LFLAGS/s:-Wl,-rpath,${BUILDDIR}/qpy/${mod}::" -i ${mod}/Makefile || die "Fixing of rpaths failed"
done
# Fix pre-stripping of libpythonplugin.so
if use X; then
cd "${BUILDDIR}/designer"
eqmake4 python.pro
fi
}
python_execute_function -s configuration
}
src_compile() {
python_src_compile
}
src_install() {
installation() {
# INSTALL_ROOT is needed for the QtDesigner module, other Makefiles use DESTDIR.
emake DESTDIR="${D}" INSTALL_ROOT="${D}" install
}
python_execute_function -s installation
dodoc doc/pyqt4ref.txt NEWS THANKS || die "dodoc failed"
if use doc; then
dohtml -r doc/* || die "dohtml failed"
fi
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples || die "doins failed"
fi
}
pkg_postinst() {
python_mod_optimize PyQt4
}
pkg_postrm() {
python_mod_cleanup PyQt4
}

@ -1,13 +0,0 @@
--- PyQt-x11-gpl-4.6.1~orig/configure.py 2009-11-04 22:28:05.000000000 +0100
+++ PyQt-x11-gpl-4.6.1/configure.py 2009-11-04 23:10:01.000000000 +0100
@@ -854,8 +854,8 @@
# version.
link = "-framework Python"
elif ("--enable-shared" in ducfg.get("CONFIG_ARGS", "") and
- glob.glob("%s/lib/libpython%d.%d*" % (ducfg["exec_prefix"], py_major, py_minor))):
- lib_dir_flag = quote("-L%s/lib" % ducfg["exec_prefix"])
+ glob.glob("%s/libpython%d.%d*" % (ducfg["LIBDIR"], py_major, py_minor))):
+ lib_dir_flag = quote("-L%s" % ducfg["LIBDIR"])
link = "%s -lpython%d.%d" % (lib_dir_flag, py_major, py_minor)
else:
sipconfig.inform("Qt Designer plugin disabled because Python library is static")

@ -1,27 +0,0 @@
--- PyQt-x11-gpl-4.7.2/configure.py.orig 2010-03-18 00:59:51.000000000 +0100
+++ PyQt-x11-gpl-4.7.2/configure.py 2010-03-18 01:08:46.000000000 +0100
@@ -478,7 +478,7 @@
generate_code("QtXmlPatterns")
if "phonon" in pyqt_modules:
- generate_code("phonon")
+ generate_code("phonon", extra_include_dirs=["/usr/include/phonon"])
if "QtAssistant" in pyqt_modules:
generate_code("QtAssistant")
@@ -797,6 +797,7 @@
install_dir=pydbusmoddir,
qt=["QtCore"],
debug=opts.debug,
+ strip=0,
universal=sipcfg.universal,
arch=sipcfg.arch
)
@@ -1611,6 +1612,7 @@
warnings=1,
static=opts.static,
debug=opts.debug,
+ strip=0,
universal=sipcfg.universal,
arch=sipcfg.arch,
prot_is_public=opts.prot_is_public

@ -1,254 +0,0 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 03_qreal_float_support.dpatch by Michael Casadevall <sonicmctails@gmail.com>
##
## DP: Corrects a configure test, and adds explicate double handling
## to qlist.sip on architectures where qreal != double
@DPATCH@
Index: python-qt4-4.7.2/configure.py
===================================================================
--- python-qt4-4.7.2.orig/configure.py 2010-03-17 19:29:19.000000000 +0100
+++ python-qt4-4.7.2/configure.py 2010-03-25 23:53:55.468631945 +0100
@@ -1915,8 +1915,9 @@
out << "PyQt_NoOpenGLES\\n";
#endif
- if (sizeof (qreal) != sizeof (double))
+#if defined(QT_NO_FPU) || defined(QT_ARCH_ARM) || defined(QT_ARCH_WINDOWSCE)
out << "PyQt_qreal_double\\n";
+#endif
return 0;
}
Index: python-qt4-4.7.2/sip/QtCore/qlist.sip
===================================================================
--- python-qt4-4.7.2.orig/sip/QtCore/qlist.sip 2010-03-17 19:29:26.000000000 +0100
+++ python-qt4-4.7.2/sip/QtCore/qlist.sip 2010-03-25 23:53:55.468631945 +0100
@@ -749,3 +749,227 @@
return sipGetState(sipTransferObj);
%End
};
+
+// If we're on an architecture where qreal != double, then we need to also
+// explicately handle doubles. On architectures where qreal == double, they
+// will automaticially be cast upwards
+
+%If (!PyQt_qreal_double)
+
+%If (Qt_4_3_0 -)
+// QList<QPair<double, double> > is implemented as a Python list of 2-element tuples.
+%MappedType QList<QPair<double, double> >
+{
+%TypeHeaderCode
+#include <qlist.h>
+#include <qpair.h>
+%End
+
+%ConvertFromTypeCode
+ // Create the list.
+ PyObject *l;
+
+ if ((l = PyList_New(sipCpp->size())) == NULL)
+ return NULL;
+
+ // Set the list elements.
+ for (int i = 0; i < sipCpp->size(); ++i)
+ {
+ const QPair<double, double> &p = sipCpp->at(i);
+ PyObject *pobj;
+
+ if ((pobj = Py_BuildValue((char *)"dd", p.first, p.second)) == NULL)
+ {
+ Py_DECREF(l);
+
+ return NULL;
+ }
+
+ PyList_SET_ITEM(l, i, pobj);
+ }
+
+ return l;
+%End
+
+%ConvertToTypeCode
+ SIP_SSIZE_T len;
+
+ // Check the type if that is all that is required.
+ if (sipIsErr == NULL)
+ {
+ if (!PySequence_Check(sipPy) || (len = PySequence_Size(sipPy)) < 0)
+ return 0;
+
+ for (SIP_SSIZE_T i = 0; i < len; ++i)
+ {
+ PyObject *tup = PySequence_ITEM(sipPy, i);
+
+ if (!PySequence_Check(tup) || PySequence_Size(tup) != 2)
+ return 0;
+ }
+
+ return 1;
+ }
+
+ QList<QPair<double, double> > *ql = new QList<QPair<double, double> >;
+ len = PySequence_Size(sipPy);
+
+ for (SIP_SSIZE_T i = 0; i < len; ++i)
+ {
+ PyObject *tup = PySequence_ITEM(sipPy, i);
+
+ double first = PyFloat_AsDouble(PySequence_ITEM(tup, 0));
+ double second = PyFloat_AsDouble(PySequence_ITEM(tup, 1));
+
+ ql->append(QPair<double, double>(first, second));
+ }
+
+ *sipCppPtr = ql;
+
+ return sipGetState(sipTransferObj);
+%End
+};
+%End
+%If (Qt_4_3_0 -)
+// QList<QPair<double, TYPE> > is implemented as a Python list of 2-element tuples.
+template<double, TYPE>
+%MappedType QList<QPair<double, TYPE> >
+{
+%TypeHeaderCode
+#include <qlist.h>
+#include <qpair.h>
+%End
+
+%ConvertFromTypeCode
+ // Create the list.
+ PyObject *l;
+
+ if ((l = PyList_New(sipCpp->size())) == NULL)
+ return NULL;
+
+ // Set the list elements.
+ for (int i = 0; i < sipCpp->size(); ++i)
+ {
+ const QPair<double, TYPE> &p = sipCpp->at(i);
+ TYPE *t = new TYPE(p.second);
+ PyObject *pobj;
+
+ if ((pobj = sipBuildResult(NULL, "(dB)", p.first, t, sipClass_TYPE, sipTransferObj)) == NULL)
+ {
+ Py_DECREF(l);
+ delete t;
+
+ return NULL;
+ }
+
+ PyList_SET_ITEM(l, i, pobj);
+ }
+
+ return l;
+%End
+
+%ConvertToTypeCode
+ SIP_SSIZE_T len;
+
+ // Check the type if that is all that is required.
+ if (sipIsErr == NULL)
+ {
+ if (!PySequence_Check(sipPy) || (len = PySequence_Size(sipPy)) < 0)
+ return 0;
+
+ for (SIP_SSIZE_T i = 0; i < len; ++i)
+ {
+ PyObject *tup = PySequence_ITEM(sipPy, i);
+
+ if (!PySequence_Check(tup) || PySequence_Size(tup) != 2)
+ return 0;
+
+ if (!sipCanConvertToInstance(PySequence_ITEM(tup, 1), sipClass_TYPE, SIP_NOT_NONE))
+ return 0;
+ }
+
+ return 1;
+ }
+
+ QList<QPair<double, TYPE> > *ql = new QList<QPair<double, TYPE> >;
+ len = PySequence_Size(sipPy);
+
+ for (SIP_SSIZE_T i = 0; i < len; ++i)
+ {
+ PyObject *tup = PySequence_ITEM(sipPy, i);
+ double d;
+ int state;
+
+ d = PyFloat_AsDouble(PySequence_ITEM(tup, 0));
+ TYPE *t = reinterpret_cast<TYPE *>(sipConvertToInstance(PySequence_ITEM(tup, 1), sipClass_TYPE, sipTransferObj, SIP_NOT_NONE, &state, sipIsErr));
+
+ if (*sipIsErr)
+ {
+ sipReleaseInstance(t, sipClass_TYPE, state);
+
+ delete ql;
+ return 0;
+ }
+
+ ql->append(QPair<double, TYPE>(d, *t));
+
+ sipReleaseInstance(t, sipClass_TYPE, state);
+ }
+
+ *sipCppPtr = ql;
+
+ return sipGetState(sipTransferObj);
+%End
+};
+%End
+
+// QList<double> is implemented as a Python list of doubles.
+%MappedType QList<double>
+{
+%TypeHeaderCode
+#include <qlist.h>
+%End
+
+%ConvertFromTypeCode
+ // Create the list.
+ PyObject *l;
+
+ if ((l = PyList_New(sipCpp->size())) == NULL)
+ return NULL;
+
+ // Set the list elements.
+ for (int i = 0; i < sipCpp->size(); ++i)
+ {
+ PyObject *pobj;
+
+ if ((pobj = PyFloat_FromDouble(sipCpp->value(i))) == NULL)
+ {
+ Py_DECREF(l);
+
+ return NULL;
+ }
+
+ PyList_SET_ITEM(l, i, pobj);
+ }
+
+ return l;
+%End
+
+%ConvertToTypeCode
+ // Check the type if that is all that is required.
+ if (sipIsErr == NULL)
+ return (PySequence_Check(sipPy) && PySequence_Size(sipPy) >= 0);
+
+ QList<double> *ql = new QList<double>;
+ SIP_SSIZE_T len = PySequence_Size(sipPy);
+
+ for (SIP_SSIZE_T i = 0; i < len; ++i)
+ ql->append(PyFloat_AsDouble(PySequence_ITEM(sipPy, i)));
+
+ *sipCppPtr = ql;
+
+ return sipGetState(sipTransferObj);
+%End
+};
+
+%End

@ -1,40 +0,0 @@
Index: PyQt-x11-gpl-4.7.7/pyuic/uic/Loader/loader.py
===================================================================
--- PyQt-x11-gpl-4.7.7.orig/pyuic/uic/Loader/loader.py
+++ PyQt-x11-gpl-4.7.7/pyuic/uic/Loader/loader.py
@@ -1,3 +1,5 @@
+import os.path
+
from PyQt4 import QtGui, QtCore
from PyQt4.uic.uiparser import UIParser
from PyQt4.uic.Loader.qobjectcreator import LoaderCreatorPolicy
@@ -19,6 +21,7 @@ class DynamicUILoader(UIParser):
def loadUi(self, filename, toplevelInst=None):
self.toplevelInst = toplevelInst
- # By using QFileInfo.path() rather than os.path.dirname() we allow
- # QString file names.
- return self.parse(filename, QtCore.QFileInfo(filename).path())
+ # Allow the filename to be a QString.
+ filename = str(filename)
+
+ return self.parse(filename, os.path.dirname(filename))
Index: PyQt-x11-gpl-4.7.7/sip/QtCore/qglobal.sip
===================================================================
--- PyQt-x11-gpl-4.7.7.orig/sip/QtCore/qglobal.sip
+++ PyQt-x11-gpl-4.7.7/sip/QtCore/qglobal.sip
@@ -312,12 +312,12 @@ public:
// Qt.Alignment class.
QFlags operator|(int f);
%MethodCode
- sipRes = new QFlags(*a0 | (ENUM(a1)));
+ sipRes = new QFlags(*a0 | a1);
%End
QFlags operator^(int f);
%MethodCode
- sipRes = new QFlags(*a0 ^ (ENUM(a1)));
+ sipRes = new QFlags(*a0 ^ a1);
%End
// These are necessary to prevent Python comparing object IDs.

@ -1,13 +0,0 @@
diff --git a/pyuic/uic/uiparser.py b/pyuic/uic/uiparser.py
index 921c273..84feb95 100644
--- a/pyuic/uic/uiparser.py
+++ b/pyuic/uic/uiparser.py
@@ -158,7 +158,7 @@ class UIParser(object):
# Ignore the parent if it is a container.
parent = self.stack.topwidget
if isinstance(parent, (QtGui.QDockWidget, QtGui.QMdiArea,
- QtGui.QScrollArea, QtGui.StackedWidget,
+ QtGui.QScrollArea, QtGui.QStackedWidget,
QtGui.QToolBox, QtGui.QTabWidget,
QtGui.QWizard)):
parent = None

@ -1,19 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>python</herd>
<herd>qt</herd>
<use>
<flag name="X">Build the QtGui and QtDesigner modules</flag>
<flag name="assistant">Build the QtHelp and QtAssistant modules</flag>
<flag name="declarative">Build the QtDeclarative module</flag>
<flag name="kde">Select <pkg>media-sound/phonon</pkg> as Phonon variant needed for KDE</flag>
<flag name="multimedia">Build the QtMultimedia module</flag>
<flag name="opengl">Build the QtOpenGL module</flag>
<flag name="phonon">Build the phonon module</flag>
<flag name="sql">Build the QtSql module</flag>
<flag name="svg">Build the QtSvg module</flag>
<flag name="webkit">Build the QtWebKit module</flag>
<flag name="xmlpatterns">Build the QtXmlPatterns module</flag>
</use>
</pkgmetadata>

@ -1,2 +0,0 @@
DIST bin_replace_string-0.2.tar.bz2 69287 RMD160 2fe842264a0557dc623d2c00d89516174f1f5d59 SHA1 d7b222bef57218a9a93c96132728a0e9c7e3fce7 SHA256 4ab092edc3e30dec85b01747b67cdcabb1b535bdbe74732879d9e9cb7b6bd7be
EBUILD bin_replace_string-0.2.ebuild 544 RMD160 5783a699c111ae9120a4dfcb5d8d2352e55dec3f SHA1 c76ff133c3a112dbf0f98b7d501a145aefccc3e3 SHA256 c279bf93220ec618b558be83dcf1ebdcd94dea149bde349738e57b61b435b9e3

@ -1,25 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
inherit base
DESCRIPTION="A tool to edit C strings in compiled binaries"
HOMEPAGE="http://ohnopub.net/~ohnobinki/bin_replace_string"
SRC_URI="ftp://ohnopub.net/mirror/bin_replace_string-0.2.tar.bz2"
LICENSE="AGPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="doc"
RDEPEND="|| ( >=dev-libs/libelf-0.8.13
dev-libs/elfutils )"
DEPEND="doc? ( app-text/txt2man )
${RDEPEND}"
src_configure() {
econf $(use_enable doc)
}

@ -1,2 +0,0 @@
DIST gsimplecal-1.3.tar.gz 94290 RMD160 146d5032ad7f53eafa01c7a24e8bca85b90d0967 SHA1 9c706e64de4214e16e3f9cf0afd758380798ea5d SHA256 37e4d7e96ce7330ef7ad0362ae6c883cd166e021497a95a0eef7280f34068401
EBUILD gsimplecal-1.3.ebuild 608 RMD160 29fbbcb911964774a29769845b5c9abb6041f65c SHA1 7094c1a3f2b62c18e373742107bda0a54dd327c1 SHA256 b90c412058e85c5a7d2b15917a1b5720835ce67c7bfe3f543cd3f5f7f909dca7

@ -1,32 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="3"
DESCRIPTION="A lightweight calendar designed for tint2"
HOMEPAGE="http://code.google.com/p/gsimplecal/"
SRC_URI="http://gsimplecal.googlecode.com/files/${P}.tar.gz"
LICENSE="The BSD 2-Clause License"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/libunique:3
x11-libs/gtk+:2
>=sys-devel/autoconf-2.65"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S="${WORKDIR}/${P}"
src_configure() {
cd ${S}
./configure
econf
}
src_install() {
emake DESTDIR="${D}" install
}

@ -1,4 +0,0 @@
AUX dreamchess-0.2.0-configure.ac.patch 1357 RMD160 57f5fc5c92a7c2fd947cb940170c460ed58e3e52 SHA1 a5cf4be68c6657ae692381a56ad5659f6481c14c SHA256 8901ba65ce54400a61a4ebfd58fe91d1a17d4a3b56bf2256ceb59a24255ef9c7
DIST dreamchess-0.2.0.tar.gz 5458328 RMD160 d3ee004589da020daac9fa8195d252b82851f696 SHA1 0e27c9d7cb20104367edc5aabe3076b70d989374 SHA256 7615699995a635c3dff6c952aa0d32723c415c8bb42448b4269d3daa199d8059
DIST dreamchess-music-1.0.run.tar 74229760 RMD160 b9a7238e6e0cb962ccf83c166271aa571a96365b SHA1 9a2f720eff17f03cea31d75786e0f7cd61282c05 SHA256 d0472c94e40e8c2570eef83a3f36b61db60d45d79d4fb752bda4a23e76008cdd
EBUILD dreamchess-0.2.0.ebuild 1190 RMD160 c0e66e773e4577fb33e23a62a193f2357203de60 SHA1 447f39e100ecdb15ab5536d8925826b5ddb8787e SHA256 f01dd501f83a5cfa04f58b9d6ac770ce6bc698a8b47efebe5889ff4e5cf7be5e

@ -1,51 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit eutils autotools games
MY_MUSIC="${PN}-music-1.0.run"
DESCRIPTION="3D OpenGL moderately-strong chess engine"
HOMEPAGE="http://www.dreamchess.org/"
SRC_URI="mirror://berlios/${PN}/${P}.tar.gz
sound? ( music? ( mirror://berlios/${PN}/${MY_MUSIC}.tar ) )"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE="music sound"
RDEPEND="virtual/opengl
media-libs/libsdl
media-libs/sdl-image
sound? ( media-libs/sdl-mixer )
dev-libs/mini-xml"
DEPEND="${RDEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-configure.ac.patch"
eautoreconf
if use music ; then
if use sound ; then
"${WORKDIR}/${MY_MUSIC}" --tar xf
else
ewarn "You need to enable the sound use flag to play music."
fi
fi
}
src_compile() {
egamesconf $( use_with sound mixer-sdl )
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install"
dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
newicon data/icon.png ${PN}.png || die "newicon failed"
make_desktop_entry ${PN} "DreamChess" ${PN}.png
prepgamesdirs
}

@ -1,42 +0,0 @@
--- configure.ac.orig 2008-11-28 13:16:29.372873219 -0800
+++ configure.ac 2008-11-28 13:15:20.523374056 -0800
@@ -52,6 +52,7 @@
dnl Check for SDL
AC_ARG_WITH([sdl], [ --without-sdl do not use SDL])
AC_ARG_WITH([gl], [ --without-gl do not use GL])
+AC_ARG_WITH([mixer-sdl], [ --without-mixer-sdl do not use SDL_Mixer])
AC_ARG_ENABLE([linked-engine], [ --enable-linked-engine statically link with `dreamer' engine], [enable_linked_engine=yes])
AC_DEFUN([AC_CHECK_SDL_HEADER],
@@ -191,6 +192,7 @@
with_ui_sdl="no"
fi
+if test x"$with_mixer_sdl" = xyes; then
AC_CHECK_SDL_HEADER([SDL_mixer.h], [have_sdl_mixer_h="yes"],
[have_sdl_mixer_h="no"]
)
@@ -205,6 +207,7 @@
x"$have_sdl" = xyes -a \
x"$have_sdl_mixer" = xyes; then supported_mixer_sdl="yes"
else supported_mixer_sdl="no"
+ AC_MSG_ERROR([SDL_Mixer was not found, please check your SDL installation.])
fi
if test x"$supported_mixer_sdl" = xno; then
@@ -214,6 +217,7 @@
else
with_mixer_sdl="yes"
fi
+fi
AC_DEFUN([AC_PRINT_LIB],
if test x"$2" = xyes; then
@@ -293,7 +297,6 @@
fi
AC_CHECK_HEADER([mxml.h], [], [AC_MSG_ERROR([Cannot find Mini-XML header file.])])
-AC_CHECK_LIB(mxml, mxmlLoadFile, [], [AC_MSG_ERROR([Cannot find Mini-XML library.])])
AM_CONDITIONAL(BEOS_RC, test x"$beos_rc" = x"yes")
AC_SUBST(DREAMCHESS_LIBS)

@ -1,3 +0,0 @@
DIST cinnamon-extensions-1.6.7.4.tar.bz2 745593 SHA256 8782c348ceed786226259f203c84d3d603d558d6fc0d50d30ec7d12842251ce6 SHA512 c4770c5c6efbc0239a74a8bf728cc717d8d8a34edb776d291dec918f8b2032a346fa544f78e94eb6f29a21796166db8c23796256f2af0c2cfd487246acf4d725 WHIRLPOOL 2d7b90d3750281823870a54e71742fd69d0a58a3382bc1dc19d8219e766c77516e8f8ae7d153acabf22a71ea2fc0686cfaf6aab9b04cf695b501cc1d867996fa
EBUILD cinnamon-extensions-1.6.7.4.ebuild 1000 SHA256 5d767756053f5278248d9919b497250c9ede740939732a3f3f8dce8d4d76716f SHA512 cfe5b62e056b43bf1ebb36fb6cd7145b2b57fdf2508440f8e49f988c2d8d404f9954a67aec30019e7416ce3c6fe6ddea1fbfc1c9b7c28d7ccd434148124b7e57 WHIRLPOOL 1cb92fc0895a9d449d18ab1a85ef8d7f4b5dffebcdc28f7c98d1a9302a0e697170b461d2d36b7fc961fe6dfbcfbae4493ddf32e7d3384c102bcfa830d83ee5e4
MISC metadata.xml 162 SHA256 aa767d7cd4aa87753509ccd5c72976108bfbbddc1311f98b9e8406816b9170e7 SHA512 8a867c9b4c3422d9aa6416aa3bb20da3784eca4f0e51c391841687038ccaaa1c7f62d62badd2fd683fd391816cc5b682ec9a74268715b29dab73b6336b0a3410 WHIRLPOOL 6bfdb7ef6ac996d737e9ce006dbe07ea6e2013dcb681d71c08aa207bb2f33c602a38c78d4318f6c2e5e991dd06ccdb3a0339d372f5e4839a69b7dc148f34eb75

@ -1,39 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
inherit eutils
DESCRIPTION="Extension pack for cinnamon"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=gnome-extra/cinnamon-1.6.7"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/cinnamon/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
insinto /usr/share/cinnamon/applets
doins -r applets/*
insinto /usr/share/glib-2.0/schemas
doins org.cinnamon.extensions.cinnadock.gschema.xml
}
pkg_postinst() {
ebegin "Updating GSettings schemas"
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/ &>/dev/null
eend $?
}

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>calculate</herd>
</pkgmetadata>

@ -1,10 +0,0 @@
# ChangeLog for gnome-extra/evolution-tray
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*evolution-tray-0.0.3 (04 May 2010)
04 May 2010; Mike Hiretsky (mhiretskiy) <mh@calculate.ru>
+evolution-tray-0.0.3.ebuild:
Add evolution-tray ebuild.

@ -1,4 +0,0 @@
DIST evolution-tray-0.0.3.tar.gz 342401 RMD160 990ef88febef7d29e09b6e28a76b84457d9f58b2 SHA1 22df57a92e2624918cc55bb97b9a4c61da03f03d SHA256 c0aeed274a722ca7ea5e4713a0433640cc6cde8a44efbdfb01b110c9b2df7969
EBUILD evolution-tray-0.0.3.ebuild 548 RMD160 057c908c6f4b9a41b74498704fc05378c624b816 SHA1 8862337f9f743bf0b0dec2e9f2ed3d31b48198d7 SHA256 4eb6ba8727bbe24d02a55fcc691c4b5ffef762c23f20dd551da7cd4eeab42308
MISC ChangeLog 286 RMD160 cc35f8c0d0f6edaab3b0937e4dad5d6457d89334 SHA1 d604b9156ea272514683ec0e639da82004ea0f2a SHA256 8e2f84603898ce0a954d4686a9cf551a29579ce718025b88073f3682129577e7
MISC metadata.xml 273 RMD160 683818da015852ff289cd517e09b6c873ea255ef SHA1 4aefa6cbd52a3c71296f2c183679712d56061aa4 SHA256 e64e3ea815430323ce56715d89411296b7c6d54c5600b0d29e3a3caab3e28b95

@ -1,20 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
DESCRIPTION="The plugin for placing evolution in notification area."
HOMEPAGE="http://gnome.eu.org/evo/index.php/Evolution_Tray"
SRC_URI="http://gnome.eu.org/evolution-tray-0.0.3.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="mail-client/evolution"
RDEPEND="${DEPEND}"
src_install() {
emake install DESTDIR="${D}" || die "Install failed"
dodoc NEWS README* AUTHORS ChangeLog || die "dodoc failed"
}

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>maintainer-wanted</herd>
<longdescription lang="en">
The plugin for placing evolution in notification area.
</longdescription>
</pkgmetadata>

@ -1,12 +0,0 @@
# ChangeLog for gnome-extra/gnome-shell-calculate
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*gnome-shell-calculate-9999 (16 Feb 2012)
*gnome-shell-calculate-3.2.2 (16 Feb 2012)
16 Feb 2012; Mike Hiretsky (mhiretskiy) <mh@calculate.ru>
+gnome-shell-calculate-3.2.2.ebuild, +gnome-shell-calculate-9999.ebuild,
+metadata.xml:
Add live and 3.2.2.

@ -1,37 +0,0 @@
AUX gnome-shell-extensions-3.2.2.15-fix_window_list.patch 1495 SHA256 96df3ef89a24555bae33688a99452b060b05508884c9048b7ebdc9780905bc3c SHA512 89092329fdf13cbaa5a1bd599afabbd2a5413b2154486afc1291968f6a3c74376cfe6b90eeee955b2956d5c1c6a0700e8a9adf668ebf69636264831bcee1c625 WHIRLPOOL fc2302fd60b6b28c9b9b1527a17a4f0c96b050f375407902bc0eee2266e0ec368a96549e28d5afb1e9701ee7474b0e8ae0bde2908ce6802c4f3422580bf0e180
DIST gnome-shell-calculate-3.2.2.1.tar.bz2 35686 SHA256 25e7946135d29c8329df04514a4e9c5e8525f38e7acf870c5aae280988884d58 SHA512 f0c179ad189db525a4e6394a8d4a7501c577438ad868e4c0540199a6b4e0a45e7931a1cb858af90125b8c6175e6b62d5dd795e0e3b9db9de6a2405175427ecfe WHIRLPOOL 67843ccfe85d37479cee38c97d0f9745a8443d8aac6a049bf12d9d57c7646469f225189e153ef82b14ae473d7c725c18cbbf881f83ef825c7870b9ff482df031
DIST gnome-shell-calculate-3.2.2.10.tar.bz2 41140 SHA256 75b0fcb1e30a7e96eac1f36ecc09bde9cceb3dc0f4b074abc7bf5bcc85312bfe SHA512 1a0c55c718d641525d1681352d7782ad8c088f211b26f770e38018cadb33dfaaf06d9c4c2af4f272cffa0c97fe83e72583cbef10b5f60f733d85c7c5b9936111 WHIRLPOOL d3a1bc8e119568a1de4641f3b9895898476d256a046ee8d6bad1823c37a082d838cd1cf481ea95e757fa86ab2f84a19adc91f039f9bee37da586754c509c70d5
DIST gnome-shell-calculate-3.2.2.11.tar.bz2 41511 SHA256 01a6d3b210b40ac98199e5b532cb5024dbfb0c213f297bd461ce75a20982fc1f SHA512 cb6839f958cb07e30a6a1c965f587c74a86564b88ac4d73c431b1a2ecb2f937b3352d0d30c21e1e30f2a7fc1b74b822c446fc87952115989c973b2db208f3e2a WHIRLPOOL 5c312b46c12303e480846143a4def1ad05f91e4567857b2386e7c042fd9a43274eb4688633b21e658b3debaa630861771c15042be0699bcefb21f8c3fe09ae79
DIST gnome-shell-calculate-3.2.2.12.tar.bz2 41439 SHA256 80ce8b6a9930408b8741dd76f1ee9a9d66b4906640dcb7d25b4a8b5a2d6e61ed SHA512 9669eefd779f6cc06ff7e57abc7142a57e8918b2f134ae168821f758500e84d7f82ad5b4858d2ba199a3af56c11577750c399c01d2b2446b2b98f00355df81ca WHIRLPOOL 0592035d00087a886177dd44fec1f50be65e4f65aad3e980dd9155dcb1bbe5cd99973131a03c3480c919d0c43c4090fa39ce8f3e695f56a836fb52f401c7f4ac
DIST gnome-shell-calculate-3.2.2.14.tar.bz2 41446 SHA256 c620cb14b6650551baa2cd021bc71aba4cbb7b389b38d14688fb40bafe3adb73 SHA512 07ec72dea5090681e2f3e8b30686fa613ff7bfb78bf76b7bcc78d00d4e5c9a6e0c4c62f2d0f130556644fcd0132f40603d0bf2bac6de3435e38e92e097b702a6 WHIRLPOOL 98d6e0712736a285c937b35525c71ce9b46e86024a286982c9529520a2e87ccd0cac1ffc4f051905104220f69f2c53e60ce76ff85385768e435022279182ea50
DIST gnome-shell-calculate-3.2.2.15.tar.bz2 41546 SHA256 59a6d5e10018b652635f28cbed3160ff2eb7982e8e19c82a5eb5165e2e50b6fb SHA512 fe7a6e9da6562db39e6527c280ac6c8c22c899f4492ba75081adcfcb78a12f6ebed70a192145639f0eeb87e734b2eb1b5d0cc4fde0c6437a8cb4cd51ac25f48f WHIRLPOOL 4b8447fedb97a550eedcbe3438ad4ff36bc82ad639cfaeac28235274cd81bbb02a66c2f950a7c3ecefe9907437a80d16931bcf8ef682a4a290dc47819c2a7b8d
DIST gnome-shell-calculate-3.2.2.2.tar.bz2 36817 SHA256 e030a150ab13f1f692590d564526039727d7d7c7ae472d2caf0f900ab18569e0 SHA512 5453e3d75d3310018d8668a3dffcf2a69d36fb3edcb66e41e027208f251a7a04a5fd66246d2c3eaf4de551de3f46f23036538935aec69f6e8e3fd1fd1e6f6667 WHIRLPOOL 2e2408b0e7a69a33c9efd1c7442c54df5af0942ae081323d5bd22b52236083bc5c7940b7fb75eecfe1ee55822e8b2a5d1c2adc1eddcc6ec67f319f2bfdee19a1
DIST gnome-shell-calculate-3.2.2.3.tar.bz2 37300 SHA256 a34cefb5a8179d71f6bc479a6709066232e9f6a721b2ea826a6f645c867b5400 SHA512 496066bd59205ebd2d72fde79bf57783404a287aac80416e6c33e32c69b2d861fb608f1b264f7a004d8a9d9099b3eac19f8cd32e58562a43a811cddbb9c21275 WHIRLPOOL def85d70ace694e316781eea95ac84d4faec39d72319a5c6ec45e354e4ce3eef0dbf16ebbf2078f113b814e40f430823ae19a3aef08eb940df4ce8782ed42bdf
DIST gnome-shell-calculate-3.2.2.4.tar.bz2 37871 SHA256 3791ac93ac3b9f4e667ccad8d4f2288f9da85f23a4ed762ce1349e2a146ee456 SHA512 1e67f79065afdeee05840849ce678291fc0f5069d204e1974b74653cd46ce54ebb3c09873c232e785c76228c7732b555e6e007d3707ae747f1abb896218e809e WHIRLPOOL 29e5f736408dc5ca6245cf0568f395c49a3564dd75c27f8526cb19896613119ba0e1c546b1295c6ff94a3e9cd642ce4745f59f6bb1c2639f85324f4e82267602
DIST gnome-shell-calculate-3.2.2.5.tar.bz2 38268 SHA256 9329b5905c3b6ab0fb7a6445b2644730bd4a63ef792da4b76d4d495b6ffabcf8 SHA512 8270bde502a585c3180c8930d79e9c16ab7365a76fb9f55b0ab41f18cbdc48e1a08a11fc159c6f3feae042bbb655af320cc4f53faf77ef44c33e9c75fb0b2db0 WHIRLPOOL 756d1e08b599dcb15a620d816f2625e7d7315b74b3247802930f4e0f7daf6d7c34e7b5cc0a337557714e04dcd5b36b90f72e89b566c9e3ef5c910d347c87ba6f
DIST gnome-shell-calculate-3.2.2.6.tar.bz2 38372 SHA256 ea1893f406ce2e14f4de39b0d6239546b111bad300c1777a7d027c7d9ceea6b9 SHA512 35b5a2593e9bc581b585781c38942bb18e50afe7f5edf17802ff1f6becf16fe75aca611f9e8788fd24a53da89358c49a6059feca1a3e8c56c2fa794a1ace2d0b WHIRLPOOL 3d798a0ac44404554e91735f081e6099d26263910bd2183136865a6079ba9885e3729d8ae6484c7308359a6a9f422451af7844c8969aec7dff2a8ac5aa5a3abf
DIST gnome-shell-calculate-3.2.2.7.tar.bz2 39155 SHA256 7c7d23fcd0f7356439e3a80920e34a224910418ec26590549d9ed983cfa8111d SHA512 92b3e82c038b7970d5f0a0c93320189c42cf08dcba11b39bd24f5fa213f461511f5e1c540e46da92f821fcba1d6b9f7c59e07e0df16a12d7868b284f65706295 WHIRLPOOL dd66f4f51b622f08d8b52e6c170d1f2fb3a3b11752623b28e9628cd6c8f8a820d398f44609592f9d8c489b102a113027ad785ef8fd545566eee32a18afbfffba
DIST gnome-shell-calculate-3.2.2.8.tar.bz2 39287 SHA256 6360293ea8ce63d7881c76646b7aa6e724faa18da79a025e444dcf4b5abc5483 SHA512 94058ea5a163ca92b7f1249b2347c87da6b6c91bd0bfae00d58c966d79353e33234cfd91115d925ef62d3238a1c57d3b046fa797c930726ca2c00ba2327a9339 WHIRLPOOL 6ea6d04c74656e67a146675545909cb1acbeef7df25fd276dba64803893ebda8d5c19b147db5c915ef64e086acf2e07d79d4f4fcea9de1d83b4405c38f7bcc27
DIST gnome-shell-calculate-3.2.2.9.tar.bz2 39941 SHA256 a93fe8b7430a94b08d0524eb9cf55064a5e312392e1799163186989d5243d172 SHA512 9a094db7e12e319f2a4cfa4965df4041e3d43575d33fe97d3e75b57d07366aefcffc04ac448bb44af5c35da57d61dba293a48eab911ca237a727dbfabee81e45 WHIRLPOOL 8c95d7da1c94ee27501acb08255aea06aa5779657d0700dd997f1eb075e26a69258272c1525c166d10dfbced8af4872548e2d9897f936353a9760d9c4e4adc46
DIST gnome-shell-calculate-3.2.2.tar.bz2 33754 SHA256 76eeb5f5dcab584104b78d964c02bcabed1e113787b0b0e1df3b8142f92fc233 SHA512 7e3eb078510c77940319d9c976fdf1655c32e6e0e42ed7ed93ba65920bad7f0bc50c6194172fc9c1a9439862c15c2fdf1fce107521c1ce9c69aacec5b1442bf0 WHIRLPOOL e12c2702826d4834abc3fae9eebd452c45f27db1858745dc19fe94f018f943991930f5714d0f3ee0e050f90978f2b42e8f4199649b2036337e138a972e2c6803
DIST gnome-shell-calculate-3.4.1.1.tar.bz2 84404 SHA256 b656c0c88c4ef55feb73232ebaf5395d02d93f4dfa2e4b4c8f9ada834c07bc34 SHA512 4066f44ad3272974251d338446f0a2efc442b4325bfd7133b7135b41dcaf303726ba86daac4f63a3dedff3e49be88e6bd34bba110db05a5eee7da6576f4863c2 WHIRLPOOL bb1a08f0a282362761b6607c374a189afea006f6519bb5fc0cca123c2896f487269abd509702a3936f30f0fae6abe016d0e2ba8708db6223583bdd71526281ef
EBUILD gnome-shell-calculate-3.2.2.1.ebuild 923 SHA256 588d1dabb5780df1d5715808ab367d4734ba4e73804a01d738f9fbcee68fd5ae SHA512 ebd96e60b1528d6284f54a2c9a7070237b4a6f77a11eacc57ea658a274c5545b9247182c1d9e3de70addb746985f15b762bb2affb86b236ac1c5e41043a77f2f WHIRLPOOL 9f223191553bdbb48b707d2b55213e0529e371f81d9876e827bf888e8c06d1762b9a788a11bb34e0e848bb13c03a6e67431fef6222a5811dcf1dac4ed904bf63
EBUILD gnome-shell-calculate-3.2.2.10.ebuild 921 SHA256 c0b00b2dfadc74a17a8f50570d528929ffd3e453e6be55082b3b1d2715030d1e SHA512 9a445e73b7f968c33bca95fb82f05324a1f40d50e2770221c95314ab2b39e765b4923e65e882a589ba7c3d120c2aba4865764c32ff4414a01c517d6bad849546 WHIRLPOOL 3a076fe1586568f5feb8c368693bf1f7936109f5a256a091df453b91aa751af6aa623bbfd2018dce2c2c840c6407f9843e672794489d8f3cb1977da11f4edc6b
EBUILD gnome-shell-calculate-3.2.2.11.ebuild 921 SHA256 c0b00b2dfadc74a17a8f50570d528929ffd3e453e6be55082b3b1d2715030d1e SHA512 9a445e73b7f968c33bca95fb82f05324a1f40d50e2770221c95314ab2b39e765b4923e65e882a589ba7c3d120c2aba4865764c32ff4414a01c517d6bad849546 WHIRLPOOL 3a076fe1586568f5feb8c368693bf1f7936109f5a256a091df453b91aa751af6aa623bbfd2018dce2c2c840c6407f9843e672794489d8f3cb1977da11f4edc6b
EBUILD gnome-shell-calculate-3.2.2.12.ebuild 921 SHA256 c0b00b2dfadc74a17a8f50570d528929ffd3e453e6be55082b3b1d2715030d1e SHA512 9a445e73b7f968c33bca95fb82f05324a1f40d50e2770221c95314ab2b39e765b4923e65e882a589ba7c3d120c2aba4865764c32ff4414a01c517d6bad849546 WHIRLPOOL 3a076fe1586568f5feb8c368693bf1f7936109f5a256a091df453b91aa751af6aa623bbfd2018dce2c2c840c6407f9843e672794489d8f3cb1977da11f4edc6b
EBUILD gnome-shell-calculate-3.2.2.14.ebuild 921 SHA256 c0b00b2dfadc74a17a8f50570d528929ffd3e453e6be55082b3b1d2715030d1e SHA512 9a445e73b7f968c33bca95fb82f05324a1f40d50e2770221c95314ab2b39e765b4923e65e882a589ba7c3d120c2aba4865764c32ff4414a01c517d6bad849546 WHIRLPOOL 3a076fe1586568f5feb8c368693bf1f7936109f5a256a091df453b91aa751af6aa623bbfd2018dce2c2c840c6407f9843e672794489d8f3cb1977da11f4edc6b
EBUILD gnome-shell-calculate-3.2.2.15-r1.ebuild 1136 SHA256 8c0fa052ae798ee49c11a654be4aab9a41a987e28978f202d59d0a8f58e7848a SHA512 d8f0e65b56415689925fe487d19dd93058fe9ada28748e941e167f37a9671eb301b163d527008558a5455ad9a31977c9b3891558945c023de0b552803966cadf WHIRLPOOL dad22f31211e6b2bd7ec159dafe93edfb36a5c703c2e5ba026663ec8430f249ef4927021367b0c1873f1b0f2fca08315a7ee5ba8c1306f6557869d78b36ad53d
EBUILD gnome-shell-calculate-3.2.2.15.ebuild 921 SHA256 c0b00b2dfadc74a17a8f50570d528929ffd3e453e6be55082b3b1d2715030d1e SHA512 9a445e73b7f968c33bca95fb82f05324a1f40d50e2770221c95314ab2b39e765b4923e65e882a589ba7c3d120c2aba4865764c32ff4414a01c517d6bad849546 WHIRLPOOL 3a076fe1586568f5feb8c368693bf1f7936109f5a256a091df453b91aa751af6aa623bbfd2018dce2c2c840c6407f9843e672794489d8f3cb1977da11f4edc6b
EBUILD gnome-shell-calculate-3.2.2.2.ebuild 923 SHA256 588d1dabb5780df1d5715808ab367d4734ba4e73804a01d738f9fbcee68fd5ae SHA512 ebd96e60b1528d6284f54a2c9a7070237b4a6f77a11eacc57ea658a274c5545b9247182c1d9e3de70addb746985f15b762bb2affb86b236ac1c5e41043a77f2f WHIRLPOOL 9f223191553bdbb48b707d2b55213e0529e371f81d9876e827bf888e8c06d1762b9a788a11bb34e0e848bb13c03a6e67431fef6222a5811dcf1dac4ed904bf63
EBUILD gnome-shell-calculate-3.2.2.3.ebuild 923 SHA256 588d1dabb5780df1d5715808ab367d4734ba4e73804a01d738f9fbcee68fd5ae SHA512 ebd96e60b1528d6284f54a2c9a7070237b4a6f77a11eacc57ea658a274c5545b9247182c1d9e3de70addb746985f15b762bb2affb86b236ac1c5e41043a77f2f WHIRLPOOL 9f223191553bdbb48b707d2b55213e0529e371f81d9876e827bf888e8c06d1762b9a788a11bb34e0e848bb13c03a6e67431fef6222a5811dcf1dac4ed904bf63
EBUILD gnome-shell-calculate-3.2.2.4.ebuild 921 SHA256 c0b00b2dfadc74a17a8f50570d528929ffd3e453e6be55082b3b1d2715030d1e SHA512 9a445e73b7f968c33bca95fb82f05324a1f40d50e2770221c95314ab2b39e765b4923e65e882a589ba7c3d120c2aba4865764c32ff4414a01c517d6bad849546 WHIRLPOOL 3a076fe1586568f5feb8c368693bf1f7936109f5a256a091df453b91aa751af6aa623bbfd2018dce2c2c840c6407f9843e672794489d8f3cb1977da11f4edc6b
EBUILD gnome-shell-calculate-3.2.2.5.ebuild 921 SHA256 c0b00b2dfadc74a17a8f50570d528929ffd3e453e6be55082b3b1d2715030d1e SHA512 9a445e73b7f968c33bca95fb82f05324a1f40d50e2770221c95314ab2b39e765b4923e65e882a589ba7c3d120c2aba4865764c32ff4414a01c517d6bad849546 WHIRLPOOL 3a076fe1586568f5feb8c368693bf1f7936109f5a256a091df453b91aa751af6aa623bbfd2018dce2c2c840c6407f9843e672794489d8f3cb1977da11f4edc6b
EBUILD gnome-shell-calculate-3.2.2.6.ebuild 921 SHA256 c0b00b2dfadc74a17a8f50570d528929ffd3e453e6be55082b3b1d2715030d1e SHA512 9a445e73b7f968c33bca95fb82f05324a1f40d50e2770221c95314ab2b39e765b4923e65e882a589ba7c3d120c2aba4865764c32ff4414a01c517d6bad849546 WHIRLPOOL 3a076fe1586568f5feb8c368693bf1f7936109f5a256a091df453b91aa751af6aa623bbfd2018dce2c2c840c6407f9843e672794489d8f3cb1977da11f4edc6b
EBUILD gnome-shell-calculate-3.2.2.7.ebuild 921 SHA256 c0b00b2dfadc74a17a8f50570d528929ffd3e453e6be55082b3b1d2715030d1e SHA512 9a445e73b7f968c33bca95fb82f05324a1f40d50e2770221c95314ab2b39e765b4923e65e882a589ba7c3d120c2aba4865764c32ff4414a01c517d6bad849546 WHIRLPOOL 3a076fe1586568f5feb8c368693bf1f7936109f5a256a091df453b91aa751af6aa623bbfd2018dce2c2c840c6407f9843e672794489d8f3cb1977da11f4edc6b
EBUILD gnome-shell-calculate-3.2.2.8.ebuild 921 SHA256 c0b00b2dfadc74a17a8f50570d528929ffd3e453e6be55082b3b1d2715030d1e SHA512 9a445e73b7f968c33bca95fb82f05324a1f40d50e2770221c95314ab2b39e765b4923e65e882a589ba7c3d120c2aba4865764c32ff4414a01c517d6bad849546 WHIRLPOOL 3a076fe1586568f5feb8c368693bf1f7936109f5a256a091df453b91aa751af6aa623bbfd2018dce2c2c840c6407f9843e672794489d8f3cb1977da11f4edc6b
EBUILD gnome-shell-calculate-3.2.2.9.ebuild 921 SHA256 c0b00b2dfadc74a17a8f50570d528929ffd3e453e6be55082b3b1d2715030d1e SHA512 9a445e73b7f968c33bca95fb82f05324a1f40d50e2770221c95314ab2b39e765b4923e65e882a589ba7c3d120c2aba4865764c32ff4414a01c517d6bad849546 WHIRLPOOL 3a076fe1586568f5feb8c368693bf1f7936109f5a256a091df453b91aa751af6aa623bbfd2018dce2c2c840c6407f9843e672794489d8f3cb1977da11f4edc6b
EBUILD gnome-shell-calculate-3.2.2.ebuild 923 SHA256 588d1dabb5780df1d5715808ab367d4734ba4e73804a01d738f9fbcee68fd5ae SHA512 ebd96e60b1528d6284f54a2c9a7070237b4a6f77a11eacc57ea658a274c5545b9247182c1d9e3de70addb746985f15b762bb2affb86b236ac1c5e41043a77f2f WHIRLPOOL 9f223191553bdbb48b707d2b55213e0529e371f81d9876e827bf888e8c06d1762b9a788a11bb34e0e848bb13c03a6e67431fef6222a5811dcf1dac4ed904bf63
EBUILD gnome-shell-calculate-3.4.1.1.ebuild 973 SHA256 6c92218548a42115b1042072832563807f883ce78db3ff888912bafaed0ac173 SHA512 ca3787fc9bc0ca424db312dc74e286cb4c7d9c27765d1e065ae0784a454818914294ffe82777d64922f4505cce7c9e6d5772454e415a087ae057e54943e48fa3 WHIRLPOOL 28e07204a61f82264429040fb3943e43fb72e966e75a34e7454f3e5eff026c83f2b7bf4f517d3b9237e9a6b2b1f288ccc24d62f1bd293df27f3d5854a8516d59
EBUILD gnome-shell-calculate-9999.ebuild 866 SHA256 c83c7243d642068fe20d73aeb6f8dceb7f49934fff0e53a2681176fa78d6f316 SHA512 63a989f1da9b6bb31e30f9adc4779d48f5b4ebff5991d4f76efa104eed8f3b23733e5d2992a6c85143d9142a4e515c1c78d40ec43538ea10c9309614636c39b0 WHIRLPOOL 94659838c265bad67f3358664175d14ccb924cc74f16b7c5a66b6e230ebde50a720e37ff56ae55ab213d9f177a545d0aedad4f9be939b146fd9bf6c95acc0565
MISC ChangeLog 395 SHA256 daf6368cd2652f2f6dfd1c277228e56676f33e7c6eed076e6689a9235ca2c5ea SHA512 6b50dc14d713d3214b02eb47c6a177601b1a920f0e8a11fe76e20f52e8846ee4893772a20638589dcd8d40b3b777c83fd320463e4030eab0ec9102f924ebdc8b WHIRLPOOL a96a4db14c613680b5fbf3ca718270490fd9661d27d5144c5a173d0db5dde018f207240f54bcc036bb20d5c049ed62060b72bb73c858cb1e58a4a70bfbc746ce
MISC metadata.xml 162 SHA256 aa767d7cd4aa87753509ccd5c72976108bfbbddc1311f98b9e8406816b9170e7 SHA512 8a867c9b4c3422d9aa6416aa3bb20da3784eca4f0e51c391841687038ccaaa1c7f62d62badd2fd683fd391816cc5b682ec9a74268715b29dab73b6336b0a3410 WHIRLPOOL 6bfdb7ef6ac996d737e9ce006dbe07ea6e2013dcb681d71c08aa207bb2f33c602a38c78d4318f6c2e5e991dd06ccdb3a0339d372f5e4839a69b7dc148f34eb75

@ -1,40 +0,0 @@
commit 75dcdf30c69241440668b6b074e198ba0662cbbd
Author: Хирецкий Михаил <mh@calculate.ru>
Date: Wed Mar 14 15:58:17 2012 +0400
Fix window list and middle click on QuickLaunch
diff --git extensions/QuickLaunch@wwwdotorg.org/extension.js extensions/QuickLaunch@wwwdotorg.org/extension.js
index 2f68749..daab441 100644
--- extensions/QuickLaunch@wwwdotorg.org/extension.js
+++ extensions/QuickLaunch@wwwdotorg.org/extension.js
@@ -101,7 +101,7 @@ QLButton.prototype = {
},
generateMenu: function(animate) {
- if( global.get_pointer()[2] == 512 ) {
+ if( global.get_pointer()[2] & 512 ) {
this._focusDesktopActor();
this.appinfo.launch([], null);
return;
diff --git extensions/windowlist@o2net.cl/extension.js extensions/windowlist@o2net.cl/extension.js
index 67fe570..3993b18 100644
--- extensions/windowlist@o2net.cl/extension.js
+++ extensions/windowlist@o2net.cl/extension.js
@@ -120,6 +120,16 @@ AppMenuButton.prototype = {
},
+ handleDragOver : function(source, actor, x, y, time) {
+ Main.testSource = source;
+ if (source == Main.xdndHandler) {
+ this.metaWindow.activate(global.get_current_time());
+ return DND.DragMotionResult.CONTINUE;
+ }
+
+ return DND.DragMotionResult.CONTINUE;
+ },
+
_onTitleChange: function() {
this._label.setText(this.metaWindow.get_title());
//this._label.setText(this.app.get_name());

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*@*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,44 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
inherit eutils
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_unpack() {
unpack "${A}"
cd "${S}"
# fix window list (activate on drag'n'drop) fix middle click on quick launch
epatch "${FILESDIR}/gnome-shell-extensions-3.2.2.15-fix_window_list.patch"
}
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*@*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*@*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*@*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,38 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
inherit eutils
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
SRC_URI="ftp://ftp.calculate.ru/pub/calculate/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=gnome-base/gnome-core-libs-3.4
app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
#S="${WORKDIR}/.local/share/gnome-shell"
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,34 +0,0 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-shell-frippery/gnome-shell-frippery-0.3.6.ebuild,v 1.2 2012/01/12 19:18:10 tetromino Exp $
EAPI="4"
inherit git-2
DESCRIPTION="Extension pack Calculate-like features for GNOME 3"
HOMEPAGE="http://www.calculate-linux.org"
EGIT_REPO_URI="git://git.calculate.ru/${PN}.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="app-admin/eselect-gnome-shell-extensions
gnome-extra/gnome-shell-extensions
gnome-extra/gnome-shell-frippery"
DEPEND=""
src_install() {
insinto /usr/share/gnome-shell/extensions
doins -r extensions/*
insinto /usr/share/themes
doins -r themes/Calculate
}
pkg_postinst() {
ebegin "Updating list of installed extensions"
eselect gnome-shell-extensions update
eend $?
}

@ -1,5 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>calculate</herd>
</pkgmetadata>

@ -1,4 +0,0 @@
AUX nm-applet-0.8.2-libnotify-0.7.patch 1111 RMD160 3a63b65cf30848b60e681ee05d63f645d8276e6a SHA1 059346b94cda77bbe2ce97c2ba90a9fe8ba54c1e SHA256 542e0c3a5f851f72e5672f982c7e86c45b79868f3d16500b930d58cf8f039b5d
DIST network-manager-applet-0.8.2.tar.bz2 1129756 RMD160 30a14d27732c53b17c66d034ecefe68eb115fb68 SHA1 1be46b1df52786cd22e1d3d888f828c27d46dd3a SHA256 c6f8723031092bd1c7db452df5578ec9ca8e9f98c2ea493dba7d40dbe0e02391
EBUILD nm-applet-0.8.2-r10.ebuild 1358 RMD160 0eec1f88887208aec4d2cb33007a17add743e7cb SHA1 b8f052ea1a69a01515eaa6d145e2171815ba57b1 SHA256 9bb8667952902e08738984d9b1413d1f7ce11dde18b62b605c875b1a822d326f
EBUILD nm-applet-0.8.2-r9.ebuild 1407 RMD160 92622bf8e806c51c7b052fe67744db416866def7 SHA1 b4904a7ad29efa86074b448f5296ad37e1316357 SHA256 0b5b5a54504373d75f0909dcd04d169445025494e2a1e923f5ab440031b63ccc

@ -1,36 +0,0 @@
--- src/applet.c
+++ src/applet.c
@@ -58,6 +58,10 @@
#include <gnome-keyring.h>
#include <libnotify/notify.h>
+#ifndef NOTIFY_CHECK_VERSION
+#define NOTIFY_CHECK_VERSION(x,y,z) 0
+#endif
+
#include "applet.h"
#include "applet-device-wired.h"
#include "applet-device-wifi.h"
@@ -626,12 +630,20 @@
escaped = utils_escape_notify_message (message);
notify = notify_notification_new (summary,
escaped,
- icon ? icon : GTK_STOCK_NETWORK,
- NULL);
+ icon ? icon : GTK_STOCK_NETWORK
+#if NOTIFY_CHECK_VERSION (0, 7, 0)
+ );
+#else
+ , NULL);
+#endif
g_free (escaped);
applet->notification = notify;
+#if NOTIFY_CHECK_VERSION (0, 7, 0)
+ /* notify_notification_attach_to_status_icon was removed */
+#else
notify_notification_attach_to_status_icon (notify, applet->status_icon);
+#endif
notify_notification_set_urgency (notify, urgency);
notify_notification_set_timeout (notify, NOTIFY_EXPIRES_DEFAULT);

@ -1,55 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.8.2.ebuild,v 1.5 2011/03/06 23:08:10 nirbheek Exp $
EAPI=2
inherit eutils gnome2
MY_PN="${PN/nm-applet/network-manager-applet}"
DESCRIPTION="Gnome applet for NetworkManager."
HOMEPAGE="http://projects.gnome.org/NetworkManager/"
SRC_URI="${SRC_URI//${PN}/${MY_PN}}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="bluetooth"
# FIXME: bluetooth is automagic
RDEPEND=">=dev-libs/glib-2.16:2
>=dev-libs/dbus-glib-0.88
>=sys-apps/dbus-1.4.1
>=x11-libs/gtk+-2.18:2
>=gnome-base/gconf-2.20:2
>=x11-libs/libnotify-0.4.3
>=gnome-base/libglade-2:2.0
>=gnome-base/gnome-keyring-2.20
>=dev-libs/libnl-1.1
>=net-misc/networkmanager-${PV}
>=net-wireless/wireless-tools-28_pre9
>=net-wireless/wpa_supplicant-0.5.7
net-misc/mobile-broadband-provider-info
bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6 )
>=sys-auth/polkit-0.96-r1"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/intltool-0.35"
S=${WORKDIR}/${MY_PN}-${PV}
pkg_setup () {
G2CONF="${G2CONF}
$(use_with bluetooth)
--disable-more-warnings
--localstatedir=/var"
DOCS="AUTHORS ChangeLog NEWS README"
}
src_prepare() {
epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
gnome2_src_prepare
}

@ -1,54 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.8.2.ebuild,v 1.1 2010/11/10 13:05:32 dagger Exp $
EAPI="2"
inherit gnome2 eutils
MY_PN="${PN/nm-applet/network-manager-applet}"
DESCRIPTION="Gnome applet for NetworkManager."
HOMEPAGE="http://projects.gnome.org/NetworkManager/"
SRC_URI="${SRC_URI//${PN}/${MY_PN}}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="bluetooth"
# FIXME: bluetooth is automagic
# XXX: depend on dbus-1.2.6 when it goes stable
RDEPEND=">=dev-libs/glib-2.16
>=dev-libs/dbus-glib-0.74
>=sys-apps/dbus-1.2
>=x11-libs/gtk+-2.18
>=gnome-base/gconf-2.20
>=gnome-extra/polkit-gnome-0.92
>=x11-libs/libnotify-0.4.3
>=gnome-base/libglade-2
>=gnome-base/gnome-keyring-2.20
>=dev-libs/libnl-1.1
>=net-misc/networkmanager-${PV}
>=net-wireless/wireless-tools-28_pre9
>=net-wireless/wpa_supplicant-0.5.7
|| ( >=gnome-base/gnome-panel-2 xfce-base/xfce4-panel x11-misc/trayer )
net-misc/mobile-broadband-provider-info
bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/intltool-0.35"
DOCS="AUTHORS ChangeLog NEWS README"
# USE_DESTDIR="1"
S="${WORKDIR}/${MY_PN}-${PV}"
pkg_setup () {
G2CONF="${G2CONF}
$(use_with bluetooth)
--disable-more-warnings
--localstatedir=/var"
}

@ -1,9 +0,0 @@
# ChangeLog for kde-base/dolphin-box-plugin
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*kde-base/dolphin-box-plugin-4.5.4 (28 Dec 2010)
28 Dec 2010; Dmitry 'daks' Fomenko <daks12@gmail.com>
+metadata.xml, +kde-base/dolphin-box-plugin-4.5.4:
Initial commit

@ -1,3 +0,0 @@
EBUILD dolphin-box-plugin-4.5.4.ebuild 880 SHA256 5c81c8e6ede7e687e250eeb8d185caf99cb2e6553d51f5845d703683665546a6 SHA512 894f072d24c35ca4e3de51a6e4f7b2220b8ab4d21bf8f4e934dc3dd715aadc60d65e82116a52f6bd8a58101b6a9dc2bddfa2d4b1503805a31f5c2de469735815 WHIRLPOOL 4fc3fbb51127e0d37a07ab4214b6408dc0a49de52c8d7942890ae787a76eb952230089ddbf41f1ca471232ec50e89a79ebb46e4229b4049c393d30e930eebbb0
MISC ChangeLog 301 SHA256 b00bb2711a11e0cb849fe22df56acc78e8d073c40c460a01e604bc0a6ffef9a5 SHA512 625ea638d2d27f691411c2b868f365ce1ad42f5bc612e614367815eb6ab19ba5b870568110a1b213a60c940bef6636bcbca13842b32c2e917e0575b1cd05a8b5 WHIRLPOOL e507e4243dc4fa2a4e8d84ed16aff56aaedbd9417365fd1128c21e685bcbde91b583c3e81a73b3a3ad10774106189e7cf2f117d06fd0e4a08ffff2c4ec498f51
MISC metadata.xml 261 SHA256 c4a2402d01197b6c1a7476c5b2b1ec7552b4acbc7dd51c7d775c4100c6324c8d SHA512 8faf1b8a224dfff5fb6877b201be94676085384e1956f5b7a59f736355c5a977265977607834db708ff1134db7d84e05310b534d87e234a4aceb91cc6ea6dc9c WHIRLPOOL 6b9ef570281ca1f8a3286f5a2f525e0a87938b7eab2b45264a0e92ad55e4543aed919d8234df0231a35052e1dcb4ea2f0bd3d194585eaa7e96bf835e54c7634f

@ -1,43 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
EAPI="4"
KMNAME="kdesdk"
inherit kde4-meta git-2
DESCRIPTION="Provides Dropbox integration in Dolphin."
EGIT_REPO_URI="git://anongit.kde.org/scratch/trichard/dolphin-box-plugin"
SRC_URI=""
HOMEPAGE="http://gitweb.kde.org/scratch/trichard/dolphin-box-plugin.git"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE=""
LICENSE="GPL-3"
DEPEND="
$(add_kdebase_dep libkonq)
"
RDEPEND="${DEPEND}
dev-vcs/git
"
# $(add_kdebase_dep kompare)
src_unpack() {
git-2_src_unpack
}
src_prepare() {
git-2_src_prepare
cd "${S}"
cmake-utils_src_configure || die "cmake failed"
}
pkg_postinst() {
elog ""
elog "Quick start:"
elog " * Restart Dolphin"
elog " * Settings --> Configure Dolphin --> Services"
elog " * Check Dropbox"
elog " * Restart Dolphin"
}

@ -1,9 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
<email>daks12@gmail.com</email>
<name>Dmitry 'daks' Fomenko</name>
</maintainer>
</pkgmetadata>

@ -1,10 +0,0 @@
# ChangeLog for kde-misc/plasma-applet-flexibletask
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*plasma-applet-flexibletask-0.2c (01 Apr 2011)
01 Apr 2011; Mike Hiretsky (mhiretskiy) <mh@calculate.ru>
+plasma-applet-flexibletask-0.2c.ebuild, +metadata.xml:
Initial ebuild.

@ -1,4 +0,0 @@
DIST 129291-flexibletasks-0.2c.zip 49485 SHA256 1e5b06ffa06643866bbda8647fa69d2b69b67ce1e9005d0a7c5143f5779c84e7 SHA512 c80300a3ef662c383f1f749f5590352e64f2000f80832f8c709443cbeb6e542c79d59c2db72881dac2c23e0cdbd469c1b667fc7042c6d975570f9f6b63bc99c3 WHIRLPOOL 2495de874c178a5f7d63055f89c253831b37295aa05b16bc83fa4d9ef025c633472405ebc9029bf0cde9b2974d9673d9ae18034ebed37ecc42842eada27f9138
EBUILD plasma-applet-flexibletask-0.2c.ebuild 603 SHA256 9a06decb3b06359f876fc200701790f72a4544008a73d8338ff9075399acb4d8 SHA512 51be3eb2ea72a16d01b4f187957e510771a7c5999e17b3e71b0d1abc3a8b226e712ab88f25d3fc8e5a76946cfd295aa3639a69ab61e3382f23f47af60424a161 WHIRLPOOL 4b0a041c2d56e99853fc3f1caa1f1fe8e0a359c95d22278b1ba831d64ff00bc11dc2596e1bfbe2fc956124ed23e63cb7205606e8d5e2b658dafa6da06c035684
MISC ChangeLog 321 SHA256 f370a4ca8d40d48646498a9d420d40492eb8e46b5b6d461a7edb030c9e7069e5 SHA512 84ea68a267123343ab09617a7924200af7992839e923b544186bf07810cd62e1349a3b240a153434c8ac3359406bc4f21c4ed94926e2e35139cf0298257469ab WHIRLPOOL d1e262d021b5da88c95bbfccaebe37cc1eb7e258e3aa740a0aa388c2e92fadcec291cb60f4d1f1b9ed5ca531b9d1b42c23b687dd14c1b0c9391be7ff42d19d8e
MISC metadata.xml 158 SHA256 b1f2af69cc9a002750dfc0abd0f1dc63431290bebbabd4a17169dd3d4dbe89a2 SHA512 4210fc46453c5cae68335853dddf2bb18eaed5d151e0a5a860fc962a7657bc0a0555cf10dcff1ca7776ad40cc2112e098f1a1976629b831ad4acff6ab530d028 WHIRLPOOL b0760df8063b3b6c908f89997a605278b91ba53f9bea95c0a3f307783af8693aa8ee824b59380044b3cf3f51b5f6afc25a0f0b210d958ceef9763b6c81ec63c7

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
</pkgmetadata>

@ -1,20 +0,0 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/plasma-applet-daisy/plasma-applet-daisy-0.0.4.25.ebuild,v 1.2 2011/01/31 14:28:25 tampakrap Exp $
EAPI=4
inherit kde4-base
MYPN="flexibletasks"
DESCRIPTION="Flexible Task Manager for KDE 4's plasma desktop"
HOMEPAGE="http://kde-look.org/content/show.php/Flexible+Tasks?content=129291"
SRC_URI="http://kde-look.org/CONTENT/content-files/129291-${MYPN}-${PV}.zip"
LICENSE="GPL-3"
SLOT="4"
KEYWORDS="~amd64 ~x86"
IUSE="debug"
S="${WORKDIR}/${MYPN}"

@ -1,10 +0,0 @@
# ChangeLog for kde-misc/plasma-applet-mountoid
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*plasma-applet-mountoid-0.41 (01 Apr 2011)
01 Apr 2011; Mike Hiretsky (mhiretskiy) <mh@calculate.ru>
+plasma-applet-mountoid-0.41.ebuild, +metadata.xml:
Initail ebuild.

@ -1,4 +0,0 @@
DIST 115943-mountoid-0.41.tar.gz 65579 SHA256 d9496aeee9a85558afcda83dfb1b87b370c1268ea34dd9a82b523a1579ac34f1 SHA512 5b06e6950e12561b6c3cb95e4265709d3bbe215365aacb5744990f9500c8a5c593e0aec0bf2b79bbce02866fb6a4bcb852897876a317240ea6b912f38723f855 WHIRLPOOL 418246e0e174a97a3c76ed381ce88d7607f247eea02d8baf0a0dfd473dd3f8773b04116f8c04a8151604568d9d9d0dc50e7373365069ac01c993b9f19f20176f
EBUILD plasma-applet-mountoid-0.41.ebuild 582 SHA256 c81b544a2d0c001841f8ec7a70eb8b6b60272e88b571f314086fc8dc7e04c2d9 SHA512 192584c585275336b49fde4f3c6277c934472e0b798926fe75b0507ff08201c2d4b58f619d9d6de17fe9df4386743c0c7d61e589345f37d1e4dbbf1a2126bcb2 WHIRLPOOL 4ea4762cd77229ef795786075a2fdb712265e14052beb5c543527b0b400ecb695948a341a9d14d353d0f4c13e1985d6a2234816a755fa892971ab8ce4135e424
MISC ChangeLog 309 SHA256 0e2c02636702cc90979226b3c9c127a9b7ed1264cb2109d0efc1e825f024e121 SHA512 1503bb23cd17fe4f7d866b320dd427f037dd803450a42fd519e52b8d4d700dfbca2d3cf563618300ee5c073350239ba5beb7edc41ba189446c46ef62018f853d WHIRLPOOL e91506d9ff6a787093a5d582bc804f2205c05dd9109e957c2d950a84ffe5527d7b89c6a16cc67db0c15cd98ffd5fc071549276ad32fad49a438c76eccd320521
MISC metadata.xml 158 SHA256 b1f2af69cc9a002750dfc0abd0f1dc63431290bebbabd4a17169dd3d4dbe89a2 SHA512 4210fc46453c5cae68335853dddf2bb18eaed5d151e0a5a860fc962a7657bc0a0555cf10dcff1ca7776ad40cc2112e098f1a1976629b831ad4acff6ab530d028 WHIRLPOOL b0760df8063b3b6c908f89997a605278b91ba53f9bea95c0a3f307783af8693aa8ee824b59380044b3cf3f51b5f6afc25a0f0b210d958ceef9763b6c81ec63c7

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

Loading…
Cancel
Save