summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/gaim-blogger')
-rw-r--r--net-im/gaim-blogger/ChangeLog7
-rw-r--r--net-im/gaim-blogger/Manifest8
-rw-r--r--net-im/gaim-blogger/files/digest-gaim-blogger-0.79_p11
-rw-r--r--net-im/gaim-blogger/gaim-blogger-0.79_p1.ebuild36
4 files changed, 48 insertions, 4 deletions
diff --git a/net-im/gaim-blogger/ChangeLog b/net-im/gaim-blogger/ChangeLog
index 00019b1416fd..0155285881cd 100644
--- a/net-im/gaim-blogger/ChangeLog
+++ b/net-im/gaim-blogger/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/gaim-blogger
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-blogger/ChangeLog,v 1.10 2004/06/30 15:00:30 rizzo Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-blogger/ChangeLog,v 1.11 2004/07/03 18:44:02 rizzo Exp $
+
+*gaim-blogger-0.79_p1 (03 Jul 2004)
+
+ 03 Jul 2004; Don Seiler <rizzo@gentoo.org> +gaim-blogger-0.79_p1.ebuild:
+ Version bump for new upstream patch release
30 Jun 2004; Don Seiler <rizzo@gentoo.org> :
Version bump
diff --git a/net-im/gaim-blogger/Manifest b/net-im/gaim-blogger/Manifest
index 7fceb59f9134..17a98940ac30 100644
--- a/net-im/gaim-blogger/Manifest
+++ b/net-im/gaim-blogger/Manifest
@@ -1,6 +1,8 @@
-MD5 a954cc73f5094c2be6d55bacb317c209 ChangeLog 1249
-MD5 8a3fcd3faf1259a18a6c781b7d66b016 gaim-blogger-0.79.ebuild 973
+MD5 c6e636b7b5f4ff6cdf575ab22d829b77 gaim-blogger-0.79_p1.ebuild 1001
MD5 135e02c48a7f58836964a53c1225d4f0 gaim-blogger-0.77.ebuild 975
+MD5 a954cc73f5094c2be6d55bacb317c209 ChangeLog 1249
MD5 cc472fba95d8a54396fde67e2d303086 metadata.xml 639
-MD5 7a5521bc1963e2c2351457c21b788c7e files/digest-gaim-blogger-0.79 69
+MD5 8a3fcd3faf1259a18a6c781b7d66b016 gaim-blogger-0.79.ebuild 973
+MD5 2fc34c3b11b744e9e65533ba937f410a files/digest-gaim-blogger-0.79_p1 71
MD5 9e941669c4e901adf06b2f600e4c99bf files/digest-gaim-blogger-0.77 69
+MD5 7a5521bc1963e2c2351457c21b788c7e files/digest-gaim-blogger-0.79 69
diff --git a/net-im/gaim-blogger/files/digest-gaim-blogger-0.79_p1 b/net-im/gaim-blogger/files/digest-gaim-blogger-0.79_p1
new file mode 100644
index 000000000000..07ea13e72be1
--- /dev/null
+++ b/net-im/gaim-blogger/files/digest-gaim-blogger-0.79_p1
@@ -0,0 +1 @@
+MD5 0b515b26998f153a968b6734a5030da1 gaim-blogger-0.79-1.tar.bz2 29448
diff --git a/net-im/gaim-blogger/gaim-blogger-0.79_p1.ebuild b/net-im/gaim-blogger/gaim-blogger-0.79_p1.ebuild
new file mode 100644
index 000000000000..57723db9572c
--- /dev/null
+++ b/net-im/gaim-blogger/gaim-blogger-0.79_p1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-blogger/gaim-blogger-0.79_p1.ebuild,v 1.1 2004/07/03 18:44:02 rizzo Exp $
+
+MY_PV="${PV/_p/-}"
+DESCRIPTION="Gaim-blogger is a protocol plugin for Gaim which makes use of Gaim's IM interface to post, edit, view and track blogs."
+HOMEPAGE="http://gaim-blogger.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${PN}-${MY_PV}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE=""
+DEPEND="~net-im/gaim-0.79"
+#RDEPEND=""
+
+S=${WORKDIR}
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i -e 's:PREFIX = /usr/local:PREFIX = '${D}'/usr:g' Makefile
+ sed -i -e 's:GTK_PREFIX = $(PREFIX):GTK_PREFIX = /usr:g' Makefile
+ sed -i -e 's:GAIM_TOP = ../gaim:GAIM_TOP = /usr/include/gaim:g' Makefile
+}
+
+src_compile() {
+ emake || die
+}
+
+src_install() {
+ dodir /usr/lib/gaim
+ dodir /usr/share/pixmaps/gaim/status/default
+ einstall || die
+
+ dodoc COPYING ChangeLog
+}