summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-22 14:31:26 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-22 14:31:26 +0000
commit421c7a8f7cc784cd96364804529451b91d3a27d5 (patch)
tree1d4fc1ccbc451b4b8608f496636af90b9f571693 /x11-plugins
parentMissing IUSE, ancient postinst message (diff)
downloadhistorical-421c7a8f7cc784cd96364804529451b91d3a27d5.tar.gz
historical-421c7a8f7cc784cd96364804529451b91d3a27d5.tar.bz2
historical-421c7a8f7cc784cd96364804529451b91d3a27d5.zip
old
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrelltop/Manifest12
-rw-r--r--x11-plugins/gkrelltop/gkrelltop-2.2.6-r1.ebuild46
-rw-r--r--x11-plugins/pidgin-otr/Manifest2
-rw-r--r--x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild41
-rw-r--r--x11-plugins/wmmp3/Manifest12
5 files changed, 1 insertions, 112 deletions
diff --git a/x11-plugins/gkrelltop/Manifest b/x11-plugins/gkrelltop/Manifest
index ad09bd86b8ee..f32b8755891c 100644
--- a/x11-plugins/gkrelltop/Manifest
+++ b/x11-plugins/gkrelltop/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST gkrelltop_2.2-6.tar.gz 23384 RMD160 2bda8e41ae0f287f6a33446e71365f7b8ca189a1 SHA1 55cd54d8495d18507d8016c2ec38d53957a0a4b8 SHA256 8ba11fbbfd5b1cdf33ef489310b565c8dc4252d54ee406effabb43d7ce7cd1d3
DIST gkrelltop_2.2.11.orig.tar.gz 46280 RMD160 fb46b4ef00685b4a4084cd836bd00d08dc0d2411 SHA1 26603b21da688f6d60801449afbccdfccfcf631f SHA256 d80a76c129cc573e30f9edfe22e85f915d33ae2cae4245b66af692e5ee8ca61f
EBUILD gkrelltop-2.2.11.ebuild 930 RMD160 64a9fdd02f8e14c444de76fa80cd953d051e4cf0 SHA1 fa04072ffcd15cc70d883c86c2c4d59c7af5ff75 SHA256 0d942526349b0a2ab8724f68ee804f16400ea606e658e1488117ac89c45de991
-EBUILD gkrelltop-2.2.6-r1.ebuild 1546 RMD160 97b89e5a2edf01ce084b5ef6c528d409a472f263 SHA1 f4340d2c95bcbfc8503ab93376ec9b5009ff9295 SHA256 3897b87f546e83c80e254b130102c1cc390460da4b3b37bf9414c87f8e2c49b7
MISC ChangeLog 4385 RMD160 79fb37035689fc1cbd9c52ff4acc9e62d3ed8e26 SHA1 2ea610973c47ecd5038a8ab81b66f52456f934ee SHA256 98fdcb0b97339f32b87278e5959bcf67889a2f224d2d2dbf2ed6416a12a9879c
MISC metadata.xml 254 RMD160 415926d9875e8fe9b0d03e74435ad2521fac159c SHA1 172a4c3880766b1bb7e75f4f2b4ed0b62c1d2d6c SHA256 dafc7e6c5cb681b9d6ecbe2ff4280bb987d3533c30bb334b4845faee02aa7279
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.11 (GNU/Linux)
-
-iEYEARECAAYFAkqi584ACgkQkKaRLQcq0GKa+gCbBV/MG6sMXjqc+G90nUX4gxWL
-h7YAnjm6oe9OuHP+W4lQ8JLa8JC561tL
-=e9xU
------END PGP SIGNATURE-----
diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.6-r1.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.6-r1.ebuild
deleted file mode 100644
index 17ce348bd1d5..000000000000
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.6-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrelltop/gkrelltop-2.2.6-r1.ebuild,v 1.8 2007/06/02 16:55:13 armin76 Exp $
-
-inherit gkrellm-plugin
-
-DESCRIPTION="a GKrellM2 plugin which displays the top three processes"
-SRC_URI="http://psychology.rutgers.edu/~zaimi/html/${PN}/${PN}_2.2-6.tar.gz"
-HOMEPAGE="http://psychology.rutgers.edu/~zaimi/software.html"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="alpha amd64 ppc sparc x86"
-
-IUSE=""
-
-PLUGIN_SERVER_SO=gkrelltopd.so
-PLUGIN_SO=gkrelltop2.so
-
-src_compile() {
- # Unfortunately, the supplied Makefile won't work properly on
- # non-x86, so we have to do this the hard way.
- if built_with_use app-admin/gkrellm X; then
- PKGCFG_ITEM="gtk+-2.0"
- else
- PKGCFG_ITEM="glib-2.0"
- fi
- CONFIG="-DLINUX -DGKRELLM2 -fPIC `pkg-config ${PKGCFG_ITEM} --cflags`"
- LIBS="`pkg-config ${PKGCFG_ITEM} --libs` -shared"
- OBJS="top_three2.o"
- XOBJS="${OBJS} gkrelltop2.o"
- DOBJS="${OBJS} gkrelltopd.o"
- gcc -c $CONFIG $CFLAGS top_three.c -o top_three2.o || die
- if built_with_use app-admin/gkrellm X; then
- gcc -c $CONFIG $CFLAGS gkrelltop.c -o gkrelltop2.o || die
- gcc $LIBS $CONFIG $CFLAGS -o gkrelltop2.so $XOBJS || die
- fi
- gcc -c $CONFIG $CFLAGS gkrelltopd.c -o gkrelltopd.o || die
- gcc $LIBS $CONFIG $CFLAGS -o gkrelltopd.so $DOBJS || die
-}
-
-pkg_postinst() {
- einfo "To enable the gkrelltopd server plugin, you must add the following"
- einfo "line to /etc/gkrellmd.conf:"
- einfo "\tplugin-enable gkrelltopd"
-}
diff --git a/x11-plugins/pidgin-otr/Manifest b/x11-plugins/pidgin-otr/Manifest
index 8414c2b19337..fa91383bbcba 100644
--- a/x11-plugins/pidgin-otr/Manifest
+++ b/x11-plugins/pidgin-otr/Manifest
@@ -1,6 +1,4 @@
-DIST pidgin-otr-3.1.0.tar.gz 403637 RMD160 f0790718fee4d63be3ab2e795e500751137f00e5 SHA1 f22d9488da3d085f988090ca3b8f79291b8edb45 SHA256 429f68931e63bfaedce7201e7039ee1fa3ef23f6f2abb890794fc0593a26a2d0
DIST pidgin-otr-3.2.0.tar.gz 435146 RMD160 b2024861c20c9b6e405f09d1ac4a6442084803f8 SHA1 5984f66b48a7302f40f22d46e6e74e3a03761d05 SHA256 0870858b06d90cb522b93a354435f7645a9e28cff2d4bae929a6455d4cd1e6b2
-EBUILD pidgin-otr-3.1.0.ebuild 1020 RMD160 2af0e11f0a712f49dd32898c06fa33107aa9e968 SHA1 6ba2d6cd767ca1313dae29c01846a83cfe7bb209 SHA256 3eb7c15d6d9fe79342e188e77010d1e7335766c0a1d8b0607e7181e4b812e2e1
EBUILD pidgin-otr-3.2.0.ebuild 683 RMD160 d7ddedb423904080ee79cc0b2139a1ce28712dcb SHA1 31a3f65f627120bb318b7e594a8ebcff5430adf7 SHA256 7ee9303e4c6e6ccd1c1c426c91f373b444ea6b27b57934e893553c7524287af1
MISC ChangeLog 2893 RMD160 f82f4ac1f1f8f57b4cdc49db26c4b66e8a0f8e92 SHA1 557ae2ce9d3ac3e5f3a2525aee75547dad88ffcd SHA256 806ac4c42f707505163d604af527144e431fdbf9a5df1d2f509013279541a54b
MISC metadata.xml 159 RMD160 3e0df024f9705f0cd1798f45cd4b0698e183ee87 SHA1 08e27d5a696205dc5c9992d4f3b647cd609ec139 SHA256 bb3130d2515d5b2e4ff19aff2199bb00ac7c350bf78b34bbec55268bf1013908
diff --git a/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild b/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild
deleted file mode 100644
index 984a514b24ac..000000000000
--- a/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-otr/pidgin-otr-3.1.0.ebuild,v 1.8 2008/02/20 20:23:25 armin76 Exp $
-
-inherit flag-o-matic eutils autotools
-
-DESCRIPTION="(OTR) Messaging allows you to have private conversations over instant messaging"
-HOMEPAGE="http://www.cypherpunks.ca/otr/"
-SRC_URI="http://www.cypherpunks.ca/otr/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=net-libs/libotr-3.1.0
- >=x11-libs/gtk+-2
- net-im/pidgin"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-pkg_setup() {
- if ! built_with_use net-im/pidgin gtk; then
- eerror "You need to compile net-im/pidgin with USE=gtk"
- die "Missing gtk USE flag on net-im/pidgin"
- fi
-}
-
-src_compile() {
- strip-flags
- replace-flags -O? -O2
-
- econf || die "econf failed"
- emake -j1 || die "Make failed"
-}
-
-src_install() {
- emake -j1 install DESTDIR="${D}" || die "Install failed"
- dodoc ChangeLog README
-}
diff --git a/x11-plugins/wmmp3/Manifest b/x11-plugins/wmmp3/Manifest
index dd2ab249de2a..63787373c25c 100644
--- a/x11-plugins/wmmp3/Manifest
+++ b/x11-plugins/wmmp3/Manifest
@@ -1,15 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
AUX wmmp3-0.12-x_includes_n_libraries.patch 582 RMD160 7533f0a9cd47a614308bdafbde5ad3cd82ca7ba1 SHA1 59ae46f5e2ac26338458decbe79b9342bd45f16b SHA256 5f5dd8d546ead23527c55c108cd80724d33e92039709641c5f713e790ecf3821
DIST wmmp3-0.12.tar.gz 43977 RMD160 14fe7a9725449d179e09912e1dc6e34a37c0222b SHA1 439e19550c58fe31db8c1bcf2985c56f62d7bc1f SHA256 babbb158f83befd0e8eab9d794c8353ea536a477cb8b3e500be389cf658941c3
-EBUILD wmmp3-0.12.ebuild 1097 RMD160 daa7670288fe1a2f6fc203b379fe7637691ccb76 SHA1 e78ace39eb88f21f712794bf0af1add618d4350a SHA256 f4b9dc490cebd391cf396b467ba0f138c0ec3017fd8520e4725017bd30411457
+EBUILD wmmp3-0.12.ebuild 1020 RMD160 b157942e723d1f981b7bb4ed9a5da27f368c8bfd SHA1 3381c788ad100f4a00f8ef5e7c1459aa4e5e0ec5 SHA256 c1c1c614a73c74db7c8c40919d643b20f0cddd786add3799f8ccfecd63852006
MISC ChangeLog 1562 RMD160 c093f4ccee3545653edcd7c886152a7f1ee94fce SHA1 846d2eb8f03a07f9b30ed6a3e6fe39d789e39519 SHA256 fa1cce8fc1cd2aae804e5921540c0d5b11539f90f74640969a3aec098e3dc220
MISC metadata.xml 165 RMD160 a554e96dc33b1fb4b3518f27a21bf3f59dc21b1c SHA1 674655a4f0fc35c7b3b2e05aab1910c0ebafade1 SHA256 c2f8a0b30c83dba56f0c36a4ba1cb002621ae58dfc13fae94b9db6eb67fb9f1b
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.11 (GNU/Linux)
-
-iEYEARECAAYFAkonFf8ACgkQAgIglOz4paDQFwCgguOEv/L9Hxz7gDlt7wPKtpOq
-WpAAn075/ldcbwlRlQBxgKlrwODWsJl/
-=H0YN
------END PGP SIGNATURE-----