summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2012-02-17 13:54:46 +0000
committerDavide Pesavento <pesa@gentoo.org>2012-02-17 13:54:46 +0000
commit75372765d2d7cdfe2b6e8b4b9dc969194f3df8aa (patch)
treea21b5022113edbc4c9a17ac8b90d1be2ecb80df1 /dev-libs/qoauth
parentMigrate to EAPI=4 and qt4-r2 eclass. (diff)
downloadgentoo-2-75372765d2d7cdfe2b6e8b4b9dc969194f3df8aa.tar.gz
gentoo-2-75372765d2d7cdfe2b6e8b4b9dc969194f3df8aa.tar.bz2
gentoo-2-75372765d2d7cdfe2b6e8b4b9dc969194f3df8aa.zip
Remove obsolete versions.
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/qoauth')
-rw-r--r--dev-libs/qoauth/ChangeLog8
-rw-r--r--dev-libs/qoauth/metadata.xml3
-rw-r--r--dev-libs/qoauth/qoauth-1.0-r1.ebuild60
-rw-r--r--dev-libs/qoauth/qoauth-1.0.ebuild60
4 files changed, 6 insertions, 125 deletions
diff --git a/dev-libs/qoauth/ChangeLog b/dev-libs/qoauth/ChangeLog
index 5d78c31d7152..1235e7503e1b 100644
--- a/dev-libs/qoauth/ChangeLog
+++ b/dev-libs/qoauth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/qoauth
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/ChangeLog,v 1.14 2011/09/13 19:08:05 pacho Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/ChangeLog,v 1.15 2012/02/17 13:54:46 pesa Exp $
+
+ 17 Feb 2012; Davide Pesavento <pesa@gentoo.org> -qoauth-1.0-r1.ebuild,
+ -qoauth-1.0.ebuild, metadata.xml:
+ Remove obsolete versions.
13 Sep 2011; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Drop maintainer due retirement, bug #278944
diff --git a/dev-libs/qoauth/metadata.xml b/dev-libs/qoauth/metadata.xml
index 1d7818888617..dc439f7e84f5 100644
--- a/dev-libs/qoauth/metadata.xml
+++ b/dev-libs/qoauth/metadata.xml
@@ -2,7 +2,4 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>qt</herd>
-<longdescription lang="en">
-</longdescription>
</pkgmetadata>
-
diff --git a/dev-libs/qoauth/qoauth-1.0-r1.ebuild b/dev-libs/qoauth/qoauth-1.0-r1.ebuild
deleted file mode 100644
index 68f0d8680560..000000000000
--- a/dev-libs/qoauth/qoauth-1.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/qoauth-1.0-r1.ebuild,v 1.2 2009/12/20 19:34:06 ayoy Exp $
-
-EAPI="2"
-
-inherit qt4-r2
-
-DESCRIPTION="A Qt-based library for OAuth support"
-HOMEPAGE="http://wiki.github.com/ayoy/qoauth"
-SRC_URI="http://files.ayoy.net/qoauth/release/${PV}/src/${P}-src.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug doc static-libs test"
-
-COMMON_DEPEND="app-crypt/qca:2[debug?]"
-DEPEND="${COMMON_DEPEND}
- doc? ( app-doc/doxygen )"
-RDEPEND="${COMMON_DEPEND}
- app-crypt/qca-ossl:2[debug?]"
-
-src_prepare() {
- sed -i -e '/^ *docs \\$/d' \
- -e '/^ *build_all \\$/d' \
- -e 's/^\#\(!macx\)/\1/' \
- -e "s!\(\$\${INSTALL_PREFIX}\)/lib!\1/$(get_libdir)!" \
- src/src.pro || die "sed failed"
-
- # remove _debug suffix - bug 287489
- sed -i -e '/build_pass/,$d' src/src.pro || die "sed _debug suffix failed"
-
- sed -i -e "s/\(.*\)lib$/\1$(get_libdir)/" src/pcfile.sh || die "sed failed"
-
- if ! use test; then
- sed -i -e 's/^\(SUBDIRS.*\) tests/\1/' ${PN}.pro || die "sed failed"
- fi
-}
-
-src_compile() {
- default
- if use static-libs; then
- emake -C src static || die "emake failed"
- fi
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install || die "emake install failed"
- dodoc README CHANGELOG || die "dodoc failed"
-
- if use static-libs; then
- dolib.a "${S}/lib/lib${PN}.a" || die "dolib failed"
- fi
-
- if use doc; then
- doxygen "${S}/Doxyfile" || die "Failed to generate documentation"
- dohtml "${S}"/doc/html/* || die "Failed to install documentation"
- fi
-}
diff --git a/dev-libs/qoauth/qoauth-1.0.ebuild b/dev-libs/qoauth/qoauth-1.0.ebuild
deleted file mode 100644
index 98962e10156d..000000000000
--- a/dev-libs/qoauth/qoauth-1.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/qoauth/qoauth-1.0.ebuild,v 1.3 2009/11/02 21:25:47 maekke Exp $
-
-EAPI="2"
-
-inherit qt4
-
-DESCRIPTION="A Qt-based library for OAuth support"
-HOMEPAGE="http://wiki.github.com/ayoy/qoauth"
-SRC_URI="http://files.ayoy.net/qoauth/release/${PV}/src/${P}-src.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug doc test"
-
-COMMON_DEPEND="app-crypt/qca:2[debug?]"
-DEPEND="${COMMON_DEPEND}
- doc? ( app-doc/doxygen )"
-RDEPEND="${COMMON_DEPEND}
- app-crypt/qca-ossl:2[debug?]"
-
-src_prepare() {
- qt4_src_prepare
- sed -i -e '/^ *docs \\$/d' \
- -e '/^ *build_all \\$/d' \
- -e 's/^\#\(!macx\)/\1/' \
- -e "s!\(\$\${INSTALL_PREFIX}\)/lib!\1/$(get_libdir)!" \
- src/src.pro || die "sed failed"
-
- # remove _debug suffix - bug 287489
- sed -i -e '/build_pass/,$d' src/src.pro || die "sed _debug suffix failed"
-
- sed -i -e "s/\(.*\)lib$/\1$(get_libdir)/" src/pcfile.sh || die "sed failed"
-
- if ! use test; then
- sed -i -e 's/^\(SUBDIRS.*\) tests/\1/' ${PN}.pro || die "sed failed"
- fi
-}
-
-src_configure() {
- eqmake4
-}
-
-src_compile() {
- default
- emake -C src static || die "emake failed"
-}
-
-src_install() {
- emake INSTALL_ROOT="${D}" install || die "emake install failed"
- dolib.a "${S}/lib/lib${PN}.a" || die "dolib failed"
- dodoc README CHANGELOG || die "dodoc failed"
-
- if use doc; then
- doxygen "${S}/Doxyfile" || die "Failed to generate documentation"
- dohtml "${S}"/doc/html/* || die "Failed to install documentation"
- fi
-}