mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
www-plugins/sqlite_manager: sqliteman as FF plugin (sqlitebrowser cant read FF DBs)
This commit is contained in:
parent
3de333bf37
commit
9332725fb6
3 changed files with 43 additions and 0 deletions
4
www-plugins/sqlite_manager/Manifest
Normal file
4
www-plugins/sqlite_manager/Manifest
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
DIST sqlite_manager-0.7.7-sm+fx+tb.xpi 255318 SHA256 cf7966ec5daeb76b28b21f7f2ce0d1d6efc3d4679e4828f833df385c776de719 SHA512 b88d0a1e1e5eab8ae923fc8d552fdde64b189032ea043eee0b1480b0ae518e6736b29e5b4346a7774b4414927edfdf2094adf9b35f4cef13cef111177d0d2498 WHIRLPOOL 8442733207bda9546d5e362b9b5897d7b7f1c01234bc95e6212e166bc088d641eb005deedac2857c82547d4f4e5a041291c948ae376b62d3a4af3edd46ffd812
|
||||
DIST sqlite_manager-9999.xpi 255318 SHA256 cf7966ec5daeb76b28b21f7f2ce0d1d6efc3d4679e4828f833df385c776de719 SHA512 b88d0a1e1e5eab8ae923fc8d552fdde64b189032ea043eee0b1480b0ae518e6736b29e5b4346a7774b4414927edfdf2094adf9b35f4cef13cef111177d0d2498 WHIRLPOOL 8442733207bda9546d5e362b9b5897d7b7f1c01234bc95e6212e166bc088d641eb005deedac2857c82547d4f4e5a041291c948ae376b62d3a4af3edd46ffd812
|
||||
EBUILD sqlite_manager-0.7.7.ebuild 445 SHA256 e6b66817b7e6beb261d52ccfbd3d7b9b8f94976dd355213c70c29b60cfbd7953 SHA512 0698f84e6c62f874ac1b7988b1be5cd034c60b76cf50fffbb7ce90b07dc722d1d72035c5e7b6547c371ffc7edef43ee1f081af5931ce97bc723a075c5cc6b1f6 WHIRLPOOL 805926009ed7fd84150c0607d9e34c37f73d19967764adb6bfa277c7037dc3bb9d2a444727d4e9d5046d1631b4ac091766624eaa3128502ef7fa02ee9062554c
|
||||
EBUILD sqlite_manager-9999.ebuild 614 SHA256 6123e5056757a87e2f33ea6ca648cefa13f2205e830d94a7997745ed4a3124ca SHA512 64b5e2f2eaca549650ae383eb64588278bec565120c17fd1c41bf8ce5032c0e1e7538bc57449fdaa54abe154fc5fa3502e3826114741122ac46b2d8087133b06 WHIRLPOOL 37ce8e704170cf4a4929a995c395f388ff80665ca655cce7c49d074f2baca1ab13cb1da6463d13533927746ebde7f7c638dc90dc195f1b4b959ca25da45e533b
|
||||
17
www-plugins/sqlite_manager/sqlite_manager-0.7.7.ebuild
Normal file
17
www-plugins/sqlite_manager/sqlite_manager-0.7.7.ebuild
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit firefox-plugin
|
||||
|
||||
FFP_XPI_FILE="${P}-sm+fx+tb"
|
||||
PLUGIN_ID=5817
|
||||
DESCRIPTION="Extension for Firefox and other apps to manage any sqlite database"
|
||||
HOMEPAGE="http://code.google.com/p/sqlite-manager"
|
||||
SRC_URI="mirror://mozilla/addons/${PLUGIN_ID}/${FFP_XPI_FILE}.xpi"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 x86"
|
||||
22
www-plugins/sqlite_manager/sqlite_manager-9999.ebuild
Normal file
22
www-plugins/sqlite_manager/sqlite_manager-9999.ebuild
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 1999-2013 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit firefox-plugin
|
||||
|
||||
FFP_XPI_FILE="${P}"
|
||||
PLUGIN_ID=5817
|
||||
DESCRIPTION="Extension for Firefox and other apps to manage any sqlite database"
|
||||
HOMEPAGE="http://code.google.com/p/sqlite-manager"
|
||||
SRC_URI="http://addons.mozilla.org/firefox/downloads/latest/${PLUGIN_ID} -> ${FFP_XPI_FILE}.xpi"
|
||||
|
||||
LICENSE="MPL-1.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
pkg_postinst() {
|
||||
ewarn "This ebuild installs the latest STABLE version !"
|
||||
ewarn "It is used by the maintainer to check for new versions ..."
|
||||
}
|
||||
Loading…
Reference in a new issue