summaryrefslogtreecommitdiff
path: root/dev-java/sqlitejdbc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--dev-java/sqlitejdbc/Manifest3
-rw-r--r--dev-java/sqlitejdbc/sqlitejdbc-042.ebuild37
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-java/sqlitejdbc/Manifest b/dev-java/sqlitejdbc/Manifest
deleted file mode 100644
index 7cf1b7c..0000000
--- a/dev-java/sqlitejdbc/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST sqlitejdbc-v042-src.tgz 570611 RMD160 b5d1248d85fd9820a1ed1a62cbf0bfecbe00a5a0 SHA1 8213af51caecc24a5404cbbb048c772378a6bae6 SHA256 99286809a6898dd3bc1d4badf16ab71c3c50f8f1abdb934c1f2b48904790dedb
-EBUILD sqlitejdbc-042.ebuild 667 RMD160 f763bff6d2b1f3d5720b8497fa7e2f4b0f42eba0 SHA1 d5f31045a383f5426fa0e02da7c4d500d920f0dc SHA256 dd5d82e0712d668f9a4121ee7217eb658df7809c393a8f00648db7593ced0701
-MISC .sqlitejdbc-042.ebuild.swp 12288 RMD160 1c4b86d58e570c13755b3598ac72fe767bf38666 SHA1 8caba7d0831ff7b37609d24371c670043f49a41a SHA256 20e4a1cf8975beb381261e134565966a4173090d9f6bfee5f8f88e5bf4584e3b
diff --git a/dev-java/sqlitejdbc/sqlitejdbc-042.ebuild b/dev-java/sqlitejdbc/sqlitejdbc-042.ebuild
deleted file mode 100644
index eec9b3e..0000000
--- a/dev-java/sqlitejdbc/sqlitejdbc-042.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=1
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2
-
-DESCRIPTION="Native JDBC driver for for SQLite-3"
-HOMEPAGE="http://www.zentus.com/sqlitejdbc/"
-SRC_URI="http://www.zentus.com/sqlitejdbc/dist/${PN}-v${PV}-src.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-
-IUSE=""
-
-COMMON_DEP="dev-db/sqlite:3"
-
-RDEPEND=">=virtual/jre-1.4
- ${COMMON_DEP}"
-DEPEND=">=virtual/jdk-1.4
- ${COMMON_DEP}"
-
-src_compile () {
- cd ${S}
- make
-}
-
-src_install() {
- java-pkg_dojar "${PN}.jar"
- use doc && java-pkg_dojavadoc build/javadoc
- use source && java-pkg_dosrc src
-}
-
s.git/commit/src/platform/darwin.sh?h=1.7.4&id=4e6a49ebff535fdf5a07890af661ba7a2be6588a&follow=1'>darwin: allow for gnu mktemp in pathJason A. Donenfeld1-1/+1 2014-06-30tmpdir: more cross platform solution, and .txt file endingJason A. Donenfeld1-4/+3 2014-06-29passmenu: type text with xdotoolJason A. Donenfeld2-3/+17 2014-06-29edit: Don't go into a crazy loop. Instead prompt.Jason A. Donenfeld1-2/+1 2014-06-29git: do not trap tmpdir removalJason A. Donenfeld1-1/+0 2014-06-29darwin: fix mktemp argument orderJason A. Donenfeld1-1/+1 2014-06-29darwin: properly ejects ramdisksJason A. Donenfeld2-15/+20 2014-06-29Allow options in EDITOR variableJason A. Donenfeld2-2/+3 2014-06-29keepassx2pass: Substitute empty string for NoneAndrew Spiers1-1/+4 2014-06-16emacs: Use PASSWORD_STORE_CLIP_TIME env variableSvend Sorensen1-4/+7 2014-06-16emacs: Use when instead of if/prognSvend Sorensen1-5/+4 2014-06-16emacs: Update pass website URLSvend Sorensen1-1/+1 2014-05-27Update for new URL.Jason A. Donenfeld3-3/+3 2014-05-14Bump version1.6.2Jason A. Donenfeld1-1/+1 2014-05-14Don't define tmpdir on git init.Jason A. Donenfeld1-4/+3 2014-05-14Disable secmem warning when discovering keysmilki2-2/+2 2014-05-10edit: Quote editor so tests work in spaced directories.Jason A. Donenfeld1-1/+1 2014-05-10reencryption: Properly escape input to sedJason A. Donenfeld1-1/+1 2014-05-10git: use secure tmp directoryJason A. Donenfeld1-4/+11 2014-05-10configure git to decrypt gpg files automaticallySamuel Le Thiec1-0/+5 2014-05-08completion: add new generate flagsJason A. Donenfeld3-2/+7 2014-05-08inplace: mutually exclusive with forceJason A. Donenfeld2-3/+3 2014-05-08usage: tab to spacesJason A. Donenfeld1-1/+1 2014-05-08generate: use nice ansi colors instead.Jason A. Donenfeld1-3/+2 2014-05-08zsh: posix compatible sed fix for zsh-completionJason A. Donenfeld1-1/+1 2014-05-07Implement interactive init functionSvend Sorensen1-0/+8 2014-05-07Implement interactive rename functionSvend Sorensen1-0/+7 2014-05-07Reorder interactive function to match order of helper functionsSvend Sorensen1-13/+13 2014-05-07Make edit helper function name consistent with other helpersSvend Sorensen1-1/+1 2014-05-07Factor out password completing-read functionSvend Sorensen1-4/+8 2014-05-07Add dash to Package-RequiresSvend Sorensen1-1/+1 2014-05-06Force sane sort order.Jason A. Donenfeld1-2/+2 2014-05-06generate: add --in-place optionJason A. Donenfeld4-9/+33