mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
profiles: Remove last-rited packages
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST qcharselect-0.3.tar.bz2 136257 SHA256 1a7d3476aeae005e957333ae0ca009b05975870a12db3beec8ffaa914d31e7f0 SHA512 810b8b5463960ebb7c95d1a85543f57c0fb140342f63804d0c1c43006c78f29b3969c262a2fb7544e64cf5d5f4f7848a7b2923217cc1ebfa734c8d23ff4e236b WHIRLPOOL 2c165925d62f2769c927a30f1506124bf53e9dc6d58a8384d6f54e77748a2b2ca49a2b5b13daaf1ce4de3bc9cc527f92315a7c29c150633fb5e73009f73a2890
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>qt@gentoo.org</email>
|
||||
<name>Gentoo Qt Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="sourceforge">qcharselect</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,43 +0,0 @@
|
||||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
inherit multilib
|
||||
|
||||
DESCRIPTION="A Qt4 port of KCharSelect from KDE 3.5"
|
||||
HOMEPAGE="http://qcharselect.sourceforge.net/"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="debug"
|
||||
|
||||
RDEPEND="dev-qt/qtgui:4[qt3support]"
|
||||
DEPEND="$RDEPEND
|
||||
x11-misc/makedepend"
|
||||
|
||||
src_prepare() {
|
||||
sed -e 's:update-mime-database:true:g' \
|
||||
-e 's:data/desktop/qcharselect:src/QCharSelect:' \
|
||||
-i Makefile.in || die
|
||||
|
||||
sed -e 's: %m::' \
|
||||
-e '/Path=/d' \
|
||||
-i src/QCharSelect.desktop || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local myconf
|
||||
use debug && myconf="--enable-debug"
|
||||
|
||||
econf \
|
||||
--with-qtdir=/usr \
|
||||
--with-qtlibdir=/usr/$(get_libdir)/qt4 \
|
||||
${myconf}
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die
|
||||
dodoc README
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
DIST 107467-DNetStats-v1.2.6-release.tar.bz2 213492 SHA256 590521d60731e7066855151c4a9545322c8f6031aaec766fae4ad19a6a95cb57 SHA512 80fd7c296fba6921d23b22524de3a05e19f44113c57a43b615f963c84d7587ef7c187c3d7d410b3919f536e2bf9708aec6022e63c298bbc8790d5577bb783b68 WHIRLPOOL 1c82da70668f47af2db0f5901805966bf3e7972dd8a2a7a45daa1e37f757bb64521482132eef7d3fbd3d194fc05cd59d44e6b04446b09b05d3c54d5533c5af37
|
||||
@@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils qt4-r2
|
||||
|
||||
MY_PN="DNetStats"
|
||||
MY_P="${MY_PN}-v${PV}-release"
|
||||
|
||||
DESCRIPTION="Qt4 network monitor utility"
|
||||
HOMEPAGE="http://qt-apps.org/content/show.php/DNetStats?content=107467"
|
||||
SRC_URI="http://qt-apps.org/CONTENT/content-files/107467-${MY_P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
IUSE="policykit"
|
||||
|
||||
DEPEND="
|
||||
dev-qt/qtcore:4
|
||||
dev-qt/qtgui:4
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
policykit? ( sys-auth/polkit )
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_prepare() {
|
||||
qt4-r2_src_prepare
|
||||
|
||||
# clueless upstream ships generated files...
|
||||
rm -rf moc_* qrc_* || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
newbin mythread ${PN}
|
||||
dodoc ReadMe
|
||||
|
||||
newicon resource/energy.png ${PN}.png
|
||||
make_desktop_entry ${PN} DNetStats ${PN} 'Qt;Network;Dialup'
|
||||
|
||||
if use policykit; then
|
||||
insinto /usr/share/polkit-1/actions
|
||||
doins "${FILESDIR}/org.gentoo.pkexec.${PN}.policy"
|
||||
sed -i -e 's/^Exec=/&pkexec /' \
|
||||
"${ED}"usr/share/applications/${PN}*.desktop \
|
||||
|| die
|
||||
fi
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE policyconfig PUBLIC "-//freedesktop//DTD polkit Policy Configuration 1.0//EN"
|
||||
"http://www.freedesktop.org/software/polkit/policyconfig-1.dtd">
|
||||
<policyconfig>
|
||||
<vendor>Gentoo</vendor>
|
||||
<vendor_url>http://www.gentoo.org/</vendor_url>
|
||||
<action id="org.gentoo.pkexec.dnetstats">
|
||||
<message>Authentication is required to run the DNetStats</message>
|
||||
<defaults>
|
||||
<allow_any>auth_admin</allow_any>
|
||||
<allow_inactive>auth_admin</allow_inactive>
|
||||
<allow_active>auth_admin</allow_active>
|
||||
</defaults>
|
||||
<annotate key="org.freedesktop.policykit.exec.path">/usr/bin/dnetstats</annotate>
|
||||
<annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate>
|
||||
</action>
|
||||
</policyconfig>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>qt@gentoo.org</email>
|
||||
<name>Gentoo Qt Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -306,22 +306,6 @@ app-editors/atom:beta
|
||||
# (bug #620710). Masked for removal in 30 days.
|
||||
media-sound/lastfm-desktop
|
||||
|
||||
# Michael Palimaka <kensington@gentoo.org> (30 Sep 2017)
|
||||
# Depends on dead qt4. Dead upstream.
|
||||
# Masked for removal in 30 days.
|
||||
net-misc/dnetstats
|
||||
|
||||
# Michael Palimaka <kensington@gentoo.org> (30 Sep 2017)
|
||||
# Depends on dead qt4. Dead upstream.
|
||||
# Masked for removal in 30 days.
|
||||
app-office/qcharselect
|
||||
|
||||
# Michael Palimaka <kensington@gentoo.org> (30 Sep 2017)
|
||||
# Blocks cleanup of dead and vulnerable qtwebkit4.
|
||||
# Depends on dead qt4. Dead upstream.
|
||||
# Masked for removal in 30 days. Bug #624244.
|
||||
sci-chemistry/mongochem
|
||||
|
||||
# Andrey Grozin <grozin@gentoo.org> (19 Sep 2017)
|
||||
# This package was a stopgap to bump dev-python/spyder to 3.*
|
||||
# Now >=dev-python/rope-0.10.7 supports python3, use it instead
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
DIST mongochem-0.7.0.tar.gz 448002 SHA256 a93f53e8d945f2e3b97efac8187cfaeae0a7e491265cd65d66d25e34577cf883 SHA512 076f79c9dbed372cc760c972d5529fc3a10ea23ba2a58bf1034b736c5394a9283223562c0d6d14a135cdf87786a222991ca613765484d5a36c31f65c2ccccb05 WHIRLPOOL 4b044e00e44b1333e3faec04e15eaf46e7b17eecd4c155099fc5f06dc9c62bde70adc8bb8a9793df9b305efc89f5e44bdea77eeaac1da3554c002cba117fe8c1
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>sci-chemistry@gentoo.org</email>
|
||||
<name>Gentoo Chemistry Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">OpenChemistry/mongochem</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -1,28 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
CMAKE_MAKEFILE_GENERATOR="ninja"
|
||||
|
||||
inherit cmake-utils vcs-snapshot
|
||||
|
||||
DESCRIPTION="Application for managing large collections of chemical data"
|
||||
HOMEPAGE="http://www.openchemistry.org/"
|
||||
#SRC_URI="http://openchemistry.org/files/v0.5/${P}.tar.gz"
|
||||
SRC_URI="https://github.com/OpenChemistry/mongochem/archive/df36ebce92024dd4fd1c70eb37eb84e4c51120ff.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
SLOT="0"
|
||||
LICENSE="BSD"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/boost[threads]
|
||||
dev-libs/mongo-cxx-driver
|
||||
sci-libs/avogadrolibs[qt4]
|
||||
sci-libs/chemkit
|
||||
sci-libs/vtk[qt4,rendering]
|
||||
sci-chemistry/molequeue
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
Reference in New Issue
Block a user