diff options
author | 2016-04-11 02:39:47 +1000 | |
---|---|---|
committer | 2016-04-11 02:40:57 +1000 | |
commit | a6cd2cf6cf4a568d1fbd936212989799ff0e03a2 (patch) | |
tree | fbb6ba32c843646449965c2505a8fa51add147d9 /net-im | |
parent | media-sound/qjackctl: fix dependencies for dbus USE flag (diff) | |
download | gentoo-a6cd2cf6cf4a568d1fbd936212989799ff0e03a2.tar.gz gentoo-a6cd2cf6cf4a568d1fbd936212989799ff0e03a2.tar.bz2 gentoo-a6cd2cf6cf4a568d1fbd936212989799ff0e03a2.zip |
net-im/qwit: remove last-rited package
Gentoo-bug: 575156
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qwit/Manifest | 1 | ||||
-rw-r--r-- | net-im/qwit/metadata.xml | 17 | ||||
-rw-r--r-- | net-im/qwit/qwit-1.1_pre2-r1.ebuild | 30 | ||||
-rw-r--r-- | net-im/qwit/qwit-1.1_pre2.ebuild | 30 |
4 files changed, 0 insertions, 78 deletions
diff --git a/net-im/qwit/Manifest b/net-im/qwit/Manifest deleted file mode 100644 index 1f1646b98a88..000000000000 --- a/net-im/qwit/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qwit-1.1-pre2-src.tar.bz2 186229 SHA256 c69044826ec4448765237556fa4def5c1a4df7c61d4cc825cdf9aa404f506d10 SHA512 46f105b350217b64013630611c7b895664ea76302fa3cb4bcf547f75533e40ffb5140273a9da7c3f6c301e3e63180d33bd6f2b7ce2cce864c0b4957aace45bc3 WHIRLPOOL 845043d8d5509617b931bcc49b377ddd60369f943d45cc5831283d439df58c0e03c73a0d893584b95fd5fdae49da647d630a96f6ff1f33ca80e5f8e7e4899db1 diff --git a/net-im/qwit/metadata.xml b/net-im/qwit/metadata.xml deleted file mode 100644 index 5ab34197a5f3..000000000000 --- a/net-im/qwit/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>hwoarang@gentoo.org</email> - <name>Markos Chandras</name> - </maintainer> - <maintainer type="project"> - <email>qt@gentoo.org</email> - <name>Gentoo Qt Project</name> - </maintainer> - <longdescription lang="en"> - </longdescription> - <upstream> - <remote-id type="google-code">qwit</remote-id> - </upstream> -</pkgmetadata> diff --git a/net-im/qwit/qwit-1.1_pre2-r1.ebuild b/net-im/qwit/qwit-1.1_pre2-r1.ebuild deleted file mode 100644 index 01a5dfadb3c0..000000000000 --- a/net-im/qwit/qwit-1.1_pre2-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit qt4-r2 - -MY_P=${P/_/-}-src - -DESCRIPTION="Qt4 cross-platform client for Twitter" -HOMEPAGE="https://code.google.com/p/qwit/" -SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DOCS="AUTHORS" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND} - dev-libs/qoauth:0" - -S=${WORKDIR}/${MY_P} - -src_configure() { - eqmake4 ${PN}.pro PREFIX=/usr -} diff --git a/net-im/qwit/qwit-1.1_pre2.ebuild b/net-im/qwit/qwit-1.1_pre2.ebuild deleted file mode 100644 index 666de6098c30..000000000000 --- a/net-im/qwit/qwit-1.1_pre2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit qt4-r2 - -MY_P=${P/_/-}-src - -DESCRIPTION="Qt4 cross-platform client for Twitter" -HOMEPAGE="https://code.google.com/p/qwit/" -SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DOCS="AUTHORS" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND} - dev-libs/qoauth:0" - -S=${WORKDIR}/${MY_P} - -src_configure() { - eqmake4 ${PN}.pro PREFIX=/usr -} |