summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-im/gaim-blogger/ChangeLog10
-rw-r--r--net-im/gaim-blogger/Manifest5
-rw-r--r--net-im/gaim-blogger/files/digest-gaim-blogger-0.751
-rw-r--r--net-im/gaim-blogger/gaim-blogger-0.75.ebuild35
-rw-r--r--net-im/gaim-blogger/metadata.xml11
5 files changed, 60 insertions, 2 deletions
diff --git a/net-im/gaim-blogger/ChangeLog b/net-im/gaim-blogger/ChangeLog
new file mode 100644
index 000000000000..1d605fe5f428
--- /dev/null
+++ b/net-im/gaim-blogger/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-im/gaim-blogger
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-blogger/ChangeLog,v 1.1 2004/01/17 05:05:15 rizzo Exp $
+
+*gaim-blogger-0.75 (16 Jan 2004)
+
+ 16 Jan 2004; Don Seiler <rizzo@gentoo.org>; gaim-blogger-0.75.ebuild,
+ metadata.xml:
+ Initial import. Found out about it hanging around in #gaim
+
diff --git a/net-im/gaim-blogger/Manifest b/net-im/gaim-blogger/Manifest
index 9f630edc6e3e..933348db9f4b 100644
--- a/net-im/gaim-blogger/Manifest
+++ b/net-im/gaim-blogger/Manifest
@@ -1,3 +1,4 @@
-MD5 5afc72d30373207aee5126fb21c0af95 gaim-blogger-0.75.ebuild 2632
-MD5 6b738174eafd00cf16c49c94d70a620d metadata.xml 393
+MD5 49054a9684bed5a66b21807adfc7ca8e gaim-blogger-0.75.ebuild 986
+MD5 ca68c6b158d274ccffdb5f395a056f32 ChangeLog 404
+MD5 cc472fba95d8a54396fde67e2d303086 metadata.xml 639
MD5 45a01f61c560de934e33b28bb2a5a7ff files/digest-gaim-blogger-0.75 69
diff --git a/net-im/gaim-blogger/files/digest-gaim-blogger-0.75 b/net-im/gaim-blogger/files/digest-gaim-blogger-0.75
new file mode 100644
index 000000000000..b43ba2754d56
--- /dev/null
+++ b/net-im/gaim-blogger/files/digest-gaim-blogger-0.75
@@ -0,0 +1 @@
+MD5 dc1465cdebdd09e0ac3c2f363d65fe96 gaim-blogger-0.75.tar.bz2 27725
diff --git a/net-im/gaim-blogger/gaim-blogger-0.75.ebuild b/net-im/gaim-blogger/gaim-blogger-0.75.ebuild
new file mode 100644
index 000000000000..bfad0732736e
--- /dev/null
+++ b/net-im/gaim-blogger/gaim-blogger-0.75.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/gaim-blogger/gaim-blogger-0.75.ebuild,v 1.1 2004/01/17 05:05:15 rizzo Exp $
+
+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}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND=">=net-im/gaim-0.75-r3"
+#RDEPEND=""
+
+S=${WORKDIR}/${PN}
+
+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
+}
diff --git a/net-im/gaim-blogger/metadata.xml b/net-im/gaim-blogger/metadata.xml
new file mode 100644
index 000000000000..2ec669eab42b
--- /dev/null
+++ b/net-im/gaim-blogger/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>net-im</herd>
+<maintainer>
+ <email>rizzo@gentoo.org</email>
+ <name>Don Seiler</name>
+ <description>You hang out in #gaim, you learn about stuff.</description>
+</maintainer>
+<longdescription>Gaim-blogger is a protocol plugin for Gaim which makes use of Gaim's IM interface to post, edit, view and track blogs. This plugin implements the xml-rpc blogger api 1.0, published by Blogger. Gaim-blogger is not endorsed by or affiliated with Blogger or its parent company Google.</longdescription>
+</pkgmetadata>