From 241fd72896532a23acd831d6c65a700c56d4cf69 Mon Sep 17 00:00:00 2001 From: Martinez Date: Mon, 13 Jun 2016 10:34:11 +0200 Subject: [PATCH] import of Sharpox local repo --- .../over-prompt/over-prompt-9999.ebuild | 45 +++++++ .../geany-plugins/geany-plugins-1.26.ebuild | 127 ++++++++++++++++++ net-misc/ike/ike-2.2.1.ebuild | 58 ++++++++ profiles/random.conf | 6 + profiles/repo_name | 1 + x11-terms/cool-retro-term/Manifest | 5 + .../cool-retro-term-1.0.0-r1.ebuild | 66 +++++++++ .../cool-retro-term-9999-r1.ebuild | 64 +++++++++ x11-terms/cool-retro-term/files/metadata.xml | 17 +++ 9 files changed, 389 insertions(+) create mode 100644 app-shells/over-prompt/over-prompt-9999.ebuild create mode 100644 dev-util/geany-plugins/geany-plugins-1.26.ebuild create mode 100644 net-misc/ike/ike-2.2.1.ebuild create mode 100644 profiles/random.conf create mode 100644 profiles/repo_name create mode 100644 x11-terms/cool-retro-term/Manifest create mode 100644 x11-terms/cool-retro-term/cool-retro-term-1.0.0-r1.ebuild create mode 100644 x11-terms/cool-retro-term/cool-retro-term-9999-r1.ebuild create mode 100644 x11-terms/cool-retro-term/files/metadata.xml diff --git a/app-shells/over-prompt/over-prompt-9999.ebuild b/app-shells/over-prompt/over-prompt-9999.ebuild new file mode 100644 index 0000000..610bde2 --- /dev/null +++ b/app-shells/over-prompt/over-prompt-9999.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit git-2 + +DESCRIPTION="A nonintrusive zsh prompt that provides useful data like pwd, git info and system stats to the user." + +HOMEPAGE="https://git.covalent.cz/overwatch/over-prompt" +SRC_URI="" +EGIT_REPO_URI="https://git.covalent.cz/overwatch/over-prompt.git" + +LICENSE="AOJSL" +SLOT="0" +KEYWORDS="x86 amd64" + +src_compile() { + ewarn "This is a prototype written in Python. Expect lower performance." + #g++ -ansi -Wall -o data data.cpp +} + +src_install() { + insopts -m755 + + insinto /usr/libexec/ + newins libexec/render.py ${PN}.py + + insinto /usr/share/${PN}/ + doins share/zsh-init + + insopts -m644 + + insinto /etc/${PN}/ + doins cfg/main.cfg + + insinto /usr/share/i18n/locales/ + doins locale/en_OV +} + +pkg_postinst() { + einfo "Source /usr/share/${PN}/zsh-init to enable the prompt." + einfo "The config file is in /etc/${PN}/." +} diff --git a/dev-util/geany-plugins/geany-plugins-1.26.ebuild b/dev-util/geany-plugins/geany-plugins-1.26.ebuild new file mode 100644 index 0000000..8b7b7cf --- /dev/null +++ b/dev-util/geany-plugins/geany-plugins-1.26.ebuild @@ -0,0 +1,127 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit autotools-utils python-single-r1 vala versionator + +DESCRIPTION="A collection of different plugins for Geany" +HOMEPAGE="http://plugins.geany.org/geany-plugins" +SRC_URI="http://plugins.geany.org/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="+autoclose +automark +commander ctags debugger +defineformat devhelp enchant -geanymacro git gpg gtkspell lua markdown multiterm nls +overview python scope soup webkit" + +LINGUAS="be ca da de es fr gl kk ja pt pt_BR ru tr zh_CN" + +COMMON_DEPEND=">=dev-util/geany-$(get_version_component_range 1-2) + autoclose? ( x11-libs/gtk+:2 ) + commander? ( x11-libs/gtk+:2 ) + defineformat? ( x11-libs/gtk+:2 ) + dev-libs/libxml2:2 + dev-libs/glib:2 + ctags? ( dev-util/ctags ) + debugger? ( + x11-libs/vte:0 + dev-util/geany[-gtk3] + ) + devhelp? ( + dev-util/devhelp + gnome-base/gconf:2 + net-libs/webkit-gtk:2 + x11-libs/gtk+:2 + x11-libs/libwnck:1 + ) + enchant? ( app-text/enchant ) + gpg? ( app-crypt/gpgme ) + git? ( dev-libs/libgit2 ) + gtkspell? ( app-text/gtkspell:2 ) + lua? ( =dev-lang/lua-5.1*:= ) + markdown? ( + app-text/discount + net-libs/webkit-gtk:2 + x11-libs/gtk+:2 + ) + multiterm? ( + $(vala_depend) + x11-libs/gtk+:2 + >=x11-libs/vte-0.28:0 + ) + python? ( + dev-python/pygtk[${PYTHON_USEDEP}] + ${PYTHON_DEPS} + ) + scope? ( x11-libs/vte:0 ) + soup? ( net-libs/libsoup ) + webkit? ( + net-libs/webkit-gtk:2 + x11-libs/gtk+:2 + x11-libs/gdk-pixbuf:2 + )" +RDEPEND="${COMMON_DEPEND} + scope? ( sys-devel/gdb )" +DEPEND="${COMMON_DEPEND} + nls? ( sys-devel/gettext ) + virtual/pkgconfig" + +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +pkg_setup() { + use python && python-single-r1_pkg_setup +} + +src_prepare() { + # bundled lib buster + rm markdown/peg-markdown/markdown_lib.c || die + + autotools-utils_src_prepare + use multiterm && vala_src_prepare +} + +src_configure() { + # GeanyGenDoc requires ctpl which isn’t yet in portage + local myeconfargs=( + --docdir=/usr/share/doc/${PF} + --disable-cppcheck + --disable-extra-c-warnings + --disable-geanygendoc + # peg-markdown is bundled, use app-text/discount instead + --disable-peg-markdown + $(use_enable geanymacro) + --enable-geanynumberedbookmarks + --enable-projectorganizer + --enable-pretty-printer + --enable-tableconvert + --enable-treebrowser + --enable-xmlsnippets + $(use_enable autoclose) + $(use_enable automark) + $(use_enable commander) + $(use_enable ctags geanyctags) + $(use_enable debugger) + $(use_enable defineformat) + $(use_enable devhelp) + $(use_enable enchant spellcheck) + $(use_enable gpg geanypg) + $(use_enable git gitchangebar) + $(use_enable gtkspell) + $(use_enable markdown) + $(use_enable multiterm) + $(use_enable lua geanylua) + $(use_enable nls) + $(use_enable overview) + $(use_enable python geanypy) + $(use_enable scope) + # Having updatechecker… when you’re using a package manager? + $(use_enable soup updatechecker) + $(use_enable soup geniuspaste) + $(use_enable webkit webhelper) + ) + + autotools-utils_src_configure +} diff --git a/net-misc/ike/ike-2.2.1.ebuild b/net-misc/ike/ike-2.2.1.ebuild new file mode 100644 index 0000000..4db7021 --- /dev/null +++ b/net-misc/ike/ike-2.2.1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +CMAKE_IN_SOURCE_BUILD="1" +inherit cmake-utils systemd + +DESCRIPTION="Shrew soft VPN Client" +HOMEPAGE="http://www.shrew.net/" +SRC_URI="http://www.shrew.net/download/${PN}/${P}-release.tbz2" + +LICENSE="shrew" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="ldap nat qt4 systemd" + +COMMON_DEPEND="dev-libs/libedit + dev-libs/openssl + qt4? ( dev-qt/qtgui:4 ) + ldap? ( net-nds/openldap )" + +DEPEND="${COMMON_DEPEND} + dev-util/cmake + >=sys-devel/bison-2.3 + sys-devel/flex" + +RDEPEND="${COMMON_DEPEND}" + +#DOCS="CONTRIB.TXT README.TXT TODO.TXT" + +S="${WORKDIR}/${PN}" + +src_configure(){ + mycmakeargs+=( $(cmake-utils_use ldap LDAP) + $(cmake-utils_use nat NATT) + $(cmake-utils_use qt4 QTGUI) + "-DMANDIR=/usr/share/man" + "-DETCDIR=/etc/ike" + ) + + cmake-utils_src_configure +} + +src_install(){ + cmake-utils_src_install + + insinto /usr/share/applications + + insinto /usr/share/pixmaps + doins "${S}"/source/qikea/png/ikea.png +} + +pkg_postinst() { + elog "a default configuration for the IKE Daemon" + elog "is stored in /etc/ike/iked.conf.sample" +} diff --git a/profiles/random.conf b/profiles/random.conf new file mode 100644 index 0000000..d8c9c06 --- /dev/null +++ b/profiles/random.conf @@ -0,0 +1,6 @@ +format = e +sync = git+https://git.covalent.cz/overwatch/random.git +description = Random ebuilds and stuff +location = /var/paludis/repositories/random +names_cache = ${location}/.cache/names +write_cache = /var/cache/paludis/metadata diff --git a/profiles/repo_name b/profiles/repo_name new file mode 100644 index 0000000..a1e4bc5 --- /dev/null +++ b/profiles/repo_name @@ -0,0 +1 @@ +random diff --git a/x11-terms/cool-retro-term/Manifest b/x11-terms/cool-retro-term/Manifest new file mode 100644 index 0000000..63a09ab --- /dev/null +++ b/x11-terms/cool-retro-term/Manifest @@ -0,0 +1,5 @@ +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.ebuild 1879 SHA256 b0ca5c59f16c85f95b42f6f506959c2296f0e5f37faa9b0507b8f5464675ae93 SHA512 a64d53b19c1166f82dd0d9411fb91675f591aea8c5c5218bfd73fdf012e98d28a35e94aba663c92a0739152623a2f213ac09e394c2133dee8527f21ef96e062c WHIRLPOOL 4e13e146de67b1b00d1b4b05d4794b01d415d73760ed1320fc26314c0b4838324b0967a5e8fe67dd9844d34b51e43f678d65ca22073fed486b62f63d9db52256 +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 new file mode 100644 index 0000000..3562bf3 --- /dev/null +++ b/x11-terms/cool-retro-term/cool-retro-term-1.0.0-r1.ebuild @@ -0,0 +1,66 @@ +# 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/cool-retro-term" + +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-9999-r1.ebuild b/x11-terms/cool-retro-term/cool-retro-term-9999-r1.ebuild new file mode 100644 index 0000000..344f849 --- /dev/null +++ b/x11-terms/cool-retro-term/cool-retro-term-9999-r1.ebuild @@ -0,0 +1,64 @@ +# 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/files/metadata.xml b/x11-terms/cool-retro-term/files/metadata.xml new file mode 100644 index 0000000..f512e8c --- /dev/null +++ b/x11-terms/cool-retro-term/files/metadata.xml @@ -0,0 +1,17 @@ + + + + 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 +