summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJakub Moc <jakub@gentoo.org>2007-06-24 15:30:50 +0000
committerJakub Moc <jakub@gentoo.org>2007-06-24 15:30:50 +0000
commit510deddf5f91e21291cbfc0794d341152623e036 (patch)
tree345c2ea41fd1017e1bb77864b3278d2048acafb2 /net-im
parentFix typo in package.mask (diff)
downloadsunrise-510deddf5f91e21291cbfc0794d341152623e036.tar.gz
sunrise-510deddf5f91e21291cbfc0794d341152623e036.tar.bz2
sunrise-510deddf5f91e21291cbfc0794d341152623e036.zip
Remove, it is included in x11-plugins/purple-plugin_pack which is in the official tree
svn path=/sunrise/; revision=4055
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim-album/ChangeLog7
-rw-r--r--net-im/gaim-album/Manifest5
-rw-r--r--net-im/gaim-album/files/gaim-album-1.1-all-users-install.patch16
-rw-r--r--net-im/gaim-album/gaim-album-1.2.ebuild30
-rw-r--r--net-im/gaim-album/metadata.xml5
5 files changed, 0 insertions, 63 deletions
diff --git a/net-im/gaim-album/ChangeLog b/net-im/gaim-album/ChangeLog
deleted file mode 100644
index 84c8bf423..000000000
--- a/net-im/gaim-album/ChangeLog
+++ /dev/null
@@ -1,7 +0,0 @@
-# ChangeLog for net-im/gaim-album
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 10 Jul 2006; Jérôme Poulin (TiCPU) <jeromepoulin@gmail.com> ChangeLog:
- New Ebuild for bug #101152.
-
diff --git a/net-im/gaim-album/Manifest b/net-im/gaim-album/Manifest
deleted file mode 100644
index ceb78b6aa..000000000
--- a/net-im/gaim-album/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX gaim-album-1.1-all-users-install.patch 470 RMD160 a328f766599e3ca758138673b5f110496789f87b SHA1 df92384ac7f17df2fc71e3ca7f03cddbc0e80c15 SHA256 2fefd673fb5ae18e9becc53ec1a01dbb29dac9ac79240137387188c17ab61e24
-DIST gaim-album-1.2.tar.bz2 21050 RMD160 ff7cdd3eca564ddf8e0b658fd39c6ba512bdaea7 SHA1 f5bf1f9f4d3bd9bae595a043fc91a34ede4437cf SHA256 4a3293e69e3252cbedc157f5e2963b717862cb03d27acb543bbd3b0d89aa0149
-EBUILD gaim-album-1.2.ebuild 634 RMD160 e1f59f9178f4bc75d0ae8b5929bf0c82c1254c79 SHA1 3d3b333d5c514915ad8b34cc707d1f24f941c8f6 SHA256 b6481e452604be6dd2012d1050e1240f7f1248d05e18370d9c67ea3b79a73d4f
-MISC ChangeLog 224 RMD160 d4d9e47cf57ea8a1d1abd2e1dd7d1ddd714377bc SHA1 f09876d53ad077dda3d4568e819a42a3ec8acc53 SHA256 a703800dbe9f607747a0e8dee629040876857c00f597e5d068dd3a486d8165e0
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-im/gaim-album/files/gaim-album-1.1-all-users-install.patch b/net-im/gaim-album/files/gaim-album-1.1-all-users-install.patch
deleted file mode 100644
index 2a5323ee1..000000000
--- a/net-im/gaim-album/files/gaim-album-1.1-all-users-install.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- gaim-album-1.1/Makefile 2005-09-10 16:10:37.000000000 -0400
-+++ gaim-album-1.1-portage/Makefile 2006-01-13 01:02:34.000000000 -0500
-@@ -7,10 +7,12 @@
-
- # *nix Plugin Directory Settings
-
-- PLUGINDIR=$(HOME)/.gaim/plugins
-+ #PLUGINDIR=$(HOME)/.gaim/plugins
-
- # Uncomment this to install the plugin for all users.
-+
- #PLUGINDIR=$(shell pkg-config --variable=libdir gaim)/gaim
-+ PLUGINDIR=$(DESTDIR)/$(shell pkg-config --variable=libdir gaim)/gaim
-
- else
-
diff --git a/net-im/gaim-album/gaim-album-1.2.ebuild b/net-im/gaim-album/gaim-album-1.2.ebuild
deleted file mode 100644
index 3378ed503..000000000
--- a/net-im/gaim-album/gaim-album-1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="Archive all your buddies's icons."
-HOMEPAGE="http://gaim-album.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-SLOT=0
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.4
- net-im/gaim"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/gaim-album-1.1-all-users-install.patch"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc COPYRIGHT ChangeLog README TODO
-}
diff --git a/net-im/gaim-album/metadata.xml b/net-im/gaim-album/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/net-im/gaim-album/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>