net-im/qwit: remove last-rited package
authorMichael Palimaka <kensington@gentoo.org>
Sun, 10 Apr 2016 16:39:47 +0000 (02:39 +1000)
committerMichael Palimaka <kensington@gentoo.org>
Sun, 10 Apr 2016 16:40:57 +0000 (02:40 +1000)
Gentoo-bug: 575156

net-im/qwit/Manifest [deleted file]
net-im/qwit/metadata.xml [deleted file]
net-im/qwit/qwit-1.1_pre2-r1.ebuild [deleted file]
net-im/qwit/qwit-1.1_pre2.ebuild [deleted file]

diff --git a/net-im/qwit/Manifest b/net-im/qwit/Manifest
deleted file mode 100644 (file)
index 1f1646b..0000000
+++ /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 (file)
index 5ab3419..0000000
+++ /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 (file)
index 01a5dfa..0000000
+++ /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 (file)
index 666de60..0000000
+++ /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
-}