diff --git a/x11-terms/cool-retro-term/Manifest b/x11-terms/cool-retro-term/Manifest deleted file mode 100644 index 5d2e436..0000000 --- a/x11-terms/cool-retro-term/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -AUX metadata.xml 937 SHA256 ca9f825247c220b2b722746a1eec0be41869364b0456a1ed4f585a76f17c0640 SHA512 ad3da059222fbbc46e83ad26de4c2f0b8bfdac04cd030ddfd4ee25a6a5237ab9acc1d59dab00ee1b69acc28ee694a783c75ef746cd0e8bba0eb6d5b2c2c038d2 WHIRLPOOL 31b30faeacf972c9f5ffd4763a17267d20871ffdcad368e04564b15f84b50e572e9f9c4ecdeb5d7ac60109a48de8a1febfe7ae0a865063ee4b6555d11afc4f03 -DIST cool-retro-term-1.0.0.tar.gz 7809236 SHA256 db799084680545b6961e1b3d1bb7ff0cb8105e82279fe734c2c07c32525350d9 SHA512 c69c596491aeabf872543ee589ef806aa07d480cd830cf9687a14fa1f4887e0f0a8b3c96b358d1ad1bdc677f688a61f15fbcf6fc2d969e62dfa65141c5ec0ab1 WHIRLPOOL c0989bb31293a8c4f59001fc50f06db81a32893c33db62ea0ef081cfe93e3a3476d56fd07f17bdecd6575b17699f79f1e28c49ec1c7ea8b96ab44a884d648b09 -DIST qmltermwidget-0.1.0.tar.gz 196864 SHA256 127f529a96cf1c96ff201c79458cff67f497b1820b04b0b30cb473423ccb30f9 SHA512 d628b02deb9cce1bb1c1365b045d18a4d1afa641abb928979dba79c7aa58cd940d4974052a5dd6dd2f68d938451b28f3d2e15ab54430e4432c0b174bb4ee62d0 WHIRLPOOL cf8c9b55e096430f319747901f53964cdc0d0265953232f00ee13d5c7c47b4960373d03955b3ce4bcfc3eb262ea14baa3ac752a505345fc7a8a8c4e1754b2969 -EBUILD cool-retro-term-1.0.0-r1.ebuild 1925 SHA256 8e379f5d55ff7d7c948427de79c115885bcb0e7c993f0b062bd605c9c047aec2 SHA512 5e605e414f3780de41b61a2eb9b8e7b1cb65fdfece06450093bbb93313939f4dc53431c99e577e1c3679e556e3b5200ad49a338ff22a4eebd259d491c17dfa82 WHIRLPOOL fd707880b627ad12caede8a95a09001635093e2b2f18911d65381d2a8443803a86f83eeaffe1a309a75f9b7420cd21746cf33b9da83ab1f6ea8d2209e278ecb4 -EBUILD cool-retro-term-1.0.0.ebuild 1879 SHA256 b0ca5c59f16c85f95b42f6f506959c2296f0e5f37faa9b0507b8f5464675ae93 SHA512 a64d53b19c1166f82dd0d9411fb91675f591aea8c5c5218bfd73fdf012e98d28a35e94aba663c92a0739152623a2f213ac09e394c2133dee8527f21ef96e062c WHIRLPOOL 4e13e146de67b1b00d1b4b05d4794b01d415d73760ed1320fc26314c0b4838324b0967a5e8fe67dd9844d34b51e43f678d65ca22073fed486b62f63d9db52256 -EBUILD cool-retro-term-9999-r1.ebuild 1742 SHA256 a665519f2ddc318fef957205d87ee2d4b15fbcc3a024b69194f0ab167fa89aed SHA512 03da9477d448751243a518d4372c2f8d0af56bd402203ca974864514580416e51b85ae23dcbb19297a8594f0435b69539e22cf5f4a4463d3917db15691035a56 WHIRLPOOL 69ac22eaefa966722a8048721f30f8bdafc531d2f40f04f93e55507eb3a635bc3944e50a3967de099446224c73b5bd27d26b142031ea5a69b870c540d1f99cc1 -EBUILD cool-retro-term-9999.ebuild 1705 SHA256 834078f4d912affadf95b5892581aaa175dbe24d62042ff47198e59774b261fd SHA512 0ae3caa8f11ddabeb237ea3f919db62114559cd1e517357572e8a03d8482099b56e5b4580127b843f740fb0c2de471053f15b699a0d74107984b28ceed4464af WHIRLPOOL 30a579360512fcef4c22e9a753f50ab2e474ac1da7029dd60772ede95faf0ec4494d10a4c59a492b7e30a000f4fffd563542022c6888a624fb4cd5dd8c27ca46 diff --git a/x11-terms/cool-retro-term/cool-retro-term-1.0.0-r1.ebuild b/x11-terms/cool-retro-term/cool-retro-term-1.0.0-r1.ebuild deleted file mode 100644 index 327a53b..0000000 --- a/x11-terms/cool-retro-term/cool-retro-term-1.0.0-r1.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -inherit qmake-utils eutils - -SLOT="0" - -QT5_MODULE="qtbase" - -DESCRIPTION="A good-looking terminal emulator which mimics the old cathode ray tube display." - -HOMEPAGE="https://github.com/Swordfish90/" - -SRC_URI=" -${HOMEPAGE}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz -${HOMEPAGE}/qmltermwidget/archive/v0.1.0.tar.gz -> qmltermwidget-0.1.0.tar.gz -" -RESTRICT="primaryuri" - -LICENSE="GPL-2" - -KEYWORDS="~x86 ~amd64" - -DEPEND=" ->=dev-qt/qtcore-5.3.1 ->=dev-qt/qtquickcontrols-5.3.1[widgets] ->=dev-qt/qtdeclarative-5.3.1[localstorage] ->=dev-qt/qtgraphicaleffects-5.3.1 -" -src_prepare() { - einfo "Satisfying build-time dependency on QMLTermWidget by linking it into the source tree..." - rmdir ${WORKDIR}/${P}/qmltermwidget || die "Error deleting empty widget dir from source tree" - ln -s ${WORKDIR}/qmltermwidget-0.1.0 ${WORKDIR}/${P}/qmltermwidget || die "Error linking widget into source tree" -} - -src_configure() { - einfo "Preparing targets..." - eqmake5 || die "Failed to configure" -} - -src_compile() { - einfo "Commencing compilation..." - emake || die "Failed to compile" -} - -src_install() { - into /usr/ - dobin ${S}/${PN} || die "Failed to install application binary" - insinto /usr/lib/qt5/qml/ - doins -r ${S}/qmltermwidget/QMLTermWidget || die "Failed to install QML imports" - for size in 32 64 128 256; do - doicon --size ${size} ${S}/app/icons/${size}x${size}/${PN}.png - done - domenu ${S}/cool-retro-term.desktop - dodoc ${S}/README.md || die "Failed to install README" -} - -pkg_postinst() { - eqawarn "Please report any code-related issues upstream!" - elog "This package lacks a man page for now. Please invoke \"${PN} -h\" if You need help!" - elog "Additional information can be obtained via \"bzcat /usr/share/doc/${PN}-${PV}/README.md.bz2\"" - elog "Icons are located under \"/usr/share/icons/${PN}/\"." -} diff --git a/x11-terms/cool-retro-term/cool-retro-term-1.0.0.ebuild b/x11-terms/cool-retro-term/cool-retro-term-1.0.0.ebuild deleted file mode 100644 index 8905a00..0000000 --- a/x11-terms/cool-retro-term/cool-retro-term-1.0.0.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -inherit qmake-utils eutils - -SLOT="0" - -QT5_MODULE="qtbase" - -DESCRIPTION="A good-looking terminal emulator which mimics the old cathode ray tube display." - -HOMEPAGE="https://github.com/Swordfish90/" - -SRC_URI=" -${HOMEPAGE}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz -${HOMEPAGE}/qmltermwidget/archive/v0.1.0.tar.gz -> qmltermwidget-0.1.0.tar.gz -" -RESTRICT="primaryuri" - -LICENSE="GPL-2" - -KEYWORDS="~x86 ~amd64" - -DEPEND=" ->=dev-qt/qtcore-5.3.1 ->=dev-qt/qtquickcontrols-5.3.1[widgets] ->=dev-qt/qtdeclarative-5.3.1[localstorage] ->=dev-qt/qtgraphicaleffects-5.3.1 -" -src_prepare() { - einfo "Satisfying build-time dependency on QMLTermWidget by linking it into the source tree..." - rmdir ${WORKDIR}/${P}/qmltermwidget || die "Error deleting empty widget dir from source tree" - ln -s ${WORKDIR}/qmltermwidget-0.1.0 ${WORKDIR}/${P}/qmltermwidget || die "Error linking widget into source tree" -} - -src_configure() { - einfo "Preparing targets..." - eqmake5 || die "Failed to configure" -} - -src_compile() { - einfo "Commencing compilation..." - emake || die "Failed to compile" -} - -src_install() { - into /usr/ - dobin ${S}/${PN} || die "Failed to install application binary" - insinto /usr/lib/qt5/qml/ - doins -r ${S}/qmltermwidget/QMLTermWidget || die "Failed to install QML imports" - insinto /usr/share/icons/${PN}/ - doins ${S}/app/icons/* || die "Failed to install icons" - dodoc ${S}/README.md || die "Failed to install README" -} - - pkg_postinst() { - eqawarn "Please report any code-related issues upstream!" - elog "This package lacks a man page for now. Please invoke \"${PN} -h\" if You need help!" - elog "Additional information can be obtained via \"bzcat /usr/share/doc/${PN}-${PV}/README.md.bz2\"" - elog "Icons are located under \"/usr/share/icons/${PN}/\"." - } diff --git a/x11-terms/cool-retro-term/cool-retro-term-9999-r1.ebuild b/x11-terms/cool-retro-term/cool-retro-term-9999-r1.ebuild deleted file mode 100644 index 344f849..0000000 --- a/x11-terms/cool-retro-term/cool-retro-term-9999-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -inherit git-r3 qmake-utils eutils - -SLOT="0" - -QT5_MODULE="qtbase" - -DESCRIPTION="A good-looking terminal emulator which mimics the old cathode ray tube display." - -HOMEPAGE="https://github.com/Swordfish90/cool-retro-term" - -EGIT_REPO_URI="${HOMEPAGE}.git" -EGIT_CHECKOUT_DIR="${S}/src/" - -LICENSE="GPL-2" - -KEYWORDS="" - -DEPEND=" ->=dev-qt/qtcore-5.3.1 ->=dev-qt/qtquickcontrols-5.3.1[widgets] ->=dev-qt/qtdeclarative-5.3.1[localstorage] ->=dev-qt/qtgraphicaleffects-5.3.1 -" -src_unpack() { - git-r3_fetch || die "Failed to fetch" - git-r3_checkout || die "Failed to check out" -} - -src_configure() { - cd "${EGIT_CHECKOUT_DIR}" - einfo "Preparing targets..." - eqmake5 || die "Failed to configure" -} - -src_compile() { - cd "${EGIT_CHECKOUT_DIR}" - einfo "Commencing compilation..." - emake || die "Failed to compile" -} - -src_install() { - into /usr/ - dobin ${EGIT_CHECKOUT_DIR}/${PN} || die "Failed to install application binary" - insinto /usr/lib/qt5/qml/ - doins -r ${EGIT_CHECKOUT_DIR}/qmltermwidget/QMLTermWidget || die "Failed to install QML imports" - for size in 32 64 128 256; do - doicon --size ${size} ${EGIT_CHECKOUT_DIR}/app/icons/${size}x${size}/${PN}.png - done - domenu ${EGIT_CHECKOUT_DIR}/cool-retro-term.desktop - dodoc ${EGIT_CHECKOUT_DIR}/README.md || die "Failed to install README" -} - -pkg_postinst() { - eqawarn "Please report any code-related issues upstream!" - elog "This package lacks a man page for now. Please invoke \"${PN} -h\" if You need help!" - elog "Additional information can be obtained via \"bzcat /usr/share/doc/${PN}-${PV}/README.md.bz2\"" - elog "Icons are located under \"/usr/share/icons/${PN}/\"." -} diff --git a/x11-terms/cool-retro-term/cool-retro-term-9999.ebuild b/x11-terms/cool-retro-term/cool-retro-term-9999.ebuild deleted file mode 100644 index 3a7bec7..0000000 --- a/x11-terms/cool-retro-term/cool-retro-term-9999.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" - -inherit git-r3 qmake-utils eutils - -SLOT="0" - -QT5_MODULE="qtbase" - -DESCRIPTION="A good-looking terminal emulator which mimics the old cathode ray tube display." - -HOMEPAGE="https://github.com/Swordfish90/cool-retro-term" - -EGIT_REPO_URI="${HOMEPAGE}.git" -EGIT_CHECKOUT_DIR="${S}/src/" - -LICENSE="GPL-2" - -KEYWORDS="~x86 ~amd64" - -DEPEND=" ->=dev-qt/qtcore-5.3.1 ->=dev-qt/qtquickcontrols-5.3.1[widgets] ->=dev-qt/qtdeclarative-5.3.1[localstorage] ->=dev-qt/qtgraphicaleffects-5.3.1 -" -src_unpack() { - einfo "Tracking master HEAD - no release has been made yet." - git-r3_fetch || die "Failed to fetch" - git-r3_checkout || die "Failed to check out" -} - -src_configure() { - cd "${EGIT_CHECKOUT_DIR}" - einfo "Preparing targets..." - eqmake5 || die "Failed to configure" -} - -src_compile() { - cd "${EGIT_CHECKOUT_DIR}" - einfo "Commencing compilation..." - emake || die "Failed to compile" -} - -src_install() { - into /usr/ - dobin ${S}/src/${PN} || die "Failed to install application binary" - insinto /usr/lib/qt5/qml/ - doins -r ${S}/src/qmltermwidget/QMLTermWidget || die "Failed to install QML imports" - insinto /usr/share/icons/${PN}/ - doins ${S}/src/app/icons/* || die "Failed to install icons" - dodoc ${S}/src/README.md || die "Failed to install README" -} - - pkg_postinst() { - eqawarn "Please report any code-related issues upstream!" - elog "This package lacks a man page for now. Please invoke \"${PN} -h\" if You need help!" - elog "Additional information can be obtained via \"bzcat /usr/share/doc/${PN}-${PV}/README.md.bz2\"" - elog "Icons are located under \"/usr/share/icons/${PN}/\"." - } diff --git a/x11-terms/cool-retro-term/files/metadata.xml b/x11-terms/cool-retro-term/files/metadata.xml deleted file mode 100644 index f512e8c..0000000 --- a/x11-terms/cool-retro-term/files/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - Cool-retro-term is a terminal emulator which mimics the look and feel of old cathode ray tube screens. It has been designed to be eye-candy, customizable, and reasonably lightweight. It uses the konsole engine which is powerful and mature. This terminal emulator requires Qt 5.2 or higher to run. - - - tamas@gerczei.eu - Tamás Gérczei - This lame ebuild is provided as-is and exists only to extend availability to Gentoo. - - - Filippo Scognamiglio - flscogna@gmail.com - Swordfish90@GitHub - - https://github.com/Swordfish90/cool-retro-term/issues -