diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-03-29 15:39:19 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-03-29 15:45:25 +0100 |
commit | dd5645220dd57f88938d449282fb6129b8747884 (patch) | |
tree | 5c56e238e8845f05733ccbb2326ec2df63aea275 /dev-cpp/libodb/metadata.xml | |
parent | dev-cpp/libodb-sqlite: Remove last-rited pkg (diff) | |
download | gentoo-dd5645220dd57f88938d449282fb6129b8747884.tar.gz gentoo-dd5645220dd57f88938d449282fb6129b8747884.tar.bz2 gentoo-dd5645220dd57f88938d449282fb6129b8747884.zip |
dev-cpp/libodb: Remove last-rited pkg
Closes: https://bugs.gentoo.org/924587
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp/libodb/metadata.xml')
-rw-r--r-- | dev-cpp/libodb/metadata.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-cpp/libodb/metadata.xml b/dev-cpp/libodb/metadata.xml deleted file mode 100644 index 835563982136..000000000000 --- a/dev-cpp/libodb/metadata.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription lang="en"> - ODB is an open-source, cross-platform, and cross-database - object-relational mapping (ORM) system for C++. It allows you - to persist C++ objects to a relational database without having - to deal with tables, columns, or SQL and without manually - writing any mapping code. ODB supports MySQL, SQLite, - PostgreSQL, Oracle, and Microsoft SQL Server relational - databases as well as C++98/03 and C++11 language standards. It - also comes with optional profiles for Boost and Qt which allow - you to seamlessly use value types, containers, and smart - pointers from these libraries in your persistent C++ classes. - </longdescription> -</pkgmetadata> |