summaryrefslogtreecommitdiff
path: root/dev-db/dbmaint
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2011-02-25 16:48:47 +0000
committerrandomdan <randomdan@localhost>2011-02-25 16:48:47 +0000
commitc59899e5e16ef39b85b5236b27fe4c51983ddeee (patch)
tree0ffc8d1d17ba802aeba1574ef433f6d7c91ea612 /dev-db/dbmaint
parentAdd an overlay containing a version of dracut, patched to include uvesafb (diff)
downloadportage-c59899e5e16ef39b85b5236b27fe4c51983ddeee.tar.bz2
portage-c59899e5e16ef39b85b5236b27fe4c51983ddeee.tar.xz
portage-c59899e5e16ef39b85b5236b27fe4c51983ddeee.zip
Remove old stuff
Diffstat (limited to 'dev-db/dbmaint')
-rw-r--r--dev-db/dbmaint/Manifest2
-rw-r--r--dev-db/dbmaint/dbmaint-0.2.ebuild31
-rw-r--r--dev-db/dbmaint/dbmaint-0.3.ebuild31
3 files changed, 0 insertions, 64 deletions
diff --git a/dev-db/dbmaint/Manifest b/dev-db/dbmaint/Manifest
deleted file mode 100644
index f6586b3..0000000
--- a/dev-db/dbmaint/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD dbmaint-0.2.ebuild 533 RMD160 7351fff894ae025229084c0a56f73e476d1fea0e SHA1 8473024cebd5a4d3d509e7148177d62510300a4e SHA256 e7f3c00234fd74e354bbbd814c1a462bc79e70435e5018ff669d9246c9399100
-EBUILD dbmaint-0.3.ebuild 533 RMD160 7351fff894ae025229084c0a56f73e476d1fea0e SHA1 8473024cebd5a4d3d509e7148177d62510300a4e SHA256 e7f3c00234fd74e354bbbd814c1a462bc79e70435e5018ff669d9246c9399100
diff --git a/dev-db/dbmaint/dbmaint-0.2.ebuild b/dev-db/dbmaint/dbmaint-0.2.ebuild
deleted file mode 100644
index 5769322..0000000
--- a/dev-db/dbmaint/dbmaint-0.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-inherit subversion
-
-DESCRIPTION="Programable database data mangler"
-HOMEPAGE="http://dbmaint.randomdan.homeip.net"
-
-LICENSE="GPL"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="dev-db/unixODBC
- dev-libs/libxml2"
-RDEPEND="${DEPEND}"
-ESVN_REPO_URI="svn+ssh://svn.random.lan/var/svn/src/tags/${PF}"
-
-src_compile() {
- cd ${S}/libmisc || die
- econf || die
- emake || die
- cd ${S}/libodbcpp || die
- econf || die
- emake || die
- cd ${S}/dbmaint || die
- econf || die
- emake || die
-}
-
-src_install() {
- exeinto /usr/bin
- doexe ${S}/dbmaint/dbmaint
-}
diff --git a/dev-db/dbmaint/dbmaint-0.3.ebuild b/dev-db/dbmaint/dbmaint-0.3.ebuild
deleted file mode 100644
index 5769322..0000000
--- a/dev-db/dbmaint/dbmaint-0.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-inherit subversion
-
-DESCRIPTION="Programable database data mangler"
-HOMEPAGE="http://dbmaint.randomdan.homeip.net"
-
-LICENSE="GPL"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="dev-db/unixODBC
- dev-libs/libxml2"
-RDEPEND="${DEPEND}"
-ESVN_REPO_URI="svn+ssh://svn.random.lan/var/svn/src/tags/${PF}"
-
-src_compile() {
- cd ${S}/libmisc || die
- econf || die
- emake || die
- cd ${S}/libodbcpp || die
- econf || die
- emake || die
- cd ${S}/dbmaint || die
- econf || die
- emake || die
-}
-
-src_install() {
- exeinto /usr/bin
- doexe ${S}/dbmaint/dbmaint
-}