aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Podgorny <pasis.ua@gmail.com>2012-10-12 23:38:27 +0300
committerDmitry Podgorny <pasis.ua@gmail.com>2012-10-12 23:38:27 +0300
commit7504b9b88e3a973ec3f15217454b55a6dc0b00f1 (patch)
treea8695f0f5c4af88cbb403aeceac31cf84fc4cf98
parent4129ad95284e84d8af39ca34349a49057fc48b6e (diff)
downloadprofanity-7504b9b88e3a973ec3f15217454b55a6dc0b00f1.tar.gz
profanity-7504b9b88e3a973ec3f15217454b55a6dc0b00f1.tar.xz
rename libstrophe to libcouplet
-rw-r--r--dev-libs/libstrophe/libstrophe-9999.ebuild47
-rw-r--r--dev-libs/libstrophe/metadata.xml10
2 files changed, 0 insertions, 57 deletions
diff --git a/dev-libs/libstrophe/libstrophe-9999.ebuild b/dev-libs/libstrophe/libstrophe-9999.ebuild
deleted file mode 100644
index 578ebab..0000000
--- a/dev-libs/libstrophe/libstrophe-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-EGIT_REPO_URI="git://github.com/pasis/libstrophe.git"
-
-inherit libtool autotools eutils git-2
-
-DESCRIPTION="A simple, lightweight C library for writing XMPP clients"
-HOMEPAGE="http://strophe.im/libstrophe"
-
-LICENSE="MIT GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc xml"
-
-RDEPEND="xml? ( dev-libs/libxml2 )
- !xml? ( dev-libs/expat )
- dev-libs/openssl"
-DEPEND="${RDEPEND}
- doc? ( app-doc/doxygen )"
-
-S="${WORKDIR}/${P/-/_}"
-
-src_prepare() {
- elibtoolize
- eautoreconf
-}
-
-src_configure() {
- econf $(use_with xml libxml2)
-}
-
-src_compile() {
- emake
- if use doc; then
- doxygen || die
- fi
-}
-
-src_install() {
- einstall
- dodoc LICENSE.txt README.markdown
- use doc && dohtml -r docs/html/*
-}
diff --git a/dev-libs/libstrophe/metadata.xml b/dev-libs/libstrophe/metadata.xml
deleted file mode 100644
index 9e37ade..0000000
--- a/dev-libs/libstrophe/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer>
- <email>pasis.ua@gmail.com</email>
- </maintainer>
- <use>
- <flag name='xml'>Use dev-libs/libxml2 to parse XML</flag>
- </use>
-</pkgmetadata>