summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@orbis-terrarum.net>2010-04-22 00:14:48 -0700
committerRobin H. Johnson <robbat2@orbis-terrarum.net>2010-04-22 00:14:48 -0700
commitc3492458ed291f2bd2c23c9935512c7ed90db212 (patch)
treefb7e68cbbdc0773c2faf2e8d8162ae602c7807f4 /x11-plugins
parentVersion bump. (diff)
downloadrobbat2-c3492458ed291f2bd2c23c9935512c7ed90db212.tar.gz
robbat2-c3492458ed291f2bd2c23c9935512c7ed90db212.tar.bz2
robbat2-c3492458ed291f2bd2c23c9935512c7ed90db212.zip
Trim old version.
(Portage version: 2.2_rc67/git/Linux x86_64) (Unsigned Manifest commit)
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-toobars/ChangeLog4
-rw-r--r--x11-plugins/pidgin-toobars/Manifest4
-rw-r--r--x11-plugins/pidgin-toobars/pidgin-toobars-1.5.ebuild29
3 files changed, 5 insertions, 32 deletions
diff --git a/x11-plugins/pidgin-toobars/ChangeLog b/x11-plugins/pidgin-toobars/ChangeLog
index ef852f8..7c3602b 100644
--- a/x11-plugins/pidgin-toobars/ChangeLog
+++ b/x11-plugins/pidgin-toobars/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 22 Apr 2010; Robin H. Johnson <robbat2@gentoo.org>
+ -pidgin-toobars-1.5.ebuild:
+ Trim.
+
*pidgin-toobars-1.6 (22 Apr 2010)
22 Apr 2010; Robin H. Johnson <robbat2@gentoo.org>
diff --git a/x11-plugins/pidgin-toobars/Manifest b/x11-plugins/pidgin-toobars/Manifest
index c189a1a..c612409 100644
--- a/x11-plugins/pidgin-toobars/Manifest
+++ b/x11-plugins/pidgin-toobars/Manifest
@@ -1,6 +1,4 @@
-DIST pidgin-toobars-1.5.tar.gz 402293 RMD160 aa03f1122110d77b88c8a88c9ad597698ab8319a SHA1 615963da54e55163cce2c0c87e67449bd079eeb9 SHA256 05b79d91d7c659daabf651bb61ef6c6e5a4fd3d2c31f378293ccf593d1806426
DIST pidgin-toobars-1.6.tar.gz 406412 RMD160 4a386cc5c41129d95a688e230c67b315d9d0e889 SHA1 57f4564cd8dd4b1ab8fc701650cb5d6e76534495 SHA256 a8bcfe76efe6d2afc8fe2c2629e90b4ef5e06d5eb5f04689ee85b02bc4bd7e3c
-EBUILD pidgin-toobars-1.5.ebuild 722 RMD160 c939e747c520f3e96489e43c5eabc8fbb3fb8280 SHA1 695ac3d682ba3d6f07bf8a150a912cecc49f4c1d SHA256 bc3ad1683ff75e3e13dc2702466f71bdb3fde60be717813a4d47aa85ef405e4e
EBUILD pidgin-toobars-1.6.ebuild 722 RMD160 c939e747c520f3e96489e43c5eabc8fbb3fb8280 SHA1 695ac3d682ba3d6f07bf8a150a912cecc49f4c1d SHA256 bc3ad1683ff75e3e13dc2702466f71bdb3fde60be717813a4d47aa85ef405e4e
-MISC ChangeLog 263 RMD160 eb8fba38fd105df47d06fad568c335efb00ed38d SHA1 33d9946ebe01f3e4df36b86ee819b71ace2b7571 SHA256 fbac455064ae82219a80387cc1e5679c87d406ae7c04efaa3b4f8e2a0f080887
+MISC ChangeLog 355 RMD160 a30ca1045642facaf559096cbe3f94ed4e601137 SHA1 d04586b21111319f45562226adf076dfbd171899 SHA256 b41bc91c4b4572640404b586195218d57372de8196ce2d3bacdcec95f8c81151
MISC metadata.xml 223 RMD160 ffa99612cf27469c417944deed0e0c9155e64331 SHA1 607c637402dd253406aa6ee684471a702c5d1a99 SHA256 d6bb9ba68629616062b4433ab3b8fb01dfcafae5bb47804d9e06cdd6c66daa44
diff --git a/x11-plugins/pidgin-toobars/pidgin-toobars-1.5.ebuild b/x11-plugins/pidgin-toobars/pidgin-toobars-1.5.ebuild
deleted file mode 100644
index dea03a4..0000000
--- a/x11-plugins/pidgin-toobars/pidgin-toobars-1.5.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-DESCRIPTION="Plugin adds toolbar and status bar to Pidgin buddy list"
-HOMEPAGE="http://vayurik.ru/wordpress/en/toobars"
-SRC_URI="http://vayurik.ru/wordpress/wp-content/uploads/toobars/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="net-im/pidgin[gtk]"
-
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc README AUTHORS VERSION
-}
-
-pkg_postinst() {
- elog "Please note that the MyStatusBar (in purple-plugin_pack) conflicts"
- elog" with TooBars and you should only turn one on at a time."
-}