diff --git a/dev-util/over-hex/over-hex-9999.ebuild b/dev-util/over-hex/over-hex-9999.ebuild new file mode 100644 index 0000000..eabe48e --- /dev/null +++ b/dev-util/over-hex/over-hex-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit git-2 + +DESCRIPTION="A much less painful alternative to hexdump(1)." + +HOMEPAGE="https://git.covalent.cz/overwatch/over-hex" +SRC_URI="" +EGIT_REPO_URI="https://git.covalent.cz/overwatch/over-hex.git" + +LICENSE="AO-JSL" +SLOT="0" +KEYWORDS="x86 amd64" +IUSE="" + +RDEPEND="dev-python/over" + +src_install() { + /bin/bash install.sh "${D}" +} diff --git a/media-video/over-video/over-video-9999.ebuild b/media-video/over-video/over-video-9999.ebuild new file mode 100644 index 0000000..864813d --- /dev/null +++ b/media-video/over-video/over-video-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit git-2 + +DESCRIPTION="A video converter meant to coerce all video formats into HEVC+Vorbis within Matroska containers. Other uses include extracting audio from video files, resizing, cutting..." + +HOMEPAGE="https://git.covalent.cz/overwatch/over-video" +SRC_URI="" +EGIT_REPO_URI="https://git.covalent.cz/overwatch/over-video.git" + +LICENSE="AO-JSL" +SLOT="0" +KEYWORDS="x86 amd64" +IUSE="" + +RDEPEND=" + dev-python/over + virtual/ffmpeg +" + +src_install() { + /bin/bash install.sh "${D}" +} diff --git a/sys-apps/over-rename/over-rename-9999.ebuild b/sys-apps/over-rename/over-rename-9999.ebuild new file mode 100644 index 0000000..454b3df --- /dev/null +++ b/sys-apps/over-rename/over-rename-9999.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit git-2 + +DESCRIPTION="Displays the contents of the current directory in a text editor allowing quick in-place renaming." + +HOMEPAGE="https://git.covalent.cz/overwatch/over-rename" +SRC_URI="" +EGIT_REPO_URI="https://git.covalent.cz/overwatch/over-rename.git" + +LICENSE="AO-JSL" +SLOT="0" +KEYWORDS="x86 amd64" +IUSE="" + +RDEPEND=" + dev-python/over +" + +src_install() { + /bin/bash install.sh "${D}" +}